]> source.dussan.org Git - redmine.git/commit
Added AJAX based context menu on the project issue list that provide shortcuts for...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Oct 2007 10:55:59 +0000 (10:55 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Oct 2007 10:55:59 +0000 (10:55 +0000)
commitbb4acc02d06d507424057ea41eebe54fdb224b85
tree51601cb26b1e8f0122c7529a203485cbb2bed882
parentd9e6359a839d7097283c237e4982e8ef5df2849e
Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue.
The context menu shows up when right-clicking an issue (Opera users have to use Ctrl + left-click instead since right-click can't be reassigned for this browser).
Works with Firefox 2, IE 7 (not perfect), Opera 9 and Safari 2. IE 6 doesn't display submenus.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@872 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/helpers/application_helper.rb
app/views/issues/_list.rhtml
app/views/issues/context_menu.rhtml [new file with mode: 0644]
app/views/projects/list_issues.rhtml
lib/redmine.rb
public/images/sub.gif [new file with mode: 0644]
public/javascripts/context_menu.js [new file with mode: 0644]
public/stylesheets/application.css
public/stylesheets/context_menu.css [new file with mode: 0644]