summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove history label and no data (#3058).Jean-Philippe Lang2019-06-202-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18278 e93f8b46-1217-0410-a6f0-8f06a7374b81
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-208-3/+40
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18277 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load remote tab only once (#3058).Jean-Philippe Lang2019-06-201-12/+17
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18276 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-2011-37/+63
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add time entries tab to issue history tabs (#3058).Jean-Philippe Lang2019-06-204-2/+50
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18274 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move changesets to its own tab (#3058).Jean-Philippe Lang2019-06-205-10/+41
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18273 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show issue history in tabs (#3058).Jean-Philippe Lang2019-06-206-6/+113
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow tabs to have a custom action (#3058).Jean-Philippe Lang2019-06-202-1/+18
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18271 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r18245 (#31582, #31365).Go MAEDA2019-06-203-34/+0
| | | | | | | Issue subjets are truncated in some cases when they are created via email. git-svn-id: http://svn.redmine.org/redmine/trunk@18269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Text may unexpectedly be enclosed in pre tags when an issue is created via ↵Jean-Philippe Lang2019-06-202-2/+14
| | | | | | | | HTML email (#31232). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Duplicate method definition in tests (#31093).Jean-Philippe Lang2019-06-201-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18267 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test for #30949.Jean-Philippe Lang2019-06-201-0/+19
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18266 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Roadmap shows 100%, but one of its tasks is still set to 90% (#30949).Jean-Philippe Lang2019-06-202-4/+4
| | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@18265 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Groups are incorrect when grouping by date without user timezone set.Jean-Philippe Lang2019-06-204-7/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18264 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issues in paginated views may be lost because sorting criteria are not ↵Jean-Philippe Lang2019-06-204-0/+38
| | | | | | | | unique (#29581). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18263 e93f8b46-1217-0410-a6f0-8f06a7374b81
* ffi gem is missing for running tests on windows.Jean-Philippe Lang2019-06-201-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18262 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preview .webm as video instead of audio (#31553).Go MAEDA2019-06-191-0/+1
| | | | | | | Patch by Seiei Miyagi. git-svn-id: http://svn.redmine.org/redmine/trunk@18261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show elements titles using jQuery UI tooltips (#31441).Go MAEDA2019-06-192-0/+21
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18260 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add RuboCop to enforce some styles (#31509).Go MAEDA2019-06-194-0/+2263
| | | | | | | Patch by Marius BALTEANU and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18259 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 3.4.1 (#31556).Go MAEDA2019-06-163-3/+3
| | | | | | | Patch by Marius BALTEANU and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18258 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enables API access to /my/account for updating user account data (#31399).Go MAEDA2019-06-168-13/+144
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18257 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Redmine::Database.mysql? instead of a regular expression (#31555).Go MAEDA2019-06-137-7/+7
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18256 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-132-1/+38
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18255 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 4.0.4 release.Jean-Philippe Lang2019-06-102-1/+71
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18250 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix html encoding (#31520).Jean-Philippe Lang2019-06-101-1/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18247 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue subject may be broken if the subject field is split into multiple ↵Jean-Philippe Lang2019-06-103-0/+34
| | | | | | | | lines (#31365). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18245 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import issues: File content preview block is scrolling (#31330).Jean-Philippe Lang2019-06-101-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix "Undefined local variable sender_email" error in ↵Go MAEDA2019-06-102-1/+12
| | | | | | | | | MailHandler#receive_message_reply when receiving a reply to a locked topic (#31503). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18239 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that test_issue_due_date_details fails depending on time zone (#31499).Go MAEDA2019-06-091-2/+4
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* ApiTest fails if config.time_zone is set (#31388).Go MAEDA2019-06-082-6/+6
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18237 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show "Due in X days" in issue details page (#31499).Go MAEDA2019-06-073-1/+27
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18236 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from config (#31506).Go MAEDA2019-06-061-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18234 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-0635-126/+126
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18233 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from db/migrate (#31506).Go MAEDA2019-06-066-6/+6
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18232 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-0610-109/+109
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18231 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from app (#31506).Go MAEDA2019-06-066-9/+9
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix incorrect position of the "Associated revisions" block when comments are ↵Go MAEDA2019-06-061-2/+2
| | | | | | | | | displayed in reverse chronological order (#31438). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18229 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CSV export of time entries report does not honor project filter (#31511).Go MAEDA2019-06-051-2/+2
| | | | | | | Patch by Xavier Calland. git-svn-id: http://svn.redmine.org/redmine/trunk@18227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* reminder.rake should ignore blank parameters (#31501).Go MAEDA2019-06-051-5/+5
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18226 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-047-2/+135
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18225 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Some fixes for r18214 (#31496):Go MAEDA2019-06-033-5/+7
| | | | | | | | | | | | * incorrect icon-toggle-plus and icon-toggle-minus background rules * broken CSS rule in .toggle-multiselect and removes some unnecessary rules * some cases where clicking on toggle-multiselect element adds the icon class to "a" element instead of "span" * icon switch in workflow permissions tab Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18224 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add redmine_plugin_migration generator (#31498).Go MAEDA2019-06-033-0/+29
| | | | | | | Patch by Kouhei Sutou. git-svn-id: http://svn.redmine.org/redmine/trunk@18223 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a link to project_issues_report from project_issues_report_details (#31493).Go MAEDA2019-06-031-2/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18222 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Run test only when GhostScript is available (#22481).Go MAEDA2019-06-022-10/+22
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18221 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/test_helper.rbGo MAEDA2019-06-021-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18220 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test/functional/attachments_controller_test.rbGo MAEDA2019-06-021-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18219 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Send the journal_indice as param in order to get rid of extra queries (#31427).Go MAEDA2019-06-023-4/+4
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18218 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Insert a link to the source to the attribution line when quoting a note or a ↵Go MAEDA2019-06-025-4/+27
| | | | | | | | | message (#31427). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add text_user_wrote_in to locales (#31427).Go MAEDA2019-06-0249-0/+49
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Czech translation update (#31497).Go MAEDA2019-06-021-39/+39
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18215 e93f8b46-1217-0410-a6f0-8f06a7374b81