]> source.dussan.org Git - redmine.git/commit
r18534@gaspard (orig r1798): jplang | 2008-09-11 19:03:26 +0200
authorNicolas Chuche <nicolas.chuche@barna.be>
Sun, 14 Sep 2008 15:32:13 +0000 (15:32 +0000)
committerNicolas Chuche <nicolas.chuche@barna.be>
Sun, 14 Sep 2008 15:32:13 +0000 (15:32 +0000)
commit145107cb8375901d9f8c95e51e21df2923ebc276
treeb18ff5192b64ee5b71c21ff6f9d06fb3e29e8106
parent2252d61ef6e7140491a0be6434e790708e4ed0c6
 r18534@gaspard (orig r1798):  jplang | 2008-09-11 19:03:26 +0200
 Adds support for free ticket filtering and custom queries on Calendar.
 ProjectsController#calendar moved to IssuesController.

git-svn-id: http://redmine.rubyforge.org/svn/branches/nbc@1834 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 files changed:
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/models/query.rb
app/views/issues/_sidebar.rhtml
app/views/issues/calendar.rhtml [new file with mode: 0644]
app/views/issues/gantt.rhtml
app/views/projects/calendar.rhtml [deleted file]
app/views/projects/show.rhtml
lib/redmine.rb
public/stylesheets/application.css
test/functional/issues_controller_test.rb
test/functional/projects_controller_test.rb