summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make sure that "is not" operator for Subproject filter does not exclude close...Go MAEDA2020-12-281-0/+24
* Subprojects issues are not displayed on main project when all subprojects are...Go MAEDA2020-12-272-0/+30
* Create custom field by copy (#34307).Go MAEDA2020-12-262-0/+122
* Allow issue relation autocomplete to select multiple values (#33418).Go MAEDA2020-12-251-0/+31
* Bulk addition of related issues (#33418).Go MAEDA2020-12-251-0/+47
* Users API should return twofa_scheme only for administrators (#34242).Go MAEDA2020-12-231-1/+14
* Include two-factor authentication scheme in users API response (#34242).Go MAEDA2020-12-231-1/+19
* Revert r19810 (#10535).Go MAEDA2020-12-222-44/+38
* Revert r20440 (#10535).Go MAEDA2020-12-221-15/+2
* use 'assert_not' instead of 'assert !' at IssuesControllerTestToshi MARUYAMA2020-12-191-4/+4
* use '\' instead of '+' to concatenate strings at RepositoriesFilesystemContro...Toshi MARUYAMA2020-12-191-2/+2
* shorten long line of test/unit/project_test.rbToshi MARUYAMA2020-12-191-25/+60
* shorten long line of IssuesControllerTestToshi MARUYAMA2020-12-191-22/+48
* shorten long line of test/unit/lib/redmine/wiki_formatting/macros_test.rbToshi MARUYAMA2020-12-191-8/+17
* shorten long line of test/unit/lib/redmine/helpers/diff_test.rbToshi MARUYAMA2020-12-191-2/+3
* shorten long line of test/unit/lib/redmine/wiki_formatting/textile_formatter_...Toshi MARUYAMA2020-12-191-12/+38
* shorten long line of VersionsHelperTestToshi MARUYAMA2020-12-191-5/+19
* use with_settings at AccountControllerOpenidTest#test_login_with_openid_for_e...Toshi MARUYAMA2020-12-171-8/+6
* remove redundant 'return' from ApplicationHelperTestToshi MARUYAMA2020-12-171-1/+1
* use 'lambda' instead of '->{}' at RolesControllerTestToshi MARUYAMA2020-12-171-2/+2
* Fix the order of assert params (#34123).Go MAEDA2020-12-171-1/+1
* Add a test for ProjectCustomField creation (#33268).Go MAEDA2020-12-161-0/+26
* Atom feed on project with subprojects should show in article title the name o...Go MAEDA2020-12-141-0/+20
* use with_settings at AccountControllerOpenidTest#test_login_with_openid_for_e...Toshi MARUYAMA2020-12-121-8/+6
* use '\' instead of '+' to concatenate strings at RepositoriesMercurialControl...Toshi MARUYAMA2020-12-121-2/+2
* add 'freeze' to avoid immutable array literals in loops at MercurialAdapterTestToshi MARUYAMA2020-12-121-16/+16
* shorten long line of ApplicationHelperTestToshi MARUYAMA2020-12-121-14/+30
* Fix that disabled trackers of subprojects are listed in project overview (#10...Go MAEDA2020-12-121-0/+19
* Spent time details are displayed in incorrect order when sorted by week and d...Go MAEDA2020-12-121-0/+27
* use with_settings at IssueRelationsControllerTest#test_should_create_relation...Toshi MARUYAMA2020-12-111-13/+14
* remove space inside array brackets from test/unit/mailer_test.rbToshi MARUYAMA2020-12-111-2/+2
* remove space inside array brackets from test/unit/search_test.rbToshi MARUYAMA2020-12-111-1/+1
* remove empty line at method body end of test/unit/lib/redmine/menu_manager/me...Toshi MARUYAMA2020-12-111-2/+0
* remove empty line at method body end of test/unit/lib/redmine/unified_diff_te...Toshi MARUYAMA2020-12-111-1/+0
* shorten long line of test/unit/lib/redmine/menu_manager/mapper_test.rbToshi MARUYAMA2020-12-111-17/+20
* shorten long line of IssueRelationsControllerTestToshi MARUYAMA2020-12-111-1/+3
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-102-0/+46
* use with_settings at ReportsControllerTest#test_get_issue_report_details_by_t...Toshi MARUYAMA2020-12-101-7/+3
* shorten long line of test/unit/time_entry_activity_test.rbToshi MARUYAMA2020-12-101-5/+24
* shorten long line of ApplicationHelperTestToshi MARUYAMA2020-12-101-34/+71
* Require to enter project's identifier to confirm project deletion (#34417).Go MAEDA2020-12-101-3/+13
* Require explicit confirmation before deleting a user (#34417).Go MAEDA2020-12-101-6/+32
* use with_settings at MailHandlerControllerTest#test_newToshi MARUYAMA2020-12-091-3/+6
* shorten long line of test/unit/member_test.rbToshi MARUYAMA2020-12-091-6/+21
* shorten long line of test/unit/lib/redmine/field_format/version_field_format_...Toshi MARUYAMA2020-12-091-11/+26
* shorten long line of SearchHelperTestToshi MARUYAMA2020-12-091-3/+12
* 500 error when attempting to create custom field enumeration with empty name ...Go MAEDA2020-12-061-0/+36
* Add system tests for inline autocomplete (#34123).Go MAEDA2020-12-061-0/+132
* Use robots.txt instead of robots meta tag to prevent web crawlers from indexi...Go MAEDA2020-12-052-4/+3
* CSV import raises an exception if CSV header has empty columns (#22913, #34326).Go MAEDA2020-12-051-2/+2