]> source.dussan.org Git - redmine.git/commit
Filters for Projects page (#29482).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Oct 2019 11:36:13 +0000 (11:36 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Oct 2019 11:36:13 +0000 (11:36 +0000)
commit6c5440a21b491982c02531c82b4416ef212eb3dc
tree27d069aac9d26f8f6b76b697e8033b18fa65eaa3
parent868578c0f297875eeac324af8a8c7f1445593ecd
Filters for Projects page (#29482).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18761 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 files changed:
app/controllers/projects_controller.rb
app/controllers/queries_controller.rb
app/models/project_query.rb [new file with mode: 0644]
app/models/query.rb
app/views/projects/_sidebar.html.erb [new file with mode: 0644]
app/views/projects/index.html.erb
app/views/queries/_form.html.erb
app/views/queries/_query_form.html.erb
config/locales/en.yml
public/stylesheets/application.css
test/functional/queries_controller_test.rb
test/unit/project_query_test.rb [new file with mode: 0644]