Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Convert PopulateServiceList to use body IDs. | Matthew Somerville | 2012-12-15 | -3/+3 | |
| | | |||||
| * | Remove unused Open311 GetUpdates code. | Matthew Somerville | 2012-12-15 | -21/+0 | |
| | | |||||
| * | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -3/+3 | |
| | | |||||
* | | 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 | ||||
* | | Merge remote-tracking branch 'origin/master' | Struan Donald | 2013-01-21 | -2/+283 | |
|\ \ | |||||
| * | | 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' | ||||
| * | | fix comment in send-comments | Dave Whiteland | 2013-01-20 | -2/+5 | |
| | | | |||||
* | | | include closed states in fixed stats | Struan Donald | 2013-01-16 | -2/+2 | |
| | | | |||||
* | | | Merge branch 'bromley-new-statuses' | Struan Donald | 2013-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-comments | Struan Donald | 2012-10-03 | -1/+7 | |
| | | | |||||
* | | | allow FMB's devolved Open311 endpoints to updates (send-comments) | Dave Whiteland | 2013-01-08 | -0/+12 | |
| | | | |||||
* | | | Add do-not-reply config variable, removing special case from code. | Matthew Somerville | 2013-01-02 | -0/+1 | |
| | | | |||||
* | | | Exclude 2237 as it does not return a service list. | Matthew Somerville | 2012-12-28 | -0/+1 | |
| | | | |||||
* | | | 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 | |
| | | | |||||
* | | | add oxfordshire to compass dirs | Dave Whiteland | 2012-12-05 | -1/+1 | |
| |/ |/| | |||||
* | | another typo for bromely special casing of open311 endpoints | Struan Donald | 2012-11-21 | -1/+1 | |
| | | |||||
* | | turn on extended updates for bromley and special case their endpoint | Struan Donald | 2012-11-19 | -0/+13 | |
| | | |||||
* | | Merge branch 'stevenage' | Struan Donald | 2012-11-19 | -2/+28 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html | ||||
| * | | use /usr/bin/env perl and not /usr/bin/perl | Struan Donald | 2012-10-22 | -1/+1 | |
| | | | |||||
| * | | add script to fetch last 24 hours of updates as a backup and default to last ↵ | Struan Donald | 2012-10-17 | -0/+26 | |
| | | | | | | | | | | | | 2 hours in standard script | ||||
| * | | added Stevenage cobrand (scss just placeholders for now) | Dave Whiteland | 2012-09-07 | -1/+2 | |
| |/ | |||||
* | | Remove unused function, add gridref test. | Matthew Somerville | 2012-11-12 | -11/+23 | |
| | | |||||
* | | Set up internationalization with Transifex | Mark Longair | 2012-10-19 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | gettext-extract needs to be changed to instantiate values in the Plural-Forms header line, otherwise on pushing the source pot file (locale/FixMyStreet.po) it fails one of the checks that Transifex runs (msgfmt -c). This commit also adds the .tx/config configuration file, which points to the right project on Transifix and specifies where the source and translated files are in the project structure. | ||||
* | | EC2_HOSTNAME may be empty; don't insist that it isn't | Mark Longair | 2012-10-18 | -1/+0 | |
| | | |||||
* | | Allow argument to be supplied to make_css to only compile that one. | Matthew Somerville | 2012-10-12 | -1/+6 | |
| | |