Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | configure all reports problem style in the cobrand | Struan Donald | 2012-05-02 | -0/+12 |
| | ||||
* | New style map Barnet Cobrand Work in Progress | Struan Donald | 2012-04-24 | -0/+8 |
| | | | | | Also, pull out map positioning JS to a separate file to make cobrands a bit more modular. | |||
* | Cobrand specific example front page placeholder, start of layout tweaks, fix ↵ | Matthew Somerville | 2012-03-22 | -0/+18 |
| | | | | geocoding. | |||
* | Initial creation of Bromley cobrand. | Matthew Somerville | 2012-03-22 | -3/+32 |
| | ||||
* | Reverse bing geocoding should get the local culture parameter | Guillaume RISCHARD | 2012-03-22 | -2/+2 |
| | ||||
* | International support for Bing geocoding | Guillaume RISCHARD | 2012-03-22 | -0/+2 |
| | ||||
* | Merge branch 'redesign' | Matthew Somerville | 2012-03-14 | -2/+28 |
|\ | | | | | | | | | | | | | | | Conflicts: .gitignore notes/INSTALL perllib/FixMyStreet/App/Controller/Photo.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |||
| * | Do the stringify/array in the cobrand, for future time when we need multiple ↵ | Matthew Somerville | 2012-03-06 | -1/+1 |
| | | | | | | | | results in a cobrand. | |||
| * | Get test suite all passing again, and fix bug displaying partial photo and ↵ | Matthew Somerville | 2012-03-02 | -1/+32 |
| | | | | | | | | my stupid use of c as a variable. | |||
* | | Fix RSS area links on alert page. | Matthew Somerville | 2012-02-10 | -4/+4 |
| | | ||||
* | | make sure admin summary page handle new cobrand structure correctly | Struan Donald | 2012-02-02 | -0/+9 |
|/ | ||||
* | Make FixMyStreet a cobrand, like the others. | Matthew Somerville | 2012-01-30 | -2/+1 |
| | ||||
* | Remove some unused cobrand functions, start of a base class. | Matthew Somerville | 2012-01-20 | -94/+78 |
| | ||||
* | Give all council cobrands a common parent to use. | Matthew Somerville | 2012-01-13 | -246/+97 |
| | ||||
* | Merge remote branch 'origin/master' | Struan Donald | 2011-12-05 | -0/+1 |
|\ | ||||
| * | Add Southampton on to geocode queries if not present. Fixes #128 | Struan Donald | 2011-12-02 | -0/+1 |
| | | ||||
* | | Merge branch 'rss-addresses' | Struan Donald | 2011-11-30 | -11/+48 |
|\ \ | |/ |/| | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm | |||
| * | move format postcode to cobrand so can be overridden if outside uk | Struan Donald | 2011-11-29 | -0/+17 |
| | | ||||
| * | only add nearest street text if there is a nearest street | Struan Donald | 2011-11-28 | -3/+3 |
| | | ||||
| * | cache the bing gecode data when we fetch in send-reports | Struan Donald | 2011-09-21 | -1/+6 |
| | | ||||
| * | remove unneeded comments and workaround code | Struan Donald | 2011-09-19 | -4/+0 |
| | | ||||
| * | sort of working rss address stuff with db caching and populate script | Struan Donald | 2011-09-09 | -10/+29 |
| | | ||||
* | | count Reading stats from start of November to give useful comparison | Struan Donald | 2011-11-07 | -1/+36 |
| | | ||||
* | | append town name to Bing gecode queries if provided to decrease false matches | Struan Donald | 2011-10-18 | -0/+1 |
| | | ||||
* | | initial Reading borough council cobrand | Struan Donald | 2011-10-17 | -0/+80 |
|/ | ||||
* | Add address information to description in RSS feeds | Struan Donald | 2011-08-29 | -11/+29 |
| | ||||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-08-17 | -7/+12 |
|\ | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/User.pm t/app/controller/admin.t templates/web/default/admin/update_edit.html web/css/core.css | |||
| * | Add norwegian title. | Petter Reinholdtsen | 2011-08-12 | -0/+5 |
| | | ||||
| * | Lichfield postcode -> Lichfield district postcode | Struan Donald | 2011-07-28 | -1/+1 |
| | | ||||
| * | rename lichfield cobrand to lichfielddc | Struan Donald | 2011-07-27 | -6/+6 |
| | | ||||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-07-26 | -35/+219 |
|\| | | | | | | | | | | | | | | | | | | | 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 | |||
| * | lichfield is also covered by staffordshire county council so need to tweak ↵ | Struan Donald | 2011-07-22 | -2/+2 |
| | | | | | | | | restrictions | |||
| * | disambiguate location params | Struan Donald | 2011-07-22 | -3/+4 |
| | | ||||
| * | added lichfield cobrand module | Struan Donald | 2011-07-22 | -0/+80 |
| | | ||||
| * | Remove no-longer-used tilma code. | Matthew Somerville | 2011-07-21 | -18/+0 |
| | | ||||
| * | Missing include. | Matthew Somerville | 2011-07-12 | -0/+1 |
| | | ||||
| * | Get OSM lookup hopefully working, does #95 except for bin scripts. | Matthew Somerville | 2011-07-12 | -0/+17 |
| | | ||||
| * | Factor out find_closest from send-reports, initial OSM.pm from osm_road_info ↵ | Matthew Somerville | 2011-07-12 | -0/+43 |
| | | | | | | | | branch, needs altering before it will work. | |||
| * | Factor out postcode lookups into cobrands, and string lookups into separate ↵ | Matthew Somerville | 2011-07-12 | -0/+61 |
| | | | | | | | | packages. | |||
| * | Add NRA to list of area_types for FiksGataMi (fixes #106 on Catalyst code). | Matthew Somerville | 2011-07-12 | -1/+1 |
| | | ||||
| * | Make sure ward names don't have / in them as otherwise it's not passed to ↵ | Matthew Somerville | 2011-07-02 | -0/+1 |
| | | | | | | | | Catalyst. | |||
| * | Fix URI overriding now it's being used. | Matthew Somerville | 2011-07-01 | -16/+14 |
| | | ||||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-06-30 | -12/+20 |
|\| | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Reports.pm | |||
| * | Bing geocoder. | Matthew Somerville | 2011-06-29 | -12/+20 |
| | | ||||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-06-28 | -1/+2 |
|\| | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Report/Update.pm templates/web/default/report/display.html | |||
| * | List updates on Your Reports (for #127), and a map too (#124). | Matthew Somerville | 2011-06-28 | -1/+2 |
| | | ||||
* | | in progress banner | Struan Donald | 2011-06-23 | -0/+5 |
| | | ||||
* | | display banner on closed problems | Struan Donald | 2011-06-22 | -0/+4 |
| | | ||||
* | | correct check for is fixed | Struan Donald | 2011-06-22 | -1/+1 |
| | | ||||
* | | check for open states instead of confirmed | Struan Donald | 2011-06-21 | -2/+3 |
| | |