summaryrefslogtreecommitdiffstats
path: root/public/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Issue ID field does not get focus when adding a related issue (#37473).Go MAEDA2022-09-281-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21867 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails UJS to 6.1.7 (#37647).Marius Balteanu2022-09-141-5/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery to 3.6.1 (#37647).Marius Balteanu2022-09-141-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.13.2 (#37492).Go MAEDA2022-09-131-2/+2
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21808 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Polish jstoolbar translation update (#37526).Go MAEDA2022-09-131-3/+3
| | | | | | | Patch by Paweł Koczy and Robert Korulczyk. git-svn-id: https://svn.redmine.org/redmine/trunk@21807 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Czech jstoolbar translation update (#37592).Go MAEDA2022-09-031-8/+8
| | | | | | | Patch by Karel Pičman. git-svn-id: https://svn.redmine.org/redmine/trunk@21799 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Chart.js to 3.9.1 (#37538).Go MAEDA2022-08-041-2/+2
| | | | | | | Patch by Alexander Meindl. git-svn-id: https://svn.redmine.org/redmine/trunk@21755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Chart.js to 3.9.0 (#37538).Go MAEDA2022-08-031-5/+5
| | | | | | | Patch by Alexander Meindl. git-svn-id: https://svn.redmine.org/redmine/trunk@21754 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the unintentional selection of rows with the context menu (#37481).Go MAEDA2022-07-271-2/+3
| | | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@21738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.31.1 (#37256).Marius Balteanu2022-06-162-764/+757
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert changes made to issue form update in r21495 (#37053).Marius Balteanu2022-05-161-7/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21578 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use closest form when copy image from clipboard (#36817).Marius Balteanu2022-04-271-1/+2
| | | | | | | Patch by Yazan Al aeddin. git-svn-id: https://svn.redmine.org/redmine/trunk@21540 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that copy paste image from clipboard fails to generate a unique file ↵Marius Balteanu2022-04-051-1/+1
| | | | | | name (#36887). git-svn-id: https://svn.redmine.org/redmine/trunk@21523 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that Log time and/or Add notes sections from issue form page do not show ↵Marius Balteanu2022-03-221-2/+7
| | | | | | or hide dynamically based on user permission (#34641). git-svn-id: https://svn.redmine.org/redmine/trunk@21495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use @clipboardData.files@ instead of @clipboardData.items@ to get the images ↵Marius Balteanu2022-03-181-8/+6
| | | | | | from the clipboard (#36013). git-svn-id: http://svn.redmine.org/redmine/trunk@21463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Chart.js to 3.7.1 (#36701).Go MAEDA2022-03-032-7/+13
| | | | | | | Patch by Maciej Pankanin. git-svn-id: http://svn.redmine.org/redmine/trunk@21446 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2022-02-241-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21439 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-2/+26
| | | | | | | | | | * the user must have add watchers permission on that object in order to mention other users * mentioned user will receive a notification email * only visible users who can view the object can be mentioned git-svn-id: http://svn.redmine.org/redmine/trunk@21435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable task list items for Common Mark text formatting (#35742).Marius Balteanu2022-01-221-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21383 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't display "No Match Found!" when the inline autocomplete doesn't return ↵Marius Balteanu2022-01-221-7/+2
| | | | | | | | any result (#35215). Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes Markdown and CommonMark formatters independent of each other (#32424).Marius Balteanu2022-01-041-0/+236
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-027-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cannot select text in a table with a context menu available (#36363).Go MAEDA2021-12-311-1/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-082-9/+9
| | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@21275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Close the flyout menu only when clicking on main (#30448).Marius Balteanu2021-11-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Galician translation update for 4.2-stable (jstoolbar-gl.js) (#35766).Go MAEDA2021-08-161-1/+1
| | | | | | | Patch by Guillermo ML. git-svn-id: http://svn.redmine.org/redmine/trunk@21187 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r21179 (#35729).Marius Balteanu2021-08-151-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21180 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2021-08-151-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21179 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preserve leading spaces when using the Quote function (#35677).Go MAEDA2021-08-132-4/+4
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove wrapper2 and wrapper3 wrapping containers (#30448).Marius Balteanu2021-08-101-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21151 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Lithuanian translation update for 4.2-stable (jstoolbar-lt.js) (#35110).Go MAEDA2021-07-311-7/+7
| | | | | | | Patch by Mindaugas Muckus. git-svn-id: http://svn.redmine.org/redmine/trunk@21119 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Progress bar for a shared version on gantt disappears when the tree is ↵Go MAEDA2021-07-311-4/+6
| | | | | | | | | collapsed and then expanded (#34694). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* German translation update for 4.2-stable (jstoolbar-de.js) (#35267).Go MAEDA2021-06-091-2/+2
| | | | | | | Patch by Thomas Löber. git-svn-id: http://svn.redmine.org/redmine/trunk@21030 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add SameSite=Lax to cookies to fix warnings in web browsers (#35226).Go MAEDA2021-05-271-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21009 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails UJS to 6.1.3.1 (#29914, #35003).Go MAEDA2021-04-131-5/+31
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20937 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cannot open journal dropdown menu after editing note (#34998).Go MAEDA2021-04-061-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove jQuery Migrate (#34337).Go MAEDA2021-03-291-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20871 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-257-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sanitize HTML tags in wiki page names (#33820).Go MAEDA2021-03-191-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20829 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that inline issue auto complete does not sanitize HTML tags (#33846).Go MAEDA2021-03-191-0/+9
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20827 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Property changes tab does not show journals with both property changes and ↵Go MAEDA2021-03-181-3/+17
| | | | | | | | | notes (#33338). Patch by Mischa The Evil and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20822 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-181-0/+17
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update JavaScript filename (#33906).Go MAEDA2021-03-151-0/+0
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails UJS to 5.2.4.5 unminified (#33906).Go MAEDA2021-03-151-2/+721
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto complete wiki page links (#33820).Go MAEDA2021-02-251-17/+38
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Internationalize button titles (#34549).Go MAEDA2021-02-101-2/+8
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20743 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add keyboard shortcuts for bold, italic and underline buttons (#34549).Go MAEDA2021-01-263-7/+49
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20729 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Web browser freezes when displaying a workflow page with a large number of ↵Go MAEDA2021-01-171-9/+9
| | | | | | | | | issue statuses (#34247). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20717 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drag and drop file upload to file type custom field (#30776).Go MAEDA2021-01-131-1/+13
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20712 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that alerts may be displayed multiple times when the number of files ↵Go MAEDA2021-01-131-2/+5
| | | | | | | | | attempting to be uploaded exceeds the limit (#18555). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20711 e93f8b46-1217-0410-a6f0-8f06a7374b81