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
/
unit
/
lib
/
redmine
/
menu_manager
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
3
-3
/
+3
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
3
-3
/
+3
*
remove empty line at method body end of test/unit/lib/redmine/menu_manager/me...
Toshi MARUYAMA
2020-12-11
1
-2
/
+0
*
shorten long line of test/unit/lib/redmine/menu_manager/mapper_test.rb
Toshi MARUYAMA
2020-12-11
1
-17
/
+20
*
fix source indent of test/unit/lib/redmine/menu_manager/menu_helper_test.rb
Toshi MARUYAMA
2020-11-29
1
-1
/
+1
*
remove spaces inside {} of test/unit/lib/redmine/menu_manager/mapper_test.rb
Toshi MARUYAMA
2020-11-20
1
-34
/
+34
*
remove spaces inside {} of test/unit/lib/redmine/menu_manager/menu_helper_tes...
Toshi MARUYAMA
2020-11-18
1
-21
/
+21
*
remove spaces inside {} of test/unit/lib/redmine/menu_manager/menu_item_test.rb
Toshi MARUYAMA
2020-11-18
1
-3
/
+3
*
shorten long line of test/unit/lib/redmine/menu_manager/menu_item_test.rb
Toshi MARUYAMA
2020-11-13
1
-27
/
+29
*
fix source indent of test/unit/lib/redmine/menu_manager/menu_helper_test.rb
Toshi MARUYAMA
2020-10-26
1
-73
/
+108
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
3
-3
/
+3
*
cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/menu_man...
Toshi MARUYAMA
2019-11-07
1
-26
/
+29
*
code cleanup: rubocop: fix Lint/NestedMethodDefinition in test/unit/lib/redmi...
Toshi MARUYAMA
2019-10-22
1
-2
/
+4
*
code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/men...
Toshi MARUYAMA
2019-10-15
1
-4
/
+6
*
code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/men...
Toshi MARUYAMA
2019-10-15
1
-2
/
+1
*
Remove trailing whitespaces from test (#31506).
Go MAEDA
2019-06-06
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
3
-3
/
+3
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
3
-3
/
+3
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
3
-0
/
+6
*
Update copyright.
Jean-Philippe Lang
2017-06-25
3
-3
/
+3
*
Use assert_nil instead of assert_equal.
Jean-Philippe Lang
2016-12-11
1
-1
/
+1
*
Include url helpers in helper tests.
Jean-Philippe Lang
2016-07-16
1
-2
/
+3
*
Introduce virtual MenuNodes (#15880).
Jean-Philippe Lang
2016-06-11
1
-0
/
+35
*
Child nodes should only be rendered if the user is actually authorized to see...
Jean-Philippe Lang
2016-05-08
1
-2
/
+48
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
3
-3
/
+3
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
1
-2
/
+2
*
Copyright update.
Jean-Philippe Lang
2015-01-11
2
-2
/
+2
*
Support for named route in project menu and a new :permission option (#6426).
Jean-Philippe Lang
2014-12-14
2
-6
/
+27
*
Removed some test contexts.
Jean-Philippe Lang
2014-11-23
2
-28
/
+0
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
2
-2
/
+2
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
1
-12
/
+10
*
Add missing tests for Redmine::MenuManager::Mapper#initialize.
Jean-Baptiste Barth
2013-05-03
1
-1
/
+12
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
2
-2
/
+2
*
Fixed some more test/unit/*_test.rb breaking when run alone (#12285)
Jean-Baptiste Barth
2012-11-01
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
2
-2
/
+2
*
Get rid of HelperTestcase.
Jean-Philippe Lang
2011-12-18
1
-18
/
+11
*
Removed dependency with monkey-patched rubytree.
Jean-Philippe Lang
2011-12-14
1
-1
/
+1
*
Fixed stub.
Jean-Philippe Lang
2011-11-23
1
-1
/
+1
*
remove trailing white-spaces from test/unit/lib/redmine/menu_manager/menu_ite...
Toshi MARUYAMA
2011-08-30
1
-3
/
+3
*
remove trailing white-spaces from test/unit/lib/redmine/menu_manager/mapper_t...
Toshi MARUYAMA
2011-08-30
1
-10
/
+9
*
remove trailing white-spaces from test/unit/lib/redmine/menu_manager/menu_hel...
Toshi MARUYAMA
2011-08-30
1
-13
/
+13
*
back out r6118. use ActionView::TestCase instead of HelperTestCase at MenuHel...
Toshi MARUYAMA
2011-06-22
1
-1
/
+1
*
use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/m...
Toshi MARUYAMA
2011-06-22
1
-3
/
+1
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
3
-3
/
+3
*
Replace Test::Unit::TestCase with ActiveSupport::TestCase. #5477
Jean-Baptiste Barth
2010-08-08
1
-1
/
+1
*
Fix an IndexError if all the :last menu items are deleted from a menu. #4718
Eric Davis
2010-02-18
1
-1
/
+18
*
Updated menus from JPL's feedback.
Eric Davis
2009-11-25
3
-35
/
+35
*
Add support for unattached menus (generated dynamically)
Eric Davis
2009-11-25
2
-0
/
+115
*
Converted Menus to a Tree structure to allow submenus.
Eric Davis
2009-11-25
3
-0
/
+435