summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Czech translation update (#30075).Go MAEDA2018-12-021-19/+14
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17676 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tests failure with SQLite3.Jean-Philippe Lang2018-12-012-2/+4
| | | | | | 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@17674 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-012-3/+8
| | | | | | | | 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
* Current user should be nil to prevent ActiveJob::DeserializationError errors ↵Jean-Philippe Lang2018-12-011-0/+1
| | | | | | in tests. git-svn-id: http://svn.redmine.org/redmine/trunk@17671 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds view_projects_copy_only_items hook (#28895).Go MAEDA2018-12-011-0/+1
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17670 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#30000).Go MAEDA2018-12-011-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17669 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use "abort" instead of "exit" in order to make error log more informative (# ↵Go MAEDA2018-12-011-2/+1
| | | | | | 26791). git-svn-id: http://svn.redmine.org/redmine/trunk@17668 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow single Chinese character as a search keyword (#30037).Go MAEDA2018-11-302-1/+7
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17667 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Current user should be nil to prevent ActiveJob::DeserializationError errors ↵Jean-Philippe Lang2018-11-291-0/+4
| | | | | | in tests. git-svn-id: http://svn.redmine.org/redmine/trunk@17666 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Current user should be nil to prevent ActiveJob::DeserializationError errors ↵Jean-Philippe Lang2018-11-291-0/+1
| | | | | | in tests. git-svn-id: http://svn.redmine.org/redmine/trunk@17665 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Redmine::Plugin documentation (#28996).Jean-Philippe Lang2018-11-291-1/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17661 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restore History link at the top of a wiki page (#26575).Jean-Philippe Lang2018-11-291-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17660 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for #30001.Jean-Philippe Lang2018-11-291-0/+12
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CSV importer ignores shared version names of other projects (#30001).Jean-Philippe Lang2018-11-291-1/+4
| | | | | | Patch by Yuuki NARA and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17658 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
* Related issues section ignores the date format setting (#29918).Jean-Philippe Lang2018-11-291-2/+2
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17656 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 missing fixtures for test_create_should_send_notification (#29990).Go MAEDA2018-11-291-1/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17648 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tests for #29674.Jean-Philippe Lang2018-11-283-0/+39
| | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@17646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing validation for custom field formats based on RecordList (#29674).Jean-Philippe Lang2018-11-281-0/+10
| | | | | | Patch by Alexander Achenbach. git-svn-id: http://svn.redmine.org/redmine/trunk@17645 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix list rendering inside project description in projects#index (#29950).Jean-Philippe Lang2018-11-281-1/+2
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* REST API with JSON content missing false values (#20788).Jean-Philippe Lang2018-11-282-1/+10
| | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17643 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.2.1.1 (#30042).Jean-Philippe Lang2018-11-281-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unpin rdoc gem version (#29999).Go MAEDA2018-11-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17640 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove blank keys from sort criteria (#30009).Go MAEDA2018-11-262-0/+7
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17638 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tags start with 'pre' are handled as 'pre' tag in Textile (#8395).Go MAEDA2018-11-262-1/+17
| | | | | | | Patch by Takenori TAKAKI and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17636 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add wiki class also for half width custom fields with text formatting ↵Go MAEDA2018-11-262-1/+24
| | | | | | | | | enabled (#30027). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17634 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from app/helpers/issues_helper.rbGo MAEDA2018-11-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17633 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Attachments are added even if validation fails when updating an issue ↵Go MAEDA2018-11-232-1/+16
| | | | | | | | | via email (#28576). Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@17630 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unpin roadie gem version (#29947).Go MAEDA2018-11-191-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17629 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade to Rouge 3.3.0 (#24681).Go MAEDA2018-11-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17626 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strip whitespace from integer custom field (#8317).Go MAEDA2018-11-082-1/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17625 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort issues by due date in email reminders (#29771).Go MAEDA2018-11-062-0/+22
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17624 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/unit/mailer_test.rbGo MAEDA2018-11-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17623 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from app/models/mailer.rbGo MAEDA2018-11-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17622 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing closing tag in app/views/roles/_form.html.erb (#29912).Go MAEDA2018-11-051-0/+1
| | | | | | | Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@17621 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Previous/Next link on repository page disappears when switching to "View ↵Go MAEDA2018-11-051-0/+27
| | | | | | | | | differences" tab (#26576, #29730). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17620 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move attachments to their own section in issue page (#29033).Go MAEDA2018-11-042-5/+6
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17619 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in French text_tracker_no_workflow (#29901).Go MAEDA2018-11-031-1/+1
| | | | | | | Patch by Samuel Marchal. git-svn-id: http://svn.redmine.org/redmine/trunk@17618 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes request and response accessors from Structure class (#28564).Go MAEDA2018-11-033-4/+14
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17617 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that the following tests fail randomly due to uninitialized User.current ↵Go MAEDA2018-11-033-0/+6
| | | | | | | | | | | | | | | (#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
* Hide "Files" section in wiki pages when printing (#29791).Go MAEDA2018-10-311-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17614 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from app/views/wiki/show.html.erbGo MAEDA2018-10-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17613 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Project::STATUS_ACTIVE constant instead of harcoded 1 (#29449).Go MAEDA2018-10-291-3/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17612 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter out issues from closed projects in the following widgets (#29449):Go MAEDA2018-10-292-0/+91
| | | | | | | | | | | * 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
* Revert unwanted changes in r17607 (#20081).Go MAEDA2018-10-291-27/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter time entries after project status (#20081).Go MAEDA2018-10-293-0/+44
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17608 e93f8b46-1217-0410-a6f0-8f06a7374b81