summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Scale pasted images to appropriate size on HiDPI displays using ↵Go MAEDA2024-12-011-17/+58
| | | | | | | | | devicePixelRatio (#38504). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23344 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r23328 (#41853).Marius Balteanu2024-11-303-12/+12
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes that group icons in Watchers box have both the old and the new icon ↵Marius Balteanu2024-11-293-12/+12
| | | | | | style (#41853). git-svn-id: https://svn.redmine.org/redmine/trunk@23328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure by ensuring ↵Marius Balteanu2024-11-291-1/+1
| | | | | | | | | @WatchersController#find_objects_from_params@ returns results in consistent order (#41894). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23325 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace deprecated raster icon with SVG in download button for issue ↵Go MAEDA2024-11-291-1/+1
| | | | | | | | | comments (#41883). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23323 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace deprecated raster icons with SVGs on Report tab of Spent Time page ↵Go MAEDA2024-11-281-5/+5
| | | | | | | | | (#41864). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23318 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Table layout breaks due to .icon class on td elements (#41873).Go MAEDA2024-11-283-8/+12
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999) and Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* FrozenError when using SQLite3 gem version 2.0.0 or later (#41860).Go MAEDA2024-11-251-2/+1
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23308 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Prevent sidebar toggle icons from affecting unrelated elements in ↵Go MAEDA2024-11-251-2/+2
| | | | | | | | | responsive mode (#41822). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23307 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix redundant tooltip appearing after clicking the ellipsis button in the ↵Go MAEDA2024-11-251-2/+4
| | | | | | | | | action menus (#41818). Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23306 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix icon shrinking issue in Activity view with long event titles (#41821).Go MAEDA2024-11-241-0/+4
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23305 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Time entry API returning `hours` as Rational instead of Float (#41819).Go MAEDA2024-11-242-2/+2
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23304 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes project query scope that does not take into account limit and offset ↵Marius Balteanu2024-11-231-1/+3
| | | | | | options (#41791). git-svn-id: https://svn.redmine.org/redmine/trunk@23300 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Correct HTML syntax for `sidebar-wrapper` div (#41789).Go MAEDA2024-11-201-1/+1
| | | | | | | Patch by Alexander Meindl (user:mr3dblond). git-svn-id: https://svn.redmine.org/redmine/trunk@23295 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix long subjects not displayed in Gantt chart for parent objects with child ↵Go MAEDA2024-11-191-1/+1
| | | | | | | | | elements when the column width is narrow (#41786). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23294 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes unnecessary indentation for "Completed versions" in the Roadmap ↵Marius Balteanu2024-11-181-2/+0
| | | | | | sidebar (#41780). git-svn-id: https://svn.redmine.org/redmine/trunk@23293 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes missing top margin for h3 elements in sidebar by removing the margin ↵Marius Balteanu2024-11-181-1/+2
| | | | | | only for the first element (#41779). git-svn-id: https://svn.redmine.org/redmine/trunk@23292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Marks name field in custom query creation/edit form as required (#41778).Marius Balteanu2024-11-171-2/+7
| | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes 'Unexpected duplicate selector "table th"' in wiki_syntax.css (#30069).Marius Balteanu2024-11-161-1/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23285 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optimize font loading by replacing variable fonts with specific weights for ↵Go MAEDA2024-11-157-6/+20
| | | | | | | | | Noto Sans (#41748). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Adjust padding and box-sizing on activity elements to remove ↵Go MAEDA2024-11-151-1/+2
| | | | | | | | | unnecessary scroll bar on user profile page (#41756). Patch by Kenta Kumojima (user:kumojima). git-svn-id: https://svn.redmine.org/redmine/trunk@23274 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix layout distortion in issue list descriptions with code blocks (#40303).Go MAEDA2024-11-121-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23255 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes missing key icon SVG on Change password button (#23980, #41724).Marius Balteanu2024-11-101-0/+4
| | | | | | 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-103-4/+7
| | | | 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
* Fixed duplicate "disabled" class in the context_menus_helper result (#23980, ↵Go MAEDA2024-11-101-3/+7
| | | | | | | | | #41720). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23226 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switched checked icon in context menu to SVG icon (#23980, #41720).Go MAEDA2024-11-102-4/+7
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23224 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
* 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-064-5/+117
| | | | | | Patch inspired from user:jkraemer. git-svn-id: https://svn.redmine.org/redmine/trunk@23218 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
* 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
* 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
* 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
* @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
* Improve tracker deletion error message to display projects containing issues ↵Go MAEDA2024-11-031-1/+5
| | | | | | | | | 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-034-4/+4
| | | | | | | | | 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
* 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
* Fix: `updated_by_id` in Journal points to a deleted user instead of an ↵Go MAEDA2024-10-291-0/+1
| | | | | | | | | 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-271-4/+4
| | | | | | navigation operator (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@23166 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add column totals to Issues Summary Report (#691).Go MAEDA2024-10-263-0/+20
| | | | | | | Contributed by David Petersen (user:petersendidit). git-svn-id: https://svn.redmine.org/redmine/trunk@23163 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
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-2036-6951/+2
| | | | | | | 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-201-2/+4
| | | | | | | | | 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-201-1/+15
| | | | | | | | | characters (#41464). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23150 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include attachment filename in "File added" email notification subject (#41450).Go MAEDA2024-10-201-1/+4
| | | | | | | Patch by minoura makoto (user:minoura). git-svn-id: https://svn.redmine.org/redmine/trunk@23148 e93f8b46-1217-0410-a6f0-8f06a7374b81