nodehierarchy 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-6.x-2.1.tar.gz | 34.01 KB | 7779e84049fcd1ccf8a5dbe1280134c6 |
| nodehierarchy-6.x-2.1.zip | 42.29 KB | ce366131a289d5fabfc78a66f6c30f0a |
Release notes
This release does not contain any database updates and the nodehierarchy folder can be replaced with ease.
Fixes the following:
- #1125298: Fieldset is not properly restricted and shows up blank: by Mark Carver, jbylsma
- #809542: Menu options hidden when "show item in menu" set to "always": by davidmprice, jbylsma
- #977236: Nodehierarchyaccess.info missing core: by jbylsma
- Fixed issue with upgrade from Node Hierarchy 1.x that was removing default parents: by ronan
- Memory footprint and performance improvements by rolling back the code to test if a view is compatible nodehierarchy view to an earlier version: by ronan
- #1077392: Fatal error: Call to undefined function menu_overview_form(): by ronan
nodehierarchy 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-7.x-2.x-dev.tar.gz | 33.76 KB | 0b1dd803983d907bdd1452df7f6db70a |
| nodehierarchy-7.x-2.x-dev.zip | 40.5 KB | fcd2caa03e0b6dec700f208a4027aaff |
Release notes
Port to D7
nodehierarchy 6.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-6.x-3.x-dev.tar.gz | 36.24 KB | dc3b00883ff681d26b83fa5143f510e6 |
| nodehierarchy-6.x-3.x-dev.zip | 44.62 KB | 68e4538d07e83be0a43ea0c9b4c832ea |
Release notes
Initial creation of the 6.x-3.x branch.
nodehierarchy 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-6.x-1.4.tar.gz | 31.02 KB | 6f305f5919edfd27666299344e2bee0d |
| nodehierarchy-6.x-1.4.zip | 38.78 KB | 3b271750eecb4099f82ab3b4db58b5e7 |
Release notes
Fixed Token/Pathauto integration which broke with the Token 1.4 release. Also fixed a menu reordering issue.
nodehierarchy 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-6.x-2.0.tar.gz | 33.75 KB | c0f7db2d917ab280780739cf3962e82b |
| nodehierarchy-6.x-2.0.zip | 42.03 KB | 1eb70d205b1a92a7584a4abed1afd392 |
Release notes
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.
nodehierarchy 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-5.x-1.3.tar.gz | 29.03 KB | a595894642713310a8b62d88cdcdd325 |
| nodehierarchy-5.x-1.3.zip | 36.43 KB | 2be2a4b0e7c6cb7dbefec395a9047720 |
Release notes
Fixed string translation issue and added check_plain to node title in tooltips in the child page ui.
Other bug fixes since 1.2
Whitespace cleanup and minor changes to menu system to hopefully take care of some of the issues discussed on #271112: Menu order changing when nodes are edited
Potential fix for #271112: Menu order changing when nodes are edited, menu order changing on node edit
#344228: Wrong shortcut "create new child" links in node's children menu. wrong link for creating new. thx wpiatkowski.
#341846: Conflict between Node Hierarchy and Killfile is causing SQL error when adding a new node or visiting NH configuration page, #336993: issue using og and node hierachy? query rewrite incompatibility with mysql 5.
#337290: Some extra tags and not xhmtl-valid code invalid img tags. thx ropsu
nodehierarchy 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-6.x-1.3.tar.gz | 30 KB | bd2c184eb990497983179b7951ffaed8 |
| nodehierarchy-6.x-1.3.zip | 39.04 KB | 68b78ea9ccc80dd60ff528d3de9c5cb5 |
Release notes
Fixed string translation issue and added check_plain to node title in tooltips in the child page ui.
Other fixes since 1.2:
Fixed #461544: menu_get_object returns wrong node on children nodes Remove menu_set_item call to prevent menu item weirdness.
Fixed issue caused by #374573: Retain "Create Menu" setting when set to optional_yes where menus were always reset when setting was default_yes
#374573: Retain "Create Menu" setting when set to optional_yes remember create menu option by lee20
#372141: Weird behaviour in Site Outline Error in site outline javascript.
#371118: Tests needed Simple testing stub by andreiashu.
#372776: Move node hierarchy down node type form Improvements to node type form by blackdog.
#346419: Compile error in nodehierarchy_views.module Fatal error in PHP 4 by joneian.
nodehierarchy 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-6.x-2.x-dev.tar.gz | 35.18 KB | 6bf6fcb7594c50a2484ffacefb9df0d2 |
| nodehierarchy-6.x-2.x-dev.zip | 43.6 KB | 8a0d9121465f63b1e60465bf96096e9c |
Release notes
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
May 17, 2010
- #799434: _nodehierarchy_get_children_menu_links not using correct Drupal db query structure
- #750002: nodehierarchy & domain (domain_prefix)
- #716206: NodeHierarchyAccess in 6.x-2.x
- bug by markcarver: fixed children table delete links
- bug by markcarver: fixed create child links on nodes
New Features and Support
May 17, 2010
nodehierarchy 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-6.x-1.2.tar.gz | 28.95 KB | 510ad4044c594dfbadb1aa98e7f228fb |
| nodehierarchy-6.x-1.2.zip | 37.56 KB | fad98dc1fa0ace96d18d47bfbc1fb224 |
Release notes
Fix to nodehierarchy_views uninstall function which was removing the nodehierarchy tables instead of the nodehierarchy_views tables causing unintended data loss.
nodehierarchy 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-5.x-1.2.tar.gz | 28.69 KB | 56c511c9d91ededf5e08feb4b4890c03 |
| nodehierarchy-5.x-1.2.zip | 36.15 KB | c568b1b0bcb8bc3100f5e76b7b3a10f1 |
Release notes
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.
nodehierarchy 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-6.x-1.1.tar.gz | 27.59 KB | a92a2f926cc6a20e95b6ee3624279b0c |
| nodehierarchy-6.x-1.1.zip | 36.24 KB | ea2abf40b8effaafc0ad05f38604a367 |
Release notes
This release makes Node hierarchy compatible with the final stable Views 2 API.
nodehierarchy 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-6.x-1.0.tar.gz | 26.83 KB | f36d0a99ac778940c7297a0489b4b25d |
| nodehierarchy-6.x-1.0.zip | 34.05 KB | 9c49465defbcd890e99cef6d16e4c48d |
Release notes
First stable release of Node Hierarchy for Drupal 6
Changes since DRUPAL-6--1:
- direct port of 5.x-1.0 to D6, lacking nodeaccess support and workflow-ng untested
- #257796 code standards cleanup by quicksketch.
- fixed issue with toggle url using the wrong params url
- fixed reorder children issue
Contains a fix for SA-2008-034 - Node Hierarchy - Access bypass.
nodehierarchy 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-5.x-1.1.tar.gz | 27.13 KB | 58eba3d94c459551f2a37c908ea0dccf |
| nodehierarchy-5.x-1.1.zip | 34.72 KB | da493d832689d98e03e35272a93c7ad7 |
Release notes
Version 1.1 release of Node Hierarchy for Drupal 5
Changes since DRUPAL-5--1-0:
- #241476 fixed token code for nodes with no parent.
- #257796 code standards cleanup by quicksketch.
- #228448 hierarchical parent selector pulldown. thx to isaac.niebeling and GameCollision for reviewing and to isaac.niebeling for fixing an access issue
- fixed reorder children issue
Contains a fix for SA-2008-034 - Node Hierarchy - Access bypass.
nodehierarchy 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-6.x-1.x-dev.tar.gz | 32.27 KB | ca89091d88c25c96debda22320b0fbb3 |
| nodehierarchy-6.x-1.x-dev.zip | 40.15 KB | 5943240c6b36d663ce00791752b719a4 |
Release notes
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.
nodehierarchy 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-5.x-1.0.tar.gz | 27.26 KB | d1cf0305022ef963d48778667c7f0bc7 |
| nodehierarchy-5.x-1.0.zip | 34.78 KB | b005055890f9528e1a5bbbfcf1f71f8e |
Release notes
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.
Some basic features in this version include
* Ability to allow nodes to be children or parent by type
* A child list tab on parent nodes
* A basic site outliner with some ajax for speed of use
* Node access integration
* Workflow-ng integration (thanks to fago)
* Token integration for hierarchical urls
* One-click creation of menu items
* Views integration with displaying of a nodes children using a view
nodehierarchy 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| nodehierarchy-5.x-1.x-dev.tar.gz | 29.38 KB | 2c96edc43c163d6d0f9055ff5c704894 |
| nodehierarchy-5.x-1.x-dev.zip | 35.99 KB | 42593d3cdf9892735575676ee4a1056f |
Release notes
First development release.