summaryrefslogtreecommitdiffstats
path: root/lib/redmine/menu_manager.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Support for named route in project menu and a new :permission option (#6426).Jean-Philippe Lang2014-12-141-6/+20
* Code cleanup.Jean-Philippe Lang2014-12-141-18/+21
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Add missing tests for Redmine::MenuManager::Mapper#initialize.Jean-Baptiste Barth2013-05-031-0/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Check permissions before the extra condition for displaying a menu item (#127...Jean-Philippe Lang2013-01-041-8/+5
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Missing html_safe.Jean-Philippe Lang2011-12-261-3/+3
* Code cleanup.Jean-Philippe Lang2011-12-151-24/+7
* Code cleanup.Jean-Philippe Lang2011-12-151-2/+0
* Removed dependency with monkey-patched rubytree.Jean-Philippe Lang2011-12-141-92/+100
* Use controller instead of instance variable.Jean-Philippe Lang2011-11-231-1/+1
* Initialize @childrenHash.Jean-Philippe Lang2011-11-231-0/+1
* Rails3: use String#html_safe for render_menu_node() at lib/redmine/menu_manag...Toshi MARUYAMA2011-08-201-1/+1
* remove trailing white-spaces from lib/redmine/menu_manager.rb.Toshi MARUYAMA2011-08-201-29/+29
* Use Object#tap instead of #returning (#6887).Jean-Philippe Lang2010-11-141-3/+3
* Hide the main menu div if there isn't any items for it. #3259Eric Davis2010-03-041-0/+5
* Fix an IndexError if all the :last menu items are deleted from a menu. #4718Eric Davis2010-02-181-2/+11
* Updated menus from JPL's feedback.Eric Davis2009-11-251-7/+10
* Add support for unattached menus (generated dynamically)Eric Davis2009-11-251-12/+61
* Converted Menus to a Tree structure to allow submenus.Eric Davis2009-11-251-38/+201
* Fixes menu translation.Jean-Philippe Lang2009-02-211-3/+6
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-7/+4
* Jump to the current tab when using the project quick-jump combo (#2364).Jean-Philippe Lang2008-12-301-2/+13
* Adds a css class on menu items in order to apply item specific styles (eg. ic...Jean-Philippe Lang2008-11-271-2/+14
* Pluggable admin menu (patch #2031 by Yuki Sonoda with slight changes).Jean-Philippe Lang2008-11-111-3/+15
* Adds #delete_menu_item to the plugin API (#2087).Jean-Philippe Lang2008-10-251-1/+5
* Fixed: dependency on ruby 1.8.7 introduced in r1660 (#1643).Jean-Philippe Lang2008-07-201-2/+2
* Prevent blank menu caption.Jean-Philippe Lang2008-07-131-1/+3
* Menu mapper: add support for :before, :after and :last options to #push metho...Jean-Philippe Lang2008-07-131-7/+31
* Menu item caption can be a Proc.Jean-Philippe Lang2008-07-131-8/+16
* Fixes #780: Redmine fails to start with a const_missing error on Redmine::Men...Jean-Philippe Lang2008-03-051-0/+2
* Menus items:Jean-Philippe Lang2008-02-221-2/+7
* The following menus can now be extended by plugins: top_menu, account_menu, a...Jean-Philippe Lang2008-02-121-11/+25
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-201-2/+8
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-191-1/+59
* Added project module concept.Jean-Philippe Lang2007-09-141-2/+2
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-0/+61