summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Adds "between" operator for numeric filters (#6180).Jean-Philippe Lang2011-07-102-0/+19
* Fixes "less than", "greater than" filters on custom fields with postgres (#61...Jean-Philippe Lang2011-07-091-0/+23
* Adds issue id link in the issue creation flash message (#3033).Jean-Philippe Lang2011-07-091-7/+10
* Fixed: Wiki annotated page does not display author of version 1 (#8449).Jean-Philippe Lang2011-07-091-7/+17
* Fixed: search options get lost after clicking on a specific result type (#7501).Jean-Philippe Lang2011-07-091-6/+21
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-092-4/+4
* scm: git: add unit adapter test of annotate invalid revision (#8767).Toshi MARUYAMA2011-07-081-0/+5
* scm: git: add unit adapter test of annotate invalid path (#8767).Toshi MARUYAMA2011-07-081-0/+4
* scm: git: add unit adapter test of diff invalid revision (#8767).Toshi MARUYAMA2011-07-081-0/+6
* scm: git: add unit adapter test of diff invalid path (#8767).Toshi MARUYAMA2011-07-081-0/+4
* scm: git: add unit adapter test of cat invalid revision (#8767).Toshi MARUYAMA2011-07-081-0/+5
* scm: git: add unit adapter test of cat invalid path (#8767).Toshi MARUYAMA2011-07-081-0/+4
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-063-0/+68
* Fixes version url.Jean-Philippe Lang2011-07-063-5/+5
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-053-15/+12
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-052-15/+15
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-043-10/+148
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-042-0/+23
* Document why relation is reversed after validation.Jean-Philippe Lang2011-07-041-3/+0
* Set a default value for relation type.Jean-Philippe Lang2011-07-041-1/+7
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-043-13/+122
* Fixes test failure when running all functional tests.Jean-Philippe Lang2011-07-031-3/+0
* Fixes a functional test case.Jean-Philippe Lang2011-07-031-1/+1
* Fixes test failure when running all functional tests.Jean-Philippe Lang2011-07-031-3/+0
* Do not show 2 validation errors when user mail is blank.Jean-Philippe Lang2011-07-031-0/+7
* Fixed: private queries should not be accessible to other users (#8729).Jean-Philippe Lang2011-07-031-3/+24
* Normalize issue description EOLs do prevent false journal details (#8712).Jean-Philippe Lang2011-07-021-1/+6
* Fixed: Workflow copy does not copy advanced workflow settings (#8739).Jean-Philippe Lang2011-07-021-0/+37
* Do not journalize blank description changes (#8712).Jean-Philippe Lang2011-07-021-0/+16
* Fixed: queries error messages about custom fields output a 'translation missi...Jean-Baptiste Barth2011-06-271-0/+40
* Fixed circular dependencies possibly introduced when using reverse relations,...Jean-Baptiste Barth2011-06-262-0/+14
* replace RAILS_ROOT to Rails.root at test/test_helper.rb.Toshi MARUYAMA2011-06-231-3/+3
* back out r6118. use ActionView::TestCase instead of HelperTestCase at MenuHel...Toshi MARUYAMA2011-06-221-1/+1
* back out r6117. use ActionView::TestCase instead of HelperTestCase at IssuesH...Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/m...Toshi MARUYAMA2011-06-221-3/+1
* use ActionView::TestCase instead of HelperTestCase at issues_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/w...Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/w...Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at timelog_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at sort_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at search_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at projects_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at custom_fields_helper_te...Toshi MARUYAMA2011-06-221-1/+1
* use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmin...Toshi MARUYAMA2011-06-221-1/+1
* use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmin...Toshi MARUYAMA2011-06-221-1/+1
* scm: use ActionView::TestCase instead of HelperTestCase at repository_helper_...Toshi MARUYAMA2011-06-221-3/+3
* replace RAILS_ROOT to Rails.root at test/test_helper.rb.Toshi MARUYAMA2011-06-201-5/+5
* Added a test to ensure 'Project' column can be removed on issues list (#8411)Jean-Baptiste Barth2011-06-201-0/+6
* Added Project#enable_module! and Project#disable_module! (#7115)Jean-Baptiste Barth2011-06-191-0/+48
* replace RAILS_ROOT to Rails.root at test/unit/lib/redmine/hook_test.rb.Toshi MARUYAMA2011-06-171-1/+1