You are here

Functions in Revisioning 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
revisioning_rules_condition_info ./revisioning.rules.inc
revisioning_rules_event_info ./revisioning.rules.inc Implementation of hook_rules_event_info().
revisioning_rules_loaded_current_label ./revisioning.rules.inc Label callback for "loaded_current_revision" variable. 1
revisioning_scheduler_check revisioning_scheduler/revisioning_scheduler.module Check to see if there is already a scheduled publish for this revision, if so delete it. 1
revisioning_scheduler_cron revisioning_scheduler/revisioning_scheduler.module Implementation of hook_cron If there are any revisions with times that have passed, then publish them and delete them from the database
revisioning_scheduler_form_alter revisioning_scheduler/revisioning_scheduler.module Adds a text field and checkbox to the revisioning form. Implementation of hook_form_alter().
revisioning_scheduler_install revisioning_scheduler/revisioning_scheduler.install Implementation of hook_install().
revisioning_scheduler_revisionapi revisioning_scheduler/revisioning_scheduler.module Implementation of hook_revisionapi Makes sure article is able to be published according to its timestamp.
revisioning_scheduler_schema revisioning_scheduler/revisioning_scheduler.install Implementation of hook_schema().
revisioning_scheduler_uninstall revisioning_scheduler/revisioning_scheduler.install Implementation of hook_uninstall().
revisioning_scheduler_views_api revisioning_scheduler/revisioning_scheduler.module Register View API information.
revisioning_scheduler_views_data revisioning_scheduler/revisioning_scheduler.views.inc @file View elements for Revisioning Scheduler, in particular vid, uid and scheduled publication date. Also defines joins to node and user tables.
revisioning_theme ./revisioning_theme.inc Implementation of hook_theme(). Register the theme_hooks() available in this module, with their arguments and default values.
revisioning_token_list ./revisioning_tokens.inc Implementation of hook_token_list().
revisioning_token_values ./revisioning_tokens.inc Implementation of hook_token_values().
revisioning_uninstall ./revisioning.install Implementation of hook_uninstall().
revisioning_unpublish_confirm ./revisioning.pages.inc Return a confirmation page for unpublishing the node. 1
revisioning_unpublish_confirm_submit ./revisioning.pages.inc Submission handler for the unpublish_confirm form.
revisioning_update_6307 ./revisioning.install Implementation of hook_update_N().
revisioning_update_6313 ./revisioning.install Implementation of hook_update_N().
revisioning_user_all_access ./revisioning_api.inc Return TRUE only if the user account has ALL of the supplied permissions. 1
revisioning_user_node_access ./revisioning.module Implementation of hook_user_node_access(). 1
revisioning_views_api ./revisioning.module Implementation of hook_views_api().
revisioning_views_data_alter views/revisioning.views.inc Implementation of hook_views_data_alter().
revisioning_views_default_views views/revisioning.views_default.inc Implementation of hook_views_default_views().
revisioning_views_handlers views/revisioning.views.inc Implementation of hook_views_handlers().
theme_revisioning_revisions_summary ./revisioning_theme.inc Theme the supplied form.
vid_to_arg ./revisioning.module Perform path manipulations for menu items containing %vid wildcard. $map contains what arg() function returns, eg. $map[0]=='node', $map[1]=='123'.
_revisioning_delete_revision ./revisioning_api.inc Delete selected revision of node, provided it's not current.
_revisioning_delete_submit ./revisioning.pages.inc Handler for the 'Delete this revision' button on the edit form. 1
_revisioning_edit ./revisioning.module Callback for the primary Edit tab. 1
_revisioning_edit_revision ./revisioning.module Callback to edit a particular revision. 1
_revisioning_form_submit ./revisioning.pages.inc Handler for the 'Save' button on the edit form. 1
_revisioning_generate_node_links_according_to_permissions ./revisioning_theme.inc Return an array of hyperlinks representing the operations the logged-in user is allowed to perform on the supplied node. 1
_revisioning_get_all_revisions_for_node ./revisioning_api.inc Retrieve a list of all revisions (archive, current, pending) belonging to the supplied node. 1
_revisioning_get_number_of_pending_revisions ./revisioning_api.inc Return a count of the number of revisions newer than the current revision. 2
_revisioning_get_number_of_revisions_newer_than ./revisioning_api.inc Return a count of the number of revisions newer than the supplied vid. 1
_revisioning_get_pending_revisions ./revisioning_api.inc Retrieve a list of revisions with a vid greater than the current. 1
_revisioning_insert_msg ./revisioning.module 1
_revisioning_load_op ./revisioning.module 4
_revisioning_node_info_msg ./revisioning_api.inc Return a string with details about the node that is about to be displayed. 1
_revisioning_node_is_pending ./revisioning_api.inc Return TRUE when either of the following is true: o the supplied node has at least one revision more recent than the current o the node is not yet published and consists of a single revision 2
_revisioning_node_revision_access ./revisioning.module Determine whether the supplied revision operation is permitted on the node. This requires getting through three levels of defence: o Is the operation appropriate for this node at this time, e.g. a node must not be published if it already is or if it… 3 2
_revisioning_operation_appropriate ./revisioning.module Test whether the supplied revision operation is appropriate for the node. This is irrespective of user permissions, e.g. even for an administrator it doesn't make sense to publish a node that is already published or to "revert" to the… 1
_revisioning_prepare_msg ./revisioning.module 1
_revisioning_present_node ./revisioning.module Display all revisions of the supplied node in a themed table with links for the permitted operations above it. 1
_revisioning_publish_latest_revision ./revisioning_api.inc Find the most recent pending revision, make it current, unless it already is and publish node. Note that no check is made as to whether the initiating user has permission to publish this node. 2
_revisioning_publish_revision ./revisioning_api.inc Make the supplied revision of the node current and publish it. It is the caller's responsibility to provide proper revision. Note that no check is made as to whether the initiating user has permission to publish this revision. 3
_revisioning_revertpublish_revision ./revisioning_api.inc Revert node to selected revision without changing its publication status.
_revisioning_revert_revision ./revisioning_api.inc Revert node to selected revision without publishing it. 1

Pages

Other projects