admin.css |
admin.css |
|
form#-taxonomy-access-permissions-form .form-radio {
margin: 0; padding: 0;
}
form#-taxonomy-access-permissions-form .form-select {
font-size: 10px;
}
table.grant_help th {
vertical-align: top;
}
table.grant_help td p {
margin-top: 0px;
… |
CHANGELOG.txt |
CHANGELOG.txt |
|
Taxonomy Access 6.x-1.x-dev, xxxx-xx-xx
---------------------------------------
For complete changelog, see:
http://drupalcode.org/project/taxonomy_access.git/log/refs/heads/6.x-1.x
o Renamed several API functions:
- from:… |
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 category, as… |
tac_fields.admin.inc |
tac_fields/tac_fields.admin.inc |
|
Administrative interface for TAC Fields. |
tac_fields.info |
tac_fields/tac_fields.info |
|
name = TAC Fields
description = Taxonomy-based access control for individual CCK fields. This module is experimental.
dependencies[] = taxonomy
dependencies[] = taxonomy_access
dependencies[] = content
core = 6.x |
tac_fields.install |
tac_fields/tac_fields.install |
|
Install, update, and uninstall functions for the TAC Fields module. |
tac_fields.module |
tac_fields/tac_fields.module |
|
Allows administrators to control access to individual CCK fields based on
the node's taxonomy categories. |
taxonomy_access.admin.inc |
taxonomy_access.admin.inc |
|
Administrative interface for taxonomy access control. |
taxonomy_access.info |
taxonomy_access.info |
|
name = Taxonomy Access Control
description = Access control for user roles based on taxonomy categories.
dependencies[] = taxonomy
core = 6.x |
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 how each category (in the taxonomy) can be used by various roles. |
taxonomy_access.views.inc |
includes/taxonomy_access.views.inc |
|
Provides support for the Views module. |
taxonomy_access_handler_filter_create.inc |
includes/taxonomy_access_handler_filter_create.inc |
|
Provides the Views filter handler for TAC's Create grant. |
taxonomy_access_handler_filter_delete.inc |
includes/taxonomy_access_handler_filter_delete.inc |
|
Provides the Views filter handler for TAC's Delete grant. |
taxonomy_access_handler_filter_list.inc |
includes/taxonomy_access_handler_filter_list.inc |
|
Provides the Views filter handler for TAC's List grant. |
taxonomy_access_handler_filter_update.inc |
includes/taxonomy_access_handler_filter_update.inc |
|
Provides the Views filter handler for TAC's Update grant. |
taxonomy_access_handler_filter_view.inc |
includes/taxonomy_access_handler_filter_view.inc |
|
Provides the Views filter handler for TAC's View grant. |
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 file.
Taxonomy Access uses Drupal's AUTOMATED UPDATE… |