summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Email address with Punycode top-level domain is not accepted (#32793).Jean-Philippe Lang2020-04-051-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19660 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Split subtasks/relations information into 5 columns (#32889).Jean-Philippe Lang2020-04-052-3/+3
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move style to css (#32889).Jean-Philippe Lang2020-04-053-6/+6
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19658 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix sort does not work with group by datetime columns (#33110).Jean-Philippe Lang2020-04-052-1/+34
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19655 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show user name in time entry bulk edit (#3800).Jean-Philippe Lang2020-04-051-3/+8
| | | | | | Patch by Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@19654 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Editing time entries should show the time entry user (#3800).Jean-Philippe Lang2020-04-052-0/+13
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19653 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reorder and rename test added in r19651 (#32973).Jean-Philippe Lang2020-04-051-15/+15
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19652 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Editing a time entry for a locked user changes the user to the current user ↵Jean-Philippe Lang2020-04-053-1/+46
| | | | | | | | (#32973). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time entries csv export should check issue visibility (#33075).Jean-Philippe Lang2020-04-052-1/+14
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.81 (#32530).Go MAEDA2020-04-053-28/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19645 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Update .rubocop_todo.ymlGo MAEDA2020-04-051-8/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Add "EnforcedStyle: sprintf" (#33126).Go MAEDA2020-04-051-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19643 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support custom fields when exporting users to CSV (#33126).Go MAEDA2020-04-042-6/+32
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19642 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that "Successful deletion" notice is not displayed after deleting some ↵Go MAEDA2020-04-048-3/+27
| | | | | | | | | types of content (#33116). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Skip thumbnail tests if ImageMagick convert command is not available (#33226).Go MAEDA2020-04-025-1/+5
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19640 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that viewing gantt causes SQL error with SQL Server (#32737).Go MAEDA2020-04-021-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19637 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove duplicate keys from sort criteria (#32737).Go MAEDA2020-04-022-3/+4
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19636 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace File#readable? with Attachment#readable? (#7056).Go MAEDA2020-04-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19635 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to Check/Uncheck all block columns in export (#33169).Go MAEDA2020-04-013-11/+22
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19633 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix issues and spent time CSV export does not include custom fields with ↵Go MAEDA2020-04-013-2/+25
| | | | | | | | | "Full width layout" enabled (#33169). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19632 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace File#readable? with Attachment#readable? (#7056).Go MAEDA2020-04-011-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update tiny_tds to 1.0.5 and activecord-sqlserver-adapter to 5.2.1 (#30285).Go MAEDA2020-04-011-2/+2
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19628 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Czech translation update (#33225).Go MAEDA2020-04-011-6/+6
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19627 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display avatar on add watchar dialog (#32976).Go MAEDA2020-03-315-1/+33
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19626 e93f8b46-1217-0410-a6f0-8f06a7374b81
* `--without rmagick` option for `bundle install` is no longer necessary (#33208).Go MAEDA2020-03-311-4/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19625 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#33209).Go MAEDA2020-03-311-2/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19624 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Rails to 2.5 (#32531).Go MAEDA2020-03-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19623 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#33202).Go MAEDA2020-03-271-13/+8
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@19622 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#18555).Go MAEDA2020-03-2648-0/+96
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19621 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show warning when attempting to attach more than the allowed number of ↵Go MAEDA2020-03-263-0/+4
| | | | | | | | | attachments (#18555). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19620 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use field_activity rather than label_activity in the context of time ↵Go MAEDA2020-03-262-2/+2
| | | | | | | | | tracking (#33186). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19619 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.2.4.2 (#33196).Go MAEDA2020-03-241-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19616 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improvement of the German translation (#32238).Go MAEDA2020-03-241-66/+66
| | | | | | | Patch by Thomas Löber and Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@19615 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unable to edit user or group that has custom fields with text formatting ↵Go MAEDA2020-03-242-1/+9
| | | | | | | | | enabled (#33183). Patch by Go MAEDA and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19613 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export to PDF fails when subject of parent task is included in issue list ↵Go MAEDA2020-03-242-1/+12
| | | | | | | | | (#33103). Patch by Marius BALTEANU and Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19611 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#33180).Go MAEDA2020-03-231-4/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19610 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display bulk_download_max_size in human-readable representation (#7056).Go MAEDA2020-03-232-2/+4
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add test of author and message which have control character ↵Toshi MARUYAMA2020-03-221-0/+7
| | | | | | (#23055) git-svn-id: http://svn.redmine.org/redmine/trunk@19608 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: update test repository (#23055)Toshi MARUYAMA2020-03-224-14/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19607 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: change template "escape" to "urlescape" for "author" and ↵Toshi MARUYAMA2020-03-222-7/+9
| | | | | | "desc" (#23055) git-svn-id: http://svn.redmine.org/redmine/trunk@19606 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: refactor MercurialAdapterTest#test_branches for easy adding ↵Toshi MARUYAMA2020-03-221-24/+38
| | | | | | new branch to test repository git-svn-id: http://svn.redmine.org/redmine/trunk@19605 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Clean up toggleMultiSelect js function (#32813).Go MAEDA2020-03-223-43/+25
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19604 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update rubyzip to 2.3 (#7056).Go MAEDA2020-03-221-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19603 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#7056).Go MAEDA2020-03-2148-0/+192
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19602 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Download all attachments at once (#7056).Go MAEDA2020-03-2112-2/+147
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow zooming on mobile devices (#33156).Go MAEDA2020-03-201-1/+1
| | | | | | | Patch by Richard Heine. git-svn-id: http://svn.redmine.org/redmine/trunk@19598 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that end markers in gantt PDF are misaligned (#19248).Go MAEDA2020-03-201-3/+3
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19595 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gantt bars for single-day tasks may be rendered wrongly in PDF (#23645).Go MAEDA2020-03-201-3/+6
| | | | | | | Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@19592 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test for r19588 (#33085).Go MAEDA2020-03-201-0/+15
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that unable to update the values of a custom field for time tracking ↵Go MAEDA2020-03-201-1/+1
| | | | | | | | | activities when multiple values option is enabled (#33085). Patch by Thomas Löber. git-svn-id: http://svn.redmine.org/redmine/trunk@19588 e93f8b46-1217-0410-a6f0-8f06a7374b81