summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-112-5/+6
| | | | | | 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
* Fix unclosed td tags in CommonMark Markdown help pages (#41467).Go MAEDA2024-10-103-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23110 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove duplicate DOCTYPE (#41467).Go MAEDA2024-10-101-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix font size issue in CommonMark Markdown help pages caused by missing ↵Go MAEDA2024-10-106-16/+19
| | | | | | | | | DOCTYPE (#41467). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23108 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-099-42/+260
| | | | | | | 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
* Fixes SVG margin in projects board view (#23980).Marius Balteanu2024-10-031-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23101 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raplaces old del icon with SVG in repository settings (#23980).Marius Balteanu2024-10-031-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23100 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update `.filecontent.wiki` style with the new border color and box shadow ↵Go MAEDA2024-10-021-1/+2
| | | | | | (#41298). git-svn-id: https://svn.redmine.org/redmine/trunk@23098 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reduce badge font size to 0.6875rem (#41321).Go MAEDA2024-10-021-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23097 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve readability by refining font sizes and switching to Noto Sans font ↵Go MAEDA2024-10-012-40/+60
| | | | | | | | | (#41321). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@23096 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add Noto Sans font (#41321).Go MAEDA2024-10-013-0/+93
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23095 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes box-shadown from issue_tree and relations issues tables (#41298).Marius Balteanu2024-09-291-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23094 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes some align issues on Calendar, Gantt, Files section from issue page ↵Marius Balteanu2024-09-292-3/+5
| | | | | | and on mobile version (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23093 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drops icon-error and style the error icon from CSS (#23980).Marius Balteanu2024-09-294-13/+14
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23092 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes for projects index (#23980).Marius Balteanu2024-09-291-4/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23091 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes for scm entry to switch between folder and folder-open icons and ↵Marius Balteanu2024-09-292-5/+6
| | | | | | adjusts the padding for file icons (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23090 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merges fav and fav-off icons in only one icon and fill the collor from CSS ↵Marius Balteanu2024-09-293-6/+7
| | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes stroke-width to 1.5 (#23980).Marius Balteanu2024-09-281-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23088 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves stroke, stroke-width and fill attributes from icons to CSS (#23980).Marius Balteanu2024-09-283-104/+98
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23087 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates references to new icons (#23980).Marius Balteanu2024-09-282-13/+10
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23084 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switches all icons from Material Symbols (Apache License 2.0) to Tabler ↵Marius Balteanu2024-09-2825-281/+478
| | | | | | Icons (MIT License) due to license incompatibilities with Redmine's GPLv2 license. (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change CSS font-size units from px to rem to respect browser font settings ↵Go MAEDA2024-09-252-29/+29
| | | | | | | | | (#2499). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23082 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes fill attribute from issue-edit and issue-note icons (#23980).Marius Balteanu2024-09-251-6/+6
| | | | | | | | Patch by Mizuki ISHIKAW (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23078 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switches all icons to Material Symbols (#23980).Marius Balteanu2024-09-2410-232/+195
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Align project styling on projects-index with updated box design (#41298).Go MAEDA2024-09-241-1/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23076 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Align My Page box styling with updated box design (#41298).Go MAEDA2024-09-241-1/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23075 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set box-shadow and border-radius for calendar and gantt tooltips (#41298).Go MAEDA2024-09-241-0/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restore `line-height` for the `.box` class which was inadvertently removed ↵Go MAEDA2024-09-231-0/+1
| | | | | | in r23070 (#41298). git-svn-id: https://svn.redmine.org/redmine/trunk@23071 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve appearance with updated box styling and border colors (#41298).Go MAEDA2024-09-231-21/+40
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23070 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Ensure right margin for issue filter lines by adjusting max-width (#39806).Go MAEDA2024-09-231-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23069 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve header design with gradient background (#41266).Go MAEDA2024-09-221-1/+8
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23067 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves thumbnail title attribute from `a` to `img` (#41272).Go MAEDA2024-09-201-2/+2
| | | | | | | Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23065 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace custom email normalization logic with Rails' `normalizes` method ↵Go MAEDA2024-09-201-9/+7
| | | | | | (#29208). git-svn-id: https://svn.redmine.org/redmine/trunk@23064 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix issue where revision graph and Gantt chart progress line were not being ↵Go MAEDA2024-09-191-1/+1
| | | | | | | | | rendered (#23980). Patch by Minoru Maeda (user:maeda-m). git-svn-id: https://svn.redmine.org/redmine/trunk@23063 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Author / Previous assignee" group to assignee dropdown in issue form ↵Go MAEDA2024-09-152-4/+35
| | | | | | | | | (#16045). Patch by Luka Lüdicke (user:dkd-luedicke), Mizuki ISHIKAWA (user:ishikawa999), and Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Brazilian Portuguese jstoolbar translation update (#41249).Go MAEDA2024-09-141-2/+2
| | | | | | | Patch by Rodrigo Candido (user:rodrigo_candido). git-svn-id: https://svn.redmine.org/redmine/trunk@23056 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r23046 (#32523).Go MAEDA2024-09-121-9/+9
| | | | | | | The change broke filters. git-svn-id: https://svn.redmine.org/redmine/trunk@23054 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes the width of the message subject field (#41234).Go MAEDA2024-09-121-0/+1
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23053 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not show legacy icon-bookmarked-project in projects-index (#23980).Marius Balteanu2024-09-111-1/+9
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix NoMethodError in Issue#blocked? due to invalid issue_from_id in ↵Go MAEDA2024-09-101-1/+1
| | | | | | | | | Issue#relations_from (#8539). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23048 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactors toggle checkboxes link and switch to SVG icon (#23980).Marius Balteanu2024-09-094-29/+13
| | | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999) git-svn-id: https://svn.redmine.org/redmine/trunk@23047 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace `for` loops with `forEach` in `buildFilterRow` function (#32523).Go MAEDA2024-09-091-9/+9
| | | | | | | Patch by Yuichi HARADA (user:yui.har). git-svn-id: https://svn.redmine.org/redmine/trunk@23046 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix display issue of "h:mm" placeholder in estimated hours input field by ↵Go MAEDA2024-09-091-1/+1
| | | | | | | | | expanding its width (#2464, #41231). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23045 e93f8b46-1217-0410-a6f0-8f06a7374b81