]> source.dussan.org Git - redmine.git/commit
Added per user custom queries.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 23 Jun 2007 13:49:29 +0000 (13:49 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 23 Jun 2007 13:49:29 +0000 (13:49 +0000)
commit1c44600c62dc1063583d9e2015ab815d9dd22fa5
treedee0938476cc4525b60679905896b7af7a6bd4a7
parent5332c4362cdf7c98a281d88409a07b24767dc2d2
Added per user custom queries.
Any logged in user can now save queries (they are not visible to the other users).
Only users with explicit permission can manage queries that are visible to anyone.
The queries list is removed from the "Reports" view. It can now be accessed from the issues list.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@566 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 files changed:
app/controllers/projects_controller.rb
app/controllers/queries_controller.rb
app/controllers/reports_controller.rb
app/models/query.rb
app/models/user.rb
app/views/issues/_add_shortcut.rhtml [deleted file]
app/views/layouts/base.rhtml
app/views/projects/add_query.rhtml [deleted file]
app/views/projects/list_issues.rhtml
app/views/projects/show.rhtml
app/views/queries/_filters.rhtml
app/views/queries/_form.rhtml
app/views/queries/edit.rhtml
app/views/queries/index.rhtml [new file with mode: 0644]
app/views/queries/new.rhtml [new file with mode: 0644]
app/views/reports/issue_report.rhtml
public/images/save.png