Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Handle problem confirmation tokens in catalyst and get all tests working | Edmund von der Burg | 2011-03-28 | -65/+0 |
| | ||||
* | WiP: determine location from pc | Edmund von der Burg | 2011-03-21 | -9/+9 |
| | ||||
* | Create a new report by going to '/reports/new' | Edmund von der Burg | 2011-03-18 | -4/+11 |
| | ||||
* | Changes so that proper environment is setup when running as cgi/fastcgi | Edmund von der Burg | 2011-03-18 | -12/+10 |
| | ||||
* | Allow users to create an account, confirm it and logout | Edmund von der Burg | 2011-03-03 | -0/+4 |
| | ||||
* | Delete about.cgi as it has been ported | Edmund von der Burg | 2011-02-24 | -52/+0 |
| | ||||
* | Merge branch 'master' into migrate_to_catalyst | Edmund von der Burg | 2011-02-23 | -36/+132 |
|\ | ||||
| * | Switch to jslib OpenLayers. | Matthew Somerville | 2011-02-23 | -2553/+0 |
| | | ||||
| * | Specify due to FF/Safari difference. | Matthew Somerville | 2011-02-23 | -2/+2 |
| | | ||||
| * | Font/color changes. | Matthew Somerville | 2011-02-23 | -1/+62 |
| | | ||||
| * | Local copy of OpenLayers.js in case it's slow/not responding. | Matthew Somerville | 2011-02-23 | -0/+2553 |
| | | ||||
| * | Missing string for translatio. | Matthew Somerville | 2011-02-23 | -2/+3 |
| | | ||||
| * | Missing strings in questionnaire page. | Matthew Somerville | 2011-02-23 | -3/+6 |
| | | ||||
| * | Override PanZoom to catch zoomworld click. | Matthew Somerville | 2011-02-23 | -1/+38 |
| | | ||||
| * | Remove colon from translated string, as it appears elsewhere. | Matthew Somerville | 2011-02-23 | -3/+3 |
| | | ||||
| * | Use strcoll rather than cmp for string sorting. | Matthew Somerville | 2011-02-23 | -2/+4 |
| | | ||||
| * | Fixes #83 and #84. | Matthew Somerville | 2011-02-22 | -8/+9 |
| | | ||||
| * | Move code to where we'll have lat/lon defined. | Matthew Somerville | 2011-02-22 | -3/+3 |
| | | ||||
| * | Couple of URI escaping fixes, plus cope with different versions of LWP ↵ | Matthew Somerville | 2011-02-22 | -2/+1 |
| | | | | | | | | returning content/decoded_content. | |||
| * | Missed another ' or '. | Matthew Somerville | 2011-02-22 | -1/+1 |
| | | ||||
| * | Better FAQ templating. | Matthew Somerville | 2011-02-22 | -10/+2 |
| | | ||||
* | | Move to web directory | Edmund von der Burg | 2011-02-22 | -0/+90 |
|/ | | | | | change suffix to .cgi so that default conf applies add library paths | |||
* | Expand width of front page stats boxes. | Matthew Somerville | 2011-02-22 | -0/+3 |
| | ||||
* | If errors, they might return header data. | Matthew Somerville | 2011-02-22 | -2/+2 |
| | ||||
* | Missing string translation. | Matthew Somerville | 2011-02-22 | -1/+1 |
| | ||||
* | Map JS only when map is being shown. | Matthew Somerville | 2011-02-22 | -2/+10 |
| | ||||
* | Couple of translation misses. | Matthew Somerville | 2011-02-21 | -5/+7 |
| | ||||
* | .po update. | Matthew Somerville | 2011-02-21 | -7/+10 |
| | ||||
* | Remove all encodes, they now cause double-encoding. | Matthew Somerville | 2011-02-21 | -15/+15 |
| | ||||
* | RSS fixes for testing. | Matthew Somerville | 2011-02-21 | -6/+6 |
| | ||||
* | Typo. | Matthew Somerville | 2011-02-19 | -1/+1 |
| | ||||
* | Fix cron trying to run over rows it doesn't understand, URL escaping, ↵ | Matthew Somerville | 2011-02-19 | -29/+24 |
| | | | | capitalisation of street names, and tabs. | |||
* | Escape the postcode if it's going in a URL. | Duncan Parkes | 2011-02-19 | -8/+10 |
| | ||||
* | Get rid of space from urls. | Duncan Parkes | 2011-02-19 | -0/+1 |
| | ||||
* | Prettify postcode in RSS feed display. | Duncan Parkes | 2011-02-18 | -3/+14 |
| | ||||
* | Get the postcode rss urls working with distance. | Duncan Parkes | 2011-02-18 | -6/+6 |
| | ||||
* | Point another url to the postcode version. | Duncan Parkes | 2011-02-18 | -1/+9 |
| | ||||
* | Link to the postcode url from the map page. | Duncan Parkes | 2011-02-18 | -1/+12 |
| | ||||
* | 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! | |||
* | Hopefully mostly fix charset issue (FastCGI was very unhelpful here, it ↵ | Matthew Somerville | 2011-02-17 | -5/+5 |
| | | | | turns out it auto-UTF-8 encodes sometimes without telling you. | |||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet | Matthew Somerville | 2011-02-17 | -1/+5 |
|\ | ||||
| * | .po update, Oslo on all reports page. | Matthew Somerville | 2011-02-17 | -1/+5 |
| | | ||||
* | | Some missing use Encodes. | Matthew Somerville | 2011-02-17 | -0/+1 |
|/ | ||||
* | Typo. | Matthew Somerville | 2011-02-17 | -1/+1 |
| | ||||
* | Some translation updates and i18n code improvements. | Matthew Somerville | 2011-02-17 | -40/+35 |
| |