CHANGELOG.txt |
CHANGELOG.txt |
|
For complete changelog, see:
http://drupalcode.org/project/taxonomy_access.git/log/refs/heads/7.x-1.x
Taxonomy Access 7.x-1.x-dev, xxxx-xx-xx
---------------------------------------
Taxonomy Access 7.x-1.0,… |
INSTALL.txt |
INSTALL.txt |
|
TO INSTALL, simply install and enable the module, in these steps.
PLEASE CHECK that you use the right version of Taxonomy Access for your
version of DRUPAL.
IMPORTANT: This is a complicated module. When you first learn to use this
module,… |
README.txt |
README.txt |
|
-----------------------
GENERAL DESCRIPTION
-----------------------
This module allows you to set access permissions for various taxonomy
categories based on user role.
There are permissions to VIEW, UPDATE, and DELETE nodes in each… |
taxonomy_access.admin.inc |
taxonomy_access.admin.inc |
|
Administrative interface for taxonomy access control. |
taxonomy_access.create.inc |
taxonomy_access.create.inc |
|
Implements the Add Tag (create) grant on editing forms. |
taxonomy_access.css |
taxonomy_access.css |
|
table.grant_help th {
vertical-align: top;
}
table.grant_help td p {
margin-top: 0px;
margin-bottom: 8px;
}
table.grant_help em.perm {
font-weight: bold;
}
label.disabled {
color: #999;
font-style: italic;
}
.view-0,
.update-0,
.delete-0… |
taxonomy_access.info |
taxonomy_access.info |
|
name = Taxonomy Access Control
description = Access control for user roles based on taxonomy categories.
dependencies[] = taxonomy (>=7.8)
core = 7.x
configure = admin/config/people/taxonomy_access
files[] = taxonomy_access.test |
taxonomy_access.install |
taxonomy_access.install |
|
Install, update, and uninstall functions for Taxonomy Access Control. |
taxonomy_access.module |
taxonomy_access.module |
|
Allows administrators to specify access control for taxonomy categories. |
taxonomy_access.test |
taxonomy_access.test |
|
Automated tests for the Taxonomy Access Control module. |
UPDATE.txt |
UPDATE.txt |
|
READ THIS FILE if you are updating from previous versions of
'taxonomy_access.module'.
If you are installing taxonomy_access.module for the first time, you may ignore
this… |