summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tagged version 6.0.16.0.1Marius Balteanu2024-11-120-0/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/tags/6.0.1@23263 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merge r23259 from trunk to 6.0-stable.Marius Balteanu2024-11-122-1/+12
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23260 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merge r23255 from trunk to 6.0-stable (#40303).Marius Balteanu2024-11-121-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23258 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merge r23256 from trunk to 6.0-stable (#41729).Marius Balteanu2024-11-121-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23257 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r23252 from trunk to 6.0-stable (#41728).Marius Balteanu2024-11-112-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23253 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r23242 from trunk to 6.0-stable.Marius Balteanu2024-11-101-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r23240 from trunk to 6.0-stable.Marius Balteanu2024-11-102-3/+247
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23241 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set 6.0-branch to stable.Marius Balteanu2024-11-101-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23239 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r23237 from trunk to 6.0-stable (#23980).Marius Balteanu2024-11-101-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r23230 and r23234 from trunk to 6.0-stable (#23980).Marius Balteanu2024-11-103-2/+21
|\ | | | | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23236 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Allows plugins to add custom SVG icons for menu items added by the plugin ↵Marius Balteanu2024-11-103-2/+21
| | | | | | | | | | | | | | | | (#23980). Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23234 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Merged r23224 to r23226 from trunk to 6.0-stable (#23980).Marius Balteanu2024-11-104-7/+55
|\| | | | | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23233 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Fixes missing key icon SVG on Change password button (#23980, #41724).Marius Balteanu2024-11-102-0/+6
| | | | | | | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23231 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * @principal_icon@ method should accept a Principal as argument (#23980).Marius Balteanu2024-11-105-7/+12
| | | | | | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23230 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Use double splat operator for icons methods that are extending @sprite_icon@ ↵Marius Balteanu2024-11-101-7/+7
| | | | | | | | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23229 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Fixes double-escaping issue for a principal name with special chars (#41721, ↵Marius Balteanu2024-11-101-5/+5
| | | | | | | | | | | | | | | | #23980). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23228 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Fixes broken @link_to_principal@ helper test caused by r23222 (#41711, #23980).Marius Balteanu2024-11-101-2/+2
| | | | | | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23227 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Fixed duplicate "disabled" class in the context_menus_helper result (#23980, ↵Go MAEDA2024-11-102-4/+8
| | | | | | | | | | | | | | | | | | #41720). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23226 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Added tests for context_menu_link helper (#23980, #41720).Go MAEDA2024-11-101-0/+41
| | | | | | | | | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23225 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Switched checked icon in context menu to SVG icon (#23980, #41720).Go MAEDA2024-11-103-5/+8
| | | | | | | | | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23224 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Merged r23227 - r23231 from trunk to 6.0-stable (#23980).Marius Balteanu2024-11-107-19/+30
| | | | | | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23232 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Merged r23221 and r23222 from trunk to 6.0-stable (#41710, #41711, #23980).Marius Balteanu2024-11-071-2/+2
|\| | | | | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23223 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Switches group icon in members box to SVG icon (#41711, #23980).Marius Balteanu2024-11-071-1/+1
| | | | | | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23222 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Switches checkmark icon in tables with SVG icon (#41710, #23980).Marius Balteanu2024-11-071-1/+1
| | | | | | | | | | | | Patch by Bernhard Rohloff (user:cappumuc). git-svn-id: https://svn.redmine.org/redmine/trunk@23221 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Merged r23218 and r23219 from trunk to 6.0-stable (#21808).Marius Balteanu2024-11-075-6/+121
|\| | | | | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23220 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Revert unwanted change (#21808).Marius Balteanu2024-11-061-1/+1
| | | | | | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23219 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Makes the sidebar collapsible and stateful (#21808).Marius Balteanu2024-11-065-6/+121
| | | | | | | | | | | | Patch inspired from user:jkraemer. git-svn-id: https://svn.redmine.org/redmine/trunk@23218 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Merged r23216 from trunk to 6.0-stable (#41696).Go MAEDA2024-11-061-1/+1
|\| | | | | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23217 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Traditional Chinese translation update (#41696).Go MAEDA2024-11-061-1/+1
| | | | | | | | | | | | | | Patch by ChunChang (Nagaharu) Lo (user:shortie). git-svn-id: https://svn.redmine.org/redmine/trunk@23216 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Merged r23214 from 6.0-stable to trunk (#23980).Marius Balteanu2024-11-052-3/+3
| |\ | |/ |/| | | git-svn-id: https://svn.redmine.org/redmine/trunk@23215 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Fixes issue introduced in r23145 for rendering attachment and download icons ↵Marius Balteanu2024-11-052-3/+3
| | | | | | | | | | | | | | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23214 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Merged r23212 from trunk to 6.0-stable (#39111).Marius Balteanu2024-11-051-2/+2
|\| | | | | | | git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23213 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Fixed an issue where Redmine would not start due to an error in Propshaft ↵Marius Balteanu2024-11-051-2/+2
| | | | | | | | | | | | | | | | | | (#39111). Patch by user:hidakatsuya. git-svn-id: https://svn.redmine.org/redmine/trunk@23212 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | 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