summaryrefslogtreecommitdiffstats
path: root/app/views/context_menus
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-8/+8
* 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
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-291-0/+14
* 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-072-2/+2
* 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 time entries context menu activity update link.Etienne Massip2011-12-141-2/+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
* Fixed time entries context menu display according permissions (#9405).Jean-Philippe Lang2011-11-241-2/+2
* remove trailing white-spaces from app/views/context_menus/issues.html.erbToshi MARUYAMA2011-09-181-6/+6
* remove trailing white-spaces from app/views/context_menus/time_entries.html.erbToshi MARUYAMA2011-09-181-1/+1
* replace tabs to spaces at app/views/context_menus/time_entries.html.erbToshi MARUYAMA2011-09-171-13/+13
* replace tabs to spaces at app/views/context_menus/issues.html.erbToshi MARUYAMA2011-09-171-91/+91
* remove trailing white-spaces from app/views/context_menus/time_entries.html.erbToshi MARUYAMA2011-09-171-1/+1
* Fixes wrong string.Jean-Philippe Lang2011-07-301-1/+1
* HTML escape.Jean-Philippe Lang2011-07-301-1/+1
* 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
* add function of bulk delete time entries (#7996).Toshi MARUYAMA2011-04-041-0/+6
* add context menu in time entries for bulk edit (#7996).Toshi MARUYAMA2011-04-041-0/+27
* 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