The longoverdue.pl will not handle items overdue by more than 366 days. This is hardcoded with a FIXME after it; no reason not to add an additional commandline flag to let the user specify a greater (or lesser) number.
Created attachment 6630 [details] [review] Bug 7326: longoverdue.pl hardcoded to 366 days maximum Adds --maxdays command line flag to longoverdue.pl to allow the user to specify their own $endrange value. Because sometimes 366 isn't enough! Also adds help documentation for both --quiet and --maxdays params
Created attachment 6739 [details] [review] Bug 7326: longoverdue.pl hardcoded to 366 days maximum Adds --maxdays command line flag to longoverdue.pl to allow the user to specify their own $endrange value. Because sometimes 366 isn't enough! Also adds help documentation for both --quiet and --maxdays params Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Simple change, works well
QA comment: small patch, new feature documented, default behaviour unchanged (++ for existing setups) patch pushed, please test