]> source.dussan.org Git - redmine.git/commit
r18533@gaspard (orig r1797): jplang | 2008-09-10 20:26:13 +0200
authorNicolas Chuche <nicolas.chuche@barna.be>
Sun, 14 Sep 2008 15:32:03 +0000 (15:32 +0000)
committerNicolas Chuche <nicolas.chuche@barna.be>
Sun, 14 Sep 2008 15:32:03 +0000 (15:32 +0000)
commit2252d61ef6e7140491a0be6434e790708e4ed0c6
treeefb902f0e6c4bf9ce99c6a317f782a3cdfd5560a
parent07a1c5beebabe52c593303358272e67a0f10d596
 r18533@gaspard (orig r1797):  jplang | 2008-09-10 20:26:13 +0200
 Adds support for free ticket filtering and custom queries on Gantt chart.
 ProjectsController#gantt moved to IssuesController.

git-svn-id: http://redmine.rubyforge.org/svn/branches/nbc@1833 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 files changed:
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/helpers/projects_helper.rb
app/views/issues/_sidebar.rhtml
app/views/issues/gantt.rfpdf [new file with mode: 0644]
app/views/issues/gantt.rhtml [new file with mode: 0644]
app/views/projects/gantt.rfpdf [deleted file]
app/views/projects/gantt.rhtml [deleted file]
app/views/projects/show.rhtml
config/initializers/20-mime_types.rb
lib/redmine.rb
lib/redmine/helpers/gantt.rb [new file with mode: 0644]
public/stylesheets/application.css
test/functional/issues_controller_test.rb
test/functional/projects_controller_test.rb
test/unit/helpers/projects_helper_test.rb [deleted file]