You are here

README.txt in Node Revision Delete 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 7.3 README.txt
  3. 7.2 README.txt
MODULE
------
Node Revision Delete


DESCRIPTION/FEATURES
--------------------
* 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.

* Automate the process of deleting old revisions with the cron functionality.

IDEALLY SUITED FOR:
-------------------

-- 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.

-- 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.


REQUIREMENTS
------------
Drupal 7.0


INSTALL/CONFIG
--------------
1. Move this folder into your modules directory like you would any other module.
2. Enable it from Modules >> Node Revision Delete.
3. The module can be configured at Configuration >> Node Revision Delete.

File

README.txt
View source
  1. MODULE
  2. ------
  3. Node Revision Delete
  4. DESCRIPTION/FEATURES
  5. --------------------
  6. * Enables the ability to mass delete aging node revisions.
  7. Possible settings include node type,
  8. the age of node revision before being deleted,
  9. along with a cron frequency setting.
  10. The revisions may be deleted after review on an administer page as well.
  11. This module will NEVER delete the current revision of a node.
  12. * Automate the process of deleting old revisions with the cron functionality.
  13. IDEALLY SUITED FOR:
  14. -------------------
  15. -- Any site with limited database size. Aged revisions,
  16. if not needed anymore, can bloat the size of the drupal database.
  17. If 10MBs or less is your maximum database size,
  18. this module may help you recover space.
  19. -- Collabrative writing/editing site.
  20. The revisions of node may pile up quickly during the article creation phase,
  21. but then the article/node stablizes and is rarely touched.
  22. If those 'in process' revisions are not needed long term,
  23. this automated tool may help clean up the node revisions table.
  24. REQUIREMENTS
  25. ------------
  26. Drupal 7.0
  27. INSTALL/CONFIG
  28. --------------
  29. 1. Move this folder into your modules directory like you would any other module.
  30. 2. Enable it from Modules >> Node Revision Delete.
  31. 3. The module can be configured at Configuration >> Node Revision Delete.