You are here

Functions in Content locking (anti-concurrent editing) 6

Primary tabs

Namesort descending Location Description Direct uses Strings
content_lock_admin_settings ./content_lock.admin.inc Providing an administration interface for content_lock. 1
content_lock_content_lock_skip_locking ./content_lock.module
content_lock_fetch_lock ./content_lock.module Fetch the lock for a node. 4
content_lock_form_alter ./content_lock.module Implementation of hook_form_alter().
content_lock_help ./content_lock.module Implementation of hook_help().
content_lock_install ./content_lock.install Implementation of hook_install().
content_lock_lock_owner ./content_lock.module Tell who has locked node. 2
content_lock_menu ./content_lock.module Implementation of hook_menu().
content_lock_node ./content_lock.module Try to lock a document for editing. 2
content_lock_nodeapi ./content_lock.module Implementation of hook_nodeapi().
content_lock_overview ./content_lock.module Build an overview of locked documents. 1
content_lock_perm ./content_lock.module Implementation of hook_perm().
content_lock_release ./content_lock.module Release a locked node. 5
content_lock_release_item ./content_lock.module Menu callback; release a locked node for all users or a specific user. 1
content_lock_release_own_item ./content_lock.module Release the lock of a node. We are using the current users uid, so the user only can delete his own locks. We never fail, as if the lock does not exist, the node is unlocked anyway 1
content_lock_schema ./content_lock.install
content_lock_timeout_admin_settings_validate modules/content_lock_timeout/content_lock_timeout.module Validation handler for the altered content_lock_admin_settings form. 1
content_lock_timeout_content_lock_locked modules/content_lock_timeout/content_lock_timeout.module Implementation of hook_content_lock_locked().
content_lock_timeout_cron modules/content_lock_timeout/content_lock_timeout.module Implementation of hook_cron().
content_lock_timeout_form_content_lock_admin_settings_alter modules/content_lock_timeout/content_lock_timeout.module Implement hook_form_FORM_ID_alter() to append settings to content_lock's settings page.
content_lock_timeout_nodeapi modules/content_lock_timeout/content_lock_timeout.module Implemention of hook_form_alter().
content_lock_uninstall ./content_lock.install Implementation of hook_uninstall().
content_lock_user ./content_lock.module
content_lock_views_api ./content_lock.module
content_lock_views_data views/content_lock.views.inc Implementation of hook_views_data()
content_lock_views_handlers views/content_lock.views.inc Implementation of hook_views_handlers()
content_lock_warn_pending_locks ./content_lock.module For every lock a user current have on any nodes, print a warning messagt with an link to release this node. 1
_content_lock_add_cancelbutton ./content_lock.module 1
_content_lock_add_nodeadministration ./content_lock.module 1
_content_lock_add_unload_js ./content_lock.module 1
_content_lock_is_lockable_node ./content_lock.module Check whether a node is configured to be protected by content_lock. 2
_content_lock_release_all_user_locks ./content_lock.module 1
_content_lock_save_lock_warning ./content_lock.module 1
_content_lock_show_warnings ./content_lock.module 1
_content_lock_still_locked ./content_lock.module 1
_content_lock_verbose ./content_lock.module 4

Other projects