summaryrefslogtreecommitdiffstats
path: root/test/functional/context_menus_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds a <<me>> option for assignee in the context menu (#1102).Jean-Philippe Lang2012-01-211-0/+11
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-4/+1
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-071-2/+2
* Removed the "Move" button for issues since they can be moved from the bulk ed...Jean-Philippe Lang2012-01-071-3/+1
* Removed the "Move" button for single issue since it can be moved from the reg...Jean-Philippe Lang2012-01-071-3/+1
* Fixed broken issues context tests (#9794).Etienne Massip2011-12-141-11/+11
* Issue destroy is now DELETE only.Jean-Philippe Lang2011-12-101-3/+3
* Add missing fixtures.Jean-Philippe Lang2011-12-011-1/+2
* Fixed time entries context menu display according permissions (#9405).Jean-Philippe Lang2011-11-241-0/+19
* Rails3: replace "all" fixtures at test/functional/context_menus_controller_te...Toshi MARUYAMA2011-09-241-1/+14
* remove trailing white-spaces from test/functional/context_menus_controller_te...Toshi MARUYAMA2011-08-301-4/+4
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-131-0/+1
* Trying to fix random failures with postgresql due to different ids order in u...Jean-Philippe Lang2011-01-091-8/+15
* Find visible issues only in ContextMenusController#issues.Jean-Philippe Lang2010-12-291-0/+6
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Added ability to edit issues from different project through contextual menu (...Jean-Baptiste Barth2010-10-081-0/+12
* Added ability to delete issues from different projects through contextual men...Jean-Baptiste Barth2010-10-071-4/+5
* Allow mass status update through context menu. #3411Jean-Baptiste Barth2010-09-031-1/+4
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-1/+1
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-0/+89