summaryrefslogtreecommitdiffstats
path: root/app/views/gantts
Commit message (Expand)AuthorAgeFilesLines
* Use @.capitalize@ for button_save_object, button_edit_object, and button_dele...Marius Balteanu2024-11-031-3/+3
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-4/+4
* Replaces icon-expanded and icon-collapsed with SVG icons (#23980).Marius Balteanu2024-09-081-2/+8
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-291-4/+4
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-0/+1
* Improves filter rendering on narrow screens by replacing the layout tables wi...Marius Balteanu2023-12-281-13/+9
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
* Rename the save, edit and delete buttons on the query form to clarify the sco...Go MAEDA2021-08-171-3/+3
* gantt: simplify week day logic of viewToshi MARUYAMA2020-05-271-6/+3
* Parent task subject column in gantt is not fully displayed when widened (#332...Go MAEDA2020-05-081-5/+8
* Previous and next month links in gantt (#31373).Go MAEDA2019-08-041-2/+7
* View switches from gantt to list after editing an issue (#31552).Go MAEDA2019-06-291-0/+2
* Fix missing icons (#31433).Go MAEDA2019-05-301-2/+2
* Fix broken gantt layout due to r18171 (#27672).Go MAEDA2019-05-171-3/+3
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-8/+45
* Allow a bigger range for the gantt timeline (#14654).Go MAEDA2019-05-081-1/+1
* Fix gaps in resizable gantt chart (#31268).Go MAEDA2019-04-281-1/+2
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-051-0/+1
* Reverted r17925 (#6417). The change breaks GanttHelperTest.Go MAEDA2019-03-041-1/+0
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-041-0/+1
* Move edit and delete buttons for queries to the buttons section (#28602).Go MAEDA2018-06-241-4/+4
* Use new pagination style in gantt (#26671).Go MAEDA2017-11-281-14/+13
* Use number input field instead of text input for Gantt months field (#26869).Go MAEDA2017-11-271-1/+1
* Add right-click context menu to gantt bars (#10485).Go MAEDA2017-11-251-1/+3
* Add right-click context menu to gantt subjects (#10485).Go MAEDA2017-11-251-1/+4
* Make gantt columns resizable (#20481).Go MAEDA2017-11-251-5/+7
* Fix source indentation and newline usage (#26125).Jean-Philippe Lang2017-06-251-53/+54
* Fix HTML structure of query_form on calendar/gantt views (#26125).Jean-Philippe Lang2017-06-251-0/+5
* Optimize gantt charts for mobile screens (#25745).Jean-Philippe Lang2017-05-131-2/+2
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-2/+2
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-2/+2
* Removed #link_to_content_update.Jean-Philippe Lang2016-06-301-2/+2
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-2/+2
* Add id and class for easier styling of query filters (#22018).Jean-Philippe Lang2016-03-191-1/+1
* Adds day numbers to HTML and PDF gantt (#3034).Jean-Philippe Lang2015-10-031-1/+39
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-2/+2
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-241-2/+4
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-2/+2
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-141-5/+18
* Preserve gantt options when changing filters (#12122).Jean-Philippe Lang2013-03-091-2/+2
* fix typo "header_heigth" in gantt viewToshi MARUYAMA2013-01-241-7/+7
* Changed fieldset legend and make it hidden by default like on the issue list ...Jean-Philippe Lang2013-01-201-3/+3
* Removed duplicate HTML element id (#12122).Jean-Philippe Lang2013-01-201-1/+1
* Gantt progress lines (#12122).Jean-Philippe Lang2013-01-201-1/+38
* Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).Jean-Philippe Lang2013-01-051-2/+21
* Display non working days on gantt according to settings (#2161).Jean-Philippe Lang2012-10-291-2/+3
* gantt: code layout cleanup html days headersToshi MARUYAMA2012-09-081-11/+7
* gantt: code layout cleanup html weeks headersToshi MARUYAMA2012-09-081-11/+7
* gantt: use content_tag instead of html tag at days headersToshi MARUYAMA2012-09-081-5/+13
* gantt: use content_tag instead of html tag at gantt header outlineToshi MARUYAMA2012-09-081-3/+8