summaryrefslogtreecommitdiffstats
path: root/app/views/context_menus/issues.html.erb
Commit message (Expand)AuthorAgeFilesLines
* Merged r17204 from trunk to 3.3-stable (#28168).Go MAEDA2018-02-181-2/+2
* Merged r17129 to 3.3-stable (#27533).Go MAEDA2017-12-261-1/+1
* Remove open issues filter in context menu shortcut (#4806).Jean-Philippe Lang2016-05-061-1/+1
* Filter by issue id (#4806).Jean-Philippe Lang2016-05-061-0/+5
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-0/+12
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-6/+6
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-1/+1
* Removed :update key and use :edit instead.Jean-Philippe Lang2015-01-271-8/+8
* remove trailing tabs from app/views/context_menus/issues.html.erbToshi MARUYAMA2013-03-151-1/+1
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-101-3/+4
* Fixed: Can't clear custom field value through context menu in the issue list ...Jean-Philippe Lang2013-02-071-1/+1
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-31/+28
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-1/+1
* Compute issue ids array only once.Jean-Philippe Lang2012-07-081-14/+14
* Show shared versions when editing issues from different projects with the con...Jean-Philippe Lang2012-07-081-3/+2
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-4/+8
* Do not hide context menu when clicking on a folder menu item.Jean-Philippe Lang2012-02-091-1/+1
* Only show allowed statuses in context menu (#10181).Jean-Philippe Lang2012-02-091-2/+2
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-0/+14
* Adds a <<me>> option for assignee in the context menu (#1102).Jean-Philippe Lang2012-01-211-0/+4
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-4/+5
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-071-1/+1
* Removed the "Move" button for issues since they can be moved from the bulk ed...Jean-Philippe Lang2012-01-071-4/+0
* Removed the "Move" button for single issue since it can be moved from the reg...Jean-Philippe Lang2012-01-071-0/+2
* Fixed issues context menu attributes update links (#9794).Etienne Massip2011-12-141-10/+10
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-2/+2
* remove trailing white-spaces from app/views/context_menus/issues.html.erbToshi MARUYAMA2011-09-181-6/+6
* replace tabs to spaces at app/views/context_menus/issues.html.erbToshi MARUYAMA2011-09-171-91/+91
* Additional escaping.Jean-Philippe Lang2011-07-301-5/+5
* Warn about subtasks before deleting a parent issue (#6562).Jean-Philippe Lang2011-04-171-1/+1
* Fixed: Log Time link broken in issue context menu (#6904).Jean-Philippe Lang2010-11-161-1/+1
* Fixed potential nil method errors when trying to access /issues/context_menu ...Jean-Baptiste Barth2010-10-271-2/+2
* Added ability to edit issues from different project through contextual menu (...Jean-Baptiste Barth2010-10-081-3/+2
* Added ability to delete issues from different projects through contextual men...Jean-Baptiste Barth2010-10-071-1/+1
* Do not display items without valid selection in context menu when on differen...Jean-Baptiste Barth2010-09-031-1/+7
* Allow mass status update through context menu. #3411Jean-Baptiste Barth2010-09-031-6/+9
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-0/+113