]> source.dussan.org Git - redmine.git/commit
Let user choose columns and sort order of issue lists on "My page" (#1565).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 14 Mar 2017 18:18:19 +0000 (18:18 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 14 Mar 2017 18:18:19 +0000 (18:18 +0000)
commit8c7898bb5db0d29cd418eac3c6e27191cf3571ed
treeaae5c57d61644de3c1d3786192ce7e2069c23e13
parentb878a427f2928e600ca51d03fc47637fa85cf859
Let user choose columns and sort order of issue lists on "My page" (#1565).

git-svn-id: http://svn.redmine.org/redmine/trunk@16400 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 files changed:
app/controllers/my_controller.rb
app/helpers/my_helper.rb
app/helpers/queries_helper.rb
app/models/query.rb
app/models/user_preference.rb
app/views/issues/_list.html.erb
app/views/my/blocks/_issues.erb [new file with mode: 0644]
app/views/my/blocks/_issuesassignedtome.html.erb [deleted file]
app/views/my/blocks/_issuesreportedbyme.html.erb [deleted file]
app/views/my/blocks/_issueswatched.html.erb [deleted file]
app/views/my/page.html.erb
app/views/queries/_columns.html.erb
lib/redmine/my_page.rb
public/stylesheets/application.css
test/functional/issues_controller_test.rb
test/functional/my_controller_test.rb
test/functional/settings_controller_test.rb