aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* binmode is ignored by FastCGI. This didn't matter on lenny, where FCGI.pm ↵Matthew Somerville2011-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 Somerville2011-03-03-1/+1
|
* Add category to RSS feed.Matthew Somerville2011-03-02-0/+1
|
* .po update.Matthew Somerville2011-03-01-7/+18
|
* Compare to translated Other.Matthew Somerville2011-02-26-5/+5
|
* .po update, Go->Submit on one button.Matthew Somerville2011-02-26-32/+36
|
* Translation fix for string just changed.Matthew Somerville2011-02-26-412/+415
|
* String, not number.Matthew Somerville2011-02-26-1/+1
|
* Crosshair on OpenLayers same as current map.Matthew Somerville2011-02-26-0/+8
|
* Output lon/lat fields in correct places.Matthew Somerville2011-02-26-4/+6
|
* Non-JS way of accessing OSM map, acts like OpenLayers but just with HTML.Matthew Somerville2011-02-26-5/+153
|
* Move compass function to Tilma code, pass Q through to click->latlon lookup.Matthew Somerville2011-02-26-35/+40
|
* Load in file manually, to decode_utf8 it.Matthew Somerville2011-02-25-1/+3
|
* Fiksgatami FAQ, .po update.Matthew Somerville2011-02-25-16/+123
|
* Slightly wider label for Oppdatering.Matthew Somerville2011-02-24-0/+8
|
* No need for all pins yet (does nothing <6 months), hide pins using OL JS if ↵Matthew Somerville2011-02-24-224/+298
| | | | present; permalink.
* .po update.Matthew Somerville2011-02-24-55/+65
|
* Factor out address checking, so that single results are checked too (e.g. ↵Matthew Somerville2011-02-24-21/+25
| | | | for 0029 in Norway, returning SA).
* Remove unneeded decodes, everything is already decoded by then, and fix for ↵Matthew Somerville2011-02-24-2/+0
| | | | passing decoded strings to MaPit.
* Add jslib to conf.Matthew Somerville2011-02-23-0/+2
|
* Switch to jslib OpenLayers.Matthew Somerville2011-02-23-2554/+1
|
* All I did was remove the colon from translation.Matthew Somerville2011-02-23-4/+2
|
* Specify due to FF/Safari difference.Matthew Somerville2011-02-23-2/+2
|
* Font/color changes.Matthew Somerville2011-02-23-1/+62
|
* Local copy of OpenLayers.js in case it's slow/not responding.Matthew Somerville2011-02-23-1/+2554
|
* Localise date string in RSS feed.Matthew Somerville2011-02-23-9/+6
|
* Missing string for translatio.Matthew Somerville2011-02-23-2/+3
|
* Unidecode strings back from strftime.Matthew Somerville2011-02-23-7/+7
|
* Missing strings in questionnaire page.Matthew Somerville2011-02-23-24/+45
|
* Override PanZoom to catch zoomworld click.Matthew Somerville2011-02-23-1/+38
|
* Remove colon from translated string, as it appears elsewhere.Matthew Somerville2011-02-23-732/+779
|
* Ignore Oslo kommune in admin interface.Matthew Somerville2011-02-23-0/+1
|
* Merge branch 'master' of ↵Matthew Somerville2011-02-23-70/+55
|\ | | | | | | ssh://matthew@git.mysociety.org/data/git/public/fixmystreet
| * .po update.Matthew Somerville2011-02-23-70/+55
| |
* | Use strcoll rather than cmp for string sorting.Matthew Somerville2011-02-23-4/+6
|/
* Fixes #83 and #84.Matthew Somerville2011-02-22-8/+9
|
* More admin strings in translation.Matthew Somerville2011-02-22-460/+1126
|
* .po update.Matthew Somerville2011-02-22-95/+69
|
* Fix obscure locale bug to do with stringification of numbers.Matthew Somerville2011-02-22-1/+2
|
* Move code to where we'll have lat/lon defined.Matthew Somerville2011-02-22-3/+3
|
* Couple of URI escaping fixes, plus cope with different versions of LWP ↵Matthew Somerville2011-02-22-4/+4
| | | | returning content/decoded_content.
* Missed another ' or '.Matthew Somerville2011-02-22-1/+1
|
* Check geocoded strings have Norge in them.Matthew Somerville2011-02-22-0/+6
|
* We want incoming data to be Unicodised.Matthew Somerville2011-02-22-1/+1
|
* Better FAQ templating.Matthew Somerville2011-02-22-10/+2
|
* Expand width of front page stats boxes.Matthew Somerville2011-02-22-0/+26
|
* Admin start translating.Matthew Somerville2011-02-22-277/+1049
|
* If errors, they might return header data.Matthew Somerville2011-02-22-2/+2
|
* Missing string translation.Matthew Somerville2011-02-22-1/+1
|
* Translation update.Matthew Somerville2011-02-22-72/+51
|