summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...Toshi MARUYAMA2011-11-161-47/+17
* Fixed: Deleting a subtasks doesn't update parent's rgt & lft values, introduc...Jean-Philippe Lang2011-11-151-0/+14
* Additional tests for email From header (#9564).Jean-Philippe Lang2011-11-141-1/+11
* Replaced non standard Precedence email header with "X-Auto-Response-Suppress:...Jean-Philippe Lang2011-11-131-1/+1
* Adds a method to clear the settings cache.Jean-Philippe Lang2011-11-131-0/+13
* Fixed: copied private queries not visible after project copy (#9520).Jean-Philippe Lang2011-11-111-0/+1
* Fixed: Error when reading ciphered text from the database without cipher key ...Jean-Philippe Lang2011-11-111-0/+14
* Custom date field accepts invalid dates (#9394).Jean-Philippe Lang2011-11-111-0/+2
* Fixed: Custom 'version' field don't show shared versions (#8615).Jean-Philippe Lang2011-11-111-0/+76
* Fixed: User with groups may not see issues assigned to him or to its groups (...Jean-Philippe Lang2011-11-111-0/+23
* scm: git: test: model: fix failing test_parents on PostgreSQL (#5501)Toshi MARUYAMA2011-11-031-4/+3
* scm: mercurial: test: model: fix failing test_parents on PostgreSQL (#5501)Toshi MARUYAMA2011-11-031-4/+3
* scm: mercurial: test: model: add test of parents (#5501)Toshi MARUYAMA2011-11-031-0/+19
* scm: git: test: model: add test of parents (#5501)Toshi MARUYAMA2011-11-031-0/+19
* add unit test of escaping image urls (#9245)Toshi MARUYAMA2011-11-021-0/+7
* Don't escape already parsed wiki link title (#9471).Etienne Massip2011-10-291-0/+4
* scm: mercurial: test: lib: update branches test for Branch class (#5501)Toshi MARUYAMA2011-10-281-9/+26
* scm: git: test: lib: update branches test for Branch class (#5501)Toshi MARUYAMA2011-10-281-6/+17
* scm: git: test: add test of parents to unit lib test (#5501)Toshi MARUYAMA2011-10-281-0/+26
* scm: mercurial: test: add test of parents to unit lib test (#5501)Toshi MARUYAMA2011-10-281-0/+15
* scm: mercurial: update test repository (#5501)Toshi MARUYAMA2011-10-282-12/+14
* scm: mercurial: use NUM_REV instead of hard-coded number of revisions at "tes...Toshi MARUYAMA2011-10-251-1/+1
* scm: mercurial: drop supporting below Mercurial 1.1 (#9465)Toshi MARUYAMA2011-10-251-4/+6
* scm: mercurial: skip failing unit model tests on below Mercurial 1.5 (#9465)Toshi MARUYAMA2011-10-241-2/+4
* scm: mercurial: skip failing unit lib tests on below Mercurial 1.5 (#9465)Toshi MARUYAMA2011-10-241-10/+14
* Fix failing test (#4264).Etienne Massip2011-10-081-1/+1
* Update CodeRay version to 1.0 final (#4264).Etienne Massip2011-10-081-1/+1
* Rails3: test: replace deprecated errors.on at test_moving_an_issue_to_a_desce...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at test_update_issue_with_required...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on_base at test_should_not_be_able_to...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at test_should_not_be_able_to_assi...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at test_should_not_be_able_to_assi...Toshi MARUYAMA2011-10-071-1/+1
* code layout clean up of test_visible_scope_for_anonymous_with_own_issues_visi...Toshi MARUYAMA2011-10-071-1/+3
* code layout clean up of test_errors_full_messages_should_include_custom_field...Toshi MARUYAMA2011-10-071-1/+2
* Rails3: test: replace deprecated errors.on at test_should_not_set_a_disabled_...Toshi MARUYAMA2011-10-071-1/+1
* code layout clean up of test_set_issue_to_dates_without_issue_to at test/unit...Toshi MARUYAMA2011-10-071-1/+3
* code layout clean up of test_relation_type_for at test/unit/issue_relation_te...Toshi MARUYAMA2011-10-071-1/+2
* code layout clean up of test_follows_relation_should_not_be_reversed_if_valid...Toshi MARUYAMA2011-10-071-1/+3
* code layout clean up of test_follows_relation_should_be_reversed at test/unit...Toshi MARUYAMA2011-10-071-1/+2
* code layout clean up of test_create at test/unit/issue_relation_test.rbToshi MARUYAMA2011-10-071-1/+2
* Rails3: test: replace deprecated errors.on at test_validates_circular_depende...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at test_validates_circular_depende...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at test_validate_identifier of uni...Toshi MARUYAMA2011-10-071-1/+1
* code layout clean up of test/unit/issue_nested_set_test.rbToshi MARUYAMA2011-10-071-1/+2
* Rails3: test: replace deprecated errors.on at test_creating_a_child_in_differ...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at test_validate_mail_notification...Toshi MARUYAMA2011-10-071-1/+1
* code layout clean up of test/unit/user_test.rbToshi MARUYAMA2011-10-071-1/+3
* Make sure that anchor names generated for headings fully match wiki links (#7...Etienne Massip2011-10-021-0/+10
* Prepend page title to anchor in single page wiki HTML export to make links mo...Etienne Massip2011-10-021-0/+29
* Fix generation of blank local link when no title is specified in wiki link.Etienne Massip2011-10-021-0/+20