menu_block 8.x-1.10

Bug fixes
New features

Drupal 10 compatibility and bug fixes

Contributors (4)

weseze, RenatoG, Project Update Bot, kim.pepper

Changelog

Issues: 3 issues resolved.

Changes since 8.x-1.8:

menu_block 8.x-1.8

Bug fixes

Bug fixes that have been sitting committed in the dev branch for some time

menu_block 8.x-1.0

New features

Includes all the functionality found in Drupal 8 core. Also includes the port of the "Fixed parent item" and "Expand all menu links" features from the Drupal 7 version of Menu Block.

menu_block 7.x-2.7

Bug fixes

Changes since 7.x-2.6:

  • #2499733 by osopolar, jastraat, joelpittet: Fixed PHP notices with menu block configurations that do not have the new "depth_relative" value defined yet.

menu_block 7.x-2.3

New features
Bug fixes
  • #1105372 by mikl, fabsor and JohnAlbin: Add menu tree ctools content type to D7
  • #1425342 by JohnAlbin and Dave Reid: Menu block fails with Drupal core 7.12; remove work-around for core bug #942782.
  • #1243978 by Dave Reid: Fixed menu_block_export_menu() items were not translatable since they were not located in menu_block_export.module.
  • #1243978 by Dave Reid: Fixed menu_block_menu() items were not translatable since they were not located in menu_block.module.
  • by Dave Reid: Moved menu_block_menu_alter() to menu_block.menu so that it doesn't cause a module hook cache miss.
  • #1155052 by Dave Reid: Fixed errors if block module is not enabled.
  • #1162038 by Dave Reid: Fixed 'Add menu block' local action only appears on default theme.
  • #1114722 by dropcube: Fixed i18n menu support

menu_block 6.x-2.4

New features
Bug fixes
  • #1050766: Improve usability of "Parent item" UI
  • #825132: Performance problem on sites with many books
  • #945714 by pedrochristopher: theme override misidentified in README
  • #593126: hook_get_menus() causes conflicts with Menu Access, og_menu, etc

menu_block 7.x-2.1

Bug fixes
  • #1051988: Fix wrong path in menu_block_help()
  • #1050766: Improve usability of "Parent item" UI
  • #1050040 by AgentRickard: Remove performance-killing variable_set() calls on non-admin pages

menu_block 7.x-2.0

New features
Bug fixes
  • #1022478: Add "Edit book outline" contextual link for book menu blocks
  • #1022428: Contextual links for all menu blocks disappear if book menu_block used
  • #1017142: except for one menu, all other menus (including books) never receive an active trail
  • #1017122 by becw, mfer and JohnAlbin: Core bug work-around: add active trail to custom menus
  • Always show core menu blocks if they are in a region
  • #993998 by tgf: Core menu suppression broken
  • #993998 by jackinloadup: Delete links misplaced on menu list form
  • #958166 by Simon Georges and JohnAlbin: secondary-menu removed from core; replace with user-menu
  • #825132: Performance problem on sites with many books
  • #945714 by pedrochristopher: theme override misidentified in README
  • #593126: hook_get_menus() causes conflicts with Menu Access, og_menu, etc
  • #825132: Add hook_menu_block_get_sort_menus() for improved performance and UX of book integration
  • #957362 by blixxxa: Add Swedish translation
  • Fix theme hook suggestions for non-numeric block deltas

menu_block 7.x-2.0-beta4

Changes since 7.x-2.0-beta2:

  • #891690: Never accept a fix not in patch form. And if you do, test it!
  • #891698 by Chris Gillis: Incorrect link to configuration page
  • #891690 by Chris Gillis: Undefined function db_fetch_array
  • Updated menu_block_get_title() to return a renderable array
  • Add #bid context to menu_link theme hook

menu_block 7.x-2.0-beta3

New features
Bug fixes
  • #891698 by Chris Gillis: Incorrect link to configuration page
  • #891690 by Chris Gillis: Undefined function db_fetch_array
  • Updated menu_block_get_title() to return a renderable array
  • Add #bid context to menu_link theme hook

menu_block 7.x-2.0-beta2

New features
Bug fixes
  • Add ability to suppress core's standard menu blocks on block admin page
  • #693302: Add simple bulk export module
  • Fixed import of exportable menu_blocks
  • Fixed bug causing missing "delete" link for menu blocks
  • Fixed configure link on modules page

menu_block 6.x-2.3

Security update
New features
Bug fixes
  • SA-CONTRIB-2010-031 - Menu Block - Cross Site Scripting (XSS)
  • #343061 by sun and JohnAlbin: CSS styling breaks form layout
  • #345552 by Dmitriy.trt: Inconsistent display of starting level set to children
    of active item
  • #474784: Menu title as link is incorrectly always marked as in active trail
  • #540842 by JohnAlbin and agentrickard: Add option to use current page's
    selected menu
  • #580348: Add administrative title to config form to help organize blocks
  • #350029: Add theme hook suggestions for all theme function calls
  • #741284 by JohnAlbin, sdboyer, and hefox: Add "menu tree" content types to
    Chaos Tools/Panels.
  • #741284 by JohnAlbin and hefox: Add menu_block_get_config() and
    menu_block_configure_form() to make the configuration form reusable by
    separating it from the Block API functions.
  • #553842 by apodran and JohnAlbin: split() is deprecated in PHP 5.3
  • #398888: "exanded" elements of a menu-item-rooted tree aren't expanded

menu_block 7.x-3.x-dev

Development snapshot. EXPERIMENTAL CODE HAPPENING. Currently UNSTABLE.

You. have. been. warned.

menu_block 6.x-2.2

New features
Bug fixes
Insecure
  • #342498: Give unique class to depth-limited leaves that have children.
  • #341436: Depth-limited leaves that have children get "collapsed" icon.
  • #341345: WSOD on "Add menu block" page with some PHP versions.

menu_block 6.x-2.1

New features
Bug fixes
Insecure
  • #300086: Add option to make starting level follow active menu item.
  • #340868: Clean up display of block configuration options.
  • #300094: Add option to sort active trail to top of menu tree.
  • #328238 by gorbeia: Add support for i18n menu translation.

menu_block 5.x-2.0

New features
Bug fixes
Insecure
  • #304675: Port 6.x admin interface to 5.x
  • Added missing dependency on menu module

menu_block 6.x-2.0

New features
Insecure

New and improved Menu block module for Drupal 6.

  • Added extensive documentation help text.
  • Added extended classes to menu trees.
  • Menu block's administrative interface now matches the block module's standard add, configure, and delete interface.
  • #266230: Port Menu Block to D6

menu_block 5.x-1.0

New features
Bug fixes
Insecure

Changes since 5.x-0.9:

  • Simplified block configuration.
  • All menu_block’s CSS IDs have changed.

WARNING: When upgrading from 5.x-0.9 or from an older 5.x-1.x-dev, 5.x-1.0 will give all enabled menu_block blocks a new delta. Which means you will need to do 2 things:

  1. Re-enable any menu blocks on the administer blocks page.
  2. Update any CSS referencing the old block ID.

You have been warned. :-)

Site admins who don’t wish to make these changes should use menu_block 5.x-0.9.

menu_block 5.x-0.9

Menu block 5.x-1.0 will require admins to re-enable blocks in the administer blocks page.

This release is just to allow site admins to have an official release without requiring them to move to 5.x-1.0 (and re-enable their blocks.)

Subscribe with RSS Subscribe to Releases for Menu Block