Summary: | Improve cleanup_database.pl to only purge emails older than X days. | ||
---|---|---|---|
Product: | Koha | Reporter: | Frédérick Capovilla <fcapovilla> |
Component: | Command-line Utilities | Assignee: | Frédérick Capovilla <fcapovilla> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, pelletiermaxime |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | Sponsored | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
cleanup_database.pl : Add a DAYS parameter for email purges.
cleanup_database.pl : Add a DAYS parameter for email purges. cleanup_database.pl : Add a DAYS parameter for email purges. |
[+]
Description
Frédérick Capovilla
2012-08-06 21:05:59 UTC
Comment hidden (obsolete)
Patch sponsored by the CCSR ( http://www.ccsr.qc.ca ) Still applies in master, so changing to need signoff. Created attachment 17396 [details] [review] cleanup_database.pl : Add a DAYS parameter for email purges. You can now specify a number of DAYS with the --mail parameter. Only mails older than DAYS days will be deleted. http://bugs.koha-community.org/show_bug.cgi?id=8584 Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 18663 [details] [review] cleanup_database.pl : Add a DAYS parameter for email purges. You can now specify a number of DAYS with the --mail parameter. Only mails older than DAYS days will be deleted. http://bugs.koha-community.org/show_bug.cgi?id=8584 Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Pushed to master. Thanks, Frédérick! |