Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | typo fix | Edmund von der Burg | 2011-02-09 | -1/+1 |
| | ||||
* | Create an alert from lat,lon | Edmund von der Burg | 2011-02-08 | -24/+25 |
| | ||||
* | remove debug warnings | Edmund von der Burg | 2011-02-08 | -6/+0 |
| | ||||
* | correct RSS url | Edmund von der Burg | 2011-02-08 | -10/+11 |
| | | | | | redirect e,n query to lat lon serve lat,lon | |||
* | Fixed 'More nearby' link | Edmund von der Burg | 2011-02-08 | -3/+31 |
| | | | | | Find problems by lat, lon. Redirect e,n searches to lat, lon | |||
* | Fixed google map link | Edmund von der Burg | 2011-02-08 | -3/+6 |
| | ||||
* | Fix so that reporting problems works again | Edmund von der Burg | 2011-02-08 | -1/+2 |
| | ||||
* | Proper param names and correct mapit call | Edmund von der Burg | 2011-02-08 | -11/+11 |
| | ||||
* | Lots of conversions - code now in a broken state | Edmund von der Burg | 2011-02-08 | -60/+103 |
| | ||||
* | convert various map functions | Edmund von der Burg | 2011-02-08 | -3/+3 |
| | ||||
* | Add COUNTRY to config | Edmund von der Burg | 2011-02-08 | -3/+5 |
| | | | If GB check lat,lon in UK | |||
* | convert partial token loading | Edmund von der Burg | 2011-02-08 | -3/+3 |
| | ||||
* | migrate recent_photos and where it is used | Edmund von der Burg | 2011-02-07 | -1/+1 |
| | ||||
* | Migrate code that uses problem_find_nearby stored in alert_types table | Edmund von der Burg | 2011-02-07 | -2/+2 |
| | ||||
* | Shorter dates. | Matthew Somerville | 2011-01-20 | -6/+8 |
| | ||||
* | Missing first argument. | Matthew Somerville | 2011-01-20 | -2/+2 |
| | ||||
* | Dates on index page. | Matthew Somerville | 2011-01-20 | -4/+5 |
| | ||||
* | Fix non-setting of state_qs, causing errors. | Matthew Somerville | 2011-01-19 | -1/+2 |
| | ||||
* | Remove old track. | Matthew Somerville | 2011-01-14 | -3/+1 |
| | ||||
* | Prototype Bing stuff. | Matthew Somerville | 2011-01-05 | -0/+117 |
| | ||||
* | Double quote href. | Duncan Parkes | 2010-12-26 | -2/+2 |
| | | | | | | | | | | | | | | | | Change quoting of this href from single to double quotes. URI::Escape::uri_escape_utf8 on cake appears to escape double quotes, but not single quotes (which surprises me, given on CPAN this change appears to happen at version 1.53, and cake only has version 1.35. I'm guessing there is a debian specific change earlier). This should fix Alex's bad Google maps url on http://www.fixmystreet.com/report/124869 Details of why this change is needed here: http://stackoverflow.com/questions/3523732/perl-uri-escape-utf8-inconsistent-behaviour-or-programmer-error | |||
* | Change state to 'confirmed' after setting querystring. | Duncan Parkes | 2010-12-25 | -1/+2 |
| | ||||
* | Clearly I didn't understand that line... | Duncan Parkes | 2010-12-25 | -1/+1 |
| | ||||
* | Comment out line changing open to confirmed | Duncan Parkes | 2010-12-25 | -1/+1 |
| | ||||
* | Wrong quotes | Duncan Parkes | 2010-12-25 | -1/+1 |
| | ||||
* | Missing my. | Duncan Parkes | 2010-12-25 | -1/+1 |
| | ||||
* | Missing semicolon | Duncan Parkes | 2010-12-25 | -1/+1 |
| | ||||
* | Don't lose state. | Duncan Parkes | 2010-12-25 | -3/+6 |
| | | | | | | State was getting lost on redirects, so that a query for open issues using a lat and long or a postcode finished up as a query for all issues. Hopefully this should fix that. | |||
* | RSS feed returning only open or fixed problems. | Matthew Somerville | 2010-12-22 | -1/+8 |
| | ||||
* | Might as well say don't index these either. | Matthew Somerville | 2010-12-21 | -1/+1 |
| | ||||
* | Some more robots. | Matthew Somerville | 2010-12-21 | -4/+5 |
| | ||||
* | robots meta stuff. | Matthew Somerville | 2010-12-21 | -0/+1 |
| | ||||
* | Some more x/y clearing. | Matthew Somerville | 2010-12-21 | -3/+3 |
| | ||||
* | Dear bingbot, please stop hammering our server. Thanks. | Matthew Somerville | 2010-12-21 | -0/+5 |
| | ||||
* | X/Y no longer used, it's E/N for the mo. | Matthew Somerville | 2010-12-17 | -1/+1 |
| | ||||
* | Missing imports. | Matthew Somerville | 2010-12-17 | -0/+2 |
| | ||||
* | REH text updates. | Matthew Somerville | 2010-12-17 | -11/+17 |
| | ||||
* | Google Maps package. | Matthew Somerville | 2010-12-04 | -0/+22 |
| | ||||
* | Some OpenLayers options, including StreetView and CycleMap, and putting ↵ | Matthew Somerville | 2010-11-26 | -0/+769 |
| | | | | tilma within OL. | |||
* | Have FixMyStreet::Map return the JS it needs. | Matthew Somerville | 2010-11-24 | -0/+1 |
| | ||||
* | Move tilma map functions to separate file. | Matthew Somerville | 2010-11-24 | -322/+320 |
| | ||||
* | Pushing as much maps stuff into Maps as possible. | Matthew Somerville | 2010-11-24 | -94/+77 |
| | ||||
* | Have FixMyStreet::Geocode only deal in real co-ordinates. | Matthew Somerville | 2010-11-23 | -16/+25 |
| | ||||
* | One big parameter hash. | Matthew Somerville | 2010-11-23 | -48/+43 |
| | ||||
* | Factor out geocoding functions. | Matthew Somerville | 2010-11-23 | -8/+11 |
| | ||||
* | Move mySociety::Alert to FixMyStreet::Alert. | Matthew Somerville | 2010-11-23 | -27/+26 |
| | ||||
* | Move map functions to their own package. | Matthew Somerville | 2010-11-22 | -36/+36 |
| | ||||
* | Warnfix. | Matthew Somerville | 2010-11-02 | -1/+1 |
| | ||||
* | Typo. | Matthew Somerville | 2010-10-12 | -1/+1 |
| | ||||
* | Allow council_check to do lookup, so main site doesn't need to on every map ↵ | Matthew Somerville | 2010-10-12 | -5/+3 |
| | | | | load. |