summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_action_menu.rhtml
Commit message (Collapse)AuthorAgeFilesLines
* rename .rhtml to .html.erb of app/views/issues/_action_menu.rhtml.Toshi MARUYAMA2011-09-011-9/+0
| | | | | | :rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7009 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Warn about subtasks before deleting a parent issue (#6562).Jean-Philippe Lang2011-04-171-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cleaner way to handle the replacement of watch links (#8071).Jean-Philippe Lang2011-04-051-2/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5320 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert part of r3936.Eric Davis2010-10-151-2/+2
| | | | | | link_to_if_authorized no longer supports paths for the link options. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4258 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the Log Time link on an issue pageEric Davis2010-10-081-1/+1
| | | | | | Contributed by Philippe Lafoucrière (gravis) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated issue delete confirmation when it has child issues. #6191Eric Davis2010-09-201-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4105 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3936 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes the 'Copy' checkbox on the copy/move form.Jean-Philippe Lang2009-12-061-1/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3127 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a second action menu to IssuesController#show. (#4331)Eric Davis2009-12-031-0/+9
Will have the update, log time, watch, copy, etc buttons. Had to rework how the watchers button works since it requires a unique DOM id for the Ajax response. Also modified the WatchersController to be able to replace multiple sections of the page, e.g. two Watch links. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3119 e93f8b46-1217-0410-a6f0-8f06a7374b81