]> source.dussan.org Git - redmine.git/commit
Role based custom queries (#1019).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 11 Jul 2013 17:45:10 +0000 (17:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 11 Jul 2013 17:45:10 +0000 (17:45 +0000)
commit888c3581eb0fbfc5ede87a24f7f03bfa4f7d810b
tree17bb48e3b640635b2fa62b85e2b10ccaf5b4f65c
parent4545b906b4c58e2bd1d201fd18a49249aa571dfc
Role based custom queries (#1019).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11994 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 files changed:
app/controllers/queries_controller.rb
app/helpers/issues_helper.rb
app/models/issue_query.rb
app/models/query.rb
app/models/user.rb
app/views/queries/_form.html.erb
app/views/queries/index.api.rsb
config/locales/en.yml
config/locales/fr.yml
db/migrate/20130602092539_create_queries_roles.rb [new file with mode: 0644]
db/migrate/20130710182539_add_queries_visibility.rb [new file with mode: 0644]
public/stylesheets/application.css
test/fixtures/queries.yml
test/functional/calendars_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/queries_controller_test.rb
test/unit/query_test.rb
test/unit/user_test.rb