summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Collapse)AuthorAgeFilesLines
...
* Filter after projects (#29482).Jean-Philippe Lang2019-10-191-0/+19
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18762 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-191-0/+79
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18761 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display new issue link in version page (#28138).Jean-Philippe Lang2019-10-191-0/+8
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLines in ↵Toshi MARUYAMA2019-10-191-1/+0
| | | | | | test/functional/project_enumerations_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18740 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLines in ↵Toshi MARUYAMA2019-10-191-1/+0
| | | | | | test/functional/activities_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in ↵Toshi MARUYAMA2019-10-141-1/+0
| | | | | | test/functional/users_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18660 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in ↵Toshi MARUYAMA2019-10-141-1/+0
| | | | | | test/functional/settings_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in ↵Toshi MARUYAMA2019-10-141-1/+0
| | | | | | test/functional/email_addresses_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18658 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix assert_equal parameter is broken in ↵Toshi MARUYAMA2019-10-091-3/+3
| | | | | | test/functional/project_enumerations_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18636 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up test/functional/issue_statuses_controller_test.rbToshi MARUYAMA2019-10-081-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18627 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/HashSyntax in ↵Toshi MARUYAMA2019-10-071-5/+2
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18618 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AlignArray in ↵Toshi MARUYAMA2019-10-071-4/+1
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18612 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in ↵Toshi MARUYAMA2019-10-071-1/+1
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18610 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceAfterColon in ↵Toshi MARUYAMA2019-10-071-2/+2
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in ↵Toshi MARUYAMA2019-10-071-5/+0
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18608 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-10-071-6/+4
| | | | | | test/functional/documents_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18606 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-047-8/+31
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18593 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render Textile and Markdown attachments on the preview page (#29752).Go MAEDA2019-10-031-0/+32
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@18584 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.Go MAEDA2019-10-021-1/+1
| | | | | | | This change corrects newly detected offenses after updating rubocop-performance to 1.5.0 in r18579. git-svn-id: http://svn.redmine.org/redmine/trunk@18580 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix duplicate name of ↵Toshi MARUYAMA2019-09-301-4/+2
| | | | | | IssuesControllerTest#test_bulk_copy_should_allow_copying_the_subtasks git-svn-id: http://svn.redmine.org/redmine/trunk@18569 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show unsettable permissions in the tracker permissions table (#30431).Go MAEDA2019-09-241-0/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18508 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes not to call set_tmp_attachments_directory twice after each test (#32094).Go MAEDA2019-09-201-17/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18484 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/IndentationConsistency in ↵Toshi MARUYAMA2019-09-141-2/+2
| | | | | | test/functional/repositories_mercurial_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in ↵Toshi MARUYAMA2019-09-141-1/+0
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add clear query icon next to selected query in sidebar (#31640).Go MAEDA2019-09-141-0/+11
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/IndentationConsistency in ↵Toshi MARUYAMA2019-09-131-1/+1
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code clean up test/functional/repositories_mercurial_controller_test.rbToshi MARUYAMA2019-09-131-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code clean up test/functional/repositories_git_controller_test.rbToshi MARUYAMA2019-09-131-8/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in ↵Toshi MARUYAMA2019-09-131-3/+3
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the test name different from the actual behavior (#31994).Go MAEDA2019-09-111-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18452 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue auto complete should return last 10 issues (#31994).Go MAEDA2019-09-111-0/+16
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18449 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture to IssueStatusesControllerTest (#32023).Go MAEDA2019-09-051-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18438 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: RuboCop: Fix Performance/InefficientHashSearchGo MAEDA2019-09-033-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18423 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures to TimelogCustomFieldsVisibilityTest (#31999).Go MAEDA2019-09-031-2/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18422 e93f8b46-1217-0410-a6f0-8f06a7374b81
* VersionsControllerTest#test_show randomly fails (#31964, #28510).Go MAEDA2019-08-281-6/+8
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18406 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add VersionsCustomFieldsVisibilityTest (#23997).Go MAEDA2019-08-241-0/+79
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18387 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Per role visibility settings for version custom fields (#23997).Go MAEDA2019-08-241-0/+20
| | | | | | | Patch by Jens Krämer and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18386 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Per role visibility settings for project custom fields (#31925).Go MAEDA2019-08-202-0/+32
| | | | | | | Patch by Jens Krämer and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-173-6/+6
| | | | | | | update_attributes is deprecated in Rails 6.0 and will be removed in Rails 6.1 (#29914). git-svn-id: http://svn.redmine.org/redmine/trunk@18375 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-141-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18366 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Per role visibility settings for spent time custom fields (#31859).Go MAEDA2019-08-093-31/+81
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18358 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures to ImportsControllerTest (#31865).Go MAEDA2019-08-081-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18357 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/DefEndAlignment of ↵Toshi MARUYAMA2019-08-041-1/+1
| | | | | | test/functional/documents_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18350 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Previous and next month links in gantt (#31373).Go MAEDA2019-08-041-1/+5
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/EmptyLinesAroundAccessModifier of ↵Toshi MARUYAMA2019-08-031-0/+1
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18341 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/BlockAlignment of ↵Toshi MARUYAMA2019-07-301-1/+1
| | | | | | test/functional/repositories_mercurial_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18335 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/BlockAlignment of ↵Toshi MARUYAMA2019-07-301-1/+1
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* test_previous_project_index fails depending on the current time and zone ↵Go MAEDA2019-06-251-1/+2
| | | | | | | | | (#30288, #31620). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18316 e93f8b46-1217-0410-a6f0-8f06a7374b81
* test_page_with_activity fails depending on the current time and zone (#30288).Go MAEDA2019-06-251-1/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18315 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing journal indice when updating a journal (#31427).Go MAEDA2019-06-211-0/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18310 e93f8b46-1217-0410-a6f0-8f06a7374b81