##// END OF EJS Templates
Converted Menus to a Tree structure to allow submenus....
Converted Menus to a Tree structure to allow submenus. * Bundle the rubytree gem * Patched RubyTree's TreeNode to add some additional methods. * Converted the menu rendering to walk the Tree of MenuItems to render each item * Added a menu option for :parent_menu to make this menu a child of the parent * Added a bunch of tests * Made MenuItem a subclass of Tree::TreeNode in order to use it's methods directly * Changed the exceptions in MenuItem#new to be ArgumentErrors instead of the generic RuntimeError #4250 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3090 e93f8b46-1217-0410-a6f0-8f06a7374b81
Eric Davis -
r2976:1f06cf889990
Show More
Name Size Modified Last Commit Author
/ test / exemplars
custom_field_exemplar.rb Loading ...
custom_value_exemplar.rb Loading ...
enumeration_exemplar.rb Loading ...
issue_exemplar.rb Loading ...
issue_status_exemplar.rb Loading ...
member_exemplar.rb Loading ...
project_exemplar.rb Loading ...
query_exemplar.rb Loading ...
role_exemplar.rb Loading ...
time_entry_activity.rb Loading ...
time_entry_exemplar.rb Loading ...
tracker_exemplar.rb Loading ...
user_exemplar.rb Loading ...
version_exemplar.rb Loading ...