summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* code layout cleanup test/unit/lib/redmine/scm/adapters/git_adapter_test.rbToshi MARUYAMA2012-02-081-7/+7
* scm: git: use explicit "master" for latest_changesets at unit app testToshi MARUYAMA2012-02-071-2/+2
* scm: git: remove "test_getting_certain_revisions" from unit lib testToshi MARUYAMA2012-02-071-4/+0
* Fixed "can't convert Fixnum into String" error on projects with numerical ide...Jean-Philippe Lang2012-02-061-0/+8
* Fixed an assertion for ruby1.9.Jean-Philippe Lang2012-02-051-1/+1
* Adds a X-Redmine-Sender header to email notifications (#5643).Jean-Philippe Lang2012-02-051-0/+8
* Increase username length limit from 30 to 60 (#2719).Jean-Philippe Lang2012-02-052-7/+14
* Better handling of issue update conflicts (#8691).Jean-Philippe Lang2012-02-041-0/+7
* Adds a setting that allows to reference/fix issues of all projects (#3087).Jean-Philippe Lang2012-02-021-0/+30
* Adds members of subprojects in assignee and author filters (#10126).Jean-Philippe Lang2012-02-012-0/+18
* Simplifies Principal.active scope (status defaults to 1 for groups).Jean-Philippe Lang2012-02-011-0/+8
* code layout clean up test/unit/mail_handler_test.rbToshi MARUYAMA2012-01-301-17/+78
* code layout cleanup unit mail handler test fixturesToshi MARUYAMA2012-01-301-19/+7
* Allows attachments on news (#1972).Jean-Philippe Lang2012-01-291-0/+15
* Do not validate blank default custom field value.Jean-Philippe Lang2012-01-291-0/+5
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-293-1/+115
* Support for nested array in API builder.Jean-Philippe Lang2012-01-292-0/+26
* test: add attachment tests at unit mail handler test for Rails3Toshi MARUYAMA2012-01-291-0/+3
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-284-103/+97
* Allow underscores in project identifiers (#1363).Jean-Philippe Lang2012-01-271-0/+1
* Makes all workflow transitions defined for all roles available to administrat...Jean-Philippe Lang2012-01-261-0/+9
* Notify previous assignee when assignee changes (#2694).Jean-Philippe Lang2012-01-231-0/+12
* Adds support for multiple repositories to redmine links (#779).Jean-Philippe Lang2012-01-221-0/+67
* Fixed that reminders are sent for closed issues (#10006).Jean-Philippe Lang2012-01-211-0/+11
* Adds a <<me>> option at the top of the assignee drop-down (#1102).Jean-Philippe Lang2012-01-211-0/+9
* Copy attachments on issue and project copy (#3055).Jean-Philippe Lang2012-01-202-0/+47
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-152-3/+15
* Fixed wrong assertion.Jean-Philippe Lang2012-01-141-1/+1
* Removed assertion that depends on the order of returned records.Jean-Philippe Lang2012-01-131-1/+0
* Adds "me" to user custom fields filters (#9923).Jean-Philippe Lang2012-01-131-0/+17
* Adds "my projects" filter on the cross-project issue list.Jean-Philippe Lang2012-01-131-0/+13
* add missing groups_users fixture to unit issue testToshi MARUYAMA2012-01-111-0/+1
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-0/+1
* Deprecated Issue#move_to_project.Jean-Philippe Lang2012-01-072-61/+71
* Extracted some code from #move_to_project to a callback.Jean-Philippe Lang2012-01-061-0/+21
* remove trailing white-space from test/unit/mail_handler_test.rbToshi MARUYAMA2012-01-051-1/+1
* replace hard-coded Japanese literal to utf-8 hexadecimal at test/unit/mail_ha...Toshi MARUYAMA2012-01-051-1/+3
* Makes .find_ids return integers.Jean-Philippe Lang2012-01-031-1/+1
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-0/+7
* Moved test from ApplicationControllerTest.Jean-Philippe Lang2012-01-031-0/+9
* test: replace should "include the emails_header" at unit mailer test to Rails...Toshi MARUYAMA2012-01-021-9/+6
* Rails3.1: test: include ERB::Util in unit/helpers/search_helper_test.rbToshi MARUYAMA2012-01-021-0/+1
* Use Errors#count instead of #length.Jean-Philippe Lang2012-01-011-1/+1
* Do not add errors on attributes on fake attributes.Jean-Philippe Lang2011-12-261-1/+1
* Makes assertion Rails3 compatible.Jean-Philippe Lang2011-12-261-1/+5
* Do assertions on collection, not on association.Jean-Philippe Lang2011-12-261-2/+2
* Missing fixtures.Jean-Philippe Lang2011-12-261-1/+7
* fix filename of test/unit/lib/redmine/wiki_formatting.rbToshi MARUYAMA2011-12-231-0/+0
* test: include ERB::Util at test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2011-12-221-0/+1
* test: include ERB::Util at test/unit/helpers/issues_helper_test.rbToshi MARUYAMA2011-12-221-0/+1