Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Migrate RSS feeds handling. | Matthew Somerville | 2011-05-19 | -169/+0 |
| | ||||
* | Hopefully fix a couple of locale issues, one I just introduced, whoops. | Matthew Somerville | 2011-03-05 | -0/+4 |
| | ||||
* | Fixes #83 and #84. | Matthew Somerville | 2011-02-22 | -0/+1 |
| | ||||
* | Remove all encodes, they now cause double-encoding. | Matthew Somerville | 2011-02-21 | -2/+2 |
| | ||||
* | Fix cron trying to run over rows it doesn't understand, URL escaping, ↵ | Matthew Somerville | 2011-02-19 | -23/+18 |
| | | | | capitalisation of street names, and tabs. | |||
* | Escape the postcode if it's going in a URL. | Duncan Parkes | 2011-02-19 | -8/+10 |
| | ||||
* | Prettify postcode in RSS feed display. | Duncan Parkes | 2011-02-18 | -3/+14 |
| | ||||
* | Remove some old commented code, and do what happened | Duncan Parkes | 2011-02-18 | -11/+3 |
| | | | | | before on an error from mapit (though it does give an Internal Server Error...) | |||
* | Uppercase the postcode. | Duncan Parkes | 2011-02-18 | -1/+1 |
| | | | | At least I assume for the moment that it's always a postcode. | |||
* | Add postcode to the title of the feed. | Duncan Parkes | 2011-02-18 | -3/+21 |
| | | | | At the moment, it's in whatever format it arrives, and lower case. | |||
* | Add title parameter of POSTCODE if this is a postcode rss feed. | Duncan Parkes | 2011-02-18 | -6/+10 |
| | ||||
* | Have postcode in the link too. | Duncan Parkes | 2011-02-18 | -1/+6 |
| | ||||
* | Don't redirect on postcode rss request. | Duncan Parkes | 2011-02-18 | -2/+3 |
| | | | | Let's stick to a url with the postcode in it - much nicer for the user! | |||
* | Some missing use Encodes. | Matthew Somerville | 2011-02-17 | -0/+1 |
| | ||||
* | Various encoding fixing. | Matthew Somerville | 2011-02-16 | -1/+1 |
| | ||||
* | Put area types in cobrand. | Matthew Somerville | 2011-02-14 | -1/+1 |
| | ||||
* | Helper function for all latlon to OSGB36 calls. | Matthew Somerville | 2011-02-11 | -1/+0 |
| | ||||
* | Bug fixes found by running test suite | Edmund von der Burg | 2011-02-10 | -2/+3 |
| | ||||
* | Update gode to use en_to_latlon util | Edmund von der Burg | 2011-02-10 | -3/+7 |
| | | | | Shorter coords in RSS and alert urls | |||
* | Fix to RSS tests (and bug in code) | Edmund von der Burg | 2011-02-09 | -2/+2 |
| | ||||
* | correct RSS url | Edmund von der Burg | 2011-02-08 | -9/+10 |
| | | | | | redirect e,n query to lat lon serve lat,lon | |||
* | Migrate code that uses problem_find_nearby stored in alert_types table | Edmund von der Burg | 2011-02-07 | -2/+2 |
| | ||||
* | Fix non-setting of state_qs, causing errors. | Matthew Somerville | 2011-01-19 | -1/+2 |
| | ||||
* | 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 |
| | ||||
* | Pushing as much maps stuff into Maps as possible. | Matthew Somerville | 2010-11-24 | -9/+1 |
| | ||||
* | Have FixMyStreet::Geocode only deal in real co-ordinates. | Matthew Somerville | 2010-11-23 | -1/+7 |
| | ||||
* | Factor out geocoding functions. | Matthew Somerville | 2010-11-23 | -1/+2 |
| | ||||
* | Move mySociety::Alert to FixMyStreet::Alert. | Matthew Somerville | 2010-11-23 | -7/+7 |
| | ||||
* | Move map functions to their own package. | Matthew Somerville | 2010-11-22 | -2/+2 |
| | ||||
* | Suppress warning from next line. | Matthew Somerville | 2010-09-30 | -1/+1 |
| | ||||
* | Hold distance through redirect. | Matthew Somerville | 2010-08-02 | -4/+8 |
| | ||||
* | Old code left in by mistake. | Matthew Somerville | 2010-08-02 | -5/+0 |
| | ||||
* | Add /rss/n/ RSS feeds. | Matthew Somerville | 2010-08-02 | -3/+15 |
| | ||||
* | Switch X/Y to be middle of map, clearer when going to RSS feed/alerts. | Matthew Somerville | 2010-08-02 | -5/+5 |
| | ||||
* | Update all FixMyStreet mapit calls. | Matthew Somerville | 2010-07-22 | -1/+1 |
| | ||||
* | Use cobrand base_url method | louise | 2009-12-17 | -3/+2 |
| | ||||
* | Returning 404 for bad problem id | louise | 2009-11-30 | -2/+5 |
| | ||||
* | No update feed generation for a bad problem id | louise | 2009-11-30 | -1/+3 |
| | ||||
* | Adding query to cobrand url hook | louise | 2009-10-21 | -7/+7 |
| | ||||
* | This url stuff not needed anymore - cobrand code should handle | louise | 2009-10-20 | -4/+1 |
| | ||||
* | Allowing cobrands to rewrite links in feeds | louise | 2009-10-20 | -9/+12 |
| | ||||
* | Return if we're redirecting. | matthew | 2009-09-24 | -1/+2 |
| | ||||
* | Need integers. | matthew | 2009-09-24 | -3/+3 |
| |