summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in the footer to 2020 (#33068).Go MAEDA2020-03-011-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19550 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Simplified Chinese translation update (#33007).Go MAEDA2020-03-011-77/+66
| | | | | | | Patch by Idea So. git-svn-id: http://svn.redmine.org/redmine/trunk@19548 e93f8b46-1217-0410-a6f0-8f06a7374b81
* tmp/pdf directory is no longer necessary (#32924).Go MAEDA2020-02-292-2/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19547 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a RuboCop offence Style/NegatedWhile (#32971).Go MAEDA2020-02-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19542 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updating custom fields does not trigger update to "updated_on" field in the ↵Go MAEDA2020-02-292-0/+25
| | | | | | | | | customized object (#5354). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19541 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#29285).Go MAEDA2020-02-2948-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19540 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Assign to me" shortcut to issue edit form (#29285).Go MAEDA2020-02-295-2/+67
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19539 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Role" dropdown in Workflow page is unexpectedly expanded when selecting ↵Go MAEDA2020-02-292-3/+3
| | | | | | | | | "all" (#33059). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19538 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make group names bold on tracker summary view (#32991).Go MAEDA2020-02-292-2/+3
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@19537 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Newline between list items break a list (#32971).Go MAEDA2020-02-292-5/+24
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19536 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: git: add test to browse non UTF-8 directory (#25846)Toshi MARUYAMA2020-02-271-0/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19534 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Diff view for .js files in repositories is broken (#32449).Go MAEDA2020-02-271-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19531 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use full path links with hostnameJean-Philippe Lang2020-02-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19530 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure with SimpleCov 0.18.3 or 0.18.4 (#32950, #33044).Go MAEDA2020-02-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19529 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include attachments in news post notifications (#33002).Go MAEDA2020-02-244-13/+52
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19528 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing closing div in ↵Go MAEDA2020-02-241-29/+30
| | | | | | | | | app/views/imports/_time_entries_fields_mapping.html.erb (#33027). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19527 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a missing fixture to IssuesControllerTest (#4511, #33036).Go MAEDA2020-02-211-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19526 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto select fields mapping in import based on the internal field name (ex: ↵Go MAEDA2020-02-197-5/+142
| | | | | | | | | | | | | estimared_hours, fixed_version, spent_on) or field label (Estimated hours, Version, Date) (#22913). * mappings are case insensitive * a field is auto mapped only if there is no mapping setting present for that field * "Current user" default value for User field when the user has permission to log time for other users is override by the auto mapped column Patch by Haihan Ji, Yuichi HARADA, and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19524 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use 'user' as internal field instead of user_id because the column accepts ↵Go MAEDA2020-02-195-8/+8
| | | | | | | | | also user login as value, not only the id (#22913). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19523 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.80 (#32530).Go MAEDA2020-02-193-10/+23
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19522 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that CSS selector in ↵Go MAEDA2020-02-181-1/+1
| | | | | | | | | test_index_should_show_warning_when_no_workflow_is_defined is too specific (#32927). Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@19521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the default value for "Default Gravatar image" to "Identicons" (#32998).Go MAEDA2020-02-181-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19520 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unable to distinguish disabled input fields (#32981).Go MAEDA2020-02-181-0/+1
| | | | | | | Patch by Hirokazu Onozato. git-svn-id: http://svn.redmine.org/redmine/trunk@19519 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated Rouge to 3.16.0 (#32468).Go MAEDA2020-02-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19518 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typos in Russian translation (#32828).Go MAEDA2020-02-131-14/+14
| | | | | | | Patch by Alexander Sapozhnikov. git-svn-id: http://svn.redmine.org/redmine/trunk@19517 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation update for 4.1-stable (#32995).Go MAEDA2020-02-131-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19515 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#32988).Go MAEDA2020-02-121-3/+2
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@19513 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix logging time via a commit message for project specific activities (#29838).Go MAEDA2020-02-113-8/+42
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19512 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r19510 that breaks ↵Go MAEDA2020-02-112-26/+0
| | | | | | IssueTest#test_closed_on_should_be_set_when_closing_an_open_issue (#5354). git-svn-id: http://svn.redmine.org/redmine/trunk@19511 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updating custom fields does not trigger update to "updated_on" field in the ↵Go MAEDA2020-02-112-0/+26
| | | | | | | | | customized object (#5354). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19510 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show module names in bold in permission report (#32945).Go MAEDA2020-02-111-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19509 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r19507 (#4511).Go MAEDA2020-02-111-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19508 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a missing fixture for ↵Go MAEDA2020-02-111-1/+2
| | | | | | IssuesControllerTest#test_post_create_with_watchers (#4511). git-svn-id: http://svn.redmine.org/redmine/trunk@19507 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include attachments in forum post notifications (#16006).Go MAEDA2020-02-114-7/+42
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19506 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add system setting for default results display format of project query (#32818).Go MAEDA2020-02-115-1/+27
| | | | | | | Patch by Takenori TAKAKI and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19505 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a Stylelint violation (#32896).Go MAEDA2020-02-101-2/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that selected user on timelog#edit is incorrect (#32959).Go MAEDA2020-02-092-1/+16
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add download buttons in Files columns of the issues list (#32240).Go MAEDA2020-02-064-5/+26
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* test_revisions_latin_1_identifier should be skipped on Windows (#32937).Go MAEDA2020-02-061-3/+4
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19499 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-0615-62/+161
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add Check all / Uncheck all button to filters in permissions report (#32672).Go MAEDA2020-02-061-6/+9
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19497 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update simplecov to 0.18 (#32950).Go MAEDA2020-02-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19496 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Highlight fields with validation error (#32764).Go MAEDA2020-02-041-0/+8
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update i18n (~> 1.8.2) (#32906).Go MAEDA2020-02-041-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19494 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update capybara to 3.31 (#32453, #32907).Go MAEDA2020-02-041-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Repository browser does not render previews for audio/video files (#32153).Go MAEDA2020-02-045-18/+30
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails 6: Fix deprecation warning "Class level methods will no longer inherit ↵Go MAEDA2020-02-032-3/+3
| | | | | | | | | scoping" (#32911). Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* White list protocols allowed for Textile links (#32934).Jean-Philippe Lang2020-02-021-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19489 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Validate back_url everywhere (#32850).Jean-Philippe Lang2020-02-023-5/+19
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@19488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Expose validate_back_url as helper method (#32850).Jean-Philippe Lang2020-02-021-0/+2
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@19487 e93f8b46-1217-0410-a6f0-8f06a7374b81