#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..
#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.
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.
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)
* 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.
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.