You are here

Functions in Revision Deletion 6

Primary tabs

Namesort descending Location Description Direct uses Strings
revision_deletion_auto_form ./revision_deletion.module Get the list of revisions to auto-delete. 2
revision_deletion_cron ./revision_deletion.module Implementation of hook_cron().
revision_deletion_delete_rev ./revision_deletion.module Implementation of revision_deletion_delete_rev(). Borrows heavily from the node.module api function to delete revisions, with some of the checks and messages removed. No check to make sure we are not deleting the current node revision. That is covered… 2
revision_deletion_get_list ./revision_deletion.module Get the list of revisions to delete. 3
revision_deletion_help ./revision_deletion.module Implementation of hook_help().
revision_deletion_list ./revision_deletion.module List all revisions of a node so they can be deleted manually. 2
revision_deletion_list_form ./revision_deletion.module Form to list all revisions of a node. 1
revision_deletion_list_form_submit ./revision_deletion.module Handle submission of form to list all revisions of a node. 1
revision_deletion_menu ./revision_deletion.module Implementation of hook_menu().
revision_deletion_menu_alter ./revision_deletion.module Implementation of hook_menu_alter(). Intercepts the core node revisions list and replaces it with ours.
revision_deletion_perm ./revision_deletion.module Implementation of hook_perm().
revision_deletion_settings ./revision_deletion.admin.inc Settings form. 1
revision_deletion_settings_page ./revision_deletion.module 1
revision_deletion_settings_reset ./revision_deletion.admin.inc Settings form reset. 1
revision_deletion_settings_submit ./revision_deletion.admin.inc Settings form submission. 1
revision_deletion_theme ./revision_deletion.module Implementation of hook_theme().
theme_revision_deletion_auto_form ./revision_deletion.module Theme the form to list all auto-delete eligible revisions.
theme_revision_deletion_list_form ./revision_deletion.module Theme the form to list all revisions of a node.
_revision_deletion_access ./revision_deletion.module Replace _node_revision_access(). 1

Other projects