summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/menu_manager
Commit message (Expand)AuthorAgeFilesLines
* Update copyright.Jean-Philippe Lang2017-06-253-3/+3
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-1/+1
* Include url helpers in helper tests.Jean-Philippe Lang2016-07-161-2/+3
* Introduce virtual MenuNodes (#15880).Jean-Philippe Lang2016-06-111-0/+35
* Child nodes should only be rendered if the user is actually authorized to see...Jean-Philippe Lang2016-05-081-2/+48
* Updates copyright for 2016.Jean-Philippe Lang2016-03-133-3/+3
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-2/+2
* Copyright update.Jean-Philippe Lang2015-01-112-2/+2
* Support for named route in project menu and a new :permission option (#6426).Jean-Philippe Lang2014-12-142-6/+27
* Removed some test contexts.Jean-Philippe Lang2014-11-232-28/+0
* update copyright year (#15977)Toshi MARUYAMA2014-01-292-2/+2
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-12/+10
* Add missing tests for Redmine::MenuManager::Mapper#initialize.Jean-Baptiste Barth2013-05-031-1/+12
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-122-2/+2
* Fixed some more test/unit/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Copyright update.Jean-Philippe Lang2012-05-052-2/+2
* Get rid of HelperTestcase.Jean-Philippe Lang2011-12-181-18/+11
* Removed dependency with monkey-patched rubytree.Jean-Philippe Lang2011-12-141-1/+1
* Fixed stub.Jean-Philippe Lang2011-11-231-1/+1
* remove trailing white-spaces from test/unit/lib/redmine/menu_manager/menu_ite...Toshi MARUYAMA2011-08-301-3/+3
* remove trailing white-spaces from test/unit/lib/redmine/menu_manager/mapper_t...Toshi MARUYAMA2011-08-301-10/+9
* remove trailing white-spaces from test/unit/lib/redmine/menu_manager/menu_hel...Toshi MARUYAMA2011-08-301-13/+13
* back out r6118. use ActionView::TestCase instead of HelperTestCase at MenuHel...Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/m...Toshi MARUYAMA2011-06-221-3/+1
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-123-3/+3
* Replace Test::Unit::TestCase with ActiveSupport::TestCase. #5477Jean-Baptiste Barth2010-08-081-1/+1
* Fix an IndexError if all the :last menu items are deleted from a menu. #4718Eric Davis2010-02-181-1/+18
* Updated menus from JPL's feedback.Eric Davis2009-11-253-35/+35
* Add support for unattached menus (generated dynamically)Eric Davis2009-11-252-0/+115
* Converted Menus to a Tree structure to allow submenus.Eric Davis2009-11-253-0/+435