index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
functional
/
context_menus_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switched checked icon in context menu to SVG icon (#23980, #41720).
Go MAEDA
2024-11-10
1
-1
/
+1
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
1
-2
/
+2
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Change Delete button name to Delete issue (#31278).
Go MAEDA
2022-01-05
1
-5
/
+5
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Change the "Edit" label in the context menu to "Bulk Edit" when multiple issu...
Go MAEDA
2021-10-20
1
-6
/
+6
*
Update custom field path on the context menu (#33521).
Marius Balteanu
2021-08-03
1
-9
/
+29
*
Fix update status path on the context menu (#33521).
Marius Balteanu
2021-08-03
1
-10
/
+10
*
Use issue path instead of bulk update issues path when only one issue is sele...
Marius Balteanu
2021-07-26
1
-8
/
+31
*
"Copy link" feature for issues list (#34932).
Go MAEDA
2021-04-13
1
-0
/
+5
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Allow to add subtask from context menu (#34303).
Go MAEDA
2020-12-10
1
-0
/
+39
*
fix source indent of ContextMenusControllerTest
Toshi MARUYAMA
2020-10-28
1
-28
/
+76
*
shorten long line of ContextMenusControllerTest
Toshi MARUYAMA
2020-10-02
1
-2
/
+10
*
Add missing "icon" class to items with "icon-checked" class in the context me...
Go MAEDA
2020-05-15
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Add "<< me >>" option to user format issue custom fields (#31444).
Jean-Philippe Lang
2019-06-20
1
-1
/
+1
*
Remove trailing whitespaces from test (#31506).
Go MAEDA
2019-06-06
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Tests failure with SQLite3.
Jean-Philippe Lang
2018-12-01
1
-1
/
+2
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-19
/
+57
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-18
1
-17
/
+6
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Can't bulk edit own time entries with "Edit own time entries" (#18580).
Jean-Philippe Lang
2015-05-09
1
-0
/
+12
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
1
-34
/
+34
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Adds a few functional tests.
Jean-Philippe Lang
2014-12-05
1
-0
/
+9
*
Replaced some #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-20
1
-3
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-6
/
+8
*
Add time entries custom fields to the context menu for quick bulk edit (#17484).
Jean-Philippe Lang
2014-07-29
1
-0
/
+17
*
Field set as read-only still available in the issues list context menu (#16755).
Jean-Philippe Lang
2014-05-02
1
-0
/
+12
*
Rails4: use "assert_template 'context_menus/time_entries'" at ContextMenusCon...
Toshi MARUYAMA
2014-02-04
1
-2
/
+2
*
Rails4: fix "assert_template 'context_menu'" fails at ContextMenusControllerTest
Toshi MARUYAMA
2014-02-04
1
-6
/
+6
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Use #find_issues as before filter for issues context menu.
Jean-Philippe Lang
2013-06-11
1
-5
/
+3
*
Test failures from r11331 (#13075).
Jean-Philippe Lang
2013-02-07
1
-4
/
+4
*
Respond with 404 when params[:ids] is missing (#12898).
Jean-Philippe Lang
2013-01-20
1
-0
/
+5
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use #assert_select instead of #assert_tag.
Jean-Philippe Lang
2012-12-22
1
-116
/
+83
*
Functional tests cleanup.
Jean-Philippe Lang
2012-12-03
1
-0
/
+17
*
Test failure.
Jean-Philippe Lang
2012-07-08
1
-2
/
+2
*
Show shared versions when editing issues from different projects with the con...
Jean-Philippe Lang
2012-07-08
1
-0
/
+12
*
Don't use auth_sources fixtures when not needed.
Jean-Philippe Lang
2012-02-19
1
-1
/
+0
*
Prevent random failures due to params order.
Jean-Philippe Lang
2012-02-11
1
-9
/
+9
[next]