aboutsummaryrefslogtreecommitdiffstats
path: root/bin/zurich-overdue-alert
Commit message (Collapse)AuthorAgeLines
* Tidy up of bin directory.Matthew Somerville2015-01-19-83/+0
| | | | | Remove some unneeded scripts, move others to cobrand-specific directories.
* Use same handling for cron and non-cron email.Matthew Somerville2015-01-13-4/+1
| | | | | This means that e.g. SMTP authentication is used when set up by all emails, not just non-cron ones. Fixes #988.
* Fix DB warning being shown by zurich-overdue-alertDave Arter2014-05-29-1/+3
| | | | | | | | | A raw DateTime object was being passed as a parameter in an SQL query, which was causing undefined behaviour and a warning every time the Zurich overdue problems script was run. The DateTime is now converted into a format suitable for use in the query and the warning has gone.
* Change default email indentation to none.Matthew Somerville2014-03-17-1/+0
| | | | | This is very old, no-one seems to want/need it any more, and more than one reuser does not want it. Fixes #715.
* [Zurich] moderation cron only checks 'unconfirmed'Hakim Cassimally2013-12-09-2/+2
| | | | | | | | | | see mysociety/FixMyStreet-Commercial#459 - "a report is moderated as soon as its state has changed for the first time from Erfasst (en: Submitted / db: unconfirmed) to any other state." Thus we move 'confirmed' problems from the 1-day moderation SLA, to a 5-day one, with $include_parent unset (e.g. as with 'planned' it is with the DM, so doesn't need to be sent to the parent body also.)
* Send email to Zurich DM when report in planned state after more than six days.Matthew Somerville2013-04-26-2/+3
|
* Allow email indent to be a cobrand parameter.Matthew Somerville2013-02-11-0/+1
|
* Script to email Zurich managers when reports are overdue.Matthew Somerville2013-01-22-0/+83