summaryrefslogtreecommitdiffstats
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Makes the sidebar collapsible and stateful (#21808).Marius Balteanu2024-11-061-0/+71
| | | | | | Patch inspired from user:jkraemer. git-svn-id: https://svn.redmine.org/redmine/trunk@23218 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes duplicate spacer id in jsToolBar (#38915).Marius Balteanu2024-11-031-4/+3
| | | | | | | | Patch by Yasu Saku (user:skys). git-svn-id: https://svn.redmine.org/redmine/trunk@23192 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-201-230/+0
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-093-1/+224
| | | | | | | 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
* Fixes gantt collapse/expand buttons are not available after switching to SVG ↵Marius Balteanu2024-10-081-3/+11
| | | | | | icons (#41447, #23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23104 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 for scm entry to switch between folder and folder-open icons and ↵Marius Balteanu2024-09-291-3/+4
| | | | | | adjusts the padding for file icons (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23090 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
* 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
* Replaces icon-expanded and icon-collapsed with SVG icons (#23980).Marius Balteanu2024-09-081-10/+24
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23041 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: Remove jQuery usage in inlineAutoComplete function (#41096).Go MAEDA2024-09-051-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23016 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icon-folder and icon-folder-open in repository view with SVG icons ↵Marius Balteanu2024-09-021-0/+12
| | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23010 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "##" syntax auto complete does not work (#41096).Go MAEDA2024-09-011-0/+6
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23008 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade jQuery to 3.7.1 and jQuery UI to 1.13.3 (#40853, #40864).Go MAEDA2024-06-202-9/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22887 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove current year from source file copyright headers and update year in ↵Marius Balteanu2024-02-268-8/+8
| | | | | | footer to 2024 (#40043). git-svn-id: https://svn.redmine.org/redmine/trunk@22746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes error in autocomplete (@ActionController::BadRequest (Invalid query ↵Marius Balteanu2024-02-261-3/+3
| | | | | | | | parameters: invalid %-encoding (%)@) (#40237). Patch by Abe Tomoaki (@abetomo). git-svn-id: https://svn.redmine.org/redmine/trunk@22740 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move public assets (images, javascripts, stylesheets, themes) to app/assets ↵Marius Balteanu2024-02-07113-0/+6647
(#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22696 e93f8b46-1217-0410-a6f0-8f06a7374b81