taxonomy_access 7.x-1.0

Bug fixes

This is the first stable release for Taxonomy Access Control in Drupal 7.

taxonomy_access 7.x-1.0-rc1

New features
Bug fixes

This is the first stable release candidate for Taxonomy Access Control in Drupal 7.

Important notes

  1. This release candidate requires Drupal 7.8 or later.
  2. If you previously installed any version of Taxonomy Access Control earlier than 7.x-1.0-alpha1, you must run update.php when installing this release candidate.
  3. Be sure to clear your site and browser caches when updating from previous versions.

Changes since 6.x-1.3

  • Several performance improvements.
  • The Create permission has been renamed to Add tag.
  • The List permission has been renamed to View tag.
  • The Add tag permission for the vocabulary default now controls whether a role can automatically create new terms in that vocabulary in autocomplete (freetagging) fields.
  • Term reference fields are automatically hidden if Add tag permissions do not allow the user to change the field value.
  • Terms disallowed by the Add tag permission are disabled rather than hidden. See #1209154: Form UX: disabling vs. hiding disallowed terms for the reason this change was made as well as possible future improvements.
  • The module's database tables and grant realm have been renamed.
  • Administrative paths have changed.

taxonomy_access 7.x-1.0-alpha1

New features
Bug fixes

This is the first alpha release for Taxonomy Access Control in Drupal 7.

Important notes

  1. This alpha requires Drupal 7.8 or later.
  2. If you previously installed any version of Taxonomy Access Control, including 7.x-1.x-dev or a git clone, you must run update.php when installing this alpha release.

Changes since 6.x-1.3

  • Several performance improvements.
  • The Create permission has been renamed to Add tag.
  • The List permission has been renamed to View tag.
  • The Add tag permission for the vocabulary default now controls whether a role can automatically create new terms in that vocabulary in autocomplete (freetagging) fields.
  • The module's database tables and grant realm have been renamed.

For a complete changelog, see the git log.

Outstanding issues

This alpha release has the following outstanding issues:

taxonomy_access 6.x-1.3

New features
Bug fixes

The 6.x-1.3 release of Taxonomy Access Control fixes a major bug where editing nodes under certain conditions would corrupt node access records, possibly leading to restricted nodes being accessible. (See #902858: Node records sometimes corrupted after removing all terms from the node and #902858: Node records sometimes corrupted after removing all terms from the node). Various other minor bug fixes and features are also included.

Note: the tac_fields submodule should be considered experimental; do not use this submodule on a production site without thorough testing.

Complete changelog:

taxonomy_access 6.x-1.2

Bug fixes

Critical bug fix:

#746548 by xjm: Fixed critical bug in hook_db_rewrite_sql() that prevented create/list permissions from functioning properly.

For documentation of all changes since 6.x-1.0, see the release notes for 6.x-1.1.

taxonomy_access 6.x-1.1

New features
Bug fixes

This release includes numerous bug fixes, performance improvements, and documentation improvements, as well as one new feature to make administering taxonomy hierarchies easier.

taxonomy_access 5.x-2.0

New features
Bug fixes

Final release for Drupal 5. Improved administration UI; several bug fixes.

NOTE: If you are updating from a previous version, be sure to review the instructions in UPDATE.txt under UPDATING FROM VERSION 5.1 OR PREVIOUS.

taxonomy_access 5.x-2.x-dev

New features

This branch introduces some important SQL optimizations, which drastically reduce the number of database records required for sites with a large number of terms and roles. The admin interface has been updated to allow you to keep your access rules lean and mean.

The changes should ease administration, make some queries faster, and have certainly made the code simpler. The important stuff seems to be working, but please test your rules carefully and report any anomalies (include a simple example of an access scheme which doesn't behave as expected so that we can replicate).

taxonomy_access 5.x-1.1

Bug fixes

Several bugfixes.

NOTE: Release date is not correct! (See date of files inside tarbal)

taxonomy_access HEAD

NOTE: Release date is not correct! (See date of files inside tarbal)

Subscribe with RSS Subscribe to Releases for Taxonomy Access Control