summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers/gantt.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed debug messages.Jean-Philippe Lang2013-01-061-3/+0
* Only process issues that have relations.Jean-Philippe Lang2013-01-051-1/+4
* Use JSON so we don't have to parse data-rels manually (#3436).Jean-Philippe Lang2013-01-051-5/+1
* Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).Jean-Philippe Lang2013-01-051-3/+42
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-2/+2
* add configuration of RMagcik font for CJK (Chinese, Japanese and Korean) (#4787)Toshi MARUYAMA2012-11-281-0/+1
* Display non working days on gantt image according to settings (#2161).Jean-Philippe Lang2012-10-291-1/+1
* Display non working days on gantt according to settings (#2161).Jean-Philippe Lang2012-10-291-0/+1
* gantt: remove unused issues parameter from gantt_issue_compare methodToshi MARUYAMA2012-10-231-2/+2
* gantt: use content_tag instead of html tag at the tooltipToshi MARUYAMA2012-09-111-4/+12
* gantt: use content_tag instead of html tag at the label on the rightToshi MARUYAMA2012-09-111-3/+7
* gantt: use content_tag instead of html tag at subject for projectToshi MARUYAMA2012-09-111-3/+6
* gantt: use content_tag instead of html tag at the markersToshi MARUYAMA2012-09-111-2/+14
* gantt: code layout cleanup to_pdf method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-2/+2
* gantt: fix unit gantt helper test failsToshi MARUYAMA2012-09-111-9/+9
* gantt: use content_tag instead of html tag at the task barToshi MARUYAMA2012-09-111-3/+24
* gantt: code layout cleanup image_task method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-6/+17
* gantt: code layout cleanup to_image method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-14/+15
* gantt: use content_tag instead of html tag at helper subject_for_version methodToshi MARUYAMA2012-09-111-3/+7
* gantt: code layout cleanup pdf_task method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-8/+8
* gantt: code layout cleanup pdf_subject method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-2/+4
* gantt: code layout cleanup to_pdf method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-111-6/+6
* gantt: use content_tag instead of html tag at subject gravatarToshi MARUYAMA2012-09-101-5/+9
* gantt: code layout cleanup html_subject method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-1/+3
* gantt: code layout cleanup line_for_issue method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-2/+5
* gantt: code layout cleanup line_for_version method of lib/redmine/helpers/gan...Toshi MARUYAMA2012-09-101-2/+4
* gantt: code layout cleanup render method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-1/+3
* gantt: code layout cleanup params* method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-3/+8
* gantt: code layout cleanup initialize method of lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-1/+2
* gantt: remove redundant empty lines from lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-09-101-3/+0
* code layout cleanup lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-07-211-61/+0
* replace tabs to spaces and fix indents at lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-07-211-41/+41
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1