]> source.dussan.org Git - redmine.git/commit
Get rid of sort_helper when using queries.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 13 Mar 2017 19:17:59 +0000 (19:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 13 Mar 2017 19:17:59 +0000 (19:17 +0000)
commit71d88e55352a51b20dd5e2a4a44aa695834a36b9
tree8d5708333c51b7da7319a5c182350758b00dc535
parentb91489ce6bb0943cff50946af6e64be65d3ccd80
Get rid of sort_helper when using queries.

git-svn-id: http://svn.redmine.org/redmine/trunk@16390 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 files changed:
app/controllers/issues_controller.rb
app/controllers/journals_controller.rb
app/controllers/timelog_controller.rb
app/helpers/queries_helper.rb
app/helpers/sort_helper.rb
app/models/issue_query.rb
app/models/query.rb
app/models/time_entry_query.rb
app/views/issues/_list.html.erb
app/views/queries/_query_form.html.erb
app/views/timelog/_list.html.erb
lib/redmine/helpers/time_report.rb
lib/redmine/sort_criteria.rb [new file with mode: 0644]
test/functional/issues_controller_test.rb
test/functional/issues_custom_fields_visibility_test.rb
test/unit/helpers/sort_helper_test.rb
test/unit/query_test.rb