| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve SVG icon compatibility with RTL languages by adding the @rtl@ paramet... | Marius Balteanu | 2 days | 1 | -3/+4 |
* | Update RuboCop to 1.75 (#41884). | Go MAEDA | 4 days | 1 | -1/+1 |
* | Configurable columns for related and sub issues lists (#42477). | Go MAEDA | 13 days | 1 | -53/+53 |
* | Fixes rubocop offenses (#41952). | Marius Balteanu | 2025-03-26 | 1 | -3/+1 |
* | Replaces legacy icons with SVG icons in error explanation (#41952). | Marius Balteanu | 2025-03-26 | 2 | -2/+8 |
* | Replaces legacy icons in flash notices with SVG icons (#41952). | Marius Balteanu | 2025-03-26 | 2 | -1/+14 |
* | Missing thousands separator in Integer and Float custom field totals (#42342). | Go MAEDA | 2025-03-26 | 1 | -0/+2 |
* | Changes issue watch button icon to eye image to align icon with function and ... | Go MAEDA | 2025-03-25 | 1 | -1/+2 |
* | Replace SCM action icons in the tree view of the repository browser (#41967). | Marius Balteanu | 2025-03-24 | 2 | -2/+14 |
* | Extract project query for admins to a separate ProjectAdminQuery model (#42352). | Marius Balteanu | 2025-03-09 | 1 | -2/+0 |
* | Ensures data-disable-with attribute is properly escaped when uery links are r... | Marius Balteanu | 2025-03-07 | 1 | -1/+1 |
* | Refactor thumbnail markup for improved structure and semantics (#42133). | Go MAEDA | 2025-01-23 | 1 | -12/+11 |
* | Fix rapid flickering of placeholder icon for non-existent thumbnails on hover... | Go MAEDA | 2025-01-21 | 1 | -0/+1 |
* | Abbreviate quoted text in descriptions in Activity view (#42043). | Go MAEDA | 2025-01-02 | 1 | -2/+10 |
* | Increase the maximum description length to 240 characters in the Activity vie... | Go MAEDA | 2024-12-27 | 1 | -1/+1 |
* | Adds global setting In Display tab to disable JS based table sort in wiki con... | Marius Balteanu | 2024-12-11 | 1 | -5/+5 |
* | Replaces warning icon with SVG in watcher list and workflow warnings (#41918). | Marius Balteanu | 2024-12-11 | 1 | -1/+1 |
* | Fixes group icons not displayed only using the SVG icon (#41853). | Marius Balteanu | 2024-12-10 | 2 | -2/+2 |
* | Replaces legacy magnifier icon with SVG icon in project jump and in search fi... | Marius Balteanu | 2024-12-08 | 1 | -1/+1 |
* | Fix: Spent time CSV report returning `hours` as Rational instead of Float (#4... | Go MAEDA | 2024-12-04 | 1 | -1/+1 |
* | Reverts r23328 (#41853). | Marius Balteanu | 2024-11-30 | 2 | -7/+12 |
* | Fixes that group icons in Watchers box have both the old and the new icon sty... | Marius Balteanu | 2024-11-29 | 2 | -12/+7 |
* | Replace deprecated raster icon with SVG in download button for issue comments... | Go MAEDA | 2024-11-29 | 1 | -1/+1 |
* | @principal_icon@ method should accept a Principal as argument (#23980). | Marius Balteanu | 2024-11-10 | 2 | -3/+6 |
* | Use double splat operator for icons methods that are extending @sprite_icon@ ... | Marius Balteanu | 2024-11-10 | 1 | -7/+7 |
* | Fixes double-escaping issue for a principal name with special chars (#41721, ... | Marius Balteanu | 2024-11-10 | 1 | -5/+5 |
* | Fixed duplicate "disabled" class in the context_menus_helper result (#23980, ... | Go MAEDA | 2024-11-10 | 1 | -3/+7 |
* | Switched checked icon in context menu to SVG icon (#23980, #41720). | Go MAEDA | 2024-11-10 | 1 | -2/+4 |
* | Switches group icon in members box to SVG icon (#41711, #23980). | Marius Balteanu | 2024-11-07 | 1 | -1/+1 |
* | Switches checkmark icon in tables with SVG icon (#41710, #23980). | Marius Balteanu | 2024-11-07 | 1 | -1/+1 |
* | Fix RuboCop Style/MultilineIfModifier in ReportsHelper by using safe navigati... | Go MAEDA | 2024-10-27 | 1 | -4/+4 |
* | Drop deprecated Redcarpet based Markdown formatter (#40149). | Go MAEDA | 2024-10-20 | 2 | -11/+1 |
* | Fixes rubocop offenses (#23980). | Marius Balteanu | 2024-10-19 | 1 | -11/+10 |
* | @sprite_icon@ accepts plugin name as parameter to render an icon from a sprit... | Marius Balteanu | 2024-10-19 | 1 | -6/+7 |
* | Renames and improves methods provided by @IconsHelper@ (#23980). | Marius Balteanu | 2024-10-19 | 14 | -56/+64 |
* | Fix invalid "theme-*" CSS class in body element when theme name contains spac... | Go MAEDA | 2024-10-19 | 1 | -1/+1 |
* | Partial quoting feature for Issues and Forums (#41294). | Go MAEDA | 2024-10-09 | 2 | -7/+5 |
* | Drops icon-error and style the error icon from CSS (#23980). | Marius Balteanu | 2024-09-29 | 1 | -1/+3 |
* | Merges fav and fav-off icons in only one icon and fill the collor from CSS (#... | Marius Balteanu | 2024-09-29 | 1 | -3/+2 |
* | Moves stroke, stroke-width and fill attributes from icons to CSS (#23980). | Marius Balteanu | 2024-09-28 | 1 | -1/+1 |
* | Switches all icons to Material Symbols (#23980). | Marius Balteanu | 2024-09-24 | 2 | -4/+4 |
* | Moves thumbnail title attribute from `a` to `img` (#41272). | Go MAEDA | 2024-09-20 | 1 | -2/+2 |
* | Add "Author / Previous assignee" group to assignee dropdown in issue form (#1... | Go MAEDA | 2024-09-15 | 1 | -4/+23 |
* | Refactors toggle checkboxes link and switch to SVG icon (#23980). | Marius Balteanu | 2024-09-09 | 1 | -3/+5 |
* | Fixes rubocop warning (#23980). | Marius Balteanu | 2024-09-08 | 1 | -1/+1 |
* | Replaces icon-sorted-asc and icon-sorted-desc with SVG icons (#23980). | Marius Balteanu | 2024-09-08 | 2 | -2/+6 |
* | Replaces various icons with SVG icons (#23980). | Marius Balteanu | 2024-09-08 | 3 | -12/+16 |
* | Replaces activity events icons with SVG icons (#23980). | Marius Balteanu | 2024-09-05 | 1 | -0/+15 |
* | Replaces icons from projects listing and project overview tab with SVG icons ... | Marius Balteanu | 2024-09-05 | 3 | -3/+8 |
* | Replace icons for files in repository view with SVG icons (#23980). | Marius Balteanu | 2024-09-02 | 1 | -2/+18 |