The first stable release of the 2.x branch. This branch is a major rewrite that uses the core menus system to maintain the underlying hierarchy. This provides some major advantages for sites with lots of nodes. Also, multiple parents are now allowed per node on a limited basis.
The 2.x branch of Node Hierarchy is a ground up rewrite which utilizes the core of D6's menu system to store the parent-child relationships. This allows for significant improvements to the performance and scalability. The module's code has also be significantly reduced and optimized for simplicity.
REMEMBER: Dev packages are only produced twice daily. If a fix has been committed, please be patient while Node Hierarchy processed through Drupal's package queue.
Noteworthy Features:
Drag and drop children re-ordering.
Simplified node edit screen.
Ability to restrict parent-child relationships by type.
Node Hierarchy and Node Access integration (Now fully implemented for D6!)
Ability to have multiple parents (interface not implemented yet)
Bug Fixes
May 18, 2010
bug by markcarver: removed nodehierarchy_new_child_links from hook_theme() which was throwing errors
Fix to nodehierarchy_views uninstall function which was removing the nodehierarchy tables instead of the nodehierarchy_views tables causing unintended data loss.
This release adds the ability to chose a default embedded view and allows non-admins to create menus or for menus to be created and updated automatically. When deleting a node, a user can now delete all of that node's descendants with 1 click.
2010 May 17 - UPDATE: This branch is no longer in development. Any bugs or features issued will be fixed and implemented in the 6.x-2.x branch. Once 6.x-2.x has been officially released, this branch will no longer be supported.
------------------------------------------
This is a direct port of the 5.x-1.0 functionality and implementation. Ultimately I will be rewriting the 6.x branch to take better advantage of the new menu system, drag and drop, ahah, etc.
Nodeaccess support has been removed until the nodeaccess module is updated to 6.
First stable version of node hierarchy. All new features will be added to the 5.x-2.x-dev and (future) 6.x-1.x-dev branches. The 5.x 1.x branch of nodehierarchy will only contain bug fixes and security releases.