Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Bromley] Add asset/PROW ID meta to attributes. | Matthew Somerville | 2018-06-04 | -63/+9 |
| | ||||
* | Store server_set automated, but ignore for input. | Matthew Somerville | 2018-03-21 | -90/+0 |
| | | | | | We do need to store them, so that the sending knows which fields are being requested, but we do not want them output to the client at all. | |||
* | Deal with 'automated' Open311 service attributes. | Struan Donald | 2018-03-15 | -0/+90 |
| | | | | | | This is part of the integration with our open311-adapter. The automated property indicates that it's an expected value but either it's going to be set by the server, or appear as a hidden field. | |||
* | Store group on Contacts in Open311 PopulateServiceList | Dave Arter | 2017-12-05 | -0/+9 |
| | ||||
* | Add inactive state to categories. | Matthew Somerville | 2017-07-14 | -27/+14 |
| | | | | | A new 'state' column replaces confirmed and deleted, allowing categories to be unconfirmed, confirmed, deleted or inactive. | |||
* | Run each test file in a transaction. | Matthew Somerville | 2017-06-20 | -4/+1 |
| | | | | This means that the tests can be run in parallel. | |||
* | Tidy up Open311 XML handling. | Matthew Somerville | 2016-06-15 | -12/+1 |
| | | | | | Parse the XML in such a way other parts of the code do not have to worry about single-value folding or the like. | |||
* | Reduce use of FixMyStreet::App. | Matthew Somerville | 2015-12-02 | -23/+23 |
| | | | | Command line scripts don't need a full blown app, just database. | |||
* | Remove ms_current_timestamp() override function. | Matthew Somerville | 2015-08-13 | -9/+9 |
| | | | | | This override is not used anywhere, it dates from a very old long-gone test script, and causes issues with database query planning. | |||
* | Add Extra role to ease use of {extra} field. | Hakim Cassimally | 2015-03-20 | -10/+11 |
| | | | | | | | | | Historically, the extra field has been used in two different ways by different cobrands, both as a list (e.g. Open311 category fields) and a hash (e.g. the Zurich cobrand). This commit consolidates usage, adding an API to make use of the field easier and always returning a hash for the code to use. Fixes #1018. | |||
* | Remove need for cron-wrapper with existing scripts | Matthew Somerville | 2015-01-19 | -4/+0 |
| | | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it. | |||
* | Open311: FMS <-> Open311 Endpoint End to end tests | Hakim Cassimally | 2014-10-16 | -1/+3 |
| | | | | | Uses LWP::Protocol::PSGI to avoid having to spawn external processes in order to test these end to end. | |||
* | Update old-style open311 script to use bodies. | Matthew Somerville | 2014-04-07 | -10/+10 |
| | | | | Add some comments to the top of the open311 bin scripts. | |||
* | Allow bodies to span multiple area IDs, and areas can be covered by more ↵ | Matthew Somerville | 2012-12-19 | -0/+5 |
| | | | | than one body. | |||
* | Update tests for new names of things and bodies needing to exist. | Matthew Somerville | 2012-12-15 | -49/+20 |
| | ||||
* | Rename area_id on Contacts table to body_id. | Matthew Somerville | 2012-12-15 | -20/+20 |
| | | | | Add foreign key constraint from contacts to body. | |||
* | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -9/+9 |
| | ||||
* | do not fall over if there is unexpectedly no meta data for a service code | Struan Donald | 2012-11-23 | -0/+13 |
| | ||||
* | handle updates to meta data as well as meta data when a contact is created | Struan Donald | 2012-10-18 | -0/+165 |
| | ||||
* | use correct method name | Struan Donald | 2012-04-27 | -4/+4 |
| | ||||
* | more populate tests and also cope with bromley non display fields | Struan Donald | 2012-03-22 | -0/+298 |
| | ||||
* | if we have two conflicting existing contacts then skip the update | Struan Donald | 2011-10-11 | -4/+63 |
| | ||||
* | reduce duplicate code | Struan Donald | 2011-10-11 | -135/+38 |
| | ||||
* | test existing contacts are deleted | Struan Donald | 2011-10-11 | -1/+71 |
| | | | | udpate service code for contact with same category | |||
* | handle change of service name for existing service code | Struan Donald | 2011-10-11 | -0/+75 |
| | ||||
* | rewrite populate service list to enable testing and add some tests | Struan Donald | 2011-10-10 | -0/+148 |