summaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* * Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to ↵Marius Balteanu2024-02-19207-44322/+0
| | | | | | | | | | 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-19207-0/+44322
| | | | 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-19207-44322/+0
| | | | | | | | | | | @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
* Move public assets (images, javascripts, stylesheets, themes) to app/assets ↵Marius Balteanu2024-02-07270-10471/+0
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22696 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r22694 (#39111).Marius Balteanu2024-02-07270-0/+10471
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move public assets (images, javascripts, stylesheets, themes) to app/assets ↵Marius Balteanu2024-02-07270-10471/+0
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Includes favicon in assets pipeline (#39111).Marius Balteanu2024-02-071-0/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix cutoff of user select element in activity sidebar when displaying long ↵Go MAEDA2024-02-061-0/+4
| | | | | | | | | user names (#39780). Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22682 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix click event handling in mobile view after closing flyout menu (#39802).Go MAEDA2024-02-021-2/+2
| | | | | | | Patch by salman mp (@salmanmp) and Mizuki ISHIKAWA (@ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@22670 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extraneous whitespace when selecting and copying issue number on ↵Go MAEDA2024-01-291-0/+2
| | | | | | | | | Chrome/Windows (#37390). Patch by Thomas Löber (@tloeber). git-svn-id: https://svn.redmine.org/redmine/trunk@22663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use absolute URL (propshaft default format) for images in application.css ↵Marius Balteanu2024-01-291-5/+5
| | | | | | from classic theme (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22662 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import application.css in themes using absolute url (#39111).Marius Balteanu2024-01-292-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22661 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use absolute URL (propshaft default format) for images in application.css ↵Marius Balteanu2024-01-291-138/+138
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22660 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use absolute URL (propshaft default format) for images in rtl and scm css ↵Marius Balteanu2024-01-292-31/+31
| | | | | | files (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use absolute URL (propshaft default format) for images in jstoolbar.css ↵Marius Balteanu2024-01-291-20/+20
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22658 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ensure url in context_menu css files is absolute (#39111).Marius Balteanu2024-01-292-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22657 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop FastCGI support (#40092).Go MAEDA2024-01-282-69/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22655 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use images generated by the asset pipeline in context_menu CSS files (#39111).Marius Balteanu2024-01-272-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22649 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes javascript file name by removing ujs reference (#39111).Marius Balteanu2024-01-251-0/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove hardcoded version of rails-ujs and include the one provided by the ↵Marius Balteanu2024-01-251-632/+0
| | | | | | asset pipeline (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22629 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove copyright headers from tribute.css file (#37730).Marius Balteanu2024-01-111-6/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22604 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Shorten copyright headers for JS files (#37730).Marius Balteanu2024-01-118-127/+39
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22603 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Shorten copyright headers for JS toolbar files (#37730).Marius Balteanu2024-01-114-88/+24
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22602 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Shorten copyright headers for css files (#37730).Marius Balteanu2024-01-118-112/+36
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improves filter rendering on narrow screens by replacing the layout tables ↵Marius Balteanu2023-12-283-30/+62
| | | | | | | | | | with a flex layout. (#39806). Patch by Jens Krämer (@jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@22574 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix improper error highlighting for description field in issue form (#39795).Go MAEDA2023-12-221-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@22545 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails UJS to 7.1.2 (#36320).Marius Balteanu2023-12-201-730/+614
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22526 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tamil jstoolbar translation update for 5.1-stable (#39751).Go MAEDA2023-12-011-1/+1
| | | | | | | Patch by Dhana Lakshmi. git-svn-id: https://svn.redmine.org/redmine/trunk@22492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing copyrights (#37730).Marius Balteanu2023-11-2618-7/+281
| | | | | | Patch by Karel Pičman. git-svn-id: https://svn.redmine.org/redmine/trunk@22482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Keep existing @##@ syntax when triggering an issue from the inline ↵Marius Balteanu2023-11-111-1/+6
| | | | | | autocomplete (#38852). git-svn-id: https://svn.redmine.org/redmine/trunk@22419 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hungarian translation update (#36387).Go MAEDA2023-10-281-1/+1
| | | | | | | Patch by Omar Sweidan. git-svn-id: https://svn.redmine.org/redmine/trunk@22389 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 4.2 (#37236).Go MAEDA2023-10-261-3/+11
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22384 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add Tamil language support (#34924).Go MAEDA2023-10-215-0/+867
| | | | | | | Patch by Dhanasingh Krishnapandian. git-svn-id: https://svn.redmine.org/redmine/trunk@22357 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add description for issue statuses and display them in issue new/edit form ↵Go MAEDA2023-08-311-3/+3
| | | | | | | | | (#2568). Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@22288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-272-15/+86
| | | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22283 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New issues filter operators "has been", "has never been", and "changed from" ↵Go MAEDA2023-05-111-0/+2
| | | | | | | | | (#38527). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22240 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the new pagination style for the calendars view (#27346).Go MAEDA2023-05-071-0/+1
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: https://svn.redmine.org/redmine/trunk@22235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue field labels for fields with descriptions are missing styling on ↵Go MAEDA2023-05-051-1/+1
| | | | | | | | | issues show view (#33502). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Align buttons in modal dialogs to the left instead of right (#38449).Go MAEDA2023-05-051-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22226 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "View annotation prior to this change" button in the annotate view of ↵Go MAEDA2023-04-301-0/+7
| | | | | | | | | Git (#35432). Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@22217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display color bars on the left side of `td.line-code` instead of on the ↵Go MAEDA2023-04-291-14/+16
| | | | | | right side of `td.author` in the annotate view (#35432). git-svn-id: https://svn.redmine.org/redmine/trunk@22216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a margin below the Submit button on the issue edit page (#38448).Go MAEDA2023-04-151-0/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22192 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Increase max-width of operator select in filters (#38435).Go MAEDA2023-04-151-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22190 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Any searchable text" filter for issues (#38402).Go MAEDA2023-04-051-0/+1
| | | | | | | Patch by Go MAEDA and Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@22164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 4.1 (#37236).Go MAEDA2023-02-151-0/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22111 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Nested CommonMark Markdown task lists are not indented (#38215).Go MAEDA2023-01-311-1/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 4.0 (#37236).Go MAEDA2023-01-171-5/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22058 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI Datepicker i18n files to 1.13.2 (#38162).Go MAEDA2023-01-1245-973/+1164
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22042 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-017-7/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22013 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix duplicate vertical-align property in wiki_syntax.css (#37983).Go MAEDA2022-12-011-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21972 e93f8b46-1217-0410-a6f0-8f06a7374b81