summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Collapse)AuthorAgeFilesLines
* Merged r19344 from trunk to 4.1-stable (#32526, #32525).Go MAEDA2019-12-105-23/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19351 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19341 from trunk to 4.1-stable (#32500).Go MAEDA2019-12-061-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19088 from trunk to 4.1-stable (#32478, #30346).Go MAEDA2019-12-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19330 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19091 to 4.1-stable (#29482).Jean-Philippe Lang2019-11-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19094 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r19064 (#32436).Jean-Philippe Lang2019-11-161-14/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19078 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a Rubocop offense caused by r19065 (#16904).Go MAEDA2019-11-131-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19068 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that QueriesControllerTest fails due to r19065 (#16904).Go MAEDA2019-11-131-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19067 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add anonymous user to author list in issue/time query (#16904).Jean-Philippe Lang2019-11-101-1/+2
| | | | | | Patch by Yuichi HARADA and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19065 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for grouping by issue on timelog view (#32436).Jean-Philippe Lang2019-11-101-0/+14
| | | | | | Patch by Kouhei Sutou. git-svn-id: http://svn.redmine.org/redmine/trunk@19063 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds "Target Version" column to the list of "Available columns" in "Spent ↵Go MAEDA2019-11-101-0/+33
| | | | | | | | | time" tab (#30346). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up test/functional/issues_controller_test.rbToshi MARUYAMA2019-11-081-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18966 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-081-10/+5
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-081-11/+9
| | | | | | test/functional/wiki_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18949 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-061-6/+12
| | | | | | test/functional/workflows_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18928 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow import time entries for other users (#32196).Jean-Philippe Lang2019-11-021-0/+35
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18890 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix CSV export of projects (#29482).Jean-Philippe Lang2019-11-021-0/+49
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18888 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Specific action for updating role permissions.Jean-Philippe Lang2019-10-251-10/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18862 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add roles filter on permissions report (#32343).Jean-Philippe Lang2019-10-251-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Skip AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png when ↵Go MAEDA2019-10-221-0/+2
| | | | | | | | | ImageMagick convert is not available (#32307, #22481). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18826 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-1/+1
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#29482).Jean-Philippe Lang2019-10-191-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18768 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default columns for the projects list (#29482).Jean-Philippe Lang2019-10-191-0/+10
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-191-0/+53
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18765 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter after parent project (#29482).Jean-Philippe Lang2019-10-191-0/+19
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18763 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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