summaryrefslogtreecommitdiffstats
path: root/app/controllers/context_menus_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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