summaryrefslogtreecommitdiffstats
path: root/public/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* "selected" class is wrongly removed from journal edit tabs when switching ↵Go MAEDA2019-06-221-2/+2
| | | | | | | | | the issue history tabs (#3058, #31599). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-201-0/+5
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18277 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load remote tab only once (#3058).Jean-Philippe Lang2019-06-201-12/+17
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18276 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-201-0/+18
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show issue history in tabs (#3058).Jean-Philippe Lang2019-06-201-3/+35
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show elements titles using jQuery UI tooltips (#31441).Go MAEDA2019-06-191-0/+11
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18260 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switch between toggle plus and minus icons for toggle multi select (#31496).Go MAEDA2019-06-021-2/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18214 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use "icon icon-*" classes for expandable elements (#31433).Go MAEDA2019-05-302-0/+8
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18209 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" classes for collapsible fields (#31433).Go MAEDA2019-05-271-0/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year.Go MAEDA2019-05-257-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Chart.js to 2.8.0 (#31434).Go MAEDA2019-05-231-14/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18195 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-4/+49
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails ujs (#31205).Go MAEDA2019-04-181-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-051-1/+59
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17929 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r17925 (#6417). The change breaks GanttHelperTest.Go MAEDA2019-03-041-59/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17926 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-041-1/+59
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17925 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow pasting screenshots from clipboard (#3816).Go MAEDA2019-02-171-1/+29
| | | | | | | Patch by Takenori TAKAKI and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17874 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Accidentally clicking next to the checkbox breaks issue selection (#30236).Jean-Philippe Lang2019-01-201-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17830 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New date filter operators: tomorrow, next week, next month (#4502).Go MAEDA2019-01-191-1/+4
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17811 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