Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Couple of URI escaping fixes, plus cope with different versions of LWP ↵ | Matthew Somerville | 2011-02-22 | -0/+1 |
| | | | | returning content/decoded_content. | |||
* | Hopefully mostly fix charset issue (FastCGI was very unhelpful here, it ↵ | Matthew Somerville | 2011-02-17 | -0/+1 |
| | | | | turns out it auto-UTF-8 encodes sometimes without telling you. | |||
* | Various encoding fixing. | Matthew Somerville | 2011-02-16 | -2/+4 |
| | ||||
* | Only do lat/lon->E/N check if country is GB. | Matthew Somerville | 2011-02-14 | -7/+9 |
| | ||||
* | Footer for Norway. | Matthew Somerville | 2011-02-12 | -0/+1 |
| | ||||
* | Norway place lookup. | Matthew Somerville | 2011-02-11 | -9/+13 |
| | ||||
* | Helper function for all latlon to OSGB36 calls. | Matthew Somerville | 2011-02-11 | -4/+2 |
| | ||||
* | More EN locales. | Matthew Somerville | 2011-02-11 | -1/+4 |
| | ||||
* | Put back UK-only code for atomic nature of E/N -> lat/lon conversion, module ↵ | Matthew Somerville | 2011-02-10 | -0/+7 |
| | | | | has other UK-only code in it still and it causes error without. | |||
* | Lots of conversions - code now in a broken state | Edmund von der Burg | 2011-02-08 | -22/+14 |
| | ||||
* | Add note about cache dir to install steps | Edmund von der Burg | 2011-02-07 | -0/+2 |
| | | | | Create geo cache dir if it is missing | |||
* | Have FixMyStreet::Geocode only deal in real co-ordinates. | Matthew Somerville | 2010-11-23 | -20/+8 |
| | ||||
* | Factor out geocoding functions. | Matthew Somerville | 2010-11-23 | -0/+168 |