obsolete.ChilliProject/lib
Eric Davis bdb3937e0f Rewrite the Gantt chart. #6276
This version of the Gantt chart supports nested charts. So Projects,
Versions, and Issues will be nested underneath their parents correctly.

Additional features:

* Move all Gantt code to Redmine::Helpers::Gantt class instead of having it in
  the Gantt class, controller, and view
* Recursive and nest sub-projects
* Recursive and nest versions
* Recursive and nest issues
* Draw a line showing when a Project is active and it's progress
* Draw a line showing when a Version is active and it's progress
* Show a version's % complete
* Change the color of Projects, Versions, and Issues if they are late or
  behind schedule
* Added Project#start_date and #due_date
* Added Project#completed_percent
* Use a mini-gravatar on the Gantt chart
* Added tests for the Gantt rendering

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4072 e93f8b46-1217-0410-a6f0-8f06a7374b81
2010-09-10 03:09:02 +00:00
..
SVG Fixes SVG lib for ruby1.9. 2009-11-07 10:40:54 +00:00
generators Add example url and author url to the plugin generator. 2010-06-17 19:02:13 +00:00
redmine Rewrite the Gantt chart. #6276 2010-09-10 03:09:02 +00:00
tasks Added a rake task to display permissions. 2010-08-18 17:23:23 +00:00
ar_condition.rb Activity enhancements: 2008-03-11 19:33:38 +00:00
diff.rb Added branch and tag support to the git repository viewer. (#1406) 2009-08-15 22:41:40 +00:00
faster_csv.rb Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV. 2009-11-04 13:22:26 +00:00
redcloth3.rb Fixes some textile issues with JRuby (#5404). 2010-04-30 17:50:34 +00:00
redmine.rb Refactor: split method ProjectsController#edit to ProjectsController#update. 2010-09-08 16:01:51 +00:00
tabular_form_builder.rb Exclude fields_for in the TabularFormBuilder, it has a different method 2010-06-20 19:03:09 +00:00