summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers/gantt.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent text wrap in gantt subjects (#7280).Jean-Philippe Lang2011-02-211-1/+4
* Reverted r4780 that broke gantt tests (#7280).Jean-Philippe Lang2011-01-301-5/+5
* Removed issue subjects wrapping in gantt (#7280).Jean-Philippe Lang2011-01-301-5/+5
* Makes the png looks more like the html gantt.Jean-Philippe Lang2010-12-301-6/+10
* Disable project completion display on the gantt (#7127).Jean-Philippe Lang2010-12-291-2/+2
* Simple issue sort method to make sure subtasks appear under their parent on t...Jean-Philippe Lang2010-12-291-23/+4
* Makes Version#start_date return the minimum start_date of its issues.Jean-Philippe Lang2010-12-231-1/+1
* Ported subtasks display with indentation to the new gantt (#7128) and fixed m...Jean-Philippe Lang2010-12-181-12/+52
* Gantt code cleaning.Jean-Philippe Lang2010-12-171-98/+53
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-37/+16
* Gantt: make the png looks more like html.Jean-Philippe Lang2010-12-171-58/+47
* Gantt: make the pdf looks more like html.Jean-Philippe Lang2010-12-171-91/+66
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-57/+3
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-58/+13
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-22/+26
* Gantt: fixes progress width in some cases and start code cleaning.Jean-Philippe Lang2010-12-171-42/+72
* Skip a few SQL queries for cross project gantt.Jean-Philippe Lang2010-12-151-1/+1
* Adds an application setting to limit the number of items that can be displaye...Jean-Philippe Lang2010-12-151-5/+35
* Select projects with issue_tracking module for gantt display and remove the n...Jean-Philippe Lang2010-12-071-4/+4
* Gantt: Avoid unnecessary queries before rendering.Jean-Philippe Lang2010-12-071-1/+8
* Gantt: fixes position of line in pdf (#6348).Jean-Philippe Lang2010-12-071-2/+9
* Fixes gantt PDF pagination problem (#6348).Jean-Philippe Lang2010-12-071-1/+13
* Gantt: iterate over all objects only once for html and pdf rendering (#6348).Jean-Philippe Lang2010-12-071-87/+48
* Fixed: new gantt chart discloses all private projects names (#6276).Jean-Philippe Lang2010-11-211-5/+5
* Fixed: gantt displays issues by date of creation.Jean-Philippe Lang2010-11-211-0/+13
* Removes duplicate issue subject on gantt (#6763).Jean-Philippe Lang2010-11-111-2/+0
* Fixed: error on gantt when no issue have a due date (#6350).Jean-Philippe Lang2010-10-221-3/+3
* Fixed the zoom, previous, and next links on the Gantt chart.Eric Davis2010-09-101-3/+7
* Add project names to the Versions in the Gantt export. #5904Eric Davis2010-09-101-2/+2
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-100/+791
* Display project names in cross-project gantt PNG (#5904).Jean-Philippe Lang2010-07-251-3/+10
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-1/+52
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-101-0/+223