aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport/EmptyHomes.pm
Commit message (Collapse)AuthorAgeLines
* Remove some unused cobrands.Matthew Somerville2016-04-20-56/+0
|
* Remove many uses of mySociety::Config.Matthew Somerville2015-12-02-3/+3
|
* Move from Moose to Moo in non-App code.Matthew Somerville2015-12-02-1/+1
| | | | And create default cobrand class without all of Moose.
* Reduce use of FixMyStreet::App.Matthew Somerville2015-12-02-1/+1
| | | | Command line scripts don't need a full blown app, just database.
* Use same handling for cron and non-cron email.Matthew Somerville2015-01-13-7/+4
| | | | | This means that e.g. SMTP authentication is used when set up by all emails, not just non-cron ones. Fixes #988.
* Couple of fixes to enable EmptyHomes to send reports again.Matthew Somerville2013-02-13-1/+1
|
* Include extra address in council email.Matthew Somerville2013-02-13-1/+6
|
* Convert report sending code to use bodies rather than areas/councils.Matthew Somerville2012-12-15-10/+13
|
* Rename area_id on Contacts table to body_id.Matthew Somerville2012-12-15-1/+1
| | | | Add foreign key constraint from contacts to body.
* allow endpoints to be configured at a category levelStruan Donald2012-08-29-1/+1
| | | | | default cobrand now checks for endpoint configuration and only extra fallbacks are in UK cobrand
* Simplify SendReport code, moving some Email only bits to that module.Matthew Somerville2012-07-20-5/+8
|
* Remove FMS related code from EmptyHomes SendReport.Matthew Somerville2012-07-20-3/+0
|
* reduce duplicated codeStruan Donald2012-02-27-84/+0
|
* deal with emptyhomes emailsStruan Donald2012-02-27-0/+135