summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers
Commit message (Expand)AuthorAgeFilesLines
* Merged r15645 (#23269).Jean-Philippe Lang2016-08-201-1/+1
* Merged r15607 (#23246).Jean-Philippe Lang2016-07-101-1/+1
* Merged r15431 to r15435 (#22924, #22925, #22926).Jean-Philippe Lang2016-06-041-0/+35
* Merged r15238.Jean-Philippe Lang2016-03-134-4/+4
* Adds day numbers to HTML and PDF gantt (#3034).Jean-Philippe Lang2015-10-031-1/+26
* Copyright update.Jean-Philippe Lang2015-01-114-4/+4
* 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
* Exclude custom fields with multiple values from time report criteria (#16519).Jean-Philippe Lang2014-04-061-1/+1
* Rails4: replace deprecated Relation#sum with finder options at lib/redmine/he...Toshi MARUYAMA2014-02-141-4/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-294-4/+4
* replace deprecated Version#completed_pourcent at lib/redmine/helpers/gantt.rb...Toshi MARUYAMA2013-12-221-2/+2
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-1/+2
* Gantt: sort versions like on the roadmap (#7335).Jean-Philippe Lang2013-11-091-5/+1
* add missing "require 'diff'" to Redmine::Helpers::Diff (#15105)Toshi MARUYAMA2013-10-111-0/+2
* 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
* Fixed that time entries report by week breaks on edge cases (#5329).Jean-Philippe Lang2013-02-241-2/+2
* Makes project custom fields available on spent time report (#1766).Jean-Philippe Lang2013-02-241-5/+8
* Gantt progress lines (#12122).Jean-Philippe Lang2013-01-201-7/+32
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-124-4/+4
* 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
* Code cleanup.Jean-Philippe Lang2013-01-031-15/+4
* Use joins instead of sub-queries (#12713).Jean-Philippe Lang2013-01-031-4/+10
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-091-2/+2
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-19/+8
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-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