summaryrefslogtreecommitdiffstats
path: root/lib/redmine/menu_manager.rb
Commit message (Expand)AuthorAgeFilesLines
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-1/+1
* Fix RuboCop offense Layout/EndAlignment (#23980).Go MAEDA2024-09-071-4/+4
* Replaces icons in administration menu with SVG icons (#23980).Marius Balteanu2024-09-061-2/+10
* Fix RuboCop offense Style/RedundantSelfAssignment (#39887).Go MAEDA2024-05-131-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuntimeError on `reload!` in the Rails console (#38155).Go MAEDA2024-02-051-2/+2
* Fix RuboCop offense Style/ArgumentsForwarding (#39887).Go MAEDA2024-01-181-2/+2
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix RuboCop offense Style/RedundantCondition in lib/redmine/menu_manager.rb (...Go MAEDA2022-06-141-5/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Prevent hash type URLs from being namespaced in MenuManager (#35076).Go MAEDA2021-04-151-2/+11
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* add empty line after guard clause to lib/redmine/menu_manager.rbToshi MARUYAMA2020-12-041-0/+1
* remove spaces inside {} of lib/redmine/menu_manager.rbToshi MARUYAMA2020-11-221-1/+1
* shorten long line of lib/redmine/menu_manager.rbToshi MARUYAMA2020-11-181-7/+22
* Fix a RuboCop offence Style/MethodDefParentheses (#32530).Go MAEDA2020-10-201-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* 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