I started a complete rewrite of the Power Menu module. The 7.x-1.x version is only a minimal port for Drupal 7. The version 7.x-2.x is a complete rewrite with a new architecture.

Version 7.x-2.x has a plug-in infrastructure based on ctools for menu handlers ans menu properties. The plug-ins provided by the module are:

Handlers

  • path (Sets the active menu trail based on the path alias)
  • node (Sets the active menu trail based on the node type)
  • taxonomy (Sets the active menu trail based on a taxonomy term linked to a menu link)

Properties:

Only an example implementation and a base interface class.

Comments

weri’s picture

I remove the properties and add a fieldable entity to menu link forms.

weri’s picture

Update the project documentation based on version 2.x.

weri’s picture

Version: 7.x-1.x-dev » 7.x-2.0-alpha1
weri’s picture

Implement an upgrade hook from 6.x/7.x to 7.2.x.

weri’s picture

The upgrade from 7.x-1.x to 7.x-2.x for the Power Menu handlers is implemented in the newest dev version. An Upgrade for the Power Menu properties is not yet implemented!

weri’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Rewrite for 7.2 is finished.