You are here

README.txt in Node Revision Delete 8

Same filename in this branch
  1. 8 README.txt
  2. 8 modules/node_revision_generate/README.txt
Same filename and directory in other branches
  1. 7.3 README.txt
  2. 7 README.txt
  3. 7.2 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * FAQ
 * Maintainers


INTRODUCTION
------------

The Node Revision Delete module lets you to track and prune old revisions of
content types.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/node_revision_delete

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/search/node_revision_delete


REQUIREMENTS
------------

No special requirements.


RECOMMENDED MODULES
-------------------

 * Drush Help (https://www.drupal.org/project/drush_help):
   Improves the module help page showing information about the module's Drush
   commands.


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module.
   See: https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
   for further information.


CONFIGURATION
-------------

 * Configure the module in Administration » Configuration »
   Content authoring » Node Revision Delete:

   - You can set how many revisions you want to delete per cron run and
     how often should revisions be deleted when cron runs. You can save
     the configuration and optionally start a batch job to delete old revisions
     for tracked content types. For this you need the
     'Administer Node Revision Delete' permission.

 * Configure each content type in Administration » Structure » Content types »
   Content type name:

   - Under the Publishing options tab, mark "Limit the number of revisions for
     this content type" and set the maximum number of revisions to keep.

 * Drush commands

   - drush node-revision-delete

     Deletes old node revisions for a given content type.

   - drush nrd-delete-cron-run

     Configures how many revisions to delete per cron run.

   - drush nrd-last-execute

     Get the last time that the node revision delete was made.

   - drush nrd-set-time

     Configures the frequency with which to delete revisions when cron runs.

   - drush nrd-get-time

     Shows the frequency with which to delete revisions when cron runs.

   - drush nrd-when-to-delete-time

     Configures the time options for the inactivity time that the revision must
     have to be deleted.

   - drush nrd-minimum-age-to-delete-time

     Configures time options for the minimum age that the revision must be
     to be deleted.

   - drush nrd-delete-prior-revisions

     Delete all revisions prior to a revision.


FAQ
---

Q: How can I delete prior revisions?

A: When you are deleting a revision of a node, a new checkbox will appear in a
   fieldset saying: "Also delete X revisions prior to this one."; if you check
   it, all prior revisions will be deleted as well for the given node.
   If you are deleting the oldest revision, the checkbox will not appear as no
   prior revisions are available.


MAINTAINERS
-----------

Current maintainers:
 * Adrian Cid Almaguer (adriancid) - https://www.drupal.org/u/adriancid
 * Diosbel Mezquía (diosbelmezquia) - https://www.drupal.org/u/diosbelmezquia
 * Robert Ngo (Robert Ngo) - https://www.drupal.org/u/robert-ngo


This project has been sponsored by:

 * Ville de Montréal
 * Lullabot
 * Sapient

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * FAQ
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. The Node Revision Delete module lets you to track and prune old revisions of
  13. content types.
  14. * For a full description of the module, visit the project page:
  15. https://www.drupal.org/project/node_revision_delete
  16. * To submit bug reports and feature suggestions, or to track changes:
  17. https://www.drupal.org/project/issues/search/node_revision_delete
  18. REQUIREMENTS
  19. ------------
  20. No special requirements.
  21. RECOMMENDED MODULES
  22. -------------------
  23. * Drush Help (https://www.drupal.org/project/drush_help):
  24. Improves the module help page showing information about the module's Drush
  25. commands.
  26. INSTALLATION
  27. ------------
  28. * Install as you would normally install a contributed Drupal module.
  29. See: https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
  30. for further information.
  31. CONFIGURATION
  32. -------------
  33. * Configure the module in Administration » Configuration »
  34. Content authoring » Node Revision Delete:
  35. - You can set how many revisions you want to delete per cron run and
  36. how often should revisions be deleted when cron runs. You can save
  37. the configuration and optionally start a batch job to delete old revisions
  38. for tracked content types. For this you need the
  39. 'Administer Node Revision Delete' permission.
  40. * Configure each content type in Administration » Structure » Content types »
  41. Content type name:
  42. - Under the Publishing options tab, mark "Limit the number of revisions for
  43. this content type" and set the maximum number of revisions to keep.
  44. * Drush commands
  45. - drush node-revision-delete
  46. Deletes old node revisions for a given content type.
  47. - drush nrd-delete-cron-run
  48. Configures how many revisions to delete per cron run.
  49. - drush nrd-last-execute
  50. Get the last time that the node revision delete was made.
  51. - drush nrd-set-time
  52. Configures the frequency with which to delete revisions when cron runs.
  53. - drush nrd-get-time
  54. Shows the frequency with which to delete revisions when cron runs.
  55. - drush nrd-when-to-delete-time
  56. Configures the time options for the inactivity time that the revision must
  57. have to be deleted.
  58. - drush nrd-minimum-age-to-delete-time
  59. Configures time options for the minimum age that the revision must be
  60. to be deleted.
  61. - drush nrd-delete-prior-revisions
  62. Delete all revisions prior to a revision.
  63. FAQ
  64. ---
  65. Q: How can I delete prior revisions?
  66. A: When you are deleting a revision of a node, a new checkbox will appear in a
  67. fieldset saying: "Also delete X revisions prior to this one."; if you check
  68. it, all prior revisions will be deleted as well for the given node.
  69. If you are deleting the oldest revision, the checkbox will not appear as no
  70. prior revisions are available.
  71. MAINTAINERS
  72. -----------
  73. Current maintainers:
  74. * Adrian Cid Almaguer (adriancid) - https://www.drupal.org/u/adriancid
  75. * Diosbel Mezquía (diosbelmezquia) - https://www.drupal.org/u/diosbelmezquia
  76. * Robert Ngo (Robert Ngo) - https://www.drupal.org/u/robert-ngo
  77. This project has been sponsored by:
  78. * Ville de Montréal
  79. * Lullabot
  80. * Sapient