summaryrefslogtreecommitdiffstats
path: root/public/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Update JavaScript filename for 4.0-stable (#33906).Go MAEDA2021-03-151-0/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@20800 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails UJS to 5.2.4.5 unminified for 4.0-stable (#33906).Go MAEDA2021-03-151-2/+722
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@20799 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Backport #31205 to 4.0-stable in order to update Rails UJS (#33906).Go MAEDA2021-03-151-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@20798 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r20009 from trunk to 4.0-stable (#33958).Go MAEDA2020-09-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@20012 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19566 from trunk to 4.0-stable (#32656).Go MAEDA2020-03-091-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@19568 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r18377 from trunk to 4.0-stable (#31870).Go MAEDA2019-09-131-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18467 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r17830 to 4.0-stable (#30236).Jean-Philippe Lang2019-02-211-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let pagination always be visible (#29395).Go MAEDA2018-10-041-0/+20
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@17570 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds file preview prev/next navigation with arrow keys (#29395).Go MAEDA2018-10-041-0/+31
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17569 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation (jstoolbar-pt-br.js) update (#29727).Go MAEDA2018-10-041-1/+1
| | | | | | | Patch by Madina Appolonova. git-svn-id: http://svn.redmine.org/redmine/trunk@17565 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Brazilian translation (jstoolbar-pt-br.js) update (#29703).Go MAEDA2018-10-011-2/+2
| | | | | | | Patch by Patrick Kaminski. git-svn-id: http://svn.redmine.org/redmine/trunk@17552 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that changing tabs in project settings unselect "Write" tab of project ↵Jean-Philippe Lang2018-09-301-1/+1
| | | | | | description textarea (#27758). git-svn-id: http://svn.redmine.org/redmine/trunk@17548 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update french translation.Jean-Philippe Lang2018-09-301-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17540 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update the list with popular languages (#24681).Jean-Philippe Lang2018-09-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17533 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Syntax highlighter: replace CodeRay with Rouge (#24681).Jean-Philippe Lang2018-09-291-3/+3
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17532 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds strings to jstoolbar locales (#27758).Jean-Philippe Lang2018-09-2647-2/+95
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17526 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Edit instead of Write (#27758).Jean-Philippe Lang2018-09-262-6/+7
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-265-26/+109
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support self-signed LDAPS connections (#29606).Jean-Philippe Lang2018-09-231-0/+6
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17505 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable and add underline button to the toolbar for Markdown formatting (#28169).Jean-Philippe Lang2018-06-161-0/+9
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17385 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make sure that inline markups inserted by wiki toolbar are surrounded by ↵Go MAEDA2018-05-232-2/+7
| | | | | | | | | whitespaces (#28796). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17347 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-211-1/+2
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@17298 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the value of "pre" button in Markdown toolbar from "~~~" to "```" ↵Go MAEDA2018-04-111-2/+2
| | | | | | | | | (#22843). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17295 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix for CVE-2015-9251 in JQuery 1.11.1 (#26857).Jean-Philippe Lang2018-04-071-0/+7
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds toggle checkboxes feature to trackers permissions (#28242).Go MAEDA2018-04-041-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17256 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r17252 and r17253 (#26655).Go MAEDA2018-04-021-2/+1
| | | | | | | The change breaks the test suite. git-svn-id: http://svn.redmine.org/redmine/trunk@17254 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-021-1/+2
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@17252 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change Galician translation for "Underline" and "Wiki link" ↵Go MAEDA2018-01-171-2/+2
| | | | | | | | | (jstoolbar-gl.js) (#27989). Patch by Guillermo ML. git-svn-id: http://svn.redmine.org/redmine/trunk@17180 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Galician translation update for jstoolbar-gl.js (#27994).Go MAEDA2018-01-171-1/+1
| | | | | | | Patch by Guillermo ML. git-svn-id: http://svn.redmine.org/redmine/trunk@17177 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Spanish/Panama translation update for jstoolbar-es-pa.js (#27649).Go MAEDA2017-11-271-1/+1
| | | | | | | Patch by Javier Menéndez Riz. git-svn-id: http://svn.redmine.org/redmine/trunk@17045 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Spanish translation update for jstoolbar-es.js (#27642).Go MAEDA2017-11-271-1/+1
| | | | | | | Patch by Javier Menéndez Riz. git-svn-id: http://svn.redmine.org/redmine/trunk@17042 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make gantt columns resizable (#20481).Go MAEDA2017-11-251-0/+22
| | | | | | | Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17026 e93f8b46-1217-0410-a6f0-8f06a7374b81
* URL-escape additional characters with special meaning in the generated ↵Jean-Philippe Lang2017-10-151-1/+2
| | | | | | | | markup for dropped uploads (#26682). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16995 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use jquery-rails instead of vanilla javascript ujs (#26518).Jean-Philippe Lang2017-07-251-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16884 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Jump to project autocomplete: focus selected project (#26395).Jean-Philippe Lang2017-07-221-3/+15
| | | | | | Patch by Gabriel Cardoso. git-svn-id: http://svn.redmine.org/redmine/trunk@16842 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render repository graphs using Chart.js instead of SVG (#26253).Jean-Philippe Lang2017-06-251-0/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright.Jean-Philippe Lang2017-06-257-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Generate markup for uploaded image dropped into wiki-edit textarea (#26071).Jean-Philippe Lang2017-06-071-0/+46
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@16643 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change french translation for indentation (#25687).Jean-Philippe Lang2017-05-271-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16578 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let the context menu work on elements that are not tr.Jean-Philippe Lang2017-04-061-5/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16508 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ukrainian translation updated by Anton Oslyak (#25019)Toshi MARUYAMA2017-03-161-16/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16410 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-091-15/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16385 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-251-4/+0
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo (#24787).Jean-Philippe Lang2017-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-3/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-031-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-031-4/+0
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16050 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Dutch (NL) translation enhancements and complete review by Gregory Van der ↵Toshi MARUYAMA2016-11-301-8/+8
| | | | | | Steen (#24407) git-svn-id: http://svn.redmine.org/redmine/trunk@16029 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow only vertical reorderingin sortable lists (#24062).Jean-Philippe Lang2016-11-261-0/+1
| | | | | | Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@15996 e93f8b46-1217-0410-a6f0-8f06a7374b81