summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Adds an application configuration file: config/configuration.yml (#7408).Jean-Philippe Lang2011-01-235-0/+84
* scm: darcs: add compatible test of Darcs 2.3 and 2.4 (#7415).Toshi MARUYAMA2011-01-231-0/+13
* scm: darcs: change io.gets to io.read and add darcs version unit (#4494, #5404).Toshi MARUYAMA2011-01-221-0/+15
* scm: darcs: add unit lib test.Toshi MARUYAMA2011-01-221-0/+25
* Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#73...Jean-Philippe Lang2011-01-221-1/+33
* scm: functional test of using format_revision() for annotate (#3724).Toshi MARUYAMA2011-01-213-0/+27
* Do not show "for only project I select" notification option on application se...Jean-Philippe Lang2011-01-161-0/+6
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-163-15/+52
* Fixed: "Notifiy for only project I select" is randomly displayed (#7294).Jean-Philippe Lang2011-01-161-2/+9
* When destroying a user, remove all references to that user (#7296).Jean-Philippe Lang2011-01-162-8/+211
* Prevent SystemStackError on Issue#all_dependent_issues with circular dependen...Jean-Philippe Lang2011-01-151-0/+19
* Adds a test for issue circular dependency validation.Jean-Philippe Lang2011-01-151-0/+9
* 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
* Respond with 404 instead of 500 when revision/entry is not found in the repos...Jean-Philippe Lang2011-01-143-4/+4
* 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-141-0/+30
* 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-132-0/+18
* scm: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-134-1/+54
* scm: mercurial: change two revision diff text of mercurial (#3724).Toshi MARUYAMA2011-01-111-0/+22
* scm: mercurial: use revision text mercurial style "2:400bb8672109" (#3724).Toshi MARUYAMA2011-01-111-0/+17
* 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-111-0/+7
* 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-111-2/+2
* scm: mercurial: diff '-c' option supports above Mercurial 1.2 (#3724, #7253).Toshi MARUYAMA2011-01-112-12/+22
* 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-102-1/+10
* Adds fallback to 'en' locale for untranslated strings (#5518).Jean-Philippe Lang2011-01-101-0/+14
* 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-102-0/+0
* 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
* scm: mercurial: remove new line in diff unit test(#7253).Toshi MARUYAMA2011-01-091-3/+6
* 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-092-3/+15
* scm: mercurial: fix diff and test for accept both of revision number and chan...Toshi MARUYAMA2011-01-081-0/+18
* scm: mercurial: cat test for accept both of revision number and changeset id ...Toshi MARUYAMA2011-01-081-2/+8
* 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-082-1/+29
* Additional unit tests for project tree.Jean-Philippe Lang2011-01-061-33/+93
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-061-9/+19
* Verify HTTP method on ProjectsController#create.Jean-Philippe Lang2011-01-061-0/+11
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-063-3/+55
* Adds assertion to prevent error in test.Jean-Philippe Lang2011-01-061-0/+1