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 | -4/+4 |
| | | | | than one body. | |||
* | Rename a few more less important variables. | Matthew Somerville | 2012-12-15 | -3/+3 |
| | ||||
* | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -6/+6 |
| | ||||
* | Convert report sending code to use bodies rather than areas/councils. | Matthew Somerville | 2012-12-15 | -37/+45 |
| | ||||
* | Rename area_id on Contacts table to body_id. | Matthew Somerville | 2012-12-15 | -4/+4 |
| | | | | Add foreign key constraint from contacts to body. | |||
* | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -1/+1 |
| | ||||
* | FixMyBarangay external_body hardcoded fix moved to be in the right place, whoops | Dave Whiteland | 2012-11-22 | -1/+6 |
| | ||||
* | 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 | -4/+5 |
| | | | | | default cobrand now checks for endpoint configuration and only extra fallbacks are in UK cobrand | |||
* | Merge remote-tracking branch 'origin/master' into fmb-read-only | Struan Donald | 2012-08-22 | -39/+103 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/general.yml-example perllib/FixMyStreet/App/Controller/Council.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/Cobrand/Default.pm templates/web/default/around/around_index.html templates/web/default/index.html templates/web/emptyhomes/index.html templates/web/fixmystreet/around/around_index.html templates/web/fixmystreet/index.html web/fixmystreet_app_cgi.cgi web/fixmystreet_app_fastcgi.cgi | |||
| * | Add option to allow service to be sent as deviceid over open311 | Struan Donald | 2012-08-09 | -6/+9 |
| | | | | | | | | turn this on for Bromley | |||
| * | print out message about reports that we tried to send to unconfirmed email ↵ | Struan Donald | 2012-07-24 | -4/+4 |
| | | | | | | | | addresses | |||
| * | Store body sent to on external_body. | Matthew Somerville | 2012-07-23 | -0/+1 |
| | | ||||
| * | Return correct failure code if no recipients. | Matthew Somerville | 2012-07-23 | -2/+5 |
| | | ||||
| * | Add NI sender, for handling cross-council road reports. | Matthew Somerville | 2012-07-20 | -0/+39 |
| | | ||||
| * | Simplify SendReport code, moving some Email only bits to that module. | Matthew Somerville | 2012-07-20 | -24/+37 |
| | | ||||
| * | Remove FMS related code from EmptyHomes SendReport. | Matthew Somerville | 2012-07-20 | -3/+0 |
| | | ||||
| * | improve spliting name into first and last names | Struan Donald | 2012-07-10 | -1/+1 |
| | | ||||
| * | Only need last_name as attribute. | Matthew Somerville | 2012-06-28 | -2/+2 |
| | | ||||
| * | Revert "Unneeded code, as is ignored, and same thing happens in Open311.pm ↵ | Matthew Somerville | 2012-06-28 | -0/+8 |
| | | | | | | | | | | | | anyway." This reverts commit 65b6b5eba895444aa2fc39f323ddac43bb608ba9. | |||
* | | reintroduce logic for sending external_id to fixmybarangay Open311 | Dave Whiteland | 2012-07-22 | -1/+6 |
|/ | ||||
* | Unneeded code, as is ignored, and same thing happens in Open311.pm anyway. | Matthew Somerville | 2012-06-21 | -8/+0 |
| | ||||
* | after overnight messages, apply Barnet timeout message tidying to the output ↵ | Dave Whiteland | 2012-06-08 | -3/+5 |
| | | | | as well as to send_fail_reason | |||
* | tidy up timeout error reporting for Barnet FMS back-end | Dave Whiteland | 2012-06-06 | -1/+6 |
| | ||||
* | make sure bromley open311 reports made on main FMS site include last_name ↵ | Struan Donald | 2012-05-30 | -0/+7 |
| | | | | and first_name attributes | |||
* | only send comments if problem was sent by Open311 | Struan Donald | 2012-05-29 | -0/+1 |
| | ||||
* | send address_id with NOTPINPOINTED to Bromley if not used map and no postcode | Struan Donald | 2012-05-23 | -2/+7 |
| | ||||
* | Merge branch 'master' into bromley | Matthew Somerville | 2012-05-22 | -5/+6 |
| | | | | | | Conflicts: bin/send-reports perllib/FixMyStreet/App/Controller/Report/New.pm | |||
* | put back in code to list skipped count if verbose mode on | Struan Donald | 2012-05-17 | -3/+8 |
| | | | | small bugfixes for Barnet plus comments on debuging | |||
* | remove unused variable | Matthew Somerville | 2012-05-16 | -1/+0 |
| | ||||
* | move barnet report sending code over to new send-report | Matthew Somerville | 2012-05-16 | -0/+217 |
| | ||||
* | option to only send problem details over open311 for Bromley | Struan Donald | 2012-05-08 | -0/+7 |
| | ||||
* | do no sent lat long if click no map click for bromley | Struan Donald | 2012-05-08 | -3/+6 |
| | ||||
* | force truncation of seconds as W3CDTF does not | Struan Donald | 2012-04-25 | -1/+1 |
| | ||||
* | include timezone in date | Struan Donald | 2012-04-25 | -1/+2 |
| | ||||
* | add in first_name, last_name and email attribute[] params | Struan Donald | 2012-04-24 | -0/+1 |
| | ||||
* | Revert "correct misunderstanding of bromley spec" | Struan Donald | 2012-04-24 | -6/+14 |
| | | | | | | Turns out I was correct the first time round :( This reverts commit afa97893b54edd890527a80392492f0d10a739a1. | |||
* | correct misunderstanding of bromley spec | Struan Donald | 2012-04-23 | -14/+6 |
| | ||||
* | remove some debug code and make do not chicken out on sending in STAGING | Struan Donald | 2012-04-05 | -3/+1 |
| | ||||
* | implement skipping sending at adding council level and not at | Struan Donald | 2012-04-04 | -4/+12 |
| | | | | the sending level | |||
* | add in Open311 Bromley code | Struan Donald | 2012-04-03 | -1/+31 |
| | ||||
* | update send failed data if fail to send a report | Struan Donald | 2012-04-03 | -2/+17 |
| | | | | add code in to save success and errors | |||
* | fix compile errors | Struan Donald | 2012-04-03 | -9/+7 |
| | ||||
* | 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 | -65/+23 |
| | ||||
* | sort out use statements | Struan Donald | 2012-02-27 | -0/+15 |
| | ||||
* | reduce duplicated code | Struan Donald | 2012-02-27 | -87/+2 |
| | ||||
* | deal with emptyhomes emails | Struan Donald | 2012-02-27 | -0/+135 |
| | ||||
* | rough first draft of send-report refactor not. Work in progress at the moment | Struan Donald | 2012-02-27 | -0/+373 |