| Commit message (Expand) | Author | Age | Lines |
* | Change where URLs are converted to links, to avoid including the trailing </p... | Petter Reinholdtsen | 2011-05-06 | -4/+6 |
* | Put assignment outside locale wrapper. | Matthew Somerville | 2011-05-04 | -2/+2 |
* | Merge commit 'petter/clickable-urls-in-reports' into develop | Matthew Somerville | 2011-05-04 | -0/+2 |
|\ |
|
| * | Make links in problem reports and updates clickable. | Petter Reinholdtsen | 2011-05-02 | -0/+2 |
* | | Missing ; | Matthew Somerville | 2011-05-04 | -1/+1 |
* | | Make sure integer is in GB locale. | Matthew Somerville | 2011-05-04 | -1/+4 |
|/ |
|
* | Start introducing variable zoom dependent on location. | Matthew Somerville | 2011-04-21 | -0/+5 |
* | Merge commit 'petter/custom_rss_limit' | Matthew Somerville | 2011-04-19 | -1/+2 |
|\ |
|
| * | Undo unwanted whitespace changes. | Petter Reinholdtsen | 2011-04-18 | -8/+8 |
| * | Make GeoRSS max length configurable. | Petter Reinholdtsen | 2011-04-18 | -9/+10 |
* | | Fix typo. | Petter Reinholdtsen | 2011-04-19 | -1/+1 |
* | | Try to replace URLs used in emails. | Petter Reinholdtsen | 2011-04-18 | -0/+8 |
|/ |
|
* | Merge branch 'london' | Matthew Somerville | 2011-04-08 | -6/+40 |
|\ |
|
| * | Add external columns for problems, and show body if present in preference to ... | Matthew Somerville | 2011-04-02 | -6/+11 |
| * | Have fixed categories in London, from Report-It API. | Matthew Somerville | 2011-04-02 | -0/+29 |
* | | Switch to new MaPit call, as old one fails in Norway thinking it should look ... | Matthew Somerville | 2011-04-08 | -2/+2 |
|/ |
|
* | Move midpoint code to Cobrand, as I missed it hidden in map code. | Matthew Somerville | 2011-03-26 | -2/+12 |
* | Southampton templating. | Matthew Somerville | 2011-03-25 | -0/+113 |
* | Merge branch 'master' of ssh://matthew@git.mysociety.org/data/git/public/fixm... | Matthew Somerville | 2011-03-23 | -5/+17 |
|\ |
|
| * | Missing CGI var. | Matthew Somerville | 2011-03-23 | -2/+2 |
| * | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet | Matthew Somerville | 2011-03-23 | -262/+160 |
| |\ |
|
| * | | Factor out email sending bit of confirmation sending function, and make impor... | Matthew Somerville | 2011-03-23 | -5/+17 |
* | | | Bing Maps key. | Matthew Somerville | 2011-03-23 | -0/+2 |
| |/
|/| |
|
* | | Allow map change in URL. | Matthew Somerville | 2011-03-23 | -262/+160 |
|/ |
|
* | Move RABX include to only place it's needed. | Matthew Somerville | 2011-03-20 | -0/+1 |
* | Fixes to other map types to work with lat/lon. Split OSM JavaScript into core... | Matthew Somerville | 2011-03-09 | -24/+74 |
* | Some minor URL improvements. | Matthew Somerville | 2011-03-08 | -14/+12 |
* | Store report ID on loop, as otherwise closure uses last value. | Matthew Somerville | 2011-03-08 | -7/+8 |
* | Don't check coordsyst as not set for Norway; always string truncate lat/lon. | Matthew Somerville | 2011-03-05 | -0/+1 |
* | Hopefully fix a couple of locale issues, one I just introduced, whoops. | Matthew Somerville | 2011-03-05 | -2/+4 |
* | Handle NO postcodes via mapit. | Matthew Somerville | 2011-03-05 | -0/+8 |
* | Allow lat/lon in query string to affect map location (for non-JS browsing of ... | Matthew Somerville | 2011-03-04 | -0/+4 |
* | Don't encode binary. | Matthew Somerville | 2011-03-03 | -1/+1 |
* | binmode is ignored by FastCGI. This didn't matter on lenny, where FCGI.pm 0.6... | Matthew Somerville | 2011-03-03 | -2/+5 |
* | Add category to RSS feed. | Matthew Somerville | 2011-03-02 | -0/+1 |
* | Compare to translated Other. | Matthew Somerville | 2011-02-26 | -4/+4 |
* | Output lon/lat fields in correct places. | Matthew Somerville | 2011-02-26 | -0/+4 |
* | Non-JS way of accessing OSM map, acts like OpenLayers but just with HTML. | Matthew Somerville | 2011-02-26 | -5/+153 |
* | Move compass function to Tilma code, pass Q through to click->latlon lookup. | Matthew Somerville | 2011-02-26 | -31/+32 |
* | Load in file manually, to decode_utf8 it. | Matthew Somerville | 2011-02-25 | -1/+3 |
* | No need for all pins yet (does nothing <6 months), hide pins using OL JS if p... | Matthew Somerville | 2011-02-24 | -2/+2 |
* | Factor out address checking, so that single results are checked too (e.g. for... | Matthew Somerville | 2011-02-24 | -21/+25 |
* | Remove unneeded decodes, everything is already decoded by then, and fix for p... | Matthew Somerville | 2011-02-24 | -1/+0 |
* | Switch to jslib OpenLayers. | Matthew Somerville | 2011-02-23 | -1/+1 |
* | Local copy of OpenLayers.js in case it's slow/not responding. | Matthew Somerville | 2011-02-23 | -1/+1 |
* | Localise date string in RSS feed. | Matthew Somerville | 2011-02-23 | -9/+6 |
* | Unidecode strings back from strftime. | Matthew Somerville | 2011-02-23 | -4/+4 |
* | Remove colon from translated string, as it appears elsewhere. | Matthew Somerville | 2011-02-23 | -2/+2 |
* | Fix obscure locale bug to do with stringification of numbers. | Matthew Somerville | 2011-02-22 | -1/+2 |
* | Couple of URI escaping fixes, plus cope with different versions of LWP return... | Matthew Somerville | 2011-02-22 | -2/+3 |