summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers/gantt.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-7/+7
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds day numbers to HTML and PDF gantt (#3034).Jean-Philippe Lang2015-10-031-1/+26
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Makes object argument optional and typo.Jean-Philippe Lang2014-11-301-2/+2
* Typo.Jean-Philippe Lang2014-11-281-1/+1
* Moved format specific stuff on format specific methods.Jean-Philippe Lang2014-11-281-147/+127
* Removed useless local variable.Jean-Philippe Lang2014-11-261-2/+1
* Removed duplicated code.Jean-Philippe Lang2014-11-261-63/+58
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* use rbpdf gem instead of bundled rfpdf (#17570)Toshi MARUYAMA2014-08-281-0/+5
* gantt: completed percent truncated instead of rounded (#14737)Toshi MARUYAMA2014-05-161-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* replace deprecated Version#completed_pourcent at lib/redmine/helpers/gantt.rb...Toshi MARUYAMA2013-12-221-2/+2
* Gantt: sort versions like on the roadmap (#7335).Jean-Philippe Lang2013-11-091-5/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-5/+6
* gantt: sort versions by start date (#7335)Toshi MARUYAMA2013-05-211-0/+9
* gantt: sort issues by start date (#7335)Toshi MARUYAMA2013-05-211-11/+12
* gantt: change sort method to class method (#7335)Toshi MARUYAMA2013-05-171-4/+4
* add TODO comment about gantt issues sort (#7335)Toshi MARUYAMA2013-04-191-1/+1
* Gantt progress lines (#12122).Jean-Philippe Lang2013-01-201-7/+32
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Don't compute version start date if due_date is nil.Jean-Philippe Lang2013-01-061-1/+1