summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix broken project list layout for projects scheduled for deletion (#41217).Go MAEDA2024-09-061-4/+12
| | | | | | | Patch by Liane Hampe (user:liane_hampe). git-svn-id: https://svn.redmine.org/redmine/trunk@23026 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icons in calendar view with SVG icons (#23980).Marius Balteanu2024-09-052-4/+10
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23024 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces Users and Projects context menu icons with SVG icons (#23980).Marius Balteanu2024-09-052-10/+10
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23022 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces more icons with SVG icongs (#23980).Marius Balteanu2024-09-056-10/+14
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23021 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces activity events icons with SVG icons (#23980).Marius Balteanu2024-09-051-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23020 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces edit icons in version page with SVG icons (#23980).Marius Balteanu2024-09-051-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23019 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icon-package in Versions index with SVG icon (#23980).Marius Balteanu2024-09-051-1/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23018 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icons from projects listing and project overview tab with SVG icons ↵Marius Balteanu2024-09-052-6/+6
| | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23017 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces news icon with SVG icon (#23980).Marius Balteanu2024-09-031-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23012 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icon-folder and icon-folder-open in repository view with SVG icons ↵Marius Balteanu2024-09-021-1/+1
| | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23010 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icon-email and icon-passwd icons with SVG icons (#23980).Marius Balteanu2024-08-311-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22999 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes icon-multiple (#23980).Marius Balteanu2024-08-311-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22998 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces zoom-in icon with SVG icon in ssues report (#23980).Marius Balteanu2024-08-311-7/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22996 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add icon to attachment link only when icon variable is passed.Marius Balteanu2024-08-301-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22990 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-2961-158/+158
| | | | | | | | | | | * 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
* Fix untranslated string "OK" in repositories diff view (#39778).Go MAEDA2024-08-241-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22983 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r22981: Incorrect issue number #39887 referencedGo MAEDA2024-08-241-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22982 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix untranslated string "OK" in repositories diff view (#39887).Go MAEDA2024-08-241-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22981 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add an option to render Integer and Float custom fields with thousands ↵Go MAEDA2024-07-181-0/+1
| | | | | | | | | delimiters (#39997). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22935 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add configurable setting for copying attachments when copying an issue (#36197).Go MAEDA2024-07-142-1/+3
| | | | | | | Patch by Yuichi HARADA (user:yui.har). git-svn-id: https://svn.redmine.org/redmine/trunk@22926 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add bulk unlock to user list context menu (#40913).Marius Balteanu2024-07-131-0/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22925 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve watcher list permissions check to explicitly require ↵Marius Balteanu2024-07-081-0/+4
| | | | | | | | | | @view_issue_watchers@ permission (#40946). Patch by Felix Schäfer (@felix). git-svn-id: https://svn.redmine.org/redmine/trunk@22913 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Spent hours ignoring "Time Span Format" Setting on several pages (#40924).Go MAEDA2024-06-302-2/+2
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22902 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add bulk lock feature to user list context menu (#40913).Marius Balteanu2024-06-253-10/+11
| | | | | | | Patch by Mizuki ISHIKAWA (@ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@22898 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revisions count is wrong on the wiki content page (#40655).Go MAEDA2024-06-131-1/+1
| | | | | | | Contributed by Karel Pičman (@picman). git-svn-id: https://svn.redmine.org/redmine/trunk@22877 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds estimated remaining time to version page (#37862, #1671).Marius Balteanu2024-06-041-0/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22858 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-048-0/+9
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22855 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce configuration for done ratio options interval (#31756).Go MAEDA2024-05-295-4/+6
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22849 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add `updated_on` and `updated_by` fields to Issues API journal response ↵Go MAEDA2024-05-271-0/+2
| | | | | | | | | (#40449). Contributed by Thomas Hoffmann (@ThomasHo). git-svn-id: https://svn.redmine.org/redmine/trunk@22846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Dynamic generation of supported code highlighting languages in help section ↵Go MAEDA2024-05-191-880/+9
| | | | | | | | | (#40681). Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-071-1/+1
| | | | | | Patch by Jens Krämer (@jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@22816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Focus on the textarea after clicking the Edit Journal button (#40556).Marius Balteanu2024-04-281-0/+10
| | | | | | Patch by Yasu Saku (@skys). git-svn-id: https://svn.redmine.org/redmine/trunk@22791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix incorrect icon image paths on Textile help page (#40559, #40137, #39111).Marius Balteanu2024-04-1619-223/+223
| | | | | | Patch by Katsuya HIDAKA (hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@22783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix incorrect icon image paths on Markdown help page (#40559, #40137, #39111).Marius Balteanu2024-04-1616-170/+170
| | | | | | Patch by Katsuya HIDAKA (hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@22782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove current year from source file copyright headers and update year in ↵Marius Balteanu2024-02-261-1/+1
| | | | | | footer to 2024 (#40043). git-svn-id: https://svn.redmine.org/redmine/trunk@22746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update condition to check for @view_issues@ permission (#39995).Marius Balteanu2024-02-261-1/+1
| | | | | | Patch by Holger Just (@hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@22745 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds Tamil translations for CommonMark wiki syntax help files (#39751). Marius Balteanu2024-02-262-0/+459
| | | | | | Path by Dhana Lakshmi (@dhanalakshmi). git-svn-id: https://svn.redmine.org/redmine/trunk@22742 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Subprojects checkbox should be shown in Activity and Roadmap sidebars only ↵Marius Balteanu2024-02-262-2/+2
| | | | | | | | if the project has visible descendants (#39995). Patch by Holger Just (@hjust) and Marius BALTEANU (@marius.balteanu). git-svn-id: https://svn.redmine.org/redmine/trunk@22739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds route for code highlighting languages page (#39111, #40137).Marius Balteanu2024-02-2573-73/+73
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces static link to detailed version with the new route (#39111, #40137).Marius Balteanu2024-02-1937-261/+261
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces static img tag from wiki syntax help files with @image_tag@ ↵Marius Balteanu2024-02-1937-517/+517
| | | | | | (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Includes CSS files from the asset pipeline (#39111, #40137).Marius Balteanu2024-02-1974-76/+74
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cleanup wiki syntax files by moving inline style for img border to CSS ↵Marius Balteanu2024-02-1937-519/+517
| | | | | | (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds erb extension to all wiki syntax help files (#39111, #40137).Marius Balteanu2024-02-1974-0/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Remove languages from wiki syntax help files that are identical with en ↵Marius Balteanu2024-02-19130-27517/+0
| | | | | | | | | | language. * Fall back to the english help page if there is none for the current language. (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22721 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reorganize all the wiki syntax help files per text formatter (@markdown@, ↵Marius Balteanu2024-02-19204-0/+0
| | | | | | @common_mark@ and @textile@) (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22720 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to ↵Marius Balteanu2024-02-19205-0/+44270
| | | | | | | | | | 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
* Reverts r22717 (#39111, #40137).Marius Balteanu2024-02-19205-44270/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Moves all wiki syntax files from @public/help@ to ↵Marius Balteanu2024-02-19205-0/+44270
| | | | | | | | | | | @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
* Raise the maximum length of the title element in the Atom feed from 100 to ↵Go MAEDA2024-02-071-3/+3
| | | | | | | | | 300 characters (#34025). Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22685 e93f8b46-1217-0410-a6f0-8f06a7374b81