CHANGELOG.txt |
CHANGELOG.txt |
|
All recent changes to the Revisioning module can be found here:
http://drupal.org/node/407994/commits |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
README.txt |
README.txt |
|
DESCRIPTION
===========
This modules forces new unpublished content as well as edits to current content
to first go into a queue for review by a moderator/publisher, rather than
immediately becoming "live", i.e. visible to the public.
We… |
revisioning-rtl.css |
revisioning-rtl.css |
|
|
revisioning.admin.inc |
revisioning.admin.inc |
|
Admin configuration settings for Revisioning. |
revisioning.css |
revisioning.css |
|
.submenu.revisions {
}
.table-revisions .form-item, .table-revisions th.form-submit {
text-align: center;
padding: 0;
}
.revision-pending td {
background-color: #fcc; /* pale pink */
}
.revision-current td {
background-color: #faa; /*… |
revisioning.info |
revisioning.info |
|
name = Revisioning
description = Allows the creation and modification of content while the current revision remains unchanged and publicly visible until the changes have been reviewed by a moderator.
core = 6.x
dependencies[] = node_tools |
revisioning.install |
revisioning.install |
|
Install and uninstall hooks for Revisioning module. |
revisioning.module |
revisioning.module |
|
Allows the creation and modification of pre-published as well as live
content while the current revision remains unchanged and publicly visible
until the changes have been reviewed by a moderator. |
revisioning.pages.inc |
revisioning.pages.inc |
|
Rendering and altering of pages and forms used by Revisioning |
revisioning.rules.inc |
revisioning.rules.inc |
|
Rules integration for Revisioning module. |
revisioning.views.inc |
views/revisioning.views.inc |
|
Declare new node and node_revisions fields and filters. |
revisioning.views_default.inc |
views/revisioning.views_default.inc |
|
Canned view to display a summary of all site content. |
revisioning_api.inc |
revisioning_api.inc |
|
API functions of Revisioning module |
revisioning_handler_field_node_last_editor.inc |
views/revisioning_handler_field_node_last_editor.inc |
|
Handler for the 'Node: last edited by' field. |
revisioning_handler_field_node_number_of_revisions.inc |
views/revisioning_handler_field_node_number_of_revisions.inc |
|
Handler for the 'Node: number of revisions' field. |
revisioning_handler_field_node_revision_moderation.inc |
views/revisioning_handler_field_node_revision_moderation.inc |
|
Handler for the 'Node: revision moderation' field. |
revisioning_handler_field_node_state.inc |
views/revisioning_handler_field_node_state.inc |
|
Handler for the 'Node: state' field. |
revisioning_handler_field_revision_state.inc |
views/revisioning_handler_field_revision_state.inc |
|
Handler for the 'Node revision: state' field. |
revisioning_handler_filter_node_number_of_revisions.inc |
views/revisioning_handler_filter_node_number_of_revisions.inc |
|
Views filter override to filter on the number of revisions a node has. |
revisioning_handler_filter_node_revision_moderation.inc |
views/revisioning_handler_filter_node_revision_moderation.inc |
|
Views filter override to filter on whether node is subject to moderation. |
revisioning_handler_filter_node_state.inc |
views/revisioning_handler_filter_node_state.inc |
|
Views filter override to filter on node state, i.e. pending, archived, current. |
revisioning_handler_filter_revision_latest.inc |
views/revisioning_handler_filter_revision_latest.inc |
|
Views filter override to filter on revision recency, i.e. whether this is
the latest revision of a node or not. |
revisioning_handler_filter_revision_state.inc |
views/revisioning_handler_filter_revision_state.inc |
|
Views filter override to filter on revision state, i.e. pending, archived, current. |
revisioning_scheduler.info |
revisioning_scheduler/revisioning_scheduler.info |
|
name = Revisioning Scheduler
description = "Allows revisions to be published at specified times."
dependencies[] = revisioning
core = "6.x" |
revisioning_scheduler.install |
revisioning_scheduler/revisioning_scheduler.install |
|
Install and uninstall hooks for Revisioning Scheduler module. |
revisioning_scheduler.module |
revisioning_scheduler/revisioning_scheduler.module |
|
Allows for revisions to be published at a specified time and date. |
revisioning_scheduler.views.inc |
revisioning_scheduler/revisioning_scheduler.views.inc |
|
View elements for Revisioning Scheduler, in particular vid, uid and
scheduled publication date. Also defines joins to node and user tables. |
revisioning_theme.inc |
revisioning_theme.inc |
|
Include file for revisioning.module; deals with all theming aspects. |
revisioning_tokens.inc |
revisioning_tokens.inc |
|
Add tokens pertaining to the Revisioning module. |
revisioning_triggers_actions.inc |
revisioning_triggers_actions.inc |
|
Triggers and actions supported by the revisioning module. |
revisions-summary.tpl.php |
revisions-summary.tpl.php |
|
revisions-summary.tpl.php
Template to handle layout details of the submenu that appears above the
summary of node revisions. |