obsolete.ChilliProject/test/unit/helpers
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
..
application_helper_test.rb Rewrite the Gantt chart. #6276 2010-09-10 03:09:02 +00:00
custom_fields_helper_test.rb Fixed: Undefined Method (l_YesNo) Being Called (#2867). 2009-03-01 10:00:52 +00:00
issue_moves_helper_test.rb Refactor: Extract a new IssueMovesController from IssuesController. 2010-08-11 14:42:10 +00:00
issues_helper_test.rb Added unit tests for IssuesHelper#show_detail 2010-03-08 16:47:47 +00:00
projects_helper_test.rb Fixed: Bulk edit of issues throws 500 if no versions are defined on the project (#4366). 2009-12-09 09:22:16 +00:00
search_helper_test.rb Sets file encoding to utf-8 for ruby 1.9. 2009-10-10 15:00:28 +00:00
sort_helper_test.rb Adds missing native eol properties. 2009-09-20 14:06:57 +00:00
timelog_helper_test.rb Changed the Timelogs to use both the Systemwide and Project specific TimeEntryActivities 2009-10-21 22:34:39 +00:00