OSDN Git Service

redminele/redmine.git
2011-03-16 Jean-Philippe... Adds a Group filter on the admin users list (#7893).
2011-03-16 Jean-Philippe... Replaces TimeEntry.visible_by with a visible scope.
2011-03-16 Toshi MARUYAMAscm: bazaar: add changesets order test in unit model...
2011-03-16 Toshi MARUYAMAscm: use blank? for "root @ branch" in repository tree...
2011-03-16 Toshi MARUYAMAscm: mercurial: increase limit of branch directory...
2011-03-16 Toshi MARUYAMAscm: switch showing link all revisions and directory...
2011-03-16 Toshi MARUYAMAscm: set supporting directory revisions or not at scm...
2011-03-16 Toshi MARUYAMAscm: set supporting all revisions or not at scm level.
2011-03-15 Jean-Philippe... Adds a visible scope to the Journal model.
2011-03-15 Jean-Philippe... Adds Issue#visible_condition to build issue visibility...
2011-03-15 Jean-Philippe... Changed the way the visibility SQL statement is built.
2011-03-15 Toshi MARUYAMAscm: recovery showing "root @ branch" in repository...
2011-03-15 Toshi MARUYAMAscm: code clean up repositories/show.rhtml.
2011-03-15 Toshi MARUYAMAscm: git: prevent showing trace when repository path...
2011-03-15 Toshi MARUYAMAscm: code clean up repositories/show.rhtml.
2011-03-14 Jean-Philippe... Use names instead of ids for wiki anchors (#6905).
2011-03-14 Jean-Philippe... Send the CSRF token with Ajax requests (#7843).
2011-03-14 Jean-Philippe... Fixed: line breaks are ignored in quoted text (#6148).
2011-03-14 Jean-Philippe... Moved text formatting tests from application_helper...
2011-03-14 Toshi MARUYAMAscm: mercurial: add tag test in functional test (#1981).
2011-03-14 Toshi MARUYAMAscm: mercurial: add named branch test in functional...
2011-03-14 Toshi MARUYAMAscm: mercurial: branches and tags are enable in model...
2011-03-14 Toshi MARUYAMAscm: mercurial: add test of latest changesets support...
2011-03-14 Toshi MARUYAMAscm: mercurial: latest changesets support named branch...
2011-03-14 Toshi MARUYAMAscm: mercurial: add latest changesets supporting tag...
2011-03-14 Toshi MARUYAMAscm: mercurial: add latest changesets improvement test...
2011-03-14 Toshi MARUYAMAscm: mercurial: add latest changesets improvement test...
2011-03-14 Toshi MARUYAMAscm: mercurial: latest changesets improvement and suppo...
2011-03-14 Toshi MARUYAMAscm: mercurial: check changesets size is greater than...
2011-03-14 Toshi MARUYAMAscm: git: add browsing tag test in functional test.
2011-03-14 Toshi MARUYAMAscm: git: check entries and changesets size are greater...
2011-03-14 Toshi MARUYAMAscm: git: code clean up functional test.
2011-03-14 Toshi MARUYAMAscm: mercurial: prepare tests of named branch and tag...
2011-03-14 Toshi MARUYAMAscm: mercurial: prepare tests of named branch and tag...
2011-03-14 Toshi MARUYAMAscm: mercurial: code clean up unit model test.
2011-03-14 Toshi MARUYAMAscm: mercurial: add test of non ASCII named branch...
2011-03-14 Toshi MARUYAMAscm: mercurial: add test of non ASCII tag in unit adapt...
2011-03-14 Toshi MARUYAMAscm: mercurial: prepare test of wrapping revision of...
2011-03-14 Toshi MARUYAMAscm: mercurial: wrap revision of cat and annotate with...
2011-03-13 Jean-Philippe... Updates zoom icons and removes unused ones.
2011-03-13 Jean-Philippe... Check for a valid time entry if comments have been...
2011-03-13 Jean-Philippe... Add "mystery man" gravatar to options (#7640).
2011-03-13 Toshi MARUYAMAscm: mercurial: remove unused parameters from "nodes_in...
2011-03-13 Jean-Philippe... Removed useless javascript.
2011-03-13 Jean-Philippe... Adds an autoscroll div around permissions report table.
2011-03-13 Jean-Philippe... Fixed: mail handler keywords are not removed when updat...
2011-03-13 Jean-Philippe... Prevent SystemStackError on Issue#all_dependent_issues...
2011-03-13 Toshi MARUYAMAscm: mercurial: add tests for "nodes_in_branch()" metho...
2011-03-13 Toshi MARUYAMAscm: mercurial: add new "nodes_in_branch()" method...
2011-03-13 Toshi MARUYAMAscm: mercurial: add new "rhlog()" function in helper...
2011-03-12 Jean-Philippe... Fixed: Wiki headings containing backslash followed...
2011-03-12 Jean-Philippe... Adds an option to #render_page_hierarchy to add timesta...
2011-03-12 Jean-Philippe... Moved wiki page updated_on eager load to a scope and...
2011-03-12 Jean-Philippe... Fixed: wiki page with backslash in title can not be...
2011-03-12 Jean-Philippe... Fixes diff test regarding r5094.
2011-03-12 Jean-Philippe... Fixes diff test regarding r5094.
2011-03-11 Jean-Philippe... Highlight changes inside diff lines (#7139).
2011-03-11 Toshi MARUYAMAscm: cvs: fix missing author, revision and comment...
2011-03-11 Toshi MARUYAMAscm: mercurial: add :order => 'id DESC' explicitly...
2011-03-11 Toshi MARUYAMAscm: mercurial: remove duplicates tests in unit model...
2011-03-11 Toshi MARUYAMAscm: mercurial: fix unit model test fails on MySQL...
2011-03-11 Toshi MARUYAMAscm: cvs: fix age column on repository view is off...
2011-03-11 Toshi MARUYAMAscm: cvs: use "-D time_to_cvstime_rlog(identifier)...
2011-03-11 Toshi MARUYAMAscm: cvs: code clean up adapter entries().
2011-03-11 Toshi MARUYAMAscm: cvs: use scm_cmd() in adapter revisions().
2011-03-11 Toshi MARUYAMAscm: cvs: code clean up model.
2011-03-11 Toshi MARUYAMAscm: cvs: use scm_cmd() in adapter entries().
2011-03-11 Toshi MARUYAMAscm: cvs: add new method 'scm_cmd' to wrap shellout.
2011-03-11 Toshi MARUYAMAscm: cvs: code clean up functional test.
2011-03-10 Jean-Philippe... Speeds up WikiHelper#wiki_page_options_for_select.
2011-03-10 Jean-Philippe... Code cleanup.
2011-03-10 Jean-Philippe... Code cleanup.
2011-03-10 Jean-Philippe... Gantt: do not ignore project filter (#7000, #7352)...
2011-03-10 Jean-Philippe... Prevent icons clipping on gantt.
2011-03-10 Toshi MARUYAMAscm: git: fix newlines of test/unit/repository_git_test.rb.
2011-03-10 Toshi MARUYAMAscm: git: add tests for previous and next versions...
2011-03-10 Toshi MARUYAMAscm: git: insert revisions to database with reverse...
2011-03-09 Toshi MARUYAMAscm: git: unit model latin-1 path encoding test passes...
2011-03-09 Toshi MARUYAMAscm: git: unit adapter latin-1 path encoding test passe...
2011-03-09 Toshi MARUYAMAscm: git: fix PortgreSQL functional test fails (#5251).
2011-03-08 Toshi MARUYAMAscm: git: switch "-c core.quotepath=false" in git versi...
2011-03-08 Toshi MARUYAMAscm: git: change core.quotepath to false in test reposi...
2011-03-08 Toshi MARUYAMAscm: git: add reverse log test in unit adapter test...
2011-03-08 Toshi MARUYAMAscm: git: fix unit adapter test fails in Ruby 1.9 Linux...
2011-03-08 Toshi MARUYAMAscm: git: fix unit adapter test fails in Ruby 1.9 Linux...
2011-03-08 Toshi MARUYAMAscm: git: add path encoding select box at setting ...
2011-03-08 Toshi MARUYAMAscm: git: add latin-1 encoding directory test in unit...
2011-03-08 Toshi MARUYAMAscm: git: add latin-1 encoding directory test in unit...
2011-03-08 Toshi MARUYAMAscm: git: fix latin-1 directory entries() in adapter...
2011-03-08 Toshi MARUYAMAscm: git: add latin-1 encoding directory to test reposi...
2011-03-08 Toshi MARUYAMAscm: mercurial: add latin-1 encoding directory to test...
2011-03-08 Toshi MARUYAMAscm: git: add latest changesets path encoding test...
2011-03-08 Toshi MARUYAMAscm: git: prepare path encoding test in unit model...
2011-03-08 Toshi MARUYAMAscm: git: add latest changesets branch test in unit...
2011-03-08 Toshi MARUYAMAscm: git: add latest changesets tag test in unit model...
2011-03-08 Toshi MARUYAMAscm: git: add latest changesets limit test in unit...
2011-03-08 Toshi MARUYAMAscm: git: remove Setting.commit_logs_encoding from...
2011-03-08 Toshi MARUYAMAscm: git: add latest changesets test in unit model...
2011-03-08 Toshi MARUYAMAscm: git: prepare path encoding test in unit model...
2011-03-08 Toshi MARUYAMAscm: git: add tests for path encoding entries() in...
next