OSDN Git Service

Adds support for free ticket filtering and custom queries on Gantt chart.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 10 Sep 2008 18:26:13 +0000 (18:26 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 10 Sep 2008 18:26:13 +0000 (18:26 +0000)
commit2986afc05ed5154b059e1408f32436a97e54f272
treea33f6df142663e7f8c4544d076d58f89ef092f5e
parenta8e3ddf382fa36c1c9d5532361091af098f8bb22
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/trunk@1797 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 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 [moved from app/views/projects/gantt.rfpdf with 72% similarity]
app/views/issues/gantt.rhtml [moved from app/views/projects/gantt.rhtml with 54% similarity]
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]