You are here

README.txt in Node Revision Delete 7.3

Same filename in this branch
  1. 7.3 README.txt
  2. 7.3 modules/node_revision_generate/README.txt
Same filename and directory in other branches
  1. 8 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
-------------------

 * Chaos tool suite (ctools) (https://www.drupal.org/project/ctools):
   When enabled the links displayed in the operations column in the module
   configuration page will be displayed as a dropbutton.

 * Views UI (https://www.drupal.org/project/views):
   When enabled the dropbutton displayed in the operations column in the
   module configuration page will improve his style.

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

 * Responsive Tables (https://www.drupal.org/project/responsive_tables):
   When enabled some table columns in the module pages will be hidden on mobile
   devices for improve the page readability.

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

 * Install as you would normally install a contributed Drupal module.
   See: https://www.drupal.org/node/895232 for further information.


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

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

   - You can set how many revisions do you want to delete per cron run and
     how often should revision be deleted while cron runs. You you can save
     the configurations 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 amount 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 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 while cron is
     running.

   - drush nrd-get-time
     
     Shows the frequency with which to delete revisions while cron is running.

   - 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 to know the minimum age that the revision must have
     to be deleted.

   - drush nrd-delete-prior-revisions

     Delete all revisions prior to a revision.


FAQ
---

Q: How can I delete the 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 the 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. * Chaos tool suite (ctools) (https://www.drupal.org/project/ctools):
  24. When enabled the links displayed in the operations column in the module
  25. configuration page will be displayed as a dropbutton.
  26. * Views UI (https://www.drupal.org/project/views):
  27. When enabled the dropbutton displayed in the operations column in the
  28. module configuration page will improve his style.
  29. * Drush Help (https://www.drupal.org/project/drush_help):
  30. Improves the module help page showing information about the module drush
  31. commands.
  32. * Responsive Tables (https://www.drupal.org/project/responsive_tables):
  33. When enabled some table columns in the module pages will be hidden on mobile
  34. devices for improve the page readability.
  35. INSTALLATION
  36. ------------
  37. * Install as you would normally install a contributed Drupal module.
  38. See: https://www.drupal.org/node/895232 for further information.
  39. CONFIGURATION
  40. -------------
  41. * Configure the module in Administration » Configuration »
  42. Content authoring » Node Revision Delete:
  43. - You can set how many revisions do you want to delete per cron run and
  44. how often should revision be deleted while cron runs. You you can save
  45. the configurations and optionally start a batch job to delete old revisions
  46. for tracked content types. For this you need the
  47. 'Administer Node Revision Delete' permission.
  48. * Configure each content type in Administration » Structure » Content types »
  49. Content type name:
  50. - Under the Publishing options tab, mark "Limit the amount of revisions for
  51. this content type" and set the maximum number of revisions to keep.
  52. * Drush commands
  53. - drush node-revision-delete
  54. Deletes old node revisions for a given content type.
  55. - drush nrd-delete-cron-run
  56. Configures how many revisions delete per cron run.
  57. - drush nrd-last-execute
  58. Get the last time that the node revision delete was made.
  59. - drush nrd-set-time
  60. Configures the frequency with which to delete revisions while cron is
  61. running.
  62. - drush nrd-get-time
  63. Shows the frequency with which to delete revisions while cron is running.
  64. - drush nrd-when-to-delete-time
  65. Configures the time options for the inactivity time that the revision must
  66. have to be deleted.
  67. - drush nrd-minimum-age-to-delete-time
  68. Configures time options to know the minimum age that the revision must have
  69. to be deleted.
  70. - drush nrd-delete-prior-revisions
  71. Delete all revisions prior to a revision.
  72. FAQ
  73. ---
  74. Q: How can I delete the prior revisions?
  75. A: When you are deleting a revision of a node, a new checkbox will appear in a
  76. fieldset saying: "Also delete X revisions prior to this one."; if you check
  77. it, all the prior revisions will be deleted as well for the given node.
  78. If you are deleting the oldest revision, the checkbox will not appear as no
  79. prior revisions are available.
  80. MAINTAINERS
  81. -----------
  82. Current maintainers:
  83. * Adrian Cid Almaguer (adriancid) - https://www.drupal.org/u/adriancid
  84. * Diosbel Mezquía (diosbelmezquia) - https://www.drupal.org/u/diosbelmezquia
  85. * Robert Ngo (Robert Ngo) - https://www.drupal.org/u/robert-ngo
  86. This project has been sponsored by:
  87. * Ville de Montréal
  88. * Lullabot
  89. * Sapient