summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a migration to update existing journals where `updated_by_id` points to a...Go MAEDA2024-10-291-0/+18
* Fix: `updated_by_id` in Journal points to a deleted user instead of an anonym...Go MAEDA2024-10-292-1/+7
* Fix RuboCop Style/MultilineIfModifier in ReportsHelper by using safe navigati...Go MAEDA2024-10-272-5/+4
* Update RuboCop Rails to 2.27 (#39889).Go MAEDA2024-10-271-1/+1
* Regenerate .rubocop_todo.yml to reflect the removal of Redcarpet-based Markdo...Go MAEDA2024-10-271-9/+0
* Add column totals to Issues Summary Report (#691).Go MAEDA2024-10-264-0/+31
* Fix tests for the partial quoting feature that randomly fail (#41294).Go MAEDA2024-10-262-9/+11
* Fix missing deletion of custom field attachments upon issue deletion (#38966).Go MAEDA2024-10-263-0/+46
* Fix failing system test for keyboard shortcuts to reflect CommonMark toolbar'...Go MAEDA2024-10-241-1/+1
* Introduce `--fonts-main` CSS variable for easier customization of main fonts ...Go MAEDA2024-10-244-10/+22
* Update Rails to Rails 7.2.1.2 (#36320).Go MAEDA2024-10-231-1/+1
* Traditional Chinese translation update (#41514).Go MAEDA2024-10-211-2/+2
* Fix reference to the deleted Redcarpet-based Redmine::WikiFormatting::Markdow...Go MAEDA2024-10-211-1/+27
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-2050-7626/+24
* Swap odd and even table row background colors (#41500).Go MAEDA2024-10-202-10/+10
* Replace "even" and "odd" CSS classes with "this-month" and "other-month" for ...Go MAEDA2024-10-203-11/+13
* Fix CSV import file encoding auto-detection failure with multibyte characters...Go MAEDA2024-10-203-1/+49
* Update locales (#41450).Go MAEDA2024-10-2048-0/+192
* Include attachment filename in "File added" email notification subject (#41450).Go MAEDA2024-10-204-2/+12
* Fixes rubocop offenses (#23980).Marius Balteanu2024-10-191-11/+10
* @sprite_icon@ accepts plugin name as parameter to render an icon from a sprit...Marius Balteanu2024-10-191-6/+7
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-1994-325/+333
* Fix invalid "theme-*" CSS class in body element when theme name contains spac...Go MAEDA2024-10-192-1/+9
* Italian translation update (#41420).Go MAEDA2024-10-191-16/+16
* Bulgarian translation update (#41504).Go MAEDA2024-10-181-3/+3
* Adjust line-height and margin for `div.wiki li` for better readability and sp...Go MAEDA2024-10-171-0/+1
* Increase line-height to 1.5 in email notifications for better readability (#4...Go MAEDA2024-10-171-2/+2
* Replace Verdana with Noto Sans in responsive.css for consistency with the new...Go MAEDA2024-10-171-3/+3
* Remove Verdana and Trebuchet MS fonts in email notifications (#41321).Go MAEDA2024-10-171-2/+2
* Change CSS font-size units from px to rem in wiki_syntax.css (#2499).Go MAEDA2024-10-171-3/+3
* Update RuboCop to 1.67 (#39887).Go MAEDA2024-10-162-2/+2
* Fix RuboCop offense Lint/SafeNavigationConsistency (#39887).Go MAEDA2024-10-162-2/+2
* Fix separator lines cutting off in Activity view caused by inline-flex shrink...Go MAEDA2024-10-161-0/+1
* Change CSS font-size units from px to rem in scm.css (#2499).Go MAEDA2024-10-161-2/+2
* Right-align "Hours" column in spent time details table (#41401).Go MAEDA2024-10-161-2/+2
* Apply `proportional-nums` for wiki text and `tabular-nums` for `table.list` (...Go MAEDA2024-10-161-0/+8
* Upgrade to Rails 7.2.1.1 (#36320).Go MAEDA2024-10-161-1/+1
* Align the `#time-report tbody tr.total` row border styling with the table hea...Go MAEDA2024-10-151-1/+1
* Emphasize the border between table header and body to improve appearance (#41...Go MAEDA2024-10-151-1/+1
* Improve visual clarity of issue grouping separators in issues list by increas...Go MAEDA2024-10-151-1/+1
* Remove the border override for tr.entry as it is no longer necessary (#41475).Go MAEDA2024-10-151-1/+0
* Replaces icons on the syntax help page with SVG icons (#23980).Marius Balteanu2024-10-1439-532/+550
* Align #sidebar h3 color with content headers (#41298).Go MAEDA2024-10-141-1/+1
* Improve table readability by adding row borders (#41475).Go MAEDA2024-10-131-6/+7
* Italian translation update (#41420).Go MAEDA2024-10-121-8/+8
* Restore missing too_simple in config/locales/it.yml (#41420).Go MAEDA2024-10-121-0/+1
* Update Wiki Syntax Help to use HTTPS links instead of HTTP (#41469).Go MAEDA2024-10-1138-223/+223
* Set line-height for body and code blocks in Wiki Syntax Help (#41321).Go MAEDA2024-10-111-1/+2
* Update Code Highlighting Help font and font size to match the new default the...Go MAEDA2024-10-112-5/+6
* Fixes tests after r23104 (#23980).Marius Balteanu2024-10-111-7/+7