Download & Extend

Releases for Node Auto Term [NAT]

nat 7.x-1.0-alpha5

Download Size md5 hash
nat-7.x-1.0-alpha5.tar.gz 21.46 KB 87e617125b0781d52d88ebb2bb60e32c
nat-7.x-1.0-alpha5.zip 25.67 KB c71339af8cb71f794991739c5d940870
Last updated: April 5, 2012 - 07:21
Official release from tag: 7.x-1.0-alpha5

Release notes

Commit log:

  • Improve help text and status message.
  • #1514288: "Deleting NAT content type doesn't delete its fields at admin/structure/nat/fields"
  • #1118254: Patch by Steven Jones: New feature - Page manager node relationship. Blind commit.
  • #1270898: Patch by mdixoncm for "NAT not exposing itself to term views correctly".
  • #1499550: "NAT doesn't react if you delete a vocabulary... fatals when you create a node" - Implement hook_taxonomy_vocabulary_delete().
  • #1444694: patch by biwashingtonial for "Logic to cull NAT terms from taxonomy fields on NAT node form doesn't work when a vocabulary is served by multiple fields"
  • #1299666: "Notice: Undefined offset:"; Patch by pingers and bschilt.
  • #1084830: Delete associated term not working; Fix by capellic.
  • Nuke the tags[] option.
  • Query fixes.
    Query formatting fixes.
  • Remove unnecessary files[]
  • Issue #1162244 by Steven Jones: Doesn't handle language correctly
  • Fix configure link.

nat 7.x-1.0-alpha4

Download Size md5 hash
nat-7.x-1.0-alpha4.tar.gz 19.41 KB 493b6970bdb3d28410f4716d7b3dfe63
nat-7.x-1.0-alpha4.zip 23.49 KB 4a75fdc97be74203ea46e6d99bfefc57
Last updated: February 8, 2011 - 21:12
Official release from tag: 7.x-1.0-alpha4

Release notes

#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

Download Size md5 hash
nat-7.x-1.0-alpha3.tar.gz 19.43 KB 78abc6cd79ad4ff38e5be16e26aab58e
nat-7.x-1.0-alpha3.zip 23.51 KB 8adeec0bb364d24bed6894472ff88718
Last updated: January 25, 2011 - 11:22
Official release from tag: 7.x-1.0-alpha3

Release notes

#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

Download Size md5 hash
nat-7.x-1.0-alpha2.tar.gz 19.39 KB 05c1009c22d9c02eca54e0de9047ac8f
nat-7.x-1.0-alpha2.zip 23.46 KB 1a0b14ec17c5d4ca00f9e6e8e1acdb9e
Last updated: January 15, 2011 - 23:46
Official release from tag: 7.x-1.0-alpha2

Release notes

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 7.x-1.x-dev

Download Size md5 hash
nat-7.x-1.x-dev.tar.gz 21.46 KB ae32cbd70668c742cf4f44aa9281697f
nat-7.x-1.x-dev.zip 25.68 KB 7c0b4d2781fdf082337c7abb3da7a1e8
Last packaged version: 7.x-1.0-alpha4+22-dev
Last updated: April 4, 2012 - 12:36
Development snapshot from branch: 7.x-1.x

Release notes

Dev branch.

nat 6.x-1.3

Download Size md5 hash
nat-6.x-1.3.tar.gz 16.96 KB a38e4ac8f37d14feea4dbc51c8339802
nat-6.x-1.3.zip 20.94 KB e5e5e88a78f5ce84272486a9e9a1c3ae
Last updated: January 3, 2011 - 21:32
Official release from tag: 6.x-1.3

Release notes

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)
#194804: Remove NAT term and its children from the taxonomy vocabulary.

No t()s in schema declaration.

nat 7.x-1.0-alpha1

Download Size md5 hash
nat-7.x-1.0-alpha1.tar.gz 16.29 KB c0d63cc48c56abd21f3aa9c9636b97a5
nat-7.x-1.0-alpha1.zip 20.19 KB 14396d0bac2b7ef3528306f093b4c3e1
Last updated: December 24, 2010 - 23:25
Official release from tag: 7.x-1.0-alpha1

Release notes

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

Download Size md5 hash
nat-6.x-1.2.tar.gz 16.61 KB 0910612f23262b99e29c1e4ca30ac303
nat-6.x-1.2.zip 20.42 KB f64afc070a4680cca90c68a1f6497916
Last updated: December 24, 2010 - 23:25
Official release from tag: 6.x-1.2

Release notes

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

  • feature #624640 by jhedstrom: Add a views relationship to the NAT node.
  • bug #713132 by ManyNancy: Having NAT nid as argument caused taxonomy term filters to not work.
  • feature #726182: NAT Views support for Term Node Count module.
  • feature #730118: NAT Nid Views argument with depth
  • feature #446560 by hawleyal: Add NAT nid to term type views.
  • bug #194804: Unset NAT Term and its child on node edit so it cannot be assigned.
  • task #703712 by Kars-T: Code Cleanup.
  • bug #352242: Doesn't point to associated node if Taxonomy term has path alias.
  • ....

nat 6.x-1.1

Download Size md5 hash
nat-6.x-1.1.tar.gz 16.61 KB f142409e58eeecceef6e7fc4734c090f
nat-6.x-1.1.zip 20.42 KB 60b92a2842e49a11f9e61330793ef439
Last updated: December 24, 2010 - 23:25
Official release from tag: 6.x-1.1

Release notes

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

nat 5.x-3.1

Download Size md5 hash
nat-5.x-3.1.tar.gz 12.65 KB 648889fd800c3b0f374b032a2d6bbe51
nat-5.x-3.1.zip 14.06 KB 452944b6e9f69aef05cf916481e7079f
Last updated: December 24, 2010 - 23:25
Official release from tag: 5.x-3.1

Release notes

  • 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.
  • #325673: patch my machnik & miche _nat_update_terms() does not preserve term weight. [backport]
  • Add missing variable init. [backport]
  • #340859 : vocabulary id not preserving by _nat_update_terms(). (backport)
  • Help URL requires the help module to be enabled.

nat 6.x-1.1-beta3

Download Size md5 hash
nat-6.x-1.1-beta3.tar.gz 12.62 KB d64d7c0adb1d0f1cb28ab000282d29ed
nat-6.x-1.1-beta3.zip 14.08 KB 67d0e7d69215cf7441f286c98aa83e38
Last updated: December 24, 2010 - 23:25
Official release from tag: 6.x-1.1-beta3

Release notes

  • 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 6.x-1.1-beta2

Download Size md5 hash
nat-6.x-1.1-beta2.tar.gz 12.45 KB 9fd5788da37e7b3f7430e33fa40c8f62
nat-6.x-1.1-beta2.zip 13.92 KB 858156e3677c9b826c98eb09990a1905
Last updated: December 24, 2010 - 23:25
Official release from tag: 6.x-1.1-beta2

Release notes

Supports Views 2.

nat 6.x-1.1-beta

Download Size md5 hash
nat-6.x-1.1-beta.tar.gz 12.57 KB 7f0ec489525c1390dbf5dbc40204ccca
nat-6.x-1.1-beta.zip 14.09 KB e5c014ca685d9c57edc6ef206ef1d664
Last updated: December 24, 2010 - 23:25
Official release from tag: 6.x-1.1-beta

Release notes

Working port to D6. Ready for testing.

nat 6.x-1.x-dev

Download Size md5 hash
nat-6.x-1.x-dev.tar.gz 16.8 KB 8fc9e5137b289f83827d38ebf3b10904
nat-6.x-1.x-dev.zip 20.24 KB c9675a73e1f9199cd875b247fa6bc65b
Last updated: February 25, 2011 - 07:41
Development snapshot from branch: 6.x-1.x

Release notes

Development release for the D6 branch.

nat 5.x-2.1

Download Size md5 hash
nat-5.x-2.1.tar.gz 11.53 KB 47ea9e02f21731e35f3cd7bd0fb5d8de
nat-5.x-2.1.zip 12.6 KB ea644194c53e7d9025aa26c9c70abde1
Last updated: December 24, 2010 - 23:25
Official release from tag: 5.x-2.1

Release notes

* 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.1

Download Size md5 hash
nat-4.7.x-1.1.tar.gz 9.05 KB cf8f4e22d440d93e06c0b5c916d7fd05
nat-4.7.x-1.1.zip 9.83 KB 49ce23ed611c70e20c13dd4b24463ebb
Last updated: December 24, 2010 - 23:25
Official release from tag: 4.7.x-1.1

Release notes

Fixed install file issues.

nat 5.x-1.1-beta

Download Size md5 hash
nat-5.x-1.1-beta.tar.gz 9.94 KB bae30a0423fdd1936895740ae09438cb
nat-5.x-1.1-beta.zip 10.99 KB 90be0ee84854acd50a7c11e937cfe60e
Last updated: December 24, 2010 - 23:25
Official release from tag: 5.x-1.1-beta

Release notes

Beta release for Drupal 5.

nat 4.7.x-1.0

Download Size md5 hash
nat-4.7.x-1.0.tar.gz 9.26 KB 865257c2cd71a152e1471db3ab00e76b
nat-4.7.x-1.0.zip 9.97 KB 2b7a56968f79a7cd5b89feaa7af8be4d
Last updated: December 24, 2010 - 23:25
Official release from tag: 4.7.x-1.0

Release notes

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.

nat HEAD

Download Size md5 hash
nat-HEAD.tar.gz 16.28 KB 88aaa89d2c1040e013f587f71c8c7c9b
nat-master.tar.gz 21.4 KB 7bf6b7bc38547913a9486b19c499366c
nat-HEAD.zip 20.19 KB aff49a3c7af8bf2881b81e7941060b65
nat-master.zip 25.6 KB f7635f15682366ab39d1ae6e5008a496
Last packaged version: master
Last updated: April 5, 2012 - 12:31
Development snapshot from branch: master
Subscribe with RSS Syndicate content
nobody click here