summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing fixture `:enumerations` to TrackersControllerTest (#12521).Go MAEDA2024-11-041-1/+1
* Fix project links in tracker deletion error message to set the status_id filt...Go MAEDA2024-11-041-1/+1
* Fix RuboCop Layout/TrailingEmptyLines in test/helpers/icons_helper_test.rb (#...Go MAEDA2024-11-041-1/+1
* Adds tests for @IconsHelper@ (#23980).Marius Balteanu2024-11-031-0/+128
* Updates for 5.1.4 release.Marius Balteanu2024-11-032-1/+69
* Reverts bad change (#37072).Marius Balteanu2024-11-031-1/+1
* Set builtin and new roles' user visibility to members_of_visible_projects (#3...Marius Balteanu2024-11-031-0/+14
* Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to...Marius Balteanu2024-11-0312-39/+35
* Raises length of settings value for MySQL (#34218).Marius Balteanu2024-11-031-0/+12
* Fixes duplicate spacer id in jsToolBar (#38915).Marius Balteanu2024-11-031-4/+3
* Use @.capitalize@ for button_save_object, button_edit_object, and button_dele...Marius Balteanu2024-11-035-11/+11
* Disable syntax_highlighter plugin shipped by commonmark (#40197).Marius Balteanu2024-11-032-1/+8
* Simplify code (#40197).Marius Balteanu2024-11-031-7/+3
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-0312-31/+32
* @ProjectQuery#results_scope@ should return @Project::ActiveRecord_Relation@ t...Marius Balteanu2024-11-031-2/+1
* Adds test for #41678 (#23954).Marius Balteanu2024-11-031-1/+14
* Update docs to use HTTPS links instead of HTTP (#41469).Go MAEDA2024-11-035-15/+15
* Update locales (#12521).Go MAEDA2024-11-0349-49/+49
* Improve tracker deletion error message to display projects containing issues ...Go MAEDA2024-11-033-5/+19
* Fix: "Import issues" and "Import time entries" pages are visible to users wit...Go MAEDA2024-11-035-4/+16
* Update RuboCop to 1.68 (#39887).Go MAEDA2024-11-022-3/+3
* Fix RuboCop offenses in ThemesTest#test_old_theme_compatibility introduced in...Go MAEDA2024-11-021-2/+2
* Add stylesheet fixture for ThemesTest#test_old_theme_compatibility added in r...Go MAEDA2024-11-021-0/+2
* Upgrades propshaft to 1.1.0 (#39111).Marius Balteanu2024-10-314-12/+12
* Adds asset path to default to support old style theme (#39111).Marius Balteanu2024-10-312-1/+17
* Prevents 'blinking' tooltips in the rare case where the browser places the to...Marius Balteanu2024-10-311-0/+1
* Update Rails to 7.2.2 (#36320).Go MAEDA2024-10-311-1/+1
* 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