summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scm: add compatible functional test fof changing diff revisions label at SCM ...Toshi MARUYAMA2011-01-092-4/+27
* scm: mercurial: functional test for accept both of revision number and change...Toshi MARUYAMA2011-01-091-25/+31
* scm: mercurial: annotate accepts both of revision number and changeset id (#3...Toshi MARUYAMA2011-01-093-9/+29
* scm: mercurial: fix diff and test for accept both of revision number and chan...Toshi MARUYAMA2011-01-082-6/+28
* scm: mercurial: cat test for accept both of revision number and changeset id ...Toshi MARUYAMA2011-01-081-2/+8
* Italian translation update by Emidio Stani (#7227).Jean-Philippe Lang2011-01-081-26/+27
* Bulgarian translation update by Ivan Cenov (#7203).Jean-Philippe Lang2011-01-081-10/+10
* scm: mercurial: fix assert_equal parameter order at app unit test_find_change...Toshi MARUYAMA2011-01-081-1/+1
* scm: mercurial: accept both of revision and nodeid as changeset id (#3724).Toshi MARUYAMA2011-01-083-1/+40
* Fix associated revisions label on issue page.Toshi MARUYAMA2011-01-082-2/+4
* Removed hard-coded style on wiki history view.Jean-Philippe Lang2011-01-062-6/+8
* Additional unit tests for project tree.Jean-Philippe Lang2011-01-061-33/+93
* Do not show trackers and issue custom fields on project form when issue track...Jean-Philippe Lang2011-01-063-14/+35
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-063-12/+23
* Verify HTTP method on ProjectsController#create.Jean-Philippe Lang2011-01-062-3/+14
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-066-7/+61
* Adds assertion to prevent error in test.Jean-Philippe Lang2011-01-061-0/+1