summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add information about whether an issue is open or closed to Issues API respon...Go MAEDA2021-10-023-5/+17
* Line breaks in the description of a custom field are ignored in a tooltip (#3...Go MAEDA2021-09-241-1/+2
* Fix Layout/ClosingParenthesisIndentation offense (#35683).Marius Balteanu2021-09-111-1/+1
* Disable Lint/DuplicateBranch in lib/redmine/export/pdf.rb#107 (#35683).Marius Balteanu2021-09-111-0/+2
* Fix Layout/MultilineArrayBraceLayout offense (#21210).Marius Balteanu2021-09-111-2/+1
* Fix NoMethodError when generating a link to a locked user (#12795, #35823).Go MAEDA2021-09-073-8/+25
* Interpret thumbnail macro in description, notes and formatted custom fields i...Marius Balteanu2021-09-062-19/+25
* Retrieve filenames of thumbnails when rendering a PDF (#35683).Marius Balteanu2021-09-061-0/+4
* Expand macros in full-width custom fields when exporting issue to PDF (#35683).Marius Balteanu2021-09-061-2/+7
* Fix that deleting a closed or archived projects not working anymore after r20...Marius Balteanu2021-09-063-2/+42
* Return 404 when filtering by a non-visible user in activity view (#35789).Marius Balteanu2021-09-062-1/+13
* Use ids instead of pluck(:id) (#32977).Marius Balteanu2021-09-062-3/+3
* Remove references to deleted user from "user"-Format CustomFields when destro...Marius Balteanu2021-09-063-0/+51
* Allow Roadmap view without any related issues (#6432).Go MAEDA2021-09-042-0/+39
* Fix that test_link_to_principal_should_link_to_user does not actually test an...Go MAEDA2021-08-311-1/+2
* Hide graphs when printing the Issues Report details (#35669).Go MAEDA2021-08-281-2/+2
* Traditional Chinese translation update (#35807).Go MAEDA2021-08-241-3/+3
* Query links for related issues on issue page (#35559).Go MAEDA2021-08-234-15/+64
* Update Rails to 6.1.4.1 (#29914).Go MAEDA2021-08-231-1/+1
* Bulgarian translation update (#35791).Go MAEDA2021-08-221-3/+3
* Remove redefinition of ActionMailer::LogSubscriber#deliver which is no longer...Go MAEDA2021-08-191-18/+0
* Remove unused argument from Redmine::Helpers::TimeReport (#33079).Go MAEDA2021-08-192-3/+2
* Move sidebar content on versions index view (roadmap) into a separate partial...Go MAEDA2021-08-192-53/+54
* Don't unlink files before closing them (#35539, #35721).Go MAEDA2021-08-181-4/+8
* Fix that binmode specified twice (#35539, #35720).Go MAEDA2021-08-181-1/+1
* Update locales (#34494).Go MAEDA2021-08-1747-0/+141
* Rename the save, edit and delete buttons on the query form to clarify the sco...Go MAEDA2021-08-176-11/+17
* Move subtasks section on issues show view into a separate partial (#35671).Go MAEDA2021-08-172-10/+13
* Galician translation update (#35687).Go MAEDA2021-08-161-22/+22
* Galician translation update for 4.2-stable (jstoolbar-gl.js) (#35766).Go MAEDA2021-08-161-1/+1
* Galician translation update for 4.2-stable (#35766).Go MAEDA2021-08-161-9/+9
* Unify code block and add "data-language" attribute with the user-supplied lan...Marius Balteanu2021-08-155-17/+47
* Add "data-language" attribute to code block with the user-supplied language f...Marius Balteanu2021-08-154-17/+41
* Preserve the code block and remove the class from it when the language is not...Marius Balteanu2021-08-151-2/+2
* Revert r21179 (#35729).Marius Balteanu2021-08-152-3/+3
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2021-08-152-3/+3
* Don't try to install CommonMarker 0.22 on Ruby 2.6.0-rc (#32424).Go MAEDA2021-08-151-1/+1
* Update failing test after hardbreaks enabled by default (#35754, #32424).Marius Balteanu2021-08-151-2/+2
* Add some space around the versions on the Roadmap (#35758).Go MAEDA2021-08-151-0/+2
* File upload fails when run with uWSGI (#35715).Go MAEDA2021-08-142-1/+36
* Bulgarian translation update (#35759).Go MAEDA2021-08-141-1/+1
* Pin sanitize to 6.0 (#35752, #32424).Marius Balteanu2021-08-131-1/+1
* Preserve leading spaces when using the Quote function (#35677).Go MAEDA2021-08-132-4/+4
* Password and Confirmation fields are marked as required when editing a user (...Go MAEDA2021-08-132-2/+4
* Fixed Replace class var @@allowlist with a class instance var (#32424).Marius Balteanu2021-08-111-1/+1
* Render markdown attachments using markdown or common_mark based on the text f...Marius Balteanu2021-08-113-2/+12
* Fixed failing test on CommonMark by striping the trailing whitespace returned...Marius Balteanu2021-08-111-1/+1
* Fixed Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by...Marius Balteanu2021-08-111-11/+11
* Replace deprecated Sanitize keywords (#32424).Marius Balteanu2021-08-111-17/+17
* Relax allowed protocols in links by denying specific protocols for CommonMark...Marius Balteanu2021-08-114-10/+96