Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Always include MapIt mock handler in all tests. | Matthew Somerville | 2017-03-23 | -0/+3 |
| | ||||
* | [Zurich] Fix 500 error when editing superusers | Dave Arter | 2016-12-06 | -0/+6 |
| | | | | | | | | | | | | The Zurich::admin_type function was setting $c->stash->{body}, meaning that when trying to edit a superuser the 'fetch_contacts' function wasn't being called, causing an "Can't call method "all" on an undefined value" error as $c->stash->{live_contacts} wasn't ever being set. Fixed by changing the conditional to simply determine whether fetch_contacts needs to be called. Included a regression test that meant a small addition to the MapItZurich mock. | |||
* | Allow user to have an area assigned in admin | Dave Arter | 2016-08-22 | -0/+23 |
| | ||||
* | Add Twitter social login. | Matthew Somerville | 2016-04-08 | -0/+43 |
| | ||||
* | Allow zurich tests to run without network. | Matthew Somerville | 2016-03-23 | -0/+43 |
| | ||||
* | Switch final few JSON uses to JSON::MaybeXS. | Matthew Somerville | 2016-02-09 | -3/+3 |
| | ||||
* | Spot media_url in Open311 GetServiceRequestUpdate. | Matthew Somerville | 2016-01-29 | -0/+18 |
| | | | | Fixes #1315. | |||
* | Move test mocks to their own directory. | Matthew Somerville | 2016-01-27 | -0/+140 |