OSDN Git Service

redminele/redmine.git
2011-03-22 Toshi MARUYAMAscm: filesystem: increase non ascii contents ratio...
2011-03-22 Toshi MARUYAMAscm: set mime type in downloading file.
2011-03-22 Toshi MARUYAMAscm: filesystem: add test for no extension file mime...
2011-03-22 Toshi MARUYAMAscm: filesystem: fix todo comment of MIME_TYPES of...
2011-03-22 Toshi MARUYAMAscm: filesystem: add test for displaying file over...
2011-03-22 Toshi MARUYAMAscm: filesystem: add test for UTF-16 file displaying...
2011-03-22 Toshi MARUYAMAscm: filesystem: add test for non ascii text file displ...
2011-03-22 Toshi MARUYAMAscm: fix non ascii text files displaying (#6256).
2011-03-22 Toshi MARUYAMAscm: filesystem: update test repository for non ascii...
2011-03-22 Toshi MARUYAMAscm: mercurial: add test of binary file should be force...
2011-03-22 Toshi MARUYAMAscm: mercurial: use constant for project id in function...
2011-03-22 Toshi MARUYAMAscm: mercurial: remove duplicate test from functional...
2011-03-22 Toshi MARUYAMAscm: darcs: remove duplicate test from functional test.
2011-03-22 Toshi MARUYAMAscm: filesystem: add test of no extension file whose...
2011-03-22 Toshi MARUYAMAscm: git: remove duplicate test from functional test.
2011-03-22 Toshi MARUYAMAscm: filesystem: add functional test.
2011-03-22 Toshi MARUYAMAscm: code clean up test/unit/repository_test.rb.
2011-03-22 Toshi MARUYAMAscm: code clean up test/functional/repositories_control...
2011-03-22 Toshi MARUYAMAscm: filesystem: change project id of unit model test...
2011-03-22 Toshi MARUYAMAscm: filesystem: code clean up unit model test.
2011-03-22 Toshi MARUYAMAscm: filesystem: code clean up unit adapter test.
2011-03-22 Toshi MARUYAMAadd GNU gettext po to Redmine::MimeType.
2011-03-22 Toshi MARUYAMAscm: cvs: check assign changesets in root directory...
2011-03-22 Toshi MARUYAMAscm: cvs: remove duplicate test in functional test.
2011-03-21 Jean-Philippe... Show open and closed issues from "Issues by" version...
2011-03-21 Jean-Philippe... Fixed: atom links on wiki index broken by r4266.
2011-03-21 Jean-Philippe... Fixed: Simultaneous wiki updates cause internal error...
2011-03-21 Toshi MARUYAMAFix an internal server error on formatting an issue...
2011-03-20 Toshi MARUYAMAFix typo in test/test_helper.rb.
2011-03-20 Jean-Philippe... Changes polish csv separator to ; and decimal to ,...
2011-03-20 Jean-Philippe... Silently ignore invalid status_by param.
2011-03-20 Jean-Philippe... Adds an option to view issues count by status on the...
2011-03-20 Jean-Philippe... Adds border and margin for issue list printing.
2011-03-20 Jean-Philippe... Fixed: issue list truncated when printing with Firefox 3.
2011-03-20 Jean-Philippe... Fixed: news comments not deleted when deleting a projec...
2011-03-20 Jean-Philippe... Fixes subversion tests not running on win32.
2011-03-20 Jean-Philippe... Adds links on the issue list to collapse/expang all...
2011-03-20 Toshi MARUYAMAscm: filesystem: prevent exception raises if path encod...
2011-03-20 Jean-Philippe... Makes the user form look like account form.
2011-03-20 Jean-Philippe... Fixed: children projects are deleted instead of being...
2011-03-20 Jean-Philippe... Fixes error in RepositoriesHelper#replace_invalid_utf8...
2011-03-20 Jean-Philippe... Fixes RepositoriesHelper#to_utf8 test failure for ruby1.8.
2011-03-19 Toshi MARUYAMAscm: git: default_branch() returns nil explicitly if...
2011-03-19 Toshi MARUYAMAscm: fix git and mecruial repository note in setting.
2011-03-19 Toshi MARUYAMAscm: add unit test of invalid utf8 sequences should...
2011-03-19 Toshi MARUYAMAscm: to_utf8() in repositories_helper always returns...
2011-03-17 Toshi MARUYAMAscm: git: strict Ruby 1.9 string test in unit adapter...
2011-03-17 Toshi MARUYAMAscm: git: strict Ruby 1.9 string test in unit model...
2011-03-17 Toshi MARUYAMAscm: subversion: code clean up unit model test.
2011-03-17 Toshi MARUYAMAscm: code clean up unit model changeset test.
2011-03-17 Toshi MARUYAMAscm: strict Ruby 1.9 string test in unit model test.
2011-03-17 Toshi MARUYAMAscm: subversion: simplify Ruby 1.9 string test in unit...
2011-03-17 Toshi MARUYAMAscm: fix repository helper unit test fails in Ruby...
2011-03-16 Jean-Philippe... Prevent error when referencing an issue without project...
2011-03-16 Jean-Philippe... Do not actually try to fetch changesets from the subver...
2011-03-16 Jean-Philippe... Adds a test for AuthSourcesController#destroy with...
2011-03-16 Jean-Philippe... Indentation.
2011-03-16 Jean-Philippe... Saves an extra SQL query on each request.
2011-03-16 Jean-Philippe... Removes a space before argument parentheses.
2011-03-16 Jean-Philippe... Adds links to reset filters on users and projects list.
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.
next