summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-102-1/+69
* Cleanup (#12050).Jean-Philippe Lang2012-10-091-3/+0
* Fixed that export: links are broken (#12050).Jean-Philippe Lang2012-10-091-6/+20
* code layout cleanup test/unit/issue_relation_test.rbToshi MARUYAMA2012-10-091-6/+24
* add missing fixtures to test/unit/issue_relation_test.rbToshi MARUYAMA2012-10-091-1/+11
* Adds no_issue_in_project operator for relations filter (#3265).Jean-Philippe Lang2012-10-041-0/+16
* sort custom field issue filter by type and position (#12018)Toshi MARUYAMA2012-10-041-0/+20
* change "is_private" issue filter order from 15 to 16 (#12018)Toshi MARUYAMA2012-10-041-0/+2
* change "status" issue filter order from 1 to 0 (#12018)Toshi MARUYAMA2012-10-041-0/+2
* split QueriesHelper filters_options_for_select method and add new unit test (...Toshi MARUYAMA2012-10-041-0/+41
* Private issue notes (#1554).Jean-Philippe Lang2012-10-033-0/+94
* add new user format "lastname" (#10937)Toshi MARUYAMA2012-10-011-0/+3
* fix replacing shoulda test name at r10540Toshi MARUYAMA2012-10-011-1/+1
* replace "User#before_create" and "User.login" shoulda contexts at unit user testToshi MARUYAMA2012-10-011-22/+16
* fix 'object_daddy creation' test name at unit user testToshi MARUYAMA2012-10-011-1/+1
* Test failure.Jean-Philippe Lang2012-09-291-2/+2
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-291-0/+70
* Missing fixtures.Jean-Philippe Lang2012-09-271-3/+4
* Adds a "Copied from/to" relation when copying issue(s) (#6899).Jean-Philippe Lang2012-09-271-0/+13
* remove empty setup method from test/unit/changeset_test.rbToshi MARUYAMA2012-09-261-3/+0
* use set_language_if_valid 'en' at test_parent_should_be_in_same_project at un...Toshi MARUYAMA2012-09-261-0/+3
* set default_language en at test_commit_closing_a_subproject_issue of unit cha...Toshi MARUYAMA2012-09-261-1/+2
* fix number_to_currency() raises exception on Rails3 bs and de locale (#11922)Toshi MARUYAMA2012-09-261-0/+18
* Potential can't dup NilClass error in UserPreference (#11905).Jean-Philippe Lang2012-09-221-0/+15
* Anonymous users should not see private issues with anonymous author (#11872).Jean-Philippe Lang2012-09-191-13/+15
* remove empty setup method from test/unit/lib/redmine/unified_diff_test.rbToshi MARUYAMA2012-09-191-4/+0
* use git diff format for all diff (#11868)Toshi MARUYAMA2012-09-191-0/+54
* scm: bazaar: add more comment to non ASCII path tests at unit model test (#11...Toshi MARUYAMA2012-09-181-3/+3
* scm: bazaar: add non ASCII path test to unit model test (#11834)Toshi MARUYAMA2012-09-181-0/+155
* scm: bazaar: add entry test to unit lib testToshi MARUYAMA2012-09-171-0/+31
* scm: git: add entry test to unit lib testToshi MARUYAMA2012-09-171-0/+31
* scm: bazaar: add revisions test to unit lib testToshi MARUYAMA2012-09-171-0/+16
* Adds a "depth" option to the child_pages macro (#10789).Jean-Philippe Lang2012-09-162-3/+33
* scm: bazaar: add asserting entries root path at unit model testToshi MARUYAMA2012-09-161-0/+2
* Do not consider that versions that are due today are completed.Jean-Philippe Lang2012-09-161-0/+5
* scm: mercurial: add test of diff from new to old revision to unit lib testToshi MARUYAMA2012-09-161-1/+10
* scm: bazaar: add diff test to unit lib testToshi MARUYAMA2012-09-161-0/+7
* scm: bazaar: separate constant repository path to repository and trunk branch...Toshi MARUYAMA2012-09-161-3/+4
* scm: bazaar: do not use file:// for repository path at unit app testToshi MARUYAMA2012-09-161-2/+1
* scm: bazaar: add asserting entries subdirectory path at unit app testToshi MARUYAMA2012-09-161-0/+1
* scm: git: remove unnecessary encoding header from unit adapter testToshi MARUYAMA2012-09-151-1/+0
* scm: git: change test author encoding in unit adapter test to ASCII-8BITToshi MARUYAMA2012-09-151-1/+1
* add copyright statement to test/unit/lib/redmine/scm/adapters/*.rbToshi MARUYAMA2012-09-146-0/+100
* add asserting that issue estimated hours is nil when creating minimal issueToshi MARUYAMA2012-09-111-0/+1
* gantt: remove redundant empty lines from unit gantt helper testToshi MARUYAMA2012-09-111-4/+0
* Fixed that the reminder email excludes issues assigned to groups (#11723).Jean-Philippe Lang2012-09-091-0/+21
* Fixed: Issues associated with a locked version are not copied when copying a ...Jean-Philippe Lang2012-09-091-0/+21
* Fixed that target version is lost on project copy for issues that are assigne...Jean-Philippe Lang2012-09-091-0/+16
* Adapt subtasks copy when copying a project (#6965).Jean-Philippe Lang2012-09-081-0/+16
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-081-0/+35