aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeLines
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-21-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | (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
| * Allow email indent to be a cobrand parameter.Matthew Somerville2013-02-11-0/+1
| |
* | Update .po files with latest strings (for EHA, but brings in a few other ↵Matthew Somerville2013-02-13-0/+1
| | | | | | | | things too).
* | Static figures for old EHA reports.Matthew Somerville2013-02-12-0/+8
| |
* | Make sure constant is used.Matthew Somerville2013-02-05-1/+1
|/
* Remove all special body handling in order to move FMB to use bodies properly.Matthew Somerville2013-02-04-3/+3
|
* Merge remote branch 'origin/master'Matthew Somerville2013-02-04-0/+7
|\ | | | | | | | | Conflicts: bin/send-comments
| * explicitly stop Oxfordshire Open311 endpoint sending comments; it only ↵Dave Whiteland2013-02-04-0/+7
| | | | | | | | receives them (currently we don't make the distinction in config)
* | Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-52/+121
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Script to email Zurich managers when reports are overdue.Matthew Somerville2013-01-22-0/+83
| |
| * Some tweaks to get Zurich Reports page working a bit better.Matthew Somerville2013-01-16-2/+2
| |
| * Fix warning due to use of confirmed column on Zurich when not all will have ↵Matthew Somerville2013-01-04-1/+8
| | | | | | | | that set.
| * Allow bodies to span multiple area IDs, and areas can be covered by more ↵Matthew Somerville2012-12-19-3/+3
| | | | | | | | than one body.
| * Remove some linkages between area and body IDs.Matthew Somerville2012-12-15-1/+1
| |
| * Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-24/+24
| |
| * Convert PopulateServiceList to use body IDs.Matthew Somerville2012-12-15-3/+3
| |
| * Remove unused Open311 GetUpdates code.Matthew Somerville2012-12-15-21/+0
| |
| * Rename 'open311conf' database table to 'body'.Matthew Somerville2012-12-15-3/+3
| |
* | suppress debug output from Oxfordshire script for deploymentDave Whiteland2013-01-28-6/+7
| |
* | rationalised old oxfordshire/open311_service_request.cgi to require shared ↵Dave Whiteland2013-01-24-116/+5
| | | | | | | | open311_services.pm
* | Merge remote-tracking branch 'origin/master'Struan Donald2013-01-21-2/+283
|\ \
| * | add status criteria to effectively ignore error records in Oxfordshire's ↵Dave Whiteland2013-01-21-2/+5
| | | | | | | | | | | | update table
| * | fix HH24 date format, and use Oracle ROWNUM not LIMIT in SQLDave Whiteland2013-01-21-9/+12
| | |
| * | Oxfordshire scripts for connecting with Bentley/PEM (council back-end) table ↵Dave Whiteland2013-01-21-0/+272
| | | | | | | | | | | | of 'service request updates'
| * | fix comment in send-commentsDave Whiteland2013-01-20-2/+5
| | |
* | | include closed states in fixed statsStruan Donald2013-01-16-2/+2
| | |
* | | Merge branch 'bromley-new-statuses'Struan Donald2013-01-16-1/+8
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-comments conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/Open311.pm t/app/controller/report_updates.t t/open311.t templates/web/default/report/display.html templates/web/default/report/updates.html templates/web/fixmystreet/report/display.html
| * | add send_extended_statuses conf option and use in send-commentsStruan Donald2012-10-03-1/+7
| | |
* | | allow FMB's devolved Open311 endpoints to updates (send-comments)Dave Whiteland2013-01-08-0/+12
| | |
* | | Add do-not-reply config variable, removing special case from code.Matthew Somerville2013-01-02-0/+1
| | |
* | | Exclude 2237 as it does not return a service list.Matthew Somerville2012-12-28-0/+1
| | |
* | | Oxfordshire: whoops, from_to is in-place; fixed it but didn't commit promptlyDave Whiteland2012-12-21-3/+4
| | | | | | | | | | | | Also make it clear that encoding can be disabled from config file.
* | | added better test switch for commmand line test of OCC scriptDave Whiteland2012-12-20-6/+15
| | |
* | | add win encoding to Oxfordshire Oracle data before insertingDave Whiteland2012-12-20-3/+8
| | |
* | | some tidying, simply closest_address string according to Oxfordshire's requestDave Whiteland2012-12-19-42/+45
| | |
* | | tidy up char stripping, at point of binding, so it doesn't affect earlier ↵Dave Whiteland2012-12-19-21/+36
| | | | | | | | | | | | processing
* | | strip .full from incoming media URLs for OxfordshireDave Whiteland2012-12-19-0/+2
| | |
* | | pass closest_address string straight into OCC's ce_location field, which was ↵Dave Whiteland2012-12-19-35/+3
| | | | | | | | | | | | the Right Thing to do at the very start, gah
* | | pass nearest address over to Oxfordshire in its entirety, parse at point of ↵Dave Whiteland2012-12-19-9/+37
| | | | | | | | | | | | insertion
* | | fix postcode field name errorDave Whiteland2012-12-19-1/+1
| | |
* | | tiny changes to testing dataDave Whiteland2012-12-19-3/+5
| | |
* | | tidy up field Oxfordshire PEM field typesDave Whiteland2012-12-19-113/+41
| | |
* | | added postcode and nearest address to Oxfordshire Open311 callDave Whiteland2012-12-18-0/+12
| | |
* | | don't add newlines when adding media_url after stripper control charsDave Whiteland2012-12-17-3/+3
| | |
* | | add configurable setting for stripping control chars for Oxfordhsire EXOR entryDave Whiteland2012-12-17-2/+20
| | |
* | | tidied some debugging, moved config file to top of file now we're using it ↵Dave Whiteland2012-12-14-37/+37
| | | | | | | | | | | | for all instal-specific settings
* | | remove fake insert for command-line testsDave Whiteland2012-12-14-3/+3
| | |
* | | add media_url to description bodyDave Whiteland2012-12-14-5/+8
| | |
* | | print out fake (test) return value for now, and remove inout ORA_typesDave Whiteland2012-12-14-4/+5
| | |
* | | add ORA types for return values, add mandatory incident_datetimeDave Whiteland2012-12-14-3/+8
| | |