Skip to content
Snippets Groups Projects
Select Git revision
  • 4.7.x-1.x
  • master default
  • 5.x-1.x
  • 6.x-1.x
  • 7.x-1.x
  • 6.x-1.0-alpha2
  • 5.x-1.3
  • 5.x-1.2
  • 6.x-1.0-alpha1
  • 5.x-1.1
  • 5.x-1.0
  • 4.7.x-1.0
12 results

revision_moderation

  • Open with
  • Download source code
  • user avatar
    The Great Git Migration authored and Drupal Git User (LDAP) committed
    7dfd83ac
    History
    DESCRIPTION
    ===========
    A site may wish to have nodes go into moderation before they are published, and
    to have any further changes made to the node stored as revisions.
    
    The default behaviour of Drupal under these circumstances is to unpublish the 
    entire node when new revisions are present. However, this is not usually
    desirable, since that makes the node unaccessible to all but node 
    administrators.
    
    The Revision Moderation module allows you to leave existing revisions of a node
    published while new revisions go into moderation for an administrator to
    approve.
    
    This module is designed to work with Drupal 4.7.x.
    
    INSTALLATION
    ============
    1. Place the "revision_moderation" folder in your "modules" directory.
    2. Enable the revision moderation module under administer >> modules.
    3. Under administer >> settings >> content types, click "configure" next to the
       modules on which you wish to enable revision moderation.
    4. Enable both the "New revisions in moderation" and "Create new revision"
       checkboxes on each content type that you'd like to have revision moderation.
    5. (Optional, but recommended) Enable the "pending revisions" block under 
       administer >> blocks.
    
    USAGE
    =====
    (For Administrators)
    1. Through either the Pending Revisions block, or the "pending revisions" tab at
       administer >> node, click on the title of a node with pending revisions. This
       will take you to a page showing all the revisions for that node.
    2. Click on the date/time of any revision to view its contents and check it over.
    3. If the changes are found acceptable, return to the "revisions" tab and click
       "revert" on the revision to make it the current published node.
    
    (For Users)
    Not much is different; create/edit nodes as normal. You'll be notified when 
    your revisions are pending moderation.
    
    AUTHOR
    ======
    Angela Byron (angie [at] lullabot.com)
    
    SPONSORS
    =======
    New America Foundation (http://newamerica.net/)