summaryrefslogtreecommitdiffstats
path: root/test/functional/context_menus_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-116/+83
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-0/+17
* Test failure.Jean-Philippe Lang2012-07-081-2/+2
* Show shared versions when editing issues from different projects with the con...Jean-Philippe Lang2012-07-081-0/+12
* Don't use auth_sources fixtures when not needed.Jean-Philippe Lang2012-02-191-1/+0
* Prevent random failures due to params order.Jean-Philippe Lang2012-02-111-9/+9
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-0/+96
* 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