summaryrefslogtreecommitdiffstats
path: root/app/controllers/context_menus_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Can't bulk edit own time entries with "Edit own time entries" (#18580).Jean-Philippe Lang2015-05-091-3/+3
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-081-1/+1
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-2/+1
* Removed :update key and use :edit instead.Jean-Philippe Lang2015-01-271-1/+0
* The :change_status permission was removed in r1043.Jean-Philippe Lang2015-01-271-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-291-0/+15
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-021-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed hardcoded formats for right-click edit.Jean-Philippe Lang2013-12-141-4/+2
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-2/+1
* Use #find_issues as before filter for issues context menu.Jean-Philippe Lang2013-06-111-4/+2
* Respond with 404 when params[:ids] is missing (#12898).Jean-Philippe Lang2013-01-201-0/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Compute issue ids array only once.Jean-Philippe Lang2012-07-081-0/+1
* Show shared versions when editing issues from different projects with the con...Jean-Philippe Lang2012-07-081-0/+1
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-0/+1
* Copyright update.Jean-Philippe Lang2012-05-051-0/+17
* Use #reduce instead of #inject for getting the intersection of arrays.Jean-Philippe Lang2012-02-091-4/+4
* Code cleanup.Jean-Philippe Lang2012-02-091-8/+2
* Only show allowed statuses in context menu (#10181).Jean-Philippe Lang2012-02-091-1/+0
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-0/+13
* Fixed time entries context menu display according permissions (#9405).Jean-Philippe Lang2011-11-241-3/+2
* remove trailing white-spaces from app/controllers/context_menus_controller.rb.Toshi MARUYAMA2011-08-301-5/+5
* Author should be displayed as assignable on a single issue right click menu (...Jean-Philippe Lang2011-07-231-2/+5
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-131-1/+1
* Warn about subtasks before deleting a parent issue (#6562).Jean-Philippe Lang2011-04-171-0/+1
* add controller for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-1/+14
* Find visible issues only in ContextMenusController#issues.Jean-Philippe Lang2010-12-291-1/+2
* Added ability to edit issues from different project through contextual menu (...Jean-Baptiste Barth2010-10-081-2/+6
* 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-2/+2
* Allow mass status update through context menu. #3411Jean-Baptiste Barth2010-09-031-0/+6
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-0/+33