nat 7.x-1.0-alpha4

Bug fixes
Unsupported

#1038118: NAT sync not working with fields - added a node_load to _nat_sync_associations.
Only overwrite modified fields.
#1046756: Install error: no need to explicitly call drupal_install_schema and drupal_uninstall_schema..

nat 7.x-1.0-alpha3

New features
Bug fixes
Unsupported

#1039040: Remove the node link feature as taxonomy terms are no longer displayed as part of the node's links. They are displayed as fields using taxonomy term reference. The NAT module now uses a formatter to redirect taxonomy terms to the associated NAT node. Setting the display formatter to "NAT link" in the "Display" tab under "Manage fields" should be all that is necessary.

Also removed some debug code in the field form's validation hook.

nat 7.x-1.0-alpha2

New features
Unsupported

Drupal 7 port along with a necessary new feature - field mapping. This is highly experimental and testing & feedback (and patches, of course) are much sought after.

nat 6.x-1.3

Bug fixes
Unsupported

bug #736236 by xalen: Warning on edit page when NAT node type is not assigned with any vocabulary.
Reverting patch from (bug #194804: Unset NAT Term and its child on node edit so it cannot be assigned.)
Avoid unnecessary string check in hook_link_alter().
#907792: Patch by Will White - PHP 5.3 warning: Parameter 2 to nat_form_alter() expected to be a reference, value given in common.inc
#628118: Preserve term description when updating (when Associate node body with term description is disabled)

nat 7.x-1.0-alpha1

Unsupported

Initial port to Drupal 7.

Quick notes:

  • Creating NAT Terms working properly.
  • Removed support for synonyms.
  • Link to the associated node rather than the taxonomy page is not there yet.
  • Views Integration is not working yet.

nat 6.x-1.2

New features
Bug fixes
Unsupported

Changes since DRUPAL-6--1-1-BETA3:

nat 6.x-1.1

New features
Bug fixes
Unsupported

Identical as version nat-6.x-1.2. Mistake.

nat 5.x-3.1

New features
Bug fixes
Unsupported
  • Introduce _nat_variable_get().
  • Introduce nat_set_config to register associations during installation.
  • Introduce nat_get_term. Backport from HEAD.
  • #194800: Joachim - Fix typo.
  • #194802: Joachim - Fix redirect URL.
  • #197105 : anantagati - Add views support.
  • #201542: Include of file for support of Views moved outside of hook_menu().
  • Sync page query fix: add missing n.type and remove vestigial n1.vid.
  • #325208: pearcec - pgsql fixes.

nat 6.x-1.1-beta3

Bug fixes
Unsupported
  • Port anantagati's hook_views_api patch from HEAD.
  • #325673: patch by machnik & miche _nat_update_terms() does not preserve term weight.
  • Remove errant t()s.
  • #188377: Do not update NAT for direct calls from node_save(). Restrict only to form operations.
  • Add missing variable init.
  • #340859 : vocabulary id not preserving by _nat_update_terms().
  • Help URL requires the help module to be enabled.
  • Use drupal_write_record.

nat 5.x-2.1

New features
Bug fixes
Unsupported

* Re-adds support for body syncing, auto-deletion etc.
* Adds option to modify taxonomy links to point to related NAT nodes rather than the taxonomy term.
* Adds support for entering synonyms and related terms during node creation.
* Fix issues with caching.
* Improve sync-ing.

nat 4.7.x-1.0

Unsupported

The NAT module is a helper module used to maintain node-term relationships, i.e. when a node is created, an equivalent taxonomy term is automatically created in any associated vocabularies. This module is a simple but effective way to create node-node relationships via the taxonomy module.

Subscribe with RSS Subscribe to Releases for Node Auto Term [NAT]