My patches for Redmine
Go to file
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
app Added :view_my_account_contextual hook. 2009-11-25 01:14:19 +00:00
config Converted Menus to a Tree structure to allow submenus. 2009-11-25 05:36:44 +00:00
db/migrate Add view_issues permission (#3187). 2009-11-14 12:08:47 +00:00
doc Development database required for running rake test (closes #4153). 2009-11-08 13:15:59 +00:00
extra Do not use settings/settings partial name in sample plugin (#3557). 2009-07-02 18:40:06 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib Converted Menus to a Tree structure to allow submenus. 2009-11-25 05:36:44 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Adds style for acronyms (#4224). 2009-11-16 18:33:09 +00:00
script Converted script/about to use Unix line ending. It has DOS line endings and would fail. 2009-06-07 18:22:27 +00:00
test Converted Menus to a Tree structure to allow submenus. 2009-11-25 05:36:44 +00:00
tmp/test Added an empty tmp/test directory so rake test will run out of the box. 2009-06-08 02:07:30 +00:00
vendor Converted Menus to a Tree structure to allow submenus. 2009-11-25 05:36:44 +00:00
.gitignore Allow a config/additional_environment.rb file to customize the Rails::Initializer. 2009-11-08 02:16:42 +00:00
README.rdoc Added README.rdoc in the project root to display on Github 2009-11-08 04:10:37 +00:00
Rakefile trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00

README.rdoc

= Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found at http://www.redmine.org