Download & Extend

Releases for Menu Node Edit

menu_node_edit 6.x-1.9

Download Size md5 hash
menu_node_edit-6.x-1.9.tar.gz 20.49 KB 0be0ba44cf192acafb648f9eb223cdfd
menu_node_edit-6.x-1.9.zip 24.54 KB 7738bf0421f5dbfd9b3e2b1dae9c7cdd
Last updated: December 31, 2010 - 21:56
Official release from tag: 6.x-1.9

Release notes

Bug fixes

-- #913900: My Sections user page screws up my HTML5 template by 75th Trombone. Remove extra closing tags.
-- #737418: Menus with single quotes in name fail M_N_E assignment by mgriffith. Fix array handling errors with special characters in menu titles.
-- #522474: Move and rename the menu item. Changes the menu callback for admin page.
-- #625392: Unknown columb "p" in 'where clause' by Bigpappaj. Ensure menu_links queries are accurate.
-- #634158: Token handling assumes the parent is a node. Fixes token handling when parent is not a node.

Note that you should also upgrade to Menu Node API 6.x.1.4. http://drupal.org/project/menu_node

The settings for the module have moved to a MENU subtab. They are now at 'admin/build/menu/menu_node_edit'. See README.txt for more details.

menu_node_edit 6.x-1.8

Download Size md5 hash
menu_node_edit-6.x-1.8.tar.gz 20.25 KB bc319a5545668abbb585987f3fbbaebb
menu_node_edit-6.x-1.8.zip 24.12 KB ac4419de91d98c9bcf2f6e6ff0bbf20c
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.8

Release notes

This is a major release, and contains one very significant change.

New Features

-- #534330: menu_parent_URL token for use with pathauto by roboneale. Adds token support.

There are two tokens:

  -- 'menu-parent-path-alias'
  Path alias of parent menu item. This is a raw path, and has not been
  sanitized. However, using it with pathauto will force the '/' characters
  to be stripped.
  -- 'menu-parent-path-alias-path'
  Path-safe alias of parent menu item. Use this token with pathauto to
  preserve / characters.

Note: if the item has no parent, the token returns t('content').

-- #552418: Conflict with core node access permission by BenKewell. Makes MNE extend node access instead of replace it.

This second fix is more important, and changes the way that MNE interacts with other access control modules. In the past, MNE overwrote the 'edit' permission defined in node_access(). With this change, we now simply _extend_ that permission. That is, if Node Access rules allow someone to edit content, we do not remove that ability. We instead _extend_ it so that users with the 'edit X type in my sections' permission may be allowed to edit items that normal Node Access rules disallow.

menu_node_edit 6.x-1.7

Download Size md5 hash
menu_node_edit-6.x-1.7.tar.gz 19.43 KB ced34384b85708d2bd8990252bc915df
menu_node_edit-6.x-1.7.zip 23.25 KB fcf31a60677a426e1ed749d0fb418a3a
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.7

Release notes

Bug fixes

-- #605916: Node create links use - not _ fixes bad links to node/add.

menu_node_edit 6.x-1.6

Download Size md5 hash
menu_node_edit-6.x-1.6.tar.gz 19.31 KB 369deb2dfe13d03a86bfbc5d102b4132
menu_node_edit-6.x-1.6.zip 23.2 KB 546d9c56c71798ec2e869c82f62b446a
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.6

Release notes

New Features

Adds the ability to hide menu items, which allows you to assign content to sections but not have it appear in site navigation.

#517732: Tick box to hide menu item

menu_node_edit 6.x-1.5

Download Size md5 hash
menu_node_edit-6.x-1.5.tar.gz 18.91 KB 0a93935a6890bff54e70bb0a3028d4db
menu_node_edit-6.x-1.5.zip 22.69 KB 810fed050d8a228ef2020165bbf7f92d
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.5

Release notes

This is a bugfix release.

-- #512594: After upgrade to 6.x-1.4 content can only be assigned to top level of section by roboneale. Fixes parent handling error.

menu_node_edit 6.x-1.4

Download Size md5 hash
menu_node_edit-6.x-1.4.tar.gz 18.88 KB fd2da184b206e0fb405f3a8720b0eacf
menu_node_edit-6.x-1.4.zip 22.65 KB 00b9ee076d4454849eefabd779856781
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.4

Release notes

Fixes a bug with the section assignment form for menu items that are not at the top-level.

#507456: Section edits start at p1

menu_node_edit 6.x-1.3

Download Size md5 hash
menu_node_edit-6.x-1.3.tar.gz 18.82 KB a22061a8cd5087853388a4796d4cf9ce
menu_node_edit-6.x-1.3.zip 22.6 KB b5c6bb640925c0b41f91f05c2858d87c
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.3

Release notes

Fixes a parent tree bug when the root section is not a p1.

#495746: Edit callback fails to check all parents

menu_node_edit 6.x-1.2

Download Size md5 hash
menu_node_edit-6.x-1.2.tar.gz 18.78 KB f91aa77860c91cc68d93ad88a59758eb
menu_node_edit-6.x-1.2.zip 22.55 KB c1b35da7fc2133804d32c85bbe9815de
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.2

Release notes

Fixes major bug found by heyrocker on user creation.

#494414: Error on user creation

Upgrade required. You do not need to run update.php.

menu_node_edit 6.x-1.1

Download Size md5 hash
menu_node_edit-6.x-1.1.tar.gz 18.72 KB 95c413d6b70695065a7e170e880b540b
menu_node_edit-6.x-1.1.zip 22.52 KB e580d070fa8940a4e2cc55c3dfd32ee5
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.1

Release notes

This is a bugfix release, thanks to bae22.

-- #469234: Child menu items created when editing node by bae22. Corrects logic error in menu creation for some users.
-- #469998: Does not integrate well with Revisioning/Module Grants by bae22. We must fully declare menu items in our menu_node_edit_menu_alter() in order to avoid conflicts.

menu_node_edit 6.x-1.0

Download Size md5 hash
menu_node_edit-6.x-1.0.tar.gz 18.06 KB dad17361c936d059d6cfe91a4550320c
menu_node_edit-6.x-1.0.zip 21.76 KB 78117218126818371db579c587f0aa4d
Last updated: December 24, 2010 - 23:22
Official release from tag: 6.x-1.0

Release notes

Initial release.

Subscribe with RSS Syndicate content