summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Collapse)AuthorAgeFilesLines
* Merged r18098 and r18099 from trunk to 4.0-stable (#31275).Go MAEDA2019-04-301-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18100 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r18028 from trunk to 4.0-stable (#31113).Go MAEDA2019-03-314-21/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18029 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r18013 to 4.0-stable (#30731).Jean-Philippe Lang2019-03-301-0/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18017 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r18005 from trunk to 4.0-stable (#30923).Go MAEDA2019-03-251-0/+31
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18006 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r17935 from trunk to 4.0-stable (#30985).Go MAEDA2019-03-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17936 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r17931 from trunk to 4.0-stable (#30977).Go MAEDA2019-03-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17932 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r17881 from trunk to 4.0-stable (#30818).Go MAEDA2019-02-181-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17882 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r17817 to 4.0-stable (#30455).Jean-Philippe Lang2019-01-191-0/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17818 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r17738 from trunk to 4.0-stable (#2635).Go MAEDA2018-12-161-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17740 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
* Let admins unarchive the project when trying to access an archived project ↵Jean-Philippe Lang2018-12-021-2/+14
| | | | | | (#29993). git-svn-id: http://svn.redmine.org/redmine/trunk@17682 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tests failure with SQLite3.Jean-Philippe Lang2018-12-011-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@17675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tests failure with SQLite3.Jean-Philippe Lang2018-12-011-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@17673 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure, assertion must be made against displayed values.Jean-Philippe Lang2018-12-011-2/+2
| | | | | | | | IssuesControllerTest#test_index_sort_by_spent_hours_should_sort_by_visible_spent_hours Expected: [3.0, 0.0, 0.0] Actual: [3.0, 4.0, 0.0] git-svn-id: http://svn.redmine.org/redmine/trunk@17672 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for #29918.Jean-Philippe Lang2018-11-291-0/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17657 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures for test_create_with_one_attachment (#30054).Go MAEDA2018-11-291-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17649 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add wiki class also for half width custom fields with text formatting ↵Go MAEDA2018-11-261-0/+19
| | | | | | | | | enabled (#30027). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17634 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that the following tests fail randomly due to uninitialized User.current ↵Go MAEDA2018-11-031-0/+1
| | | | | | | | | | | | | | | (#29853): * AttachmentsVisibilityTest#test_attachment_should_be_visible * Redmine::AttachmentFieldFormatTest#test_should_accept_a_hash_with_upload_on_create * Redmine::AttachmentFieldFormatTest#test_should_replace_attachment_on_update Patch by Gilad Shanan. git-svn-id: http://svn.redmine.org/redmine/trunk@17616 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter out issues from closed projects in the following widgets (#29449):Go MAEDA2018-10-291-0/+88
| | | | | | | | | | | * Issues assigned to me * Reported issues * Watched issues Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17611 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/functional/my_controller_test.rbGo MAEDA2018-10-291-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17610 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter time entries after project status (#20081).Go MAEDA2018-10-291-0/+19
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17608 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter issues after project status (#20081).Go MAEDA2018-10-291-0/+19
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17607 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix broken tests due to r17593 (#29739).Go MAEDA2018-10-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17594 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-065-123/+127
| | | | | | | | | | | | | | | | | | | | | | | We are creating multipe mails per class notification event, one per recipient, wrapped in a Mailer::MultiMessage object to send them all at once. We keep the existing interface of all class methods intended to be used by external code the same as they were before, with one exception: We provide additional recipient addresses in options[:recipients] for Mailer.security_notification. Since the first-class recipients have to be users to render individual mails for them, additional recipient addresses have to be provided with some other channel. By providing additional recipients in options[:recipients], we can solve the use-case for address change notifications for users, which probably is the only real use-case for having to use a plain email address instead of a User as a notification recipient. Patch by Holger Just and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17583 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/functional/documents_controller_test.rbGo MAEDA2018-10-051-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17573 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Repository entry pagination (#29395).Go MAEDA2018-10-041-0/+11
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17568 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-041-0/+10
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17567 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-031-0/+79
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17563 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong use of refute_includes in tests (#29708).Go MAEDA2018-10-021-1/+1
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@17559 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-262-72/+23
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove link to current version, already present in the page breadcrumb (#26575).Jean-Philippe Lang2018-09-231-3/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17510 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Column Project is no longer added by default to the list of default columns ↵Jean-Philippe Lang2018-09-231-5/+7
| | | | | | | | for time entries (#26537). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failures with sqlite3.Jean-Philippe Lang2018-09-232-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17502 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that issue details page shows default values for custom fields that ↵Jean-Philippe Lang2018-09-231-0/+14
| | | | | | aren't actually set (#25726). git-svn-id: http://svn.redmine.org/redmine/trunk@17499 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add assignee's icon to tooltips in gantt and calendar (#29306).Go MAEDA2018-09-182-8/+15
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r17354 (#28829).Jean-Philippe Lang2018-09-151-129/+109
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17491 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Create fixture correctly.Jean-Philippe Lang2018-09-151-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable workflow checkboxes with no status change (#5593).Jean-Philippe Lang2018-09-151-1/+13
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17487 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom field values for enumerations not saved (#28925).Jean-Philippe Lang2018-09-151-0/+29
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17484 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-141-0/+33
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mark default version in versions tab from project settings (#27799).Go MAEDA2018-08-091-0/+21
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17467 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a test failure in test/functional/my_controller_test.rb that depends on ↵Go MAEDA2018-08-091-1/+1
| | | | | | time and zone (#2471). git-svn-id: http://svn.redmine.org/redmine/trunk@17465 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export users list to CSV (#5957).Go MAEDA2018-08-051-0/+41
| | | | | | | Contriubted by Mizuki ISHIKAWA and Yuki Kita. git-svn-id: http://svn.redmine.org/redmine/trunk@17463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time entry creation: preserve 'spent on' value when using 'Create and ↵Go MAEDA2018-08-021-4/+4
| | | | | | | | | Continue' (#29308). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17459 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a missing fixture (#2471).Go MAEDA2018-07-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17456 e93f8b46-1217-0410-a6f0-8f06a7374b81