summaryrefslogtreecommitdiffstats
path: root/lib/redmine/menu_manager.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/menu_manager.rbToshi MARUYAMA2019-11-091-1/+1
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/menu_manager.rbToshi MARUYAMA2019-10-171-10/+11
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Remove RDoc tags (#28943).Go MAEDA2018-06-081-1/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-101-2/+11
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-3/+16
* Don't skip condition if defined (#15880).Jean-Philippe Lang2016-06-111-2/+1
* Introduce virtual MenuNodes (#15880).Jean-Philippe Lang2016-06-111-2/+17
* Child nodes should only be rendered if the user is actually authorized to see...Jean-Philippe Lang2016-05-081-2/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Tab left/right buttons for project menu (#20632).Jean-Philippe Lang2016-01-161-1/+1
* 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