CHANGELOG.txt |
CHANGELOG.txt |
|
All changes can be viewed in the Git repository:
http://drupalcode.org/project/revisioning.git/shortlog/refs/heads/7.x-1.x |
README.txt |
README.txt |
|
DESCRIPTION
===========
This module channels unpublished content as well as edits to current content
into a queue for review by a moderator/publisher prior to becoming "live", i.e.
visible to the public.
We took our inspiration from the… |
README.txt |
revisioning_scheduler/README.txt |
|
DESCRIPTION
===========
The Revisioning Scheduler is an optional add-on for the Revisioning module.
It allows users to schedule a publication date for a new or existing content
revision (in the latter case we speak of reversion rather than… |
revisioning-rtl.css |
revisioning-rtl.css |
|
/* Empty. Add your own. */ |
revisioning.admin.inc |
revisioning.admin.inc |
|
Admin configuration settings for Revisioning. |
revisioning.css |
revisioning.css |
|
.table-revisions th.form-submit,
.table-revisions td .form-type-checkbox {
text-align: center;
}
.revision-pending td {
background-color: #fcc; /* pale pink */
}
.revision-current td {
background-color: #faa; /* red-pink when current revision… |
revisioning.info.yml |
revisioning.info.yml |
|
revisioning.info.yml |
revisioning.install |
revisioning.install |
|
Install and uninstall hooks for Revisioning module. |
revisioning.module |
revisioning.module |
|
Allows content to be updated and reviewed before submitting it for
publication, while the current live revision remains unchanged and publicly
visible until the changes have been reviewed and found fit for publication
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.taxonomy.inc |
revisioning.taxonomy.inc |
|
Code required only when the Taxonomy module is enabled. |
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 or
current. |
revisioning_handler_filter_revision_latest.inc |
views/revisioning_handler_filter_revision_latest.inc |
|
Views filter to display in a 'Content revisions' view only
published revisions. Does not work in a standard 'Content' view. |
revisioning_handler_filter_revision_latest_published.inc |
views/revisioning_handler_filter_revision_latest_published.inc |
|
Views filter to display in a 'Content revisions' view only the latest
revision of each node. Does not work in a standard 'Content' view. |
revisioning_handler_filter_revision_state.inc |
views/revisioning_handler_filter_revision_state.inc |
|
revisioning_handler_filter_revision_state.inc |
revisioning_scheduler.info.yml |
revisioning_scheduler/revisioning_scheduler.info.yml |
|
revisioning_scheduler/revisioning_scheduler.info.yml |
revisioning_scheduler.install |
revisioning_scheduler/revisioning_scheduler.install |
|
Database schema for Revisioning Scheduler module. |
revisioning_scheduler.module |
revisioning_scheduler/revisioning_scheduler.module |
|
Allows revisions to be published at specified dates and times. |
revisioning_scheduler.views.inc |
revisioning_scheduler/revisioning_scheduler.views.inc |
|
View elements for Revisioning Scheduler. |
revisioning_scheduler.views_default.inc |
revisioning_scheduler/revisioning_scheduler.views_default.inc |
|
Canned view to display a summary of all content scheduled for publiction. |
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. |
revisioning_ux.css |
revisioning_ux/revisioning_ux.css |
|
.table-revisions .form-type-item {
padding-left: 24px;
}
.revisions-active {
margin-left: -24px;
padding-left: 24px;
background: url('images/arrow-right.png') no-repeat;
}
.revisioning-ux-buttons form {
float: left;
… |
revisioning_ux.info.yml |
revisioning_ux/revisioning_ux.info.yml |
|
revisioning_ux/revisioning_ux.info.yml |
revisioning_ux.module |
revisioning_ux/revisioning_ux.module |
|
Revisioning User Experience Adjustments |
revisions-summary-reset.tpl.php |
revisioning_ux/revisions-summary-reset.tpl.php |
|
revisions-summary-reset.tpl.php
Removes the items added by revisions/revisions-summary.tpl.php, which
adds the submenu that appears above the summary of node revisions.
We replace that submenu with buttons at the bottom of the revisions
summary in… |
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. |