summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Collapse)AuthorAgeFilesLines
* "Create and continue" button for custom fields (#31159).Go MAEDA2019-04-091-0/+14
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18054 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show version status as badge in rodmap#index and roadmap#show (#29391).Go MAEDA2019-04-091-1/+4
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18053 e93f8b46-1217-0410-a6f0-8f06a7374b81
* skip ↵Toshi MARUYAMA2019-04-041-15/+17
| | | | | | RepositoriesControllerTest#test_show_should_show_diff_button_depending_on_browse_repository_permission when subversion test repository does not exist git-svn-id: http://svn.redmine.org/redmine/trunk@18035 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.2.3 (#31113).Go MAEDA2019-03-314-21/+21
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18028 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "View differences" buttons are shown in the repository page even without ↵Jean-Philippe Lang2019-03-301-0/+19
| | | | | | | | "Browse repository" permission (#30731). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18013 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show projects using a table instead of an unordered list in the user profile ↵Go MAEDA2019-03-281-2/+14
| | | | | | | | | page (#31066). Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@18012 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project search should select subprojects scope when the project has ↵Go MAEDA2019-03-251-0/+31
| | | | | | | | | subprojects (#30923). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18005 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/functional/projects_controller_test.rbGo MAEDA2019-03-251-28/+28
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18004 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Group time entries by created date (#30233).Go MAEDA2019-03-241-0/+14
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18003 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-216-6/+6
| | | | | | | Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17996 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Decode hexadecimal-encoded literals in order to be frozen string literals ↵Go MAEDA2019-03-197-59/+41
| | | | | | | | | friendly (#31004). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17991 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-1657-57/+57
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17978 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-165-8/+0
| | | | | | | | | The default script encoding is UTF-8 in Ruby 2.0 or later. Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display user's groups on profile (#12796).Jean-Philippe Lang2019-03-151-0/+15
| | | | | | Only for admins or when viewing its own profile. git-svn-id: http://svn.redmine.org/redmine/trunk@17973 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show recent documents first (#29725).Jean-Philippe Lang2019-03-151-4/+33
| | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17972 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-151-0/+43
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support issue[assigned_to_id]=me when prefilling issues (#28502).Jean-Philippe Lang2019-03-151-0/+37
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17964 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1563-0/+126
| | | | | | | This will be changed to true in the future. git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add CSS class to user custom fields (#30985).Go MAEDA2019-03-091-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17935 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add CSS class to project custom fields (#30977).Go MAEDA2019-03-061-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17931 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show warning when no workflow uses the status in the workflows (#30916).Go MAEDA2019-02-261-0/+15
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17903 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show warning when no workflow is defined for the role (#30853).Go MAEDA2019-02-241-0/+18
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17899 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issues autocomplete should response with content type json and not html ↵Go MAEDA2019-02-181-0/+10
| | | | | | | | | (#30818). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17881 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show full width layout custom fields as block columns in issue listing (#26081).Go MAEDA2019-02-131-0/+17
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17865 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/functional/issues_controller_test.rbGo MAEDA2019-02-131-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17864 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a test failure (#13688).Go MAEDA2019-02-051-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17851 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add issue tracking table on the user profile page (#30421).Go MAEDA2019-02-011-0/+19
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17844 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show estimated time on the overview page as well as spent time (#30464).Go MAEDA2019-01-221-0/+12
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17838 e93f8b46-1217-0410-a6f0-8f06a7374b81
* IssuesControllerTest#test_index_sort_by_total_estimated_hours tests nothing ↵Go MAEDA2019-01-221-0/+2
| | | | | | | | | (#30474). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17837 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adding an issue note via email fails due to NoMethodError (#30455).Jean-Philippe Lang2019-01-191-0/+16
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17817 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "nwday" class to non-working days in calendar (#27096).Go MAEDA2019-01-141-1/+17
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17798 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures to several tests (#30276).Go MAEDA2019-01-095-5/+7
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17780 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't hardcode expected text (#3848).Jean-Philippe Lang2018-12-161-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17760 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-162-6/+120
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to add private comments from the issue bulk edit page (#22368).Jean-Philippe Lang2018-12-161-0/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17744 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure with SQLite3.Jean-Philippe Lang2018-12-151-1/+2
| | | | | | | ActiveRecord::RecordNotUnique: SQLite3::ConstraintException: UNIQUE constraint failed: custom_fields_trackers.custom_field_id, custom_fields_trackers.tracker_id: INSERT INTO "custom_fields_trackers" ("custom_field_id", "tracker_id") VALUES (?, ?) git-svn-id: http://svn.redmine.org/redmine/trunk@17739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display notice on forum updates (#2635).Go MAEDA2018-12-151-0/+6
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure.Jean-Philippe Lang2018-12-131-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17734 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure with SQLite3.Jean-Philippe Lang2018-12-131-1/+1
| | | | | | | ActiveRecord::RecordNotUnique: SQLite3::ConstraintException: UNIQUE constraint failed: custom_fields_trackers.custom_field_id, custom_fields_trackers.tracker_id: INSERT INTO "custom_fields_trackers" ("custom_field_id", "tracker_id") VALUES (?, ?) git-svn-id: http://svn.redmine.org/redmine/trunk@17728 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure.Jean-Philippe Lang2018-12-121-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-121-0/+26
| | | | | | Implemented for PostgreSQL only for now. git-svn-id: http://svn.redmine.org/redmine/trunk@17724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow issues grouping by start and due dates (#13803).Jean-Philippe Lang2018-12-121-0/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a link to container on attachments edit form.Jean-Philippe Lang2018-12-121-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure with SQLite3.Jean-Philippe Lang2018-12-091-1/+2
| | | | | | | ActiveRecord::RecordNotUnique: SQLite3::ConstraintException: UNIQUE constraint failed: custom_fields_trackers.custom_field_id, custom_fields_trackers.tracker_id: INSERT INTO "custom_fields_trackers" ("custom_field_id", "tracker_id") VALUES (?, ?) git-svn-id: http://svn.redmine.org/redmine/trunk@17718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Random test failure.Jean-Philippe Lang2018-12-081-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17702 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture for reports_controller_test (#30120).Go MAEDA2018-12-071-1/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include closed projects in search for scope subprojects (#28636).Go MAEDA2018-12-061-0/+40
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo (#29503).Go MAEDA2018-12-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Discourage search engines from indexing old versions of wiki pages (#29503).Go MAEDA2018-12-061-0/+13
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17690 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong columns after CSV export (#26785).Go MAEDA2018-12-041-0/+19
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17686 e93f8b46-1217-0410-a6f0-8f06a7374b81