Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch to JSON::MaybeXS, remove JSON::XS. | Matthew Somerville | 2016-01-22 | -1/+1 |
| | | | | | | Travis has Cpanel::JSON::XS preinstalled, which means that the build would fail there, as JSON::MaybeXS would try and upgrade JSON::XS to version 3 which the snapshot did not contain. | |||
* | Reduce use of FixMyStreet::App. | Matthew Somerville | 2015-12-02 | -2/+1 |
| | | | | Command line scripts don't need a full blown app, just database. | |||
* | Factor out all uses of param()/params. | Matthew Somerville | 2015-07-07 | -3/+3 |
| | | | | | | | Use a central get_param and get_param_list functions dependent on whether we're after a scalar or a list (almost always a scalar). This prevents any possibility of confusion where param() could return a list, or params->{} an arrayref. | |||
* | Use format_datetime for DBIx::Class searches to get rid of warnings when ↵ | Edmund von der Burg | 2013-09-05 | -2/+5 |
| | | | | running test suite | |||
* | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -15/+5 |
| | ||||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-07-26 | -3/+8 |
|\ | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/JSON.pm perllib/FixMyStreet/Map/Tilma/Original.pm web/css/core.css | |||
| * | Integrate #101 into new code. | Matthew Somerville | 2011-07-01 | -3/+8 |
| | | ||||
* | | check for open states instead of confirmed | Struan Donald | 2011-06-21 | -4/+4 |
|/ | ||||
* | Ordering so test doesn't sometimes randomly fail. | Matthew Somerville | 2011-06-09 | -0/+1 |
| | ||||
* | Switch to using c->cobrand->problems to return all problems for a cobrand ↵ | Matthew Somerville | 2011-06-08 | -1/+1 |
| | | | | (so on Barnet only return Barnet problems). | |||
* | Start moving stuff out of Problems.pm, do JSON as per its better-way comment. | Matthew Somerville | 2011-06-08 | -35/+47 |
| | ||||
* | Match the old JSON urls | Edmund von der Burg | 2011-06-03 | -4/+13 |
| | ||||
* | port json.cgi code to Catalyst | Edmund von der Burg | 2011-05-20 | -10/+43 |
| | ||||
* | Added tests for bad requests | Edmund von der Burg | 2011-05-20 | -0/+81 |