Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename #content to #mysociety. | Matthew Somerville | 2011-03-25 | -11/+13 |
| | ||||
* | Update commonlib. | Matthew Somerville | 2011-03-24 | -0/+0 |
| | ||||
* | Return string, not undef. | Matthew Somerville | 2011-03-23 | -1/+1 |
| | ||||
* | Add link to Nokia FixMyStreet app (thanks, Thomas Forth\!). | Matthew Somerville | 2011-03-23 | -5/+11 |
| | ||||
* | Always have transitionEffect, and no buffer for nicer interaction. | Matthew Somerville | 2011-03-23 | -0/+2 |
| | ||||
* | Nearest road/postcode on reports; don't show pin if map not used for report. | Matthew Somerville | 2011-03-23 | -4/+30 |
| | ||||
* | Merge branch 'master' of ↵ | Matthew Somerville | 2011-03-23 | -22/+25 |
|\ | | | | | | | ssh://matthew@git.mysociety.org/data/git/public/fixmystreet | |||
| * | Missing CGI var. | Matthew Somerville | 2011-03-23 | -3/+3 |
| | | ||||
| * | 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 ↵ | Matthew Somerville | 2011-03-23 | -22/+25 |
| | | | | | | | | | | | | import.cgi use it. | |||
* | | | Bing Maps key. | Matthew Somerville | 2011-03-23 | -0/+4 |
| |/ |/| | ||||
* | | Allow map change in URL. | Matthew Somerville | 2011-03-23 | -262/+160 |
|/ | ||||
* | Remove superfluous HTML. | Matthew Somerville | 2011-03-21 | -1/+1 |
| | ||||
* | .no CSS update, missing translated string. | Matthew Somerville | 2011-03-21 | -457/+474 |
| | ||||
* | Typo. | Matthew Somerville | 2011-03-21 | -1/+1 |
| | ||||
* | Move RABX include to only place it's needed. | Matthew Somerville | 2011-03-20 | -1/+1 |
| | ||||
* | Fixes to other map types to work with lat/lon. Split OSM JavaScript into ↵ | Matthew Somerville | 2011-03-09 | -279/+302 |
| | | | | core OpenLayers bits and OSM config bit. | |||
* | Some minor URL improvements. | Matthew Somerville | 2011-03-08 | -16/+14 |
| | ||||
* | Store report ID on loop, as otherwise closure uses last value. | Matthew Somerville | 2011-03-08 | -8/+13 |
| | ||||
* | Don't pass parameters through to report URL. | Matthew Somerville | 2011-03-08 | -6/+3 |
| | ||||
* | .po update. | Matthew Somerville | 2011-03-07 | -3/+3 |
| | ||||
* | Don't check coordsyst as not set for Norway; always string truncate lat/lon. | Matthew Somerville | 2011-03-05 | -4/+6 |
| | ||||
* | Hopefully fix a couple of locale issues, one I just introduced, whoops. | Matthew Somerville | 2011-03-05 | -2/+8 |
| | ||||
* | Handle NO postcodes via mapit. | Matthew Somerville | 2011-03-05 | -6/+13 |
| | ||||
* | Allow lat/lon in query string to affect map location (for non-JS browsing of ↵ | Matthew Somerville | 2011-03-04 | -0/+4 |
| | | | | map on report page). | |||
* | Don't encode binary. | Matthew Somerville | 2011-03-03 | -1/+1 |
| | ||||
* | Update commonlib to get test suite change. | Matthew Somerville | 2011-03-03 | -0/+0 |
| | ||||
* | binmode is ignored by FastCGI. This didn't matter on lenny, where FCGI.pm ↵ | Matthew Somerville | 2011-03-03 | -2/+5 |
| | | | | 0.67 happily prints out Unicode strings as UTF-8 (the internal encoding). This was reported as a bug (rt.cpan.org #52400), and FCGI.pm version 0.69 (and thus 0.71 as present on squeeze) changed to call downgrade() on incoming Unicode strings, meaning the output becomes either Latin-1 (or EBCDIC), or a croak due to a Unicode character not fitting into that. The old behaviour of FCGI seemed perfectly acceptable to me when it was given characters, not bytes, and I'm not sure why the change was made - certainly downgrade() seems a bad choice given it could be any Unicode string passed in, I'd have gone with encode() (which would be the old behaviour still). Anyway, we redirect STDOUT to a string, capture it, and then print out the Unicode string (everything internal should be Unicode strings) manually encoded to UTF-8. This should work in CGI, or pre/post 0.69 FastCGI. | |||
* | Work if precise name given too. | Matthew Somerville | 2011-03-03 | -1/+1 |
| | ||||
* | Add category to RSS feed. | Matthew Somerville | 2011-03-02 | -0/+1 |
| | ||||
* | .po update. | Matthew Somerville | 2011-03-01 | -7/+18 |
| | ||||
* | Compare to translated Other. | Matthew Somerville | 2011-02-26 | -5/+5 |
| | ||||
* | .po update, Go->Submit on one button. | Matthew Somerville | 2011-02-26 | -32/+36 |
| | ||||
* | Translation fix for string just changed. | Matthew Somerville | 2011-02-26 | -412/+415 |
| | ||||
* | String, not number. | Matthew Somerville | 2011-02-26 | -1/+1 |
| | ||||
* | Crosshair on OpenLayers same as current map. | Matthew Somerville | 2011-02-26 | -0/+8 |
| | ||||
* | Output lon/lat fields in correct places. | Matthew Somerville | 2011-02-26 | -4/+6 |
| | ||||
* | 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 | -35/+40 |
| | ||||
* | Load in file manually, to decode_utf8 it. | Matthew Somerville | 2011-02-25 | -1/+3 |
| | ||||
* | Fiksgatami FAQ, .po update. | Matthew Somerville | 2011-02-25 | -16/+123 |
| | ||||
* | Slightly wider label for Oppdatering. | Matthew Somerville | 2011-02-24 | -0/+8 |
| | ||||
* | No need for all pins yet (does nothing <6 months), hide pins using OL JS if ↵ | Matthew Somerville | 2011-02-24 | -224/+298 |
| | | | | present; permalink. | |||
* | .po update. | Matthew Somerville | 2011-02-24 | -55/+65 |
| | ||||
* | Factor out address checking, so that single results are checked too (e.g. ↵ | Matthew Somerville | 2011-02-24 | -21/+25 |
| | | | | for 0029 in Norway, returning SA). | |||
* | Remove unneeded decodes, everything is already decoded by then, and fix for ↵ | Matthew Somerville | 2011-02-24 | -2/+0 |
| | | | | passing decoded strings to MaPit. | |||
* | Add jslib to conf. | Matthew Somerville | 2011-02-23 | -0/+2 |
| | ||||
* | Switch to jslib OpenLayers. | Matthew Somerville | 2011-02-23 | -2554/+1 |
| | ||||
* | All I did was remove the colon from translation. | Matthew Somerville | 2011-02-23 | -4/+2 |
| | ||||
* | Specify due to FF/Safari difference. | Matthew Somerville | 2011-02-23 | -2/+2 |
| |