Releases for Menu Breadcrumb
menu_breadcrumb 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| menu_breadcrumb-6.x-1.3.tar.gz | 14.84 KB | 863f6caf6878afaa0a2e3c13ca998660 |
Menu Breadcrumb menu title XSS (cross-site scripting) issue on admin page fix
The Menu Breadcrumb module does not correctly handle certain user input when displaying the Menu Breadcrumb settings page. Users privileged to manage site menus can insert arbitrary HTML and script code into the administrative settings page for Menu Breadcrumb. Such a cross-site scripting attack may lead to the malicious user gaining administrative access. Wikipedia has more information about cross-site scripting (XSS).
See SA-CONTRIB-2010-013 - Menu Breadcrumb - Cross site scripting for more details.
menu_breadcrumb 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| menu_breadcrumb-6.x-1.2.tar.gz | 14.12 KB | 669744601e05b98e85fa37da7ea281c1 |
Fixes for (at least):
* #303247: Menu Breadcrumb setting active menu to undesirable menus
* #595282: Menu weights
* #595244: hook_enable() and hook_disable() are mis-used. Replace with hook_uninstall()
* #344449: Double-escaped strings causing improper output of special characters
The most significant of these is the menu weighting system in #595282: Menu weights which attempts to resolve issues with the menu system and interaction with other modules. Post-upgrade, you should check Settings => Menu Breadcrumb and ensure that the correct menus will be used for generating breadcrumbs.
menu_breadcrumb 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| menu_breadcrumb-6.x-1.1.tar.gz | 8.08 KB | b11ce9a8f321db0dd292ec6978725b0c |
Introduction
By default, Drupal 6 will use the Navigation menu for the breadcrumb. This module allows you to use the menu the current page belongs to for the breadcrumb.
As an added bonus, it also allows you to append the page title to the breadcrumb (either as a clickable url or not) and hide the breadcrumb if it only contains the link to the front page.
Installation and upgrading
See included README.txt for instructions.
Changes since version 6.x-1.0
- Now works on all pages, not just node pages.
- New option allowing you to hide the breadcrumb if it only contains the link to the front page.
menu_breadcrumb 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| menu_breadcrumb-6.x-1.x-dev.tar.gz | 14.84 KB | 9dcebb53f5ff4a765e1bc3d1ae903ff5 |
Development snapshot for menu breadcrumb.
menu_breadcrumb 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| menu_breadcrumb-6.x-1.0.tar.gz | 7.94 KB | 356f1e74c5afcaac384437a47071cce7 |
Initial release of Menu Breadcrumb (Drupal 6 only).
Current features:
- Allows you to use the menu the node belongs to for the breadcrumb on node pages.
- Append the node title to the breadcrumb.
- Optionally have the appended node title be an URL.
