tac_fields_add_form |
tac_fields/tac_fields.admin.inc |
Form to choose a field to control with TAC. |
1 |
1 |
tac_fields_add_form_submit |
tac_fields/tac_fields.admin.inc |
Submit handler for tac_fields_add_form(). |
|
|
tac_fields_admin |
tac_fields/tac_fields.admin.inc |
Menu callback for TAC Fields admin page (admin/user/tac_fields). |
|
1 |
tac_fields_admin_form |
tac_fields/tac_fields.admin.inc |
Main administration form, with grid of permissions per term. |
|
1 |
tac_fields_admin_form_submit |
tac_fields/tac_fields.admin.inc |
Submit handler for permission administration form. |
|
|
tac_fields_build_row |
tac_fields/tac_fields.admin.inc |
Assembles an admin form row with the appropriate radio buttons. |
1 |
|
tac_fields_delete |
tac_fields/tac_fields.admin.inc |
|
|
1 |
tac_fields_field_access |
tac_fields/tac_fields.module |
Implements hook_field_access(). |
|
|
tac_fields_help |
tac_fields/tac_fields.module |
Implements hook_help(). |
|
|
tac_fields_init |
tac_fields/tac_fields.module |
Implements hook_init(). |
|
|
tac_fields_install |
tac_fields/tac_fields.install |
Implements hook_install().
Adds module tables to the database and sets module weight. |
|
|
tac_fields_menu |
tac_fields/tac_fields.module |
Implements hook_menu(). |
|
|
tac_fields_recursive_update |
tac_fields/tac_fields.admin.inc |
|
1 |
|
tac_fields_schema |
tac_fields/tac_fields.install |
Implements hook_schema().
Tables: {term_field_access} and {term_field_access_defaults} |
|
|
tac_fields_taxonomy |
tac_fields/tac_fields.module |
Implements hook_taxonomy(). |
|
|
tac_fields_theme |
tac_fields/tac_fields.module |
Implements hook_theme(). |
|
|
tac_fields_uninstall |
tac_fields/tac_fields.install |
Implements hook_uninstall().
Removes module tables from the database. |
|
|
tac_fields_update_defaults |
tac_fields/tac_fields.admin.inc |
|
1 |
|
tac_fields_update_grants |
tac_fields/tac_fields.admin.inc |
|
2 |
|
taxonomy_access_admin |
./taxonomy_access.admin.inc |
Menu callback (for admin/user/taxonomy_access).
Renders the TAC permissions administration form. |
|
1 |
taxonomy_access_admin_build_row |
./taxonomy_access.admin.inc |
Assembles a row of grant options for a term or default on the admin form. |
1 |
|
taxonomy_access_admin_delete_role |
./taxonomy_access.admin.inc |
Form callback to delete all access rules for a particular role. |
|
2 |
taxonomy_access_admin_form |
./taxonomy_access.admin.inc |
Form for managing grants by role. |
|
2 |
taxonomy_access_admin_form_submit |
./taxonomy_access.admin.inc |
Submit handler for the administration form at admin/user/taxonomy_access. |
|
|
taxonomy_access_db_rewrite_sql |
./taxonomy_access.module |
Implements hook_db_rewrite_sql(). |
|
|
taxonomy_access_enable |
./taxonomy_access.module |
Implements hook_enable(). |
|
|
taxonomy_access_form_alter |
./taxonomy_access.module |
Implements hook_form_alter(). |
|
|
taxonomy_access_form_taxonomy_form_term_alter |
./taxonomy_access.module |
Implements hook_form_FORM_ID_alter() for taxonomy-form-term.
Overriding the term deletion form's submit handler allows us to determine
which {node_access} entries must be updated before the {term_data} and
{term_node} records are deleted from the… |
|
|
taxonomy_access_form_taxonomy_vocabulary_confirm_delete_alter |
./taxonomy_access.module |
Implements hook_form_FORM_ID_alter() for taxonomy-vocabulary-confirm-delete.
Overriding the vocabulary deletion form's submit handler allows us to
determine which {node_access} entries must be updated before the
{term_data} and {term_node}… |
|
|
taxonomy_access_get_default_grants |
./taxonomy_access.module |
Gets default permissions for a given role. |
|
|
taxonomy_access_get_grants |
./taxonomy_access.module |
Gets permissions for a given role. |
|
|
taxonomy_access_help |
./taxonomy_access.module |
Implements hook_help(). |
|
|
taxonomy_access_init |
./taxonomy_access.module |
Implements hook_init(). |
|
|
taxonomy_access_install |
./taxonomy_access.install |
Implements hook_install().
Adds tables to database: 'term_access', 'term_access_defaults' |
|
|
taxonomy_access_last_removed |
./taxonomy_access.install |
Implements hook_update_last_removed(). |
|
|
taxonomy_access_menu |
./taxonomy_access.module |
Implements hook_menu(). |
|
|
taxonomy_access_nodeapi |
./taxonomy_access.module |
Implements hook_nodeapi(). |
|
|
taxonomy_access_node_access_records |
./taxonomy_access.module |
Implements hook_node_access_records(). |
|
|
taxonomy_access_node_grants |
./taxonomy_access.module |
Implements hook_node_grants().
Gives access to taxonomies based on the taxonomy_access table. |
|
|
taxonomy_access_preserve_terms |
./taxonomy_access.module |
Used to preserve terms deleted by taxonomy_node_delete()
that the user shouldn't have access to delete.
See http://drupal.org/node/92355 and http://drupal.org/node/93086 |
1 |
|
taxonomy_access_restore_terms |
./taxonomy_access.module |
Used to restore terms deleted by taxonomy_node_delete()
that the user shouldn't have access to delete.
See http://drupal.org/node/92355 and http://drupal.org/node/93086 |
1 |
|
taxonomy_access_schema |
./taxonomy_access.install |
Implements hook_schema(). |
|
|
taxonomy_access_set_default_grants |
./taxonomy_access.module |
Updates default permissions for a role for a vocabulary.
Note: This function adds nodes to the affected nodes cache.
Callers should run _taxonomy_access_node_access_update() on
_taxonomy_access_cache_affected_nodes() after all changes are processed. |
1 |
|
taxonomy_access_set_recursive_grants |
./taxonomy_access.module |
Recursively updates permissions for a role for a term. |
1 |
|
taxonomy_access_set_term_grants |
./taxonomy_access.module |
Updates permissions for a role for a term.
Note: This function adds nodes to the affected nodes cache.
Callers should run _taxonomy_access_node_access_update() on
_taxonomy_access_cache_affected_nodes() after all changes are processed. |
2 |
|
taxonomy_access_taxonomy |
./taxonomy_access.module |
Implements hook_taxonomy(). |
|
|
taxonomy_access_term_submit |
./taxonomy_access.module |
Submit handler for term deletions.
Overrides term deletion handling to determine what node access to update. |
|
1 |
taxonomy_access_theme |
./taxonomy_access.module |
Implements hook_theme(). |
|
|
taxonomy_access_uninstall |
./taxonomy_access.install |
Implements hook_uninstall(). |
|
|
taxonomy_access_update_4 |
./taxonomy_access.install |
Delete variable 'taxonomy_access_enabled'. |
|
|