summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/menu_manager
Commit message (Expand)AuthorAgeFilesLines
...
* 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