Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Don't try and store empty nothing. | Matthew Somerville | 2012-12-11 | -1/+1 |
| | ||||
* | Add caching of geocoder similar to other geocoders. | Matthew Somerville | 2012-12-06 | -8/+19 |
| | ||||
* | Catch 500 error from geocoder. | Matthew Somerville | 2012-12-06 | -1/+7 |
| | ||||
* | Add Zurich geocoder (and allow geocoder choice to be picked in config). | Matthew Somerville | 2012-12-04 | -3/+110 |
| | ||||
* | Travis script. | Matthew Somerville | 2012-10-05 | -1/+1 |
| | ||||
* | Add a missing "use" statement, required for in_gb_locale | Mark Longair | 2012-09-20 | -0/+1 |
| | ||||
* | Increase timeout for Nominatim, to fix #316. | Matthew Somerville | 2012-08-31 | -1/+2 |
| | ||||
* | Remove any Northern Ireland specific code. | Matthew Somerville | 2012-07-20 | -12/+1 |
| | ||||
* | Add Nominatim-based geocoding service (fixes #183). | Matthew Somerville | 2012-07-13 | -10/+73 |
| | ||||
* | Remove various UK specific code out of Default cobrand into UK one. | Matthew Somerville | 2012-07-13 | -1/+1 |
| | ||||
* | Merge branch 'master' into bromley | Matthew Somerville | 2012-05-16 | -2/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports conf/crontab.ugly conf/general.yml-example db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/Result/User.pm templates/web/default/js/validation_strings.html templates/web/fixmystreet/auth/sign_out.html templates/web/fixmystreet/report/new/councils_text_all.html web/cobrands/fixmystreet/_base.scss | |||
| * | Fix bug wherein links on multiple result pages in other locales would not ↵ | Anders Einar Hilden | 2012-05-10 | -1/+8 |
| | | | | | | | | work. Ported from Bing.pm | |||
| * | Fix bug wherein links on multiple result pages in other locales would not work. | Matthew Somerville | 2012-05-04 | -1/+8 |
| | | ||||
* | | Fix geocoding when it returns multiple results, only some of which are in NI. | Matthew Somerville | 2012-05-11 | -3/+9 |
|/ | ||||
* | Make sure postalCode is present in result. | Matthew Somerville | 2012-03-30 | -1/+1 |
| | ||||
* | Also treat as same if just same locality and postalcode. | Matthew Somerville | 2012-03-30 | -1/+3 |
| | ||||
* | Ignore some 'duplicate' results in geocoding. | Matthew Somerville | 2012-03-30 | -0/+8 |
| | ||||
* | Initial creation of Bromley cobrand. | Matthew Somerville | 2012-03-22 | -1/+1 |
| | ||||
* | 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 | -4/+7 |
| | ||||
* | do not add town if it is already in the query | Struan Donald | 2011-10-18 | -1/+1 |
| | ||||
* | append town name to Bing gecode queries if provided to decrease false matches | Struan Donald | 2011-10-18 | -0/+1 |
| | ||||
* | Ignore London in admin interface, text tweaks. | Matthew Somerville | 2011-09-27 | -1/+1 |
| | ||||
* | Add address information to description in RSS feeds | Struan Donald | 2011-08-29 | -0/+32 |
| | ||||
* | Store lat/lon from multiple results and use that to prevent infinite loop on ↵ | Matthew Somerville | 2011-08-09 | -2/+2 |
| | | | | e.g. 'Clapham'. | |||
* | Missing include. | Matthew Somerville | 2011-07-12 | -3/+3 |
| | ||||
* | Get OSM lookup hopefully working, does #95 except for bin scripts. | Matthew Somerville | 2011-07-12 | -32/+5 |
| | ||||
* | Factor out find_closest from send-reports, initial OSM.pm from osm_road_info ↵ | Matthew Somerville | 2011-07-12 | -0/+143 |
| | | | | branch, needs altering before it will work. | |||
* | Factor out postcode lookups into cobrands, and string lookups into separate ↵ | Matthew Somerville | 2011-07-12 | -0/+152 |
packages. |