Menu

Source Commit Log


Commit Date  
[r4073] by edavis10

Add project names to the Versions in the Gantt export. #5904

2010-09-10 03:09:11 Tree
[r4072] by edavis10

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

2010-09-10 03:09:02 Tree
[r4071] by edavis10

Refactor: convert the Projects routes to resources.

2010-09-09 18:57:21 Tree
[r4070] by edavis10

Refactor: split method ProjectsController#edit to ProjectsController#update.

2010-09-08 16:01:51 Tree
[r4069] by edavis10

Refactor: rename method ProjectsController#add to ProjectsController#new

2010-09-07 15:00:27 Tree
[r4068] by edavis10

Change project add form to use #create. (From r4067)

2010-09-06 15:09:52 Tree
[r4067] by edavis10

Refactor: split ProjectsController#add into #add (GET) and #create (POST).

2010-09-06 14:53:08 Tree
[r4066] by edavis10

Allow user password changes when changing to Internal authentication. #6267

2010-09-06 01:02:52 Tree
[r4065] by edavis10

Refocus the related issue field after submitting an issue. #6275

2010-09-06 00:48:44 Tree
[r4064] by edavis10

Change link_to_if_authorized to allow url paths. (Fixes #6195)

Both url paths (/issues/1234) and params hashes (:controller => 'issues')
are now supported by link_to_if_authorized. The authorize_for method
requires a controller/action pair so urls need to be parsed against the
routes to find their controller/action.

2010-09-06 00:26:08 Tree
Older >