summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Collapse)AuthorAgeFilesLines
* Subprojects issues are not displayed on main project when all subprojects ↵Go MAEDA2020-12-271-0/+19
| | | | | | | | | are closed (#34297). Patch by Yuichi HARADA and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20693 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Create custom field by copy (#34307).Go MAEDA2020-12-261-0/+73
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk addition of related issues (#33418).Go MAEDA2020-12-251-0/+47
| | | | | | | Patch by Dmitry Makurin and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r19810 (#10535).Go MAEDA2020-12-222-44/+38
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use 'assert_not' instead of 'assert !' at IssuesControllerTestToshi MARUYAMA2020-12-191-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20680 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use '\' instead of '+' to concatenate strings at ↵Toshi MARUYAMA2020-12-191-2/+2
| | | | | | RepositoriesFilesystemControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@20678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of IssuesControllerTestToshi MARUYAMA2020-12-191-22/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20674 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-12-171-8/+6
| | | | | | AccountControllerOpenidTest#test_login_with_openid_for_existing_non_active_user git-svn-id: http://svn.redmine.org/redmine/trunk@20664 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use 'lambda' instead of '->{}' at RolesControllerTestToshi MARUYAMA2020-12-171-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20656 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a test for ProjectCustomField creation (#33268).Go MAEDA2020-12-161-0/+26
| | | | | | | Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@20651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Atom feed on project with subprojects should show in article title the name ↵Go MAEDA2020-12-141-0/+20
| | | | | | | | | of the project (#15212). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20648 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-12-121-8/+6
| | | | | | AccountControllerOpenidTest#test_login_with_openid_for_existing_user git-svn-id: http://svn.redmine.org/redmine/trunk@20647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use '\' instead of '+' to concatenate strings at ↵Toshi MARUYAMA2020-12-121-2/+2
| | | | | | RepositoriesMercurialControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@20643 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that disabled trackers of subprojects are listed in project overview ↵Go MAEDA2020-12-121-0/+19
| | | | | | | | | (#10084). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20635 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Spent time details are displayed in incorrect order when sorted by week and ↵Go MAEDA2020-12-121-0/+27
| | | | | | | | | date (#33952). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20634 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-12-111-13/+14
| | | | | | IssueRelationsControllerTest#test_should_create_relations_with_visible_issues_only git-svn-id: http://svn.redmine.org/redmine/trunk@20630 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of IssueRelationsControllerTestToshi MARUYAMA2020-12-111-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20620 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-101-0/+39
| | | | | | | Patch by Go MAEDA and Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20617 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-12-101-7/+3
| | | | | | ReportsControllerTest#test_get_issue_report_details_by_tracker_should_show_only_statuses_used_by_the_project git-svn-id: http://svn.redmine.org/redmine/trunk@20616 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require to enter project's identifier to confirm project deletion (#34417).Go MAEDA2020-12-101-3/+13
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require explicit confirmation before deleting a user (#34417).Go MAEDA2020-12-101-6/+32
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20600 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at MailHandlerControllerTest#test_newToshi MARUYAMA2020-12-091-3/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20599 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use robots.txt instead of robots meta tag to prevent web crawlers from ↵Go MAEDA2020-12-051-4/+0
| | | | | | | | | indexing login, register, and lost password form (#33658). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20577 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-12-041-10/+14
| | | | | | MailHandlerControllerTest#test_should_not_allow_with_wrong_key git-svn-id: http://svn.redmine.org/redmine/trunk@20575 e93f8b46-1217-0410-a6f0-8f06a7374b81
* TypeError when attempting to update a user with a blank email address (#33355).Go MAEDA2020-12-031-0/+13
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20562 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-12-031-10/+14
| | | | | | MailHandlerControllerTest#test_should_not_allow_with_api_disabled git-svn-id: http://svn.redmine.org/redmine/trunk@20561 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-12-021-11/+14
| | | | | | MailHandlerControllerTest#test_should_respond_with_422_if_not_created git-svn-id: http://svn.redmine.org/redmine/trunk@20546 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Robots meta tag to prevent web crawlers from indexing login, register, and ↵Go MAEDA2020-12-011-0/+4
| | | | | | | | | lost password form (#33658). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20532 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of TimelogControllerTestToshi MARUYAMA2020-11-301-12/+54
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20528 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at MailHandlerControllerTest#test_should_update_issueToshi MARUYAMA2020-11-291-11/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20517 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures to AttachmentsControllerTest (#34321).Go MAEDA2020-11-271-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20505 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-11-261-12/+18
| | | | | | MailHandlerControllerTest#test_should_create_issue_with_options git-svn-id: http://svn.redmine.org/redmine/trunk@20504 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of RepositoriesCvsControllerTestToshi MARUYAMA2020-11-261-28/+58
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20494 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Create tracker by copy (#34258).Go MAEDA2020-11-251-0/+49
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at MailHandlerControllerTest#test_should_create_issueToshi MARUYAMA2020-11-221-11/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of EnumerationsControllerTestToshi MARUYAMA2020-11-221-40/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of MailHandlerControllerTestToshi MARUYAMA2020-11-221-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* more strictly assertion at MyControllerTest#test_page_with_calendarToshi MARUYAMA2020-11-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20427 e93f8b46-1217-0410-a6f0-8f06a7374b81
* prevent random failure of MyControllerTest#test_page_with_calendarToshi MARUYAMA2020-11-181-6/+24
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20415 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-11-171-13/+17
| | | | | | UsersControllerTest#test_update_with_generate_password_should_email_the_password git-svn-id: http://svn.redmine.org/redmine/trunk@20413 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of JournalsControllerTestToshi MARUYAMA2020-11-171-48/+58
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20402 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trackers of subprojects are not displayed in the Issue summary page (#34185).Go MAEDA2020-11-161-67/+91
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20401 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-11-161-7/+13
| | | | | | UsersControllerTest#test_update_with_password_change_should_send_a_notification git-svn-id: http://svn.redmine.org/redmine/trunk@20400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-11-151-7/+11
| | | | | | UsersControllerTest#test_update_with_activation_should_send_a_notification git-svn-id: http://svn.redmine.org/redmine/trunk@20388 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of MembersControllerTestToshi MARUYAMA2020-11-151-45/+58
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at UsersControllerTest#test_createToshi MARUYAMA2020-11-141-16/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20375 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of TimelogControllerTestToshi MARUYAMA2020-11-141-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20370 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of UsersControllerTestToshi MARUYAMA2020-11-141-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of MessagesControllerTestToshi MARUYAMA2020-11-141-48/+50
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20364 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add functional calendar test of same start and due dates issueToshi MARUYAMA2020-11-131-0/+39
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20363 e93f8b46-1217-0410-a6f0-8f06a7374b81