summaryrefslogtreecommitdiffstats
path: root/test/functional/context_menus_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Switched checked icon in context menu to SVG icon (#23980, #41720).Go MAEDA2024-11-101-1/+1
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Change Delete button name to Delete issue (#31278).Go MAEDA2022-01-051-5/+5
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Change the "Edit" label in the context menu to "Bulk Edit" when multiple issu...Go MAEDA2021-10-201-6/+6
* Update custom field path on the context menu (#33521).Marius Balteanu2021-08-031-9/+29
* Fix update status path on the context menu (#33521).Marius Balteanu2021-08-031-10/+10
* Use issue path instead of bulk update issues path when only one issue is sele...Marius Balteanu2021-07-261-8/+31
* "Copy link" feature for issues list (#34932).Go MAEDA2021-04-131-0/+5
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-101-0/+39
* fix source indent of ContextMenusControllerTestToshi MARUYAMA2020-10-281-28/+76
* shorten long line of ContextMenusControllerTestToshi MARUYAMA2020-10-021-2/+10
* Add missing "icon" class to items with "icon-checked" class in the context me...Go MAEDA2020-05-151-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Add "<< me >>" option to user format issue custom fields (#31444).Jean-Philippe Lang2019-06-201-1/+1
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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