| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Check permissions before the extra condition for displaying a menu item (#127... | Jean-Philippe Lang | 2013-01-04 | 1 | -8/+5 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Missing html_safe. | Jean-Philippe Lang | 2011-12-26 | 1 | -3/+3 |
* | Code cleanup. | Jean-Philippe Lang | 2011-12-15 | 1 | -24/+7 |
* | Code cleanup. | Jean-Philippe Lang | 2011-12-15 | 1 | -2/+0 |
* | Removed dependency with monkey-patched rubytree. | Jean-Philippe Lang | 2011-12-14 | 1 | -92/+100 |
* | Use controller instead of instance variable. | Jean-Philippe Lang | 2011-11-23 | 1 | -1/+1 |
* | Initialize @childrenHash. | Jean-Philippe Lang | 2011-11-23 | 1 | -0/+1 |
* | Rails3: use String#html_safe for render_menu_node() at lib/redmine/menu_manag... | Toshi MARUYAMA | 2011-08-20 | 1 | -1/+1 |
* | remove trailing white-spaces from lib/redmine/menu_manager.rb. | Toshi MARUYAMA | 2011-08-20 | 1 | -29/+29 |
* | Use Object#tap instead of #returning (#6887). | Jean-Philippe Lang | 2010-11-14 | 1 | -3/+3 |
* | Hide the main menu div if there isn't any items for it. #3259 | Eric Davis | 2010-03-04 | 1 | -0/+5 |
* | Fix an IndexError if all the :last menu items are deleted from a menu. #4718 | Eric Davis | 2010-02-18 | 1 | -2/+11 |
* | Updated menus from JPL's feedback. | Eric Davis | 2009-11-25 | 1 | -7/+10 |
* | Add support for unattached menus (generated dynamically) | Eric Davis | 2009-11-25 | 1 | -12/+61 |
* | Converted Menus to a Tree structure to allow submenus. | Eric Davis | 2009-11-25 | 1 | -38/+201 |
* | Fixes menu translation. | Jean-Philippe Lang | 2009-02-21 | 1 | -3/+6 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 1 | -7/+4 |
* | Jump to the current tab when using the project quick-jump combo (#2364). | Jean-Philippe Lang | 2008-12-30 | 1 | -2/+13 |
* | Adds a css class on menu items in order to apply item specific styles (eg. ic... | Jean-Philippe Lang | 2008-11-27 | 1 | -2/+14 |
* | Pluggable admin menu (patch #2031 by Yuki Sonoda with slight changes). | Jean-Philippe Lang | 2008-11-11 | 1 | -3/+15 |
* | Adds #delete_menu_item to the plugin API (#2087). | Jean-Philippe Lang | 2008-10-25 | 1 | -1/+5 |
* | Fixed: dependency on ruby 1.8.7 introduced in r1660 (#1643). | Jean-Philippe Lang | 2008-07-20 | 1 | -2/+2 |
* | Prevent blank menu caption. | Jean-Philippe Lang | 2008-07-13 | 1 | -1/+3 |
* | Menu mapper: add support for :before, :after and :last options to #push metho... | Jean-Philippe Lang | 2008-07-13 | 1 | -7/+31 |
* | Menu item caption can be a Proc. | Jean-Philippe Lang | 2008-07-13 | 1 | -8/+16 |
* | Fixes #780: Redmine fails to start with a const_missing error on Redmine::Men... | Jean-Philippe Lang | 2008-03-05 | 1 | -0/+2 |
* | Menus items: | Jean-Philippe Lang | 2008-02-22 | 1 | -2/+7 |
* | The following menus can now be extended by plugins: top_menu, account_menu, a... | Jean-Philippe Lang | 2008-02-12 | 1 | -11/+25 |
* | Added a 'New issue' link in the main menu (accesskey 7). | Jean-Philippe Lang | 2008-01-20 | 1 | -2/+8 |
* | Highlight the current item of the main menu. | Jean-Philippe Lang | 2008-01-19 | 1 | -1/+59 |
* | Added project module concept. | Jean-Philippe Lang | 2007-09-14 | 1 | -2/+2 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 1 | -0/+61 |