Closed (fixed)
Project:
Scheduled actions (D7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Jul 2011 at 18:57 UTC
Updated:
27 Mar 2012 at 22:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
slashrsm commentedThat sounds like a reasonable feature. I think we should expose this also in administration page to allow user to set 'scheduled_actions_archive_day_limit' and also to enable/disable this feature. What do you think?
Comment #2
pasqualleYes, I agree,
zero should mean disabled..
something like
and at cron check for zero first..
Comment #3
slashrsm commentedAttached patch implements it. Can you review it?
Comment #4
pasqualleI did not test it, but the patch looks good..
Comment #5
paranojik commentedWould not apply on latest dev. Reapplied. Also fixed some minor coding style issues and removed trailing spaces.
Thanks @primsi for testing this.
Comment #6
slashrsm commentedCommited to 7.x-1.x: http://drupalcode.org/project/scheduled_actions.git/commit/ca6b762
Thanks for your help!