summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* "Add news" button in cross-project News tab (#33167).Go MAEDA2021-03-257-11/+69
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20845 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#33232).Go MAEDA2021-03-2548-0/+144
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20844 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix hard-coded error messages in ApplicationController (#33232).Go MAEDA2021-03-252-2/+4
| | | | | | | Contributed by Kam Nazir. git-svn-id: http://svn.redmine.org/redmine/trunk@20843 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restore Copy button to its original location (#34714).Go MAEDA2021-03-252-4/+4
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20842 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set trackers in the default data as defaults for new projects (#33733).Go MAEDA2021-03-251-3/+10
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20841 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show project tree instead of subprojects in the project selector when you ↵Go MAEDA2021-03-252-4/+4
| | | | | | | | | create a new issue (#34798). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.12.0 (#32530).Go MAEDA2021-03-252-3/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20839 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update .rubocop_todo.yml (#32530).Go MAEDA2021-03-251-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20838 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Case-insensitive matching fails for Unicode filenames when referring to ↵Go MAEDA2021-03-202-1/+16
| | | | | | | | | attachments in text formatting (#27780). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 4.1.2 release.Go MAEDA2021-03-202-3/+112
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20833 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changelog Generator: Change URL scheme to https.Go MAEDA2021-03-201-2/+2
| | | | | | | www.redmine.org no longer supports http. git-svn-id: http://svn.redmine.org/redmine/trunk@20831 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unnecessary database access when IssueQuery class is defined (#33290).Go MAEDA2021-03-191-13/+28
| | | | | | | Patch by Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@20830 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sanitize HTML tags in wiki page names (#33820).Go MAEDA2021-03-191-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20829 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that inline issue auto complete does not sanitize HTML tags (#33846).Go MAEDA2021-03-192-0/+22
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20827 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#34930).Go MAEDA2021-03-181-1/+1
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@20825 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow selecting encoding when exporting permission reports as CSV (#13767).Go MAEDA2021-03-182-2/+12
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Property changes tab does not show journals with both property changes and ↵Go MAEDA2021-03-181-3/+17
| | | | | | | | | notes (#33338). Patch by Mischa The Evil and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20822 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show project ID instead of name in issue journal details if the project is ↵Go MAEDA2021-03-182-1/+10
| | | | | | | | | not visible for the current user (#33360). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20819 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#34919).Go MAEDA2021-03-181-2/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20818 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#34703).Go MAEDA2021-03-1848-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20817 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-1810-13/+109
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r20653.Go MAEDA2021-03-181-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20815 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#34907).Go MAEDA2021-03-171-3/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduces an additional check before removing a deduplicated file (#34479).Go MAEDA2021-03-171-5/+4
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r20654.Go MAEDA2021-03-171-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Layout/DotPosition for now.Go MAEDA2021-03-171-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20810 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r20655.Go MAEDA2021-03-171-4/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20809 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#34900).Go MAEDA2021-03-171-4/+4
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@20806 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a failed system test due to r20765 (#34714).Go MAEDA2021-03-171-0/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20805 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Only show currently visible projects in the project jump box (#34595).Go MAEDA2021-03-162-1/+15
| | | | | | | Patch by Holger Just and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20803 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Delete spent time custom field values not visible by the user after ↵Go MAEDA2021-03-153-2/+85
| | | | | | | | | assignment (#33550). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20802 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not display in issue edit page spent time custom fields not visible by ↵Go MAEDA2021-03-152-1/+36
| | | | | | | | | the user (#33550). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20801 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update JavaScript filename (#33906).Go MAEDA2021-03-152-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails UJS to 5.2.4.5 unminified (#33906).Go MAEDA2021-03-151-2/+721
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.2.4.5 (#33906).Go MAEDA2021-03-151-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20789 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#3390).Go MAEDA2021-03-1548-0/+192
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20788 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to add watchers to forum threads (#3390).Go MAEDA2021-03-158-6/+116
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20787 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the default value for "Days displayed on project activity" setting to ↵Go MAEDA2021-03-141-1/+1
| | | | | | | | | 10 (#32248). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20786 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that column header is clickable even when the column is not actually ↵Go MAEDA2021-03-142-1/+11
| | | | | | | | | sortable (#33548). Patch by Vincent Robert and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that users can delete their own accounts unconditionally via REST API ↵Go MAEDA2021-03-132-0/+25
| | | | | | | | | (#11870). Patch by Mizuki ISHIKAWA and Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@20782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures (#33602).Go MAEDA2021-03-131-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20781 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add test for 4 byte characters (emoji) support (#32054).Go MAEDA2021-03-132-0/+15
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20780 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary `include` added in r20778 (#13767).Go MAEDA2021-03-121-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20779 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export permissions report to CSV (#13767).Go MAEDA2021-03-124-1/+71
| | | | | | | Patch by David Escala and Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#34884).Go MAEDA2021-03-111-1/+1
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@20777 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#34882).Go MAEDA2021-03-111-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20776 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#34883).Go MAEDA2021-03-111-1/+1
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@20775 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use MiniTest::Assertions#skip to skip tests in RepositoriesControllerTest ↵Go MAEDA2021-03-112-27/+33
| | | | | | when Subversion test repository is not configured (#8875). git-svn-id: http://svn.redmine.org/redmine/trunk@20774 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#8875).Go MAEDA2021-03-1148-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow manually fetching changesets (#8875).Go MAEDA2021-03-117-1/+32
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20772 e93f8b46-1217-0410-a6f0-8f06a7374b81