redmine/lib
Eric Davis 1f06cf8899 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
2009-11-25 05:36:44 +00:00
..
generators Fixed the generated test in the redmine_plugin_model. (#3927) 2009-10-17 21:08:33 +00:00
redmine Converted Menus to a Tree structure to allow submenus. 2009-11-25 05:36:44 +00:00
SVG Fixes SVG lib for ruby1.9. 2009-11-07 10:40:54 +00:00
tasks Run all tests for coverage. 2009-11-15 13:43:31 +00:00
ar_condition.rb
diff.rb Added branch and tag support to the git repository viewer. (#1406) 2009-08-15 22:41:40 +00:00
faster_csv.rb Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV. 2009-11-04 13:22:26 +00:00
redcloth3.rb Fixed pre tags containing "<pre*" (#4125). 2009-11-11 16:23:11 +00:00
redmine.rb Add view_issues permission (#3187). 2009-11-14 12:08:47 +00:00
tabular_form_builder.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00