summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-167-20/+69
* Fixed: "Notifiy for only project I select" is randomly displayed (#7294).Jean-Philippe Lang2011-01-162-3/+10
* When destroying a user, remove all references to that user (#7296).Jean-Philippe Lang2011-01-163-10/+245
* Adds a User-Agent header to Redmine mailhandler requests (#7318).Jean-Philippe Lang2011-01-151-2/+5
* Fixed: Label not translated in french in Settings/Email Notification tab (#73...Jean-Philippe Lang2011-01-151-0/+3
* Prevent SystemStackError on Issue#all_dependent_issues with circular dependen...Jean-Philippe Lang2011-01-152-3/+25
* Adds colon after label.Jean-Philippe Lang2011-01-151-1/+1
* Adds a test for issue circular dependency validation.Jean-Philippe Lang2011-01-151-0/+9
* French locale update (#7337).Jean-Philippe Lang2011-01-151-1/+1
* Fixed: "Loading..." icon does not disappear after adding a project member whe...Jean-Philippe Lang2011-01-151-2/+2
* scm: mercurial: fix revision at functional diff test.Toshi MARUYAMA2011-01-151-3/+3
* scm: mercurial: fix id at functional test_empty_revision test(#7307).Toshi MARUYAMA2011-01-141-1/+1
* scm: git: fix id at functional test_empty_revision test(#7307).Toshi MARUYAMA2011-01-141-1/+1
* scm: use #blank? instead of #nil? || #empty? at Repository#find_changeset_by_...Toshi MARUYAMA2011-01-141-3/+3
* Use #blank? instead of #nil? || #empty?.Jean-Philippe Lang2011-01-141-1/+1
* Respond with 404 instead of 500 when revision/entry is not found in the repos...Jean-Philippe Lang2011-01-144-5/+5
* Adds a test for TimeEntry#spent_on= with invalid string.Jean-Philippe Lang2011-01-141-0/+6
* Fixes TimeEntry#spent_on= so that datetimes don't get stored in SQLite3 (#7258).Jean-Philippe Lang2011-01-142-0/+33
* scm: mercurial: unit lib test for entries accept both of revision number and ...Toshi MARUYAMA2011-01-131-0/+26
* scm: mercurial: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-133-0/+19
* scm: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-136-1/+56
* Removed obsolete css class (#7279).Jean-Philippe Lang2011-01-111-1/+0
* Set csv separator to ; for nl locale (#7274).Jean-Philippe Lang2011-01-111-2/+2
* Fixed: Enabling gravatas causes usernames to overlap first name field in user...Jean-Philippe Lang2011-01-111-2/+2
* scm: mercurial: change two revision diff text of mercurial (#3724).Toshi MARUYAMA2011-01-112-0/+26
* scm: changing two revision diff text at SCM adapter level (#3724).Toshi MARUYAMA2011-01-113-3/+11
* scm: mercurial: use revision text mercurial style "2:400bb8672109" (#3724).Toshi MARUYAMA2011-01-112-2/+18
* scm: mercurial: add "commit:xxx" and "rNN" link test for mercurial (#3724).Toshi MARUYAMA2011-01-111-0/+33
* scm: mercurial: use scmid as identifier (#3724).Toshi MARUYAMA2011-01-112-2/+20
* scm: use scmid for "commit:xxx" link if available (#3724).Toshi MARUYAMA2011-01-111-1/+1
* scm: fix indents in "commit:xxx" unit test.Toshi MARUYAMA2011-01-111-10/+12
* scm: fix assert_equal parameter order in subversion and git unit test.Toshi MARUYAMA2011-01-112-5/+6
* scm: add compatible "commit:xxx" link test for git and darcs.Toshi MARUYAMA2011-01-111-2/+49
* scm: mercurial: change diff option from --git to --config diff.git=false (#72...Toshi MARUYAMA2011-01-112-3/+3
* scm: mercurial: fix r4686 setup mercurial test repository (#7272).Toshi MARUYAMA2011-01-111-1/+2
* scm: mercurial: diff '-c' option supports above Mercurial 1.2 (#3724, #7253).Toshi MARUYAMA2011-01-113-14/+28
* scm: mercurial: test:scm:setup:mercurial task can be simpler (#7272).Toshi MARUYAMA2011-01-111-6/+2
* Fixed MailHandler broken by I18n fallback added in r4679.Jean-Philippe Lang2011-01-101-2/+2
* Fixes fixture added in r4680.Jean-Philippe Lang2011-01-101-0/+8
* Fixed: wiki pages with cyrillic characters not found with postgresql (#7245).Jean-Philippe Lang2011-01-103-4/+13
* Adds fallback to 'en' locale for untranslated strings (#5518).Jean-Philippe Lang2011-01-102-0/+16
* Make sure en is the current locale when running the test (#7266).Jean-Philippe Lang2011-01-101-0/+1
* Store the mercurial test repository as a bundle to make it compatible with ol...Jean-Philippe Lang2011-01-103-1/+12
* Fixes random failure (database may not return changes in the order expected i...Jean-Philippe Lang2011-01-091-1/+1
* Trying to fix random failures with postgresql due to different ids order in u...Jean-Philippe Lang2011-01-091-8/+15
* Updated CHANGELOG for 1.1.0 release.Jean-Philippe Lang2011-01-091-1/+72
* scm: mercurial: remove new line in diff unit test(#7253).Toshi MARUYAMA2011-01-091-3/+6
* scm: mercurial: add --git option in 'hg diff' (#7253).Toshi MARUYAMA2011-01-091-1/+1
* scm: mercurial: replace identifier to hgrev(identifier).Toshi MARUYAMA2011-01-091-16/+16
* scm: mercurial: wrap identifier with shell_quote at hgrev(identifier).Toshi MARUYAMA2011-01-091-1/+1