Posted by xjm on September 10, 2011 at 2:55am
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_access-7.x-1.0-rc1.tar.gz | 37.35 KB | b8ee44eb5de829c0df554934d540f9d8 |
| taxonomy_access-7.x-1.0-rc1.zip | 41.67 KB | 43d7897cfe57360e388a24e0a27d1499 |
Last updated: September 10, 2011 - 02:56
Release notes
This is the first stable release candidate for Taxonomy Access Control in Drupal 7.
Important notes
- This release candidate requires Drupal 7.8 or later.
- If you previously installed any version of Taxonomy Access Control earlier than 7.x-1.0-alpha1, you must run
update.phpwhen installing this release candidate. - 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.
For a complete changelog, see the git log.
Outstanding issues
All known bugs have been resolved. However, there is a Drupal core bug that may cause issues when a field with controlled terms is deleted from a content type:
#1065814: Vocabulary terms remain after removing field from content type