Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download node_revision_delete-7.x-2.6.tar.gztar.gz 12.19 KB
MD5: 630ba920861155b445efb4089e4c9fd8
SHA-1: 43e5ccdf093c20fc122ecebd2ce5688650e9bf5c
SHA-256: 8d5780f98fc54dd8eaa5155b02a88720f6d344599a10dcc09cfe3b98a41c74f2
Download node_revision_delete-7.x-2.6.zipzip 14.46 KB
MD5: 3a9c900371ff142d894d4f731b353e6f
SHA-1: 03d82b366031718b65fd13163b3091f86895e09e
SHA-256: 7a37b4a813140644d6f492902bcadc6362ac2acece85ed827b8079ae4ae85bb2

Release notes

Small release discovered after releasing 7.x-2.5 that fixes a non-critical but annoying bug on the report that is generated once Node Revision Delete has finished when using Drush or the Administration Interface to delete old revisions.

Note: the external issue with Field Collection module is still open. Beware. See #2000690: Deleting revisions via node_revision_delete wrongly deletes entire field collection for more details.

What was fixed?

The module was not using the $context['results'] setting in order to show the list of revisions deleted per node at the end of the process. With the hotfix in this release the output is the following:

$ drush node-revision-delete --show-deleted article 2 -v
Deleted 2 revisions for node with nid 289                                                                                                  [status]
Deleted 14 revisions for node with nid 300                                                                                                [status]
Command dispatch complete                                                                                                                     [notice]

The above message can be seeing in the browser when revisions are asked to be deleted at http://mysite/admin/config/content/node_revision_delete.

Created by: juampynr
Created on: 1 Sep 2014 at 16:24 UTC
Last updated: 25 May 2017 at 21:18 UTC
Bug fixes

Other releases