Redmine/test
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
..
exemplars Fix the mock_file test helper. 2010-08-19 22:24:42 +00:00
fixtures Treat Calendar and Gantt pages as separate modules. #6153 2010-08-22 18:42:00 +00:00
functional Rewrite the Gantt chart. #6276 2010-09-10 03:09:02 +00:00
integration Refactor: convert the Projects routes to resources. 2010-09-09 18:57:21 +00:00
mocks Adding OpenID mock and test. #699 2009-02-11 19:07:18 +00:00
unit Rewrite the Gantt chart. #6276 2010-09-10 03:09:02 +00:00
helper_testcase.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
object_daddy_helpers.rb Rewrite the Gantt chart. #6276 2010-09-10 03:09:02 +00:00
test_helper.rb Fix the mock_file test helper. 2010-08-19 22:24:42 +00:00