]> source.dussan.org Git - redmine.git/commit
Adds favorites and recently used projects lists to project jump box (#31355).
authorGo MAEDA <maeda@farend.jp>
Mon, 20 May 2019 22:26:30 +0000 (22:26 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 20 May 2019 22:26:30 +0000 (22:26 +0000)
commit29403e710a8d0d83c81387f236082f209f3ba7ed
tree5e396ddcc22d5f7f93b75970340e0197a145f825
parentda78e654f13b9b13e1584bac91dae9631c12f63e
Adds favorites and recently used projects lists to project jump box (#31355).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@18181 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 files changed:
app/controllers/application_controller.rb
app/controllers/projects_controller.rb
app/helpers/application_helper.rb
app/helpers/projects_helper.rb
app/models/user_preference.rb
app/views/projects/bookmark.js.erb [new file with mode: 0644]
app/views/projects/show.html.erb
app/views/users/_preferences.html.erb
config/locales/en.yml
config/routes.rb
lib/redmine.rb
lib/redmine/project_jump_box.rb [new file with mode: 0644]
public/images/tag_blue_add.png [new file with mode: 0644]
public/images/tag_blue_delete.png [new file with mode: 0644]
public/stylesheets/application.css
test/functional/projects_controller_test.rb
test/unit/lib/redmine/project_jump_box_test.rb [new file with mode: 0644]