Downloads

Download tar.gz 20.25 KB
MD5: bc319a5545668abbb585987f3fbbaebb
SHA-1: ec57afe6578db446bad2a0f286d7e84073cf09af
SHA-256: d28082612f21f2058424a885f1cf49192a132e6a07e8aaaea5eaf2c42a4467f0
Download zip 24.12 KB
MD5: ac4419de91d98c9bcf2f6e6ff0bbf20c
SHA-1: 1fe223983087343cd90799f3b1e9f44d1854fab1
SHA-256: e33583869f5430050da4afe9906591139d3e7d6ea46a24d2f8c55fb913378f9a

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.

Created by: agentrickard
Created on: 28 Oct 2009 at 18:37 UTC
Last updated: 28 Oct 2009 at 18:41 UTC
New features
Unsupported

Other releases