summaryrefslogtreecommitdiffstats
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
...
* Replaces legacy magnifier icon with SVG icon in project jump and in search ↵Marius Balteanu2024-12-083-15/+12
| | | | | | field from mobile view (#41714). git-svn-id: https://svn.redmine.org/redmine/trunk@23368 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix misaligned icons and inconsistent indentation in forum message lists ↵Go MAEDA2024-12-031-0/+1
| | | | | | | | | (#41873). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23348 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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-301-5/+0
| | | | 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-291-0/+5
| | | | | | style (#41853). git-svn-id: https://svn.redmine.org/redmine/trunk@23328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Table layout breaks due to .icon class on td elements (#41873).Go MAEDA2024-11-281-1/+1
| | | | | | | 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
* 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 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
* 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
* Switched checked icon in context menu to SVG icon (#23980, #41720).Go MAEDA2024-11-101-2/+3
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23224 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-063-2/+104
| | | | | | Patch inspired from user:jkraemer. git-svn-id: https://svn.redmine.org/redmine/trunk@23218 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
* 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
* Add column totals to Issues Summary Report (#691).Go MAEDA2024-10-261-0/+1
| | | | | | | 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-201-230/+0
| | | | | | | 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
* Adjust line-height and margin for `div.wiki li` for better readability and ↵Go MAEDA2024-10-171-0/+1
| | | | | | spacing consistency (#41321). git-svn-id: https://svn.redmine.org/redmine/trunk@23140 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Verdana with Noto Sans in responsive.css for consistency with the ↵Go MAEDA2024-10-171-3/+3
| | | | | | new default theme (#41321). git-svn-id: https://svn.redmine.org/redmine/trunk@23138 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change CSS font-size units from px to rem in wiki_syntax.css (#2499).Go MAEDA2024-10-171-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23136 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix separator lines cutting off in Activity view caused by inline-flex ↵Go MAEDA2024-10-161-0/+1
| | | | | | shrinking (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23133 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change CSS font-size units from px to rem in scm.css (#2499).Go MAEDA2024-10-161-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23132 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Right-align "Hours" column in spent time details table (#41401).Go MAEDA2024-10-161-2/+2
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23131 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Apply `proportional-nums` for wiki text and `tabular-nums` for `table.list` ↵Go MAEDA2024-10-161-0/+8
| | | | | | (#41321). git-svn-id: https://svn.redmine.org/redmine/trunk@23130 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Align the `#time-report tbody tr.total` row border styling with the table ↵Go MAEDA2024-10-151-1/+1
| | | | | | header (#41475). git-svn-id: https://svn.redmine.org/redmine/trunk@23126 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Emphasize the border between table header and body to improve appearance ↵Go MAEDA2024-10-151-1/+1
| | | | | | (#41475). git-svn-id: https://svn.redmine.org/redmine/trunk@23125 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve visual clarity of issue grouping separators in issues list by ↵Go MAEDA2024-10-151-1/+1
| | | | | | increasing the border thickness (#41475). git-svn-id: https://svn.redmine.org/redmine/trunk@23124 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove the border override for tr.entry as it is no longer necessary (#41475).Go MAEDA2024-10-151-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23123 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icons on the syntax help page with SVG icons (#23980).Marius Balteanu2024-10-141-1/+19
| | | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23122 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Align #sidebar h3 color with content headers (#41298).Go MAEDA2024-10-141-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23121 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve table readability by adding row borders (#41475).Go MAEDA2024-10-131-6/+7
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23120 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set line-height for body and code blocks in Wiki Syntax Help (#41321).Go MAEDA2024-10-111-1/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23116 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Code Highlighting Help font and font size to match the new default ↵Go MAEDA2024-10-111-0/+1
| | | | | | theme (#41321). git-svn-id: https://svn.redmine.org/redmine/trunk@23115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Wiki Syntax Help font to Noto Sans to match the new default theme ↵Go MAEDA2024-10-112-6/+40
| | | | | | (#41321). git-svn-id: https://svn.redmine.org/redmine/trunk@23113 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-093-1/+224
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23107 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add underline button to CommonMark Markdown toolbar (#40939).Go MAEDA2024-10-091-0/+10
| | | | | | | Contributed by Yasu Saku (user:skys). git-svn-id: https://svn.redmine.org/redmine/trunk@23106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds rake task to download SVG icons from Tabler Github repository using ↵Marius Balteanu2024-10-081-0/+1
| | | | | | | | | | | | | | | config/icon_source.yml as source and to generate a sprite file with all the SVG icons (#23980): * @icons:download@: downloads the default icons * @icons:sprite@: generates the SVG sprite file for the default icons * @icons:generate@: runs @icons:download@ and @icons:sprite@ tasks * @icons:plugin:download@: downloads the icons for a specific plugin if the plugin provides a @icon_source.yaml@ in plugin config directory. * @icons:plugin:sprite@: generates the SVG sprite for the plugin. * @icons:plugin:generate@: runs @icons:plugin:download@ and @icons:plugin:sprite@ tasks git-svn-id: https://svn.redmine.org/redmine/trunk@23105 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes gantt collapse/expand buttons are not available after switching to SVG ↵Marius Balteanu2024-10-082-6/+14
| | | | | | icons (#41447, #23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23104 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove Internet Explorer-specific CSS rules and vendor prefixes (#41402).Go MAEDA2024-10-032-21/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23103 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace `for` loops with `forEach` in `buildFilterRow` function (#32523).Go MAEDA2024-10-031-11/+9
| | | | | | | Patch by Yuichi HARADA (user:yui.har). git-svn-id: https://svn.redmine.org/redmine/trunk@23102 e93f8b46-1217-0410-a6f0-8f06a7374b81