Commit Graph

31 Commits

Author SHA1 Message Date
Marius Balteanu
6743f29ae2 Replaces background images for JS toolbar buttons with SVG icons except for inline code and preformattted code which are now text (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23033 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-07 11:22:51 +00:00
Marius Balteanu
a26d885a3a Replaces project, version and issue icons from Gantt view with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23029 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-06 20:48:16 +00:00
Marius Balteanu
794fe6a7cd Replaces icons in administration menu with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23028 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-06 20:40:27 +00:00
Marius Balteanu
cc50cfc324 Replaces icons in calendar view with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23024 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-05 21:32:22 +00:00
Marius Balteanu
7aeebede74 Replaces more icons with SVG icongs (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23021 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-05 20:35:12 +00:00
Marius Balteanu
59323aecf2 Replaces activity events icons with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23020 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-05 20:08:00 +00:00
Marius Balteanu
fe5e8da96a Replaces icon-package in Versions index with SVG icon (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23018 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-05 20:06:57 +00:00
Marius Balteanu
31c4eddfbf Replaces icons from projects listing and project overview tab with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23017 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-05 20:06:04 +00:00
Go MAEDA
622bfcde9d Refactor: Remove jQuery usage in inlineAutoComplete function (#41096).
git-svn-id: https://svn.redmine.org/redmine/trunk@23016 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-05 06:06:58 +00:00
Marius Balteanu
7841e933d4 Replaces news icon with SVG icon (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23012 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-03 05:35:14 +00:00
Marius Balteanu
f2639e9038 Replace icons for files in repository view with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23011 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-02 20:48:40 +00:00
Marius Balteanu
bcb9a1cd33 Replaces icon-folder and icon-folder-open in repository view with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23010 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-02 20:47:55 +00:00
Go MAEDA
ab4eac416a "##" syntax auto complete does not work (#41096).
Patch by Katsuya HIDAKA (user:hidakatsuya).


git-svn-id: https://svn.redmine.org/redmine/trunk@23008 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-09-01 05:15:09 +00:00
Marius Balteanu
1bf607edb9 Replaces icon-email and icon-passwd icons with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@22999 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-08-31 08:11:18 +00:00
Marius Balteanu
cafb610b7f Fixes icon-multiple (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@22998 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-08-31 08:10:48 +00:00
Marius Balteanu
565ed934a5 Do not show icon-cancel backgrond icon if element contains a SVG element (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@22997 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-08-31 07:48:19 +00:00
Marius Balteanu
6beb892c5f Do not show fav/fav-off backgrond icon if element contains a SVG element (#23980)."
git-svn-id: https://svn.redmine.org/redmine/trunk@22995 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-08-31 07:34:57 +00:00
Marius Balteanu
93080bd1bb Replaces zoom-in and zoom-out icons with SVG icons in Gantt (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@22994 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-08-31 07:33:34 +00:00
Marius Balteanu
ffce07e785 Start working on replacing old icons with SVG icons (#23980):
* Introduces IconsHelper with methods to render SVG icon from a sprite file.
* Adds SVG sprite file with icons mainly from Font Awesome, but also from Material Design Icons and Fluent UI System Icons (based on the work made by Takashi Kato (@tohosaku)).
* Replaces specific icons with new SVG icons.
* Temporarily keep all old CSS icon definitions for backard compatibility.



git-svn-id: https://svn.redmine.org/redmine/trunk@22988 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-08-29 21:46:40 +00:00
Go MAEDA
2706019f09 Upgrade jQuery to 3.7.1 and jQuery UI to 1.13.3 (#40853, #40864).
git-svn-id: https://svn.redmine.org/redmine/trunk@22887 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-06-20 04:11:39 +00:00
Go MAEDA
07307140b9 Fix misalignment issue when displaying the table of contents (TOC) on the right of wiki page (#34473).
Patch by Mizuki ISHIKAWA (@ishikawa999).


git-svn-id: https://svn.redmine.org/redmine/trunk@22885 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-06-19 14:06:08 +00:00
Marius Balteanu
61c7d539dc Adds Watcher list to the list of available query columns for issues (#29894).
Patch by Felix Schäfer (@felix).

git-svn-id: https://svn.redmine.org/redmine/trunk@22793 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-04-28 07:26:29 +00:00
Go MAEDA
e4fcfc6990 Fix issue where descriptions in the issues list ignore CommonMark Markdown table alignment (#40515).
Contributed by Takenori TAKAKI (@takenory).


git-svn-id: https://svn.redmine.org/redmine/trunk@22787 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-04-23 02:58:55 +00:00
Marius Balteanu
38d950df55 Remove current year from source file copyright headers and update year in footer to 2024 (#40043).
git-svn-id: https://svn.redmine.org/redmine/trunk@22746 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-02-26 22:55:54 +00:00
Marius Balteanu
dd2f80bd24 Fixes error in autocomplete (@ActionController::BadRequest (Invalid query parameters: invalid %-encoding (%)@) (#40237).
Patch by Abe Tomoaki (@abetomo).

git-svn-id: https://svn.redmine.org/redmine/trunk@22740 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-02-26 21:32:54 +00:00
Marius Balteanu
a46ed1aa71 Cleanup wiki syntax files by moving inline style for img border to CSS (#39111, #40137).
git-svn-id: https://svn.redmine.org/redmine/trunk@22724 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-02-19 21:02:39 +00:00
Marius Balteanu
74a691de19 * Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to serve wiki syntax help files.
* Moves all wiki syntax help files to @app/views/help@ and CSS files to asset pipeline. 

(#39111, #40137).

git-svn-id: https://svn.redmine.org/redmine/trunk@22719 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-02-19 20:41:41 +00:00
Marius Balteanu
ec77fe4e3a Reverts r22717 (#39111, #40137).
git-svn-id: https://svn.redmine.org/redmine/trunk@22718 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-02-19 20:28:15 +00:00
Marius Balteanu
609cc9221e * Moves all wiki syntax files from @public/help@ to @app/views/help/wiki_syntax@.
* Adds route to serve wiki syntax help files.
* Moves wiki syntax CSS files to asset pipeline. 

(#39111, #40137).

git-svn-id: https://svn.redmine.org/redmine/trunk@22717 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-02-19 20:24:33 +00:00
Marius Balteanu
9155b777e6 Custom themes are now loaded from "/themes" directory from project root. The themes provided by Redmine (alternate and classic) remains in "app/assets/themes" (#39111).
git-svn-id: https://svn.redmine.org/redmine/trunk@22708 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-02-13 23:11:28 +00:00
Marius Balteanu
34f1c52e23 Move public assets (images, javascripts, stylesheets, themes) to app/assets (#39111).
git-svn-id: https://svn.redmine.org/redmine/trunk@22696 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-02-07 20:55:00 +00:00