CHANGELOG.txt 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. Menu Block 7.x-2.x-dev, xxxx-xx-xx (development release)
  2. ----------------------------------
  3. - #1524674 by Crell: Use of $_GET['q'] ignores menu_position module
  4. - #1688168 by tim.plunkett: Undefined index errors when using CTools content type and '_active' menu
  5. - #1701702: Disabled menu items still trigger "the menu selected by the page"
  6. Menu Block 7.x-2.3, 2012-02-04
  7. ------------------------------
  8. - #1105372 by mikl, fabsor and JohnAlbin: Add menu tree ctools content type to D7
  9. - #1425342 by JohnAlbin and Dave Reid: Menu block fails with Drupal core 7.12; remove work-around for core bug #942782.
  10. - #1243978 by Dave Reid: Fixed menu_block_export_menu() items were not translatable since they were not located in menu_block_export.module.
  11. - #1243978 by Dave Reid: Fixed menu_block_menu() items were not translatable since they were not located in menu_block.module.
  12. - by Dave Reid: Moved menu_block_menu_alter() to menu_block.menu so that it doesn't cause a module hook cache miss.
  13. - #1155052 by Dave Reid: Fixed errors if block module is not enabled.
  14. - #1162038 by Dave Reid: Fixed 'Add menu block' local action only appears on default theme.
  15. - #1114722 by dropcube: Fixed i18n menu support
  16. - #1154122 by Dave Reid: Moved block module hook implementations to menu_block.module to prevent problems with hook implementation caching.
  17. - #1078806 by Dave Reid: Fixed string untranslated warning from coder.
  18. - #1139530 by Dave Reid: Add a base form ID of block_add_block_form to menu_block_add_block_form so other modules can properly and easily alter it.
  19. - #1139522 by Dave Reid: Fixed fatal error with current page menu trees.
  20. Menu Block 7.x-2.2, 2011-03-09
  21. ------------------------------
  22. - #1086376: Custom menu fix doesn't work for new installations
  23. Menu Block 7.x-2.1, 2011-02-06
  24. ------------------------------
  25. - #1051988: Fix wrong path in menu_block_help()
  26. - #1050766: Improve usability of "Parent item" UI
  27. - #1050040 by AgentRickard: Remove performance-killing variable_set() calls on non-admin pages
  28. Menu Block 7.x-2.0, 2011-01-11
  29. ------------------------------
  30. - #1022478: Add "Edit book outline" contextual link for book menu blocks
  31. - #1022428: Contextual links for all menu blocks disappear if book menu_block used
  32. - #1017142: except for one menu, all other menus (including books) never receive an active trail
  33. - #1017122 by becw, mfer and JohnAlbin: Core bug work-around: add active trail to custom menus
  34. - Always show core menu blocks if they are in a region
  35. - #993998 by tgf: Core menu suppression broken
  36. - #993998 by jackinloadup: Delete links misplaced on menu list form
  37. - #958166 by Simon Georges and JohnAlbin: secondary-menu removed from core; replace with user-menu
  38. - #825132: Performance problem on sites with many books
  39. - #945714 by pedrochristopher: theme override misidentified in README
  40. - #593126: hook_get_menus() causes conflicts with Menu Access, og_menu, etc
  41. - #825132: Add hook_menu_block_get_sort_menus() for improved performance and UX of book integration
  42. - #957362 by blixxxa: Add Swedish translation
  43. - Fix theme hook suggestions for non-numeric block deltas
  44. Menu Block 7.x-2.0-beta4, 2010-09-29
  45. ------------------------------------
  46. - #891690: Never accept a fix not in patch form. And if you do, test it!
  47. Menu Block 7.x-2.0-beta3, 2010-09-29
  48. ------------------------------------
  49. - #891698 by Chris Gillis: Incorrect link to configuration page
  50. - #891690 by Chris Gillis: Undefined function db_fetch_array
  51. - Updated menu_block_get_title() to return a renderable array
  52. - Add #bid context to menu_link theme hook
  53. Menu Block 7.x-2.0-beta2, 2010-04-16
  54. ------------------------------------
  55. - Add ability to suppress core's standard menu blocks on block admin page
  56. - #693302: Add simple bulk export module
  57. - Fixed import of exportable menu_blocks
  58. - Fixed bug causing missing "delete" link for menu blocks
  59. - Fixed configure link on modules page
  60. Menu Block 7.x-2.0-beta1, 2010-03-26
  61. ------------------------------------
  62. - #693302: Add API for exportable menu_blocks
  63. - #749838: Port to Drupal 7
  64. Menu Block 6.x-2.3, 2010-03-24
  65. ------------------------------
  66. - #739282: Users with "administer menu" privileges can exploit XSS vulnerability
  67. - #343061 by sun and JohnAlbin: CSS styling breaks form layout
  68. - #345552 by Dmitriy.trt: Inconsistent display of starting level set to children
  69. of active item
  70. - #474784: Menu title as link is incorrectly always marked as in active trail
  71. - #540842 by JohnAlbin and agentrickard: Add option to use current page's
  72. selected menu
  73. - #580348: Add administrative title to config form to help organize blocks
  74. - #350029: Add theme hook suggestions for all theme function calls
  75. - #741284 by JohnAlbin, sdboyer, and hefox: Add "menu tree" content types to
  76. Chaos Tools/Panels.
  77. - #741284 by JohnAlbin and hefox: Add menu_block_get_config() and
  78. menu_block_configure_form() to make the configuration form reusable by
  79. separating it from the Block API functions.
  80. - #553842 by apodran and JohnAlbin: split() is deprecated in PHP 5.3
  81. - #398888: "exanded" elements of a menu-item-rooted tree aren't expanded
  82. - #703968 by hefox and JohnAlbin: Add menu_tree_build() to allow reuse of tree
  83. building code outside of blocks
  84. - Refactored API for menu_block_get_title() and menu_block_set_title()
  85. - Added HOOK_menu_block_tree_alter() to allow direct tree manipulation
  86. - by Denes Szabo and Zoltan Balogh: Added Hungarian translation
  87. - Make default menu be "Primary links" instead of "Navigation"
  88. - #378206 by sbordage: Added French translation
  89. - #345419: Add option for menu title as link
  90. - #347805: Add delta to variables and classes in menu-block-wrapper.tpl
  91. Menu Block 6.x-2.2, 2008-12-16
  92. ------------------------------
  93. - #342498: Give unique class to depth-limited leaves that have children
  94. - #341436: Depth-limited leaves that have children get "collapsed" icon
  95. - #341345: WSOD on "Add menu block" page with some PHP versions
  96. Menu Block 6.x-2.1, 2008-12-01
  97. ------------------------------
  98. - #300086: Add option to make starting level follow active menu item
  99. - #340868: Clean up display of block configuration options
  100. - #300094: Add option to sort active trail to top of menu tree
  101. - #328238 by gorbeia: Add support for i18n menu translation
  102. - #331934: Add option to select parent item of menu tree
  103. - #330978: Add hook_get_menus() and implement Book module integration
  104. - #331935: Replace admin/by-module hack with README.txt
  105. - #332974: Collapsed menu items get "leaf" class when using "depth" option
  106. - #333988: Create template for menu-block-wrapper
  107. - #331933 by sun: Help links are displayed if Help module is disabled
  108. - #338263: Migration from 5.x-1.x to 6.x-2.x is broken
  109. - #305267: Menu blocks incorrectly cached per role
  110. Menu Block 6.x-2.0, 2008-08-25
  111. ------------------------------
  112. - Added extensive documentation help text
  113. - Added extended classes to menu trees
  114. - Menu block's administrative interface now matches the block module's standard
  115. add, configure, and delete interface
  116. - #266230: Port Menu block to D6
  117. Menu Block 5.x-2.0, 2008-11-24
  118. ------------------------------
  119. - #304675: Port 6.x admin interface to 5.x
  120. - Added missing dependency on menu module
  121. Menu Block 5.x-1.0, 2008-08-05
  122. ------------------------------
  123. - Simplified block configuration
  124. Menu Block 5.x-0.9, 2008-08-05
  125. ------------------------------
  126. - #266223: Add option to limit the depth of the tree to an arbitrary level
  127. - Added block config to specify whether to expand all children
  128. - Added settings to enable specific menu blocks