Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Warwickshire] Add archive script data. | Matthew Somerville | 2018-03-14 | -4/+5 |
| | | | | Add an update with each report closure. | |||
* | [Oxfordshire] Allow lat/lon to be sent as integers to Exor Open311 CGI | Dave Arter | 2017-12-19 | -1/+1 |
| | | | | | | | | | | It took a few years but somebody finally made a report at a whole-number lat/lon (52°N in this case) which was duly rejected by the OCC Exor script as not being a valid coordinate due to the assumption that all lat/lon values will contain a ‘.’ character. This commit makes the decimal part of the value optional, allowing integer values to be sent. | |||
* | [Oxfordshire] Clearly mark RDI emails if sent from staging | Dave Arter | 2017-11-08 | -1/+7 |
| | | | | Fixes mysociety/fixmystreetforcouncils#251 | |||
* | [Oxfordshire] Make sure RDI file is encoded. | Matthew Somerville | 2017-09-21 | -1/+2 |
| | | | | | body_str is encoded with the provided charset/encoding, body is used as-is (and so will die in email sending if it contains wide characters). | |||
* | [Oxfordshire] Log when problems sent by RDI email. | Dave Arter | 2017-09-11 | -0/+1 |
| | | | | | | | | The timestamp of when a problem was included in an RDI is shown on the problem’s inspector form. Also check back and include any inspected reports that for some reason haven't been instructed yet. Fixes mysociety/fixmystreetforcouncils#223. | |||
* | Move FixMyStreet::DB to FixMyStreet::DB::Schema. | Matthew Somerville | 2017-08-09 | -1/+1 |
| | | | | Store a schema object on FixMyStreet::DB instead. | |||
* | [Oxfordshire] RDI file should show all inspections as happening on the same date | Dave Arter | 2017-07-24 | -0/+2 |
| | | | | Fixes mysociety/fixmystreetforcouncils#203 | |||
* | [Oxfordshire] Send RDI reports by email. | Matthew Somerville | 2017-05-16 | -0/+69 |
| | ||||
* | [Oxfordshire] Open311 update timestamps should be in UTC | Dave Arter | 2017-02-15 | -1/+17 |
| | | | | | | | | | | The timestamps returned from the database are in server-local time, not UTC. Because FMS expects timestamps in Open311 responses to be UTC, the timestamps of updates from OCC appear one hour ahead when DST is in effect. This commit converts the timestamps to UTC before outputting them. Fixes mysociety/FixMyStreet-Commercial#499 | |||
* | [Oxfordshire] Old report archiving script | pezholio | 2017-02-15 | -0/+29 |
| | | | | | | | | | | | | | | | This script can be used for the bulk closure of old reports that haven't been updated in a long time. Reports that haven't been updated in a *really* long time (since 2014, by default) are simply closed, and those that haven't been updated since 2015 (by default) are closed and an email explaining the closure is sent to the report creator. This script can be used for other cobrands, but they'll need an archive.{txt,html} template in order for the emails to be sent. For mysociety/fixmystreetforcouncils#51 | |||
* | Update code.fixmystreet.com references to fixmystreet.org. | Matthew Somerville | 2014-03-19 | -3/+3 |
| | ||||
* | force upper case on certain PEM fields | Dave Whiteland | 2013-07-25 | -4/+4 |
| | ||||
* | change field length for ce_description to 1970 | Dave Whiteland | 2013-04-11 | -1/+1 |
| | | | | | OCC report that the Action/Remarks field has max size of 1970, which matches our experience of 2000 (from the PEM docs) choking. | |||
* | fix truncation in Oxfordshire Open311 script (debug/test left in? gah) | Dave Whiteland | 2013-03-14 | -1/+1 |
| | ||||
* | suppress debug output from Oxfordshire script for deployment | Dave Whiteland | 2013-01-28 | -6/+7 |
| | ||||
* | rationalised old oxfordshire/open311_service_request.cgi to require shared ↵ | Dave Whiteland | 2013-01-24 | -116/+5 |
| | | | | open311_services.pm | |||
* | add status criteria to effectively ignore error records in Oxfordshire's ↵ | Dave Whiteland | 2013-01-21 | -2/+5 |
| | | | | update table | |||
* | fix HH24 date format, and use Oracle ROWNUM not LIMIT in SQL | Dave Whiteland | 2013-01-21 | -9/+12 |
| | ||||
* | Oxfordshire scripts for connecting with Bentley/PEM (council back-end) table ↵ | Dave Whiteland | 2013-01-21 | -0/+272 |
| | | | | of 'service request updates' | |||
* | Oxfordshire: whoops, from_to is in-place; fixed it but didn't commit promptly | Dave Whiteland | 2012-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 script | Dave Whiteland | 2012-12-20 | -6/+15 |
| | ||||
* | add win encoding to Oxfordshire Oracle data before inserting | Dave Whiteland | 2012-12-20 | -3/+8 |
| | ||||
* | some tidying, simply closest_address string according to Oxfordshire's request | Dave Whiteland | 2012-12-19 | -42/+45 |
| | ||||
* | tidy up char stripping, at point of binding, so it doesn't affect earlier ↵ | Dave Whiteland | 2012-12-19 | -21/+36 |
| | | | | processing | |||
* | strip .full from incoming media URLs for Oxfordshire | Dave Whiteland | 2012-12-19 | -0/+2 |
| | ||||
* | pass closest_address string straight into OCC's ce_location field, which was ↵ | Dave Whiteland | 2012-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 Whiteland | 2012-12-19 | -9/+37 |
| | | | | insertion | |||
* | fix postcode field name error | Dave Whiteland | 2012-12-19 | -1/+1 |
| | ||||
* | tiny changes to testing data | Dave Whiteland | 2012-12-19 | -3/+5 |
| | ||||
* | tidy up field Oxfordshire PEM field types | Dave Whiteland | 2012-12-19 | -113/+41 |
| | ||||
* | added postcode and nearest address to Oxfordshire Open311 call | Dave Whiteland | 2012-12-18 | -0/+12 |
| | ||||
* | don't add newlines when adding media_url after stripper control chars | Dave Whiteland | 2012-12-17 | -3/+3 |
| | ||||
* | add configurable setting for stripping control chars for Oxfordhsire EXOR entry | Dave Whiteland | 2012-12-17 | -2/+20 |
| | ||||
* | tidied some debugging, moved config file to top of file now we're using it ↵ | Dave Whiteland | 2012-12-14 | -37/+37 |
| | | | | for all instal-specific settings | |||
* | remove fake insert for command-line tests | Dave Whiteland | 2012-12-14 | -3/+3 |
| | ||||
* | add media_url to description body | Dave Whiteland | 2012-12-14 | -5/+8 |
| | ||||
* | print out fake (test) return value for now, and remove inout ORA_types | Dave Whiteland | 2012-12-14 | -4/+5 |
| | ||||
* | add ORA types for return values, add mandatory incident_datetime | Dave Whiteland | 2012-12-14 | -3/+8 |
| | ||||
* | just make the stored procedure call -- simpler SQL -- don't declare it here | Dave Whiteland | 2012-12-14 | -98/+38 |
| | ||||
* | only bind the params that we need, now defaults are in there | Dave Whiteland | 2012-12-14 | -3/+2 |
| | ||||
* | explicit SQL declaration of the procedure | Dave Whiteland | 2012-12-14 | -4/+90 |
| | ||||
* | add CGI script for Oxfordshire to absorb incoming Open311 service request POSTs | Dave Whiteland | 2012-12-13 | -0/+510 |