Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow bodies to span multiple area IDs, and areas can be covered by more ↵ | Matthew Somerville | 2012-12-19 | -2/+2 |
| | | | | than one body. | |||
* | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -2/+2 |
| | ||||
* | Convert report sending code to use bodies rather than areas/councils. | Matthew Somerville | 2012-12-15 | -13/+13 |
| | ||||
* | Rename area_id on Contacts table to body_id. | Matthew Somerville | 2012-12-15 | -1/+1 |
| | | | | Add foreign key constraint from contacts to body. | |||
* | Email template language paths weren't being looked at for questionnaires or ↵ | Matthew Somerville | 2012-10-10 | -1/+3 |
| | | | | reports (wasn't used, but didn't want to cause confusion at some future time). Prompted by #164. | |||
* | allow endpoints to be configured at a category level | Struan Donald | 2012-08-29 | -1/+2 |
| | | | | | default cobrand now checks for endpoint configuration and only extra fallbacks are in UK cobrand | |||
* | print out message about reports that we tried to send to unconfirmed email ↵ | Struan Donald | 2012-07-24 | -4/+4 |
| | | | | addresses | |||
* | Return correct failure code if no recipients. | Matthew Somerville | 2012-07-23 | -2/+5 |
| | ||||
* | Simplify SendReport code, moving some Email only bits to that module. | Matthew Somerville | 2012-07-20 | -8/+18 |
| | ||||
* | update send failed data if fail to send a report | Struan Donald | 2012-04-03 | -0/+8 |
| | | | | add code in to save success and errors | |||
* | fix compile errors | Struan Donald | 2012-04-03 | -1/+0 |
| | ||||
* | more tests for email sending | Struan Donald | 2012-02-27 | -2/+2 |
| | ||||
* | put something in the base class and make things inherit from it | Struan Donald | 2012-02-27 | -21/+0 |
| | ||||
* | reduce duplicated code | Struan Donald | 2012-02-27 | -3/+2 |
| | ||||
* | rough first draft of send-report refactor not. Work in progress at the moment | Struan Donald | 2012-02-27 | -0/+126 |