aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport
Commit message (Collapse)AuthorAgeLines
...
| * Reports to third party have from email of division/category.Matthew Somerville2013-03-11-1/+14
| |
* | Warnfix a string comparison, as might not be numeric.Matthew Somerville2013-03-04-1/+1
|/
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-21-5/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | (locale ignored, will rerun .po extraction after to get all changes.) Conflicts: locale/FixMyStreet.po locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po templates/web/fixmystreet/report/banner.html templates/web/zurich/faq/faq-de-ch.html
| * Remove *_local tz functions, set timezone on fetching original columns from ↵Matthew Somerville2013-02-14-1/+1
| | | | | | | | database.
| * Allow email indent to be a cobrand parameter.Matthew Somerville2013-02-11-0/+1
| |
| * Fix body name in external assignment email, missing %s in translation, ↵Matthew Somerville2013-02-07-4/+6
| | | | | | | | associated tests (fix a28).
* | 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
|/
* Add a basic FMB test.Matthew Somerville2013-02-04-1/+11
|
* Remove all special body handling in order to move FMB to use bodies properly.Matthew Somerville2013-02-04-13/+0
|
* Missed some council references.Matthew Somerville2013-02-04-2/+2
|
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-44/+116
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/open311-populate-service-list bin/send-comments bin/update-all-reports conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/App/Controller/Reports.pm perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/LichfieldDC.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/FixMyStreet/SendReport.pm perllib/FixMyStreet/SendReport/Email.pm perllib/FixMyStreet/SendReport/Open311.pm perllib/Open311/GetServiceRequestUpdates.pm perllib/Open311/PopulateServiceList.pm t/app/controller/report_new.t t/app/controller/rss.t templates/web/bromley/report/display.html templates/web/default/admin/council_contacts.html templates/web/default/common_header_tags.html templates/web/default/dashboard/index.html templates/web/default/front/stats.html templates/web/default/report/_main.html templates/web/default/report/update-form.html templates/web/emptyhomes/index.html templates/web/emptyhomes/report/display.html templates/web/emptyhomes/report/new/councils_text_all.html templates/web/emptyhomes/reports/body.html templates/web/emptyhomes/reports/index.html templates/web/fixmystreet/report/new/fill_in_details_form.html templates/web/fixmystreet/report/update-form.html web/cobrands/fixmystreet/fixmystreet.js web/js/fixmystreet.js
| * Add some email checking to Zurich test.Matthew Somerville2013-01-31-1/+1
| |
| * If personal details tickbox ticked, use template that includes them.Matthew Somerville2013-01-18-0/+3
| |
| * Split the 'send reports' bit of STAGING_SITE to its own config variable, so ↵Matthew Somerville2013-01-16-1/+1
| | | | | | | | you can have a dev site that sends reports like normal.
| * Store Zurich external body in external_body rather than changing bodies_str.Matthew Somerville2013-01-15-0/+2
| |
| * Zurich email alerts.Matthew Somerville2013-01-11-1/+59
| |
| * Allow bodies to span multiple area IDs, and areas can be covered by more ↵Matthew Somerville2012-12-19-4/+4
| | | | | | | | than one body.
| * Rename a few more less important variables.Matthew Somerville2012-12-15-3/+3
| |
| * Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-6/+6
| |
| * Convert report sending code to use bodies rather than areas/councils.Matthew Somerville2012-12-15-37/+45
| |
| * Rename area_id on Contacts table to body_id.Matthew Somerville2012-12-15-4/+4
| | | | | | | | Add foreign key constraint from contacts to body.
| * Rename 'open311conf' database table to 'body'.Matthew Somerville2012-12-15-1/+1
| |
* | fix name of seesomething cobrand report to addressStruan Donald2013-01-09-1/+7
| |
* | added two more external_bodies to FixMyBarangay's hard-coded departmentsDave Whiteland2013-01-08-3/+11
| |
* | pass nearest address over to Oxfordshire in its entirety, parse at point of ↵Dave Whiteland2012-12-19-12/+1
| | | | | | | | insertion
* | Merge branch 'tuesday-oxfordshire'Dave Whiteland2012-12-19-1/+14
|\ \
| * | added postcode and nearest address to Oxfordshire Open311 callDave Whiteland2012-12-18-1/+14
| | |
* | | No title included in Oxfordshire send.Matthew Somerville2012-12-18-3/+5
|/ /
* | add CGI script for Oxfordshire to absorb incoming Open311 service request POSTsDave Whiteland2012-12-13-1/+1
| |
* | Oxfordshire Open311 requires FMS id as attribute and a custom endpoint URLDave Whiteland2012-12-13-2/+8
| |
* | use Readonly for Oxfordshire council nameDave Whiteland2012-12-12-3/+6
| |
* | Oxfordshire wants easting/northing, so send then as Open311 attributesDave Whiteland2012-12-10-1/+11
|/
* FixMyBarangay external_body hardcoded fix moved to be in the right place, whoopsDave Whiteland2012-11-22-1/+6
|
* Email template language paths weren't being looked at for questionnaires or ↵Matthew Somerville2012-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 levelStruan Donald2012-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-onlyStruan Donald2012-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 open311Struan Donald2012-08-09-6/+9
| | | | | | | | turn this on for Bromley
| * print out message about reports that we tried to send to unconfirmed email ↵Struan Donald2012-07-24-4/+4
| | | | | | | | addresses
| * Store body sent to on external_body.Matthew Somerville2012-07-23-0/+1
| |
| * Return correct failure code if no recipients.Matthew Somerville2012-07-23-2/+5
| |
| * Add NI sender, for handling cross-council road reports.Matthew Somerville2012-07-20-0/+39
| |
| * Simplify SendReport code, moving some Email only bits to that module.Matthew Somerville2012-07-20-24/+37
| |
| * Remove FMS related code from EmptyHomes SendReport.Matthew Somerville2012-07-20-3/+0
| |
| * improve spliting name into first and last namesStruan Donald2012-07-10-1/+1
| |
| * Only need last_name as attribute.Matthew Somerville2012-06-28-2/+2
| |
| * Revert "Unneeded code, as is ignored, and same thing happens in Open311.pm ↵Matthew Somerville2012-06-28-0/+8
| | | | | | | | | | | | anyway." This reverts commit 65b6b5eba895444aa2fc39f323ddac43bb608ba9.
* | reintroduce logic for sending external_id to fixmybarangay Open311Dave Whiteland2012-07-22-1/+6
|/
* Unneeded code, as is ignored, and same thing happens in Open311.pm anyway.Matthew Somerville2012-06-21-8/+0
|
* after overnight messages, apply Barnet timeout message tidying to the output ↵Dave Whiteland2012-06-08-3/+5
| | | | as well as to send_fail_reason