summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merged r23209 and r23210 from trunk to 6.0-stable (#12521).Go MAEDA2024-11-042-2/+2
| |\ | |/ |/| | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23211 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Add missing fixture `:enumerations` to TrackersControllerTest (#12521).Go MAEDA2024-11-041-1/+1
| | | | | | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Fix project links in tracker deletion error message to set the status_id ↵Go MAEDA2024-11-041-1/+1
| | | | | | | | | | | | filter to "all" (#12521). git-svn-id: https://svn.redmine.org/redmine/trunk@23209 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Merged r23207 from trunk to 6.0-stable (#23980).Go MAEDA2024-11-041-1/+1
| |\ | |/ |/| | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23208 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Fix RuboCop Layout/TrailingEmptyLines in test/helpers/icons_helper_test.rb ↵Go MAEDA2024-11-041-1/+1
| | | | | | | | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23207 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Created 6.0-stable branch.Marius Balteanu2024-11-030-0/+0
|/ | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23206 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds tests for @IconsHelper@ (#23980).Marius Balteanu2024-11-031-0/+128
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23205 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 5.1.4 release.Marius Balteanu2024-11-032-1/+69
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23200 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts bad change (#37072).Marius Balteanu2024-11-031-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23199 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set builtin and new roles' user visibility to members_of_visible_projects ↵Marius Balteanu2024-11-031-0/+14
| | | | | | | | | | (#38853). Patch by Holger Just (user:hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@23198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed ↵Marius Balteanu2024-11-0312-39/+35
| | | | | | to build gem native extension" (#40197). git-svn-id: https://svn.redmine.org/redmine/trunk@23197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raises length of settings value for MySQL (#34218).Marius Balteanu2024-11-031-0/+12
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23196 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes duplicate spacer id in jsToolBar (#38915).Marius Balteanu2024-11-031-4/+3
| | | | | | | | Patch by Yasu Saku (user:skys). git-svn-id: https://svn.redmine.org/redmine/trunk@23192 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use @.capitalize@ for button_save_object, button_edit_object, and ↵Marius Balteanu2024-11-035-11/+11
| | | | | | button_delete_object labels in order to ensure that only the first character is converted to uppercase and the rest to lowercase (#37072). git-svn-id: https://svn.redmine.org/redmine/trunk@23191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable syntax_highlighter plugin shipped by commonmark (#40197).Marius Balteanu2024-11-032-1/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23190 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Simplify code (#40197).Marius Balteanu2024-11-031-7/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23189 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to ↵Marius Balteanu2024-11-0312-31/+32
| | | | | | comrak/Rust. git-svn-id: https://svn.redmine.org/redmine/trunk@23188 e93f8b46-1217-0410-a6f0-8f06a7374b81
* @ProjectQuery#results_scope@ should return @Project::ActiveRecord_Relation@ ↵Marius Balteanu2024-11-031-2/+1
| | | | | | | | | | to keep the backward compatibility (#41678, #23954). Patch by Nishida Yuya (user:nishidayuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23187 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds test for #41678 (#23954).Marius Balteanu2024-11-031-1/+14
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update docs to use HTTPS links instead of HTTP (#41469).Go MAEDA2024-11-035-15/+15
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23183 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#12521).Go MAEDA2024-11-0349-49/+49
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23182 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve tracker deletion error message to display projects containing issues ↵Go MAEDA2024-11-033-5/+19
| | | | | | | | | under the tracker (#12521). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23181 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: "Import issues" and "Import time entries" pages are visible to users ↵Go MAEDA2024-11-035-4/+16
| | | | | | | | | without "Add issues" and "Log spent time" permissions (#41465). Patch by Kenta Kumojima (user:kumojima). git-svn-id: https://svn.redmine.org/redmine/trunk@23178 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.68 (#39887).Go MAEDA2024-11-022-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23177 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offenses in ThemesTest#test_old_theme_compatibility introduced ↵Go MAEDA2024-11-021-2/+2
| | | | | | in r23173 (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@23176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add stylesheet fixture for ThemesTest#test_old_theme_compatibility added in ↵Go MAEDA2024-11-021-0/+2
| | | | | | r23173 (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@23175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrades propshaft to 1.1.0 (#39111).Marius Balteanu2024-10-314-12/+12
| | | | | | | Patch by Takashi Kato (user:tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@23174 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds asset path to default to support old style theme (#39111).Marius Balteanu2024-10-312-1/+17
| | | | | | | Patch by Takashi Kato (user:tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@23173 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevents 'blinking' tooltips in the rare case where the browser places the ↵Marius Balteanu2024-10-311-0/+1
| | | | | | | | | tooltip under the cursor (#41624). Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 7.2.2 (#36320).Go MAEDA2024-10-311-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a migration to update existing journals where `updated_by_id` points to ↵Go MAEDA2024-10-291-0/+18
| | | | | | a deleted user (#41572). git-svn-id: https://svn.redmine.org/redmine/trunk@23170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: `updated_by_id` in Journal points to a deleted user instead of an ↵Go MAEDA2024-10-292-1/+7
| | | | | | | | | anonymous user (#41572). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23169 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Style/MultilineIfModifier in ReportsHelper by using safe ↵Go MAEDA2024-10-272-5/+4
| | | | | | navigation operator (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@23166 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Rails to 2.27 (#39889).Go MAEDA2024-10-271-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23165 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml to reflect the removal of Redcarpet-based ↵Go MAEDA2024-10-271-9/+0
| | | | | | Markdown formatter in r23153 (#40149). git-svn-id: https://svn.redmine.org/redmine/trunk@23164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add column totals to Issues Summary Report (#691).Go MAEDA2024-10-264-0/+31
| | | | | | | Contributed by David Petersen (user:petersendidit). git-svn-id: https://svn.redmine.org/redmine/trunk@23163 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix tests for the partial quoting feature that randomly fail (#41294).Go MAEDA2024-10-262-9/+11
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23162 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing deletion of custom field attachments upon issue deletion (#38966).Go MAEDA2024-10-263-0/+46
| | | | | | | Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23161 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix failing system test for keyboard shortcuts to reflect CommonMark ↵Go MAEDA2024-10-241-1/+1
| | | | | | | | | toolbar's output (#40149, #40939). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23160 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce `--fonts-main` CSS variable for easier customization of main fonts ↵Go MAEDA2024-10-244-10/+22
| | | | | | | | | (#41321, #41569). Patch by Takashi Kato (user:tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@23159 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to Rails 7.2.1.2 (#36320).Go MAEDA2024-10-231-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23156 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#41514).Go MAEDA2024-10-211-2/+2
| | | | | | | Patch by ChunChang (Nagaharu) Lo (user:shortie). git-svn-id: https://svn.redmine.org/redmine/trunk@23155 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix reference to the deleted Redcarpet-based ↵Go MAEDA2024-10-211-1/+27
| | | | | | Redmine::WikiFormatting::Markdown::HtmlParser class by porting the HtmlParser class for the CommonMark formatter (#40149, #41513). git-svn-id: https://svn.redmine.org/redmine/trunk@23154 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-2050-7626/+24
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Swap odd and even table row background colors (#41500).Go MAEDA2024-10-202-10/+10
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23152 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace "even" and "odd" CSS classes with "this-month" and "other-month" for ↵Go MAEDA2024-10-203-11/+13
| | | | | | | | | calendar days (#41509). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23151 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix CSV import file encoding auto-detection failure with multibyte ↵Go MAEDA2024-10-203-1/+49
| | | | | | | | | characters (#41464). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23150 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#41450).Go MAEDA2024-10-2048-0/+192
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include attachment filename in "File added" email notification subject (#41450).Go MAEDA2024-10-204-2/+12
| | | | | | | Patch by minoura makoto (user:minoura). git-svn-id: https://svn.redmine.org/redmine/trunk@23148 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offenses (#23980).Marius Balteanu2024-10-191-11/+10
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23147 e93f8b46-1217-0410-a6f0-8f06a7374b81