/[drupal]/contributions/modules/revision_deletion/README.txt
ViewVC logotype

Contents of /contributions/modules/revision_deletion/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Nov 20 21:06:19 2006 UTC (3 years ago) by gman
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-5--1-1, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
File MIME type: text/plain
Initial submissin of the Revision Deletion module.
1 $Id:
2 $Source:
3
4
5 MODULE
6 ------
7 Revision Deletion
8
9
10 DESCRIPTION/FEATURES
11 --------------------
12 * Enables the ability to mass delete aging node revisions. Possible settings include node type, the age of node revision before being deleted, along with a cron frequency setting. The revisions may be deleted after review on an administer page as well. This module will NEVER delete the current revision of a node.
13
14 * Automate the process of deleting old revisions with the cron functionality.
15
16 IDEALLY SUITED FOR:
17 -------------------
18
19 -- Any site with limited database size. Aged revisions, if not needed anymore, can bloat the size of the drupal database. If 10MBs or less is your maximum database size, this module may help you recover space.
20
21 -- Collabrative writing/editing site. The revisions of node may pile up quickly during the article creation phase, but then the article/node stablizes and is rarely touched. If those 'in process' revisions are not needed long term, this automated tool may help clean up the node revisions table.
22
23
24 REQUIREMENTS
25 ------------
26 Drupal 4.7
27
28
29 INSTALL/CONFIG
30 --------------
31 1. Move this folder into your modules directory like you would any other module.
32 2. Enable it from administer >> modules.
33 3. The module can be configured at administer >> settings >> revision_deletion. Select the cron frequency, the age before revisions are considered for deletion and the node types that should have their revisions deleted.
34
35 Deletions can be manually run at administer >> revision_deletion. A review screen will display all the node revisions that meet the settings criteria.
36
37
38 AUTHOR/MAINTAINER
39 -------
40 Greg Holsclaw <gregh AT tech-wanderings DOT com>

  ViewVC Help
Powered by ViewVC 1.1.2