summaryrefslogtreecommitdiffstats
path: root/test/functional/context_menus_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Tests failure with SQLite3.Jean-Philippe Lang2018-12-011-1/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-19/+57
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-17/+6
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Can't bulk edit own time entries with "Edit own time entries" (#18580).Jean-Philippe Lang2015-05-091-0/+12
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-34/+34
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a few functional tests.Jean-Philippe Lang2014-12-051-0/+9
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-201-3/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-6/+8
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-291-0/+17
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-021-0/+12
* Rails4: use "assert_template 'context_menus/time_entries'" at ContextMenusCon...Toshi MARUYAMA2014-02-041-2/+2
* Rails4: fix "assert_template 'context_menu'" fails at ContextMenusControllerTestToshi MARUYAMA2014-02-041-6/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Use #find_issues as before filter for issues context menu.Jean-Philippe Lang2013-06-111-5/+3
* Test failures from r11331 (#13075).Jean-Philippe Lang2013-02-071-4/+4
* Respond with 404 when params[:ids] is missing (#12898).Jean-Philippe Lang2013-01-201-0/+5
* 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