Closed (fixed)
Project:
Revision Deletion
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
7 Aug 2008 at 20:23 UTC
Updated:
23 Aug 2009 at 19:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
Gman commentedThe form to manually run the mass deletion is found at /admin/content/revision_deletion. If any revisions match the criteria found in the settings, they will be listed. And there is a button to run the deletions.
If you want to make to disable the cron, patches are most welcome. Thank you. -Greg
Comment #2
ginc commentedthe module setting allows deletion of revisions older than 1 week, I added more 'age' options so it could delete all of them. patch attached.
i also found the way node list handled in /admin/content/revision_deletion problematic as it tries to list all node revisions that match the criteria in one page, on my test environment i had over 5000 nodes, each one with 2 or 3 revisions and my browser tried to stop the script several times before the page generated. the same problem with the deletion report. I think i will open a new issue for this.
I will submit the patch disabling the corn soon.
Comment #3
ajaysolutions commentedThat second issue you raise is one I ran into - well, it didn't stop before the page was generated, because I only have about 25 nodes, but some over hundreds of revisions, so I could immediately see how it could be problematic.
I think it needs to page maybe default of 100 per page? Maybe even have options for how many to show, or "show all". I dunno.
Al,
Comment #4
ginc commentedhere is the patch that adds ability to disable cron in setting page, it includes the first patch i submitted here. i also improved the text in settings to make it more end user friendly. e.g. node type -> content type, cron job -> automatic deletion
Comment #5
ginc commentedComment #6
Gman commentedCommitted to the D5 and D6 branches.
Comment #8
gpk commentedThere still seems to be no option to disable the automatic cron deletion without disabling the module ... in both 5.x and 6.x ...
Comment #9
nancydruThe patch in #547650: Coding standards adds a "manual" setting to the cron interval, and makes that the default. If I get CVS access, I will commit it.
Comment #10
nancydruComment #11
nancydru