OSDN Git Service

redminele/redmine.git
2011-02-01 Toshi MARUYAMAIgnore config/configuration.yml (#7408).
2011-01-30 Jean-Philippe... Update for 1.1.1 release.
2011-01-30 Jean-Philippe... Reverted r4780 that broke gantt tests (#7280).
2011-01-30 Jean-Philippe... Removed issue subjects wrapping in gantt (#7280).
2011-01-30 Jean-Philippe... Translations updates.
2011-01-30 Jean-Philippe... Moves .htaccess to htaccess.fcgi.example (#7256).
2011-01-28 Jean-Philippe... Prevent error when Mantis version.date_order is nil...
2011-01-27 Jean-Philippe... Fixed: Relations are not displayed after adding/removin...
2011-01-24 Jean-Philippe... Fixed: no email sent with 'Notifiy for any event on...
2011-01-23 Jean-Philippe... Moves link_to_message to ApplicationHelper to make...
2011-01-23 Jean-Philippe... Adds visible scope to redmine links queries.
2011-01-23 Jean-Philippe... Adds support for cross project Redmine links (#7409).
2011-01-23 Jean-Philippe... Set the httponly flag on the autologin cookie.
2011-01-23 Jean-Philippe... Makes the autologin cookie configurable (#1763).
2011-01-23 Jean-Philippe... Makes the folder for attachments storage configurable...
2011-01-23 Jean-Philippe... Ignores eclipse settings files.
2011-01-23 Jean-Philippe... Ignores db/*.sqlite3.
2011-01-23 Jean-Philippe... Adds an application configuration file: config/configur...
2011-01-23 Toshi MARUYAMAscm: darcs: fix Darcs adapter recognizes new files...
2011-01-23 Toshi MARUYAMAscm: darcs: add compatible test of Darcs 2.3 and 2...
2011-01-22 Toshi MARUYAMAscm: darcs: switch '.' or @url at entries() in darcs...
2011-01-22 Toshi MARUYAMAscm: darcs: change io.gets to io.read and add darcs...
2011-01-22 Toshi MARUYAMAscm: darcs: add unit lib test.
2011-01-22 Jean-Philippe... Moves relations fetching from views to the controller...
2011-01-22 Jean-Philippe... Removed extraneous hidden_field on wiki history (#7379).
2011-01-22 Jean-Philippe... Coderay upgraded to 0.9.7 (#5344).
2011-01-22 Jean-Philippe... Fixes french translation of "Connection" (#7348).
2011-01-22 Jean-Philippe... Make POP3 mail fetcher log messages instead of puts...
2011-01-22 Jean-Philippe... Avoid "private method `gsub' called for nil:NilClass...
2011-01-22 Jean-Philippe... Fixed: subtasks are deleted (not destroyed) when destro...
2011-01-21 Toshi MARUYAMAscm: functional test of using format_revision() for...
2011-01-21 Toshi MARUYAMAscm: use format_revision() for history, view and annota...
2011-01-16 Jean-Philippe... Load csshover.htc for IE6 only as later versions suppor...
2011-01-16 Jean-Philippe... Do not show "for only project I select" notification...
2011-01-16 Jean-Philippe... Enable ability for administrators to delete users ...
2011-01-16 Jean-Philippe... Fixed: "Notifiy for only project I select" is randomly...
2011-01-16 Jean-Philippe... When destroying a user, remove all references to that...
2011-01-15 Jean-Philippe... Adds a User-Agent header to Redmine mailhandler request...
2011-01-15 Jean-Philippe... Fixed: Label not translated in french in Settings/Email...
2011-01-15 Jean-Philippe... Prevent SystemStackError on Issue#all_dependent_issues...
2011-01-15 Jean-Philippe... Adds colon after label.
2011-01-15 Jean-Philippe... Adds a test for issue circular dependency validation.
2011-01-15 Jean-Philippe... French locale update (#7337).
2011-01-15 Jean-Philippe... Fixed: "Loading..." icon does not disappear after addin...
2011-01-15 Toshi MARUYAMAscm: mercurial: fix revision at functional diff test.
2011-01-14 Toshi MARUYAMAscm: mercurial: fix id at functional test_empty_revisio...
2011-01-14 Toshi MARUYAMAscm: git: fix id at functional test_empty_revision...
2011-01-14 Toshi MARUYAMAscm: use #blank? instead of #nil? || #empty? at Reposit...
2011-01-14 Jean-Philippe... Use #blank? instead of #nil? || #empty?.
2011-01-14 Jean-Philippe... Respond with 404 instead of 500 when revision/entry...
2011-01-14 Jean-Philippe... Adds a test for TimeEntry#spent_on= with invalid string.
2011-01-14 Jean-Philippe... Fixes TimeEntry#spent_on= so that datetimes don't get...
2011-01-13 Toshi MARUYAMAscm: mercurial: unit lib test for entries accept both...
2011-01-13 Toshi MARUYAMAscm: mercurial: fix error on revision page for empty...
2011-01-13 Toshi MARUYAMAscm: fix error on revision page for empty revision...
2011-01-11 Jean-Philippe... Removed obsolete css class (#7279).
2011-01-11 Jean-Philippe... Set csv separator to ; for nl locale (#7274).
2011-01-11 Jean-Philippe... Fixed: Enabling gravatas causes usernames to overlap...
2011-01-11 Toshi MARUYAMAscm: mercurial: change two revision diff text of mercur...
2011-01-11 Toshi MARUYAMAscm: changing two revision diff text at SCM adapter...
2011-01-11 Toshi MARUYAMAscm: mercurial: use revision text mercurial style ...
2011-01-11 Toshi MARUYAMAscm: mercurial: add "commit:xxx" and "rNN" link test...
2011-01-11 Toshi MARUYAMAscm: mercurial: use scmid as identifier (#3724).
2011-01-11 Toshi MARUYAMAscm: use scmid for "commit:xxx" link if available ...
2011-01-11 Toshi MARUYAMAscm: fix indents in "commit:xxx" unit test.
2011-01-11 Toshi MARUYAMAscm: fix assert_equal parameter order in subversion...
2011-01-11 Toshi MARUYAMAscm: add compatible "commit:xxx" link test for git...
2011-01-11 Toshi MARUYAMAscm: mercurial: change diff option from --git to -...
2011-01-11 Toshi MARUYAMAscm: mercurial: fix r4686 setup mercurial test reposito...
2011-01-11 Toshi MARUYAMAscm: mercurial: diff '-c' option supports above Mercuri...
2011-01-11 Toshi MARUYAMAscm: mercurial: test:scm:setup:mercurial task can be...
2011-01-10 Jean-Philippe... Fixed MailHandler broken by I18n fallback added in...
2011-01-10 Jean-Philippe... Fixes fixture added in r4680.
2011-01-10 Jean-Philippe... Fixed: wiki pages with cyrillic characters not found...
2011-01-10 Jean-Philippe... Adds fallback to 'en' locale for untranslated strings...
2011-01-10 Jean-Philippe... Make sure en is the current locale when running the...
2011-01-10 Jean-Philippe... Store the mercurial test repository as a bundle to...
2011-01-09 Jean-Philippe... Fixes random failure (database may not return changes...
2011-01-09 Jean-Philippe... Trying to fix random failures with postgresql due to...
2011-01-09 Jean-Philippe... Updated CHANGELOG for 1.1.0 release.
2011-01-09 Toshi MARUYAMAscm: mercurial: remove new line in diff unit test(...
2011-01-09 Toshi MARUYAMAscm: mercurial: add --git option in 'hg diff' (#7253).
2011-01-09 Toshi MARUYAMAscm: mercurial: replace identifier to hgrev(identifier).
2011-01-09 Toshi MARUYAMAscm: mercurial: wrap identifier with shell_quote at...
2011-01-09 Toshi MARUYAMAscm: add compatible functional test fof changing diff...
2011-01-09 Toshi MARUYAMAscm: mercurial: functional test for accept both of...
2011-01-09 Toshi MARUYAMAscm: mercurial: annotate accepts both of revision numbe...
2011-01-08 Toshi MARUYAMAscm: mercurial: fix diff and test for accept both of...
2011-01-08 Toshi MARUYAMAscm: mercurial: cat test for accept both of revision...
2011-01-08 Jean-Philippe... Italian translation update by Emidio Stani (#7227).
2011-01-08 Jean-Philippe... Bulgarian translation update by Ivan Cenov (#7203).
2011-01-08 Toshi MARUYAMAscm: mercurial: fix assert_equal parameter order at...
2011-01-08 Toshi MARUYAMAscm: mercurial: accept both of revision and nodeid...
2011-01-08 Toshi MARUYAMAFix associated revisions label on issue page.
2011-01-06 Jean-Philippe... Removed hard-coded style on wiki history view.
2011-01-06 Jean-Philippe... Additional unit tests for project tree.
2011-01-06 Jean-Philippe... Do not show trackers and issue custom fields on project...
2011-01-06 Jean-Philippe... Changes ProjectsController#modules param name and add...
2011-01-06 Jean-Philippe... Verify HTTP method on ProjectsController#create.
2011-01-06 Jean-Philippe... Moves enabled_module_names param to project attribute...
next