summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers/gantt.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r23068 from trunk to 5.0-stable (#41263).Go MAEDA2024-09-241-2/+2
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merged r22314 from trunk to 5.0-stable (#38728).Go MAEDA2023-09-211-4/+10
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix gantt PNG export ignores imagemagick_convert_command (#35027).Marius Balteanu2022-02-201-0/+3
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
* Progress bar for a shared version on gantt disappears when the tree is collap...Go MAEDA2021-07-311-1/+6
* Possible double includes in issue query in gantt helper (#33381).Go MAEDA2021-06-061-1/+0
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-12-091-9/+30
* add empty line after guard clause to lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-12-041-0/+4
* remove spaces inside {} of lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-11-201-3/+3
* Starting or ending marker is not displayed if they are on the leftmost or rig...Go MAEDA2020-08-121-2/+2
* Gantt bar is not displayed if the due date is the leftmost date or the start ...Go MAEDA2020-07-251-1/+1
* gantt: simplify week day logic in to_pdf() at lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-05-271-11/+5
* gantt: simplify week day logic in to_image() at lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-05-271-5/+2
* remove unneeded () from to_pdf() at lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-05-271-1/+1
* Fix that viewing gantt causes SQL error with SQL Server (#32737).Go MAEDA2020-04-021-1/+1
* Fix that end markers in gantt PDF are misaligned (#19248).Go MAEDA2020-03-201-3/+3
* Gantt bars for single-day tasks may be rendered wrongly in PDF (#23645).Go MAEDA2020-03-201-3/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/h...Toshi MARUYAMA2019-11-241-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/helpers/gantt.rbToshi MARUYAMA2019-11-091-1/+1
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/he...Toshi MARUYAMA2019-10-221-2/+3
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/help...Toshi MARUYAMA2019-10-191-15/+18
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gant...Toshi MARUYAMA2019-10-171-3/+2
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-141-102/+145
* Use "icon icon-*" classes for expandable elements (#31433).Go MAEDA2019-05-301-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-211-1/+1
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-7/+1
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-6/+28
* Allow a bigger range for the gantt timeline (#14654).Go MAEDA2019-05-081-1/+1
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-171-19/+19
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-051-10/+42
* Reverted r17925 (#6417). The change breaks GanttHelperTest.Go MAEDA2019-03-041-41/+10
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-041-10/+41
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-011-1/+1
* Remove RDoc tags (#28943).Go MAEDA2018-06-081-1/+1
* Gantt bars with start date and end date on the same day don't become red by o...Go MAEDA2018-04-091-3/+3
* Fixes visibility checks for version.fixed_issues in Gantt (#27676).Jean-Philippe Lang2017-11-291-4/+4
* Add right-click context menu to gantt bars (#10485).Go MAEDA2017-11-251-1/+2
* Add right-click context menu to gantt subjects (#10485).Go MAEDA2017-11-251-1/+2
* Fix: Gravatar icon is misaligned in gantt (#26410).Go MAEDA2017-11-251-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* gannt: not show %done if the field is disabled for the tracker (#25876)Toshi MARUYAMA2017-06-151-1/+4
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1