aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
Commit message (Collapse)AuthorAgeLines
* Final bits of Page.pm gone.Matthew Somerville2011-06-07-67/+0
|
* Remove fake_q and most of now-unused Page.pm.Matthew Somerville2011-06-07-534/+0
|
* Tidy up some strings for translation, remove some migrated code.Matthew Somerville2011-06-06-163/+44
|
* Get rid of some more fake_q etc.Matthew Somerville2011-06-06-28/+1
|
* Complete report update display migration.Matthew Somerville2011-06-06-55/+0
|
* Complete meta line migration, factor line generation out to model and template.Matthew Somerville2011-05-24-54/+54
|
* Robots header done in template now.Matthew Somerville2011-05-17-4/+1
|
* Merge branch 'master' into migrate_to_catalystEdmund von der Burg2011-04-08-5/+10
|\
| * Add external columns for problems, and show body if present in preference to ↵Matthew Somerville2011-04-02-5/+10
| | | | | | | | council.
* | tidy up and strip out redundant codeEdmund von der Burg2011-04-07-11/+1
| |
* | port all footer templates to TT2 (excluding cities)Edmund von der Burg2011-04-07-9/+1
| |
* | Switch footer code over to TT2Edmund von der Burg2011-04-07-72/+23
| |
* | tidy up before editing codeEdmund von der Burg2011-04-06-15/+24
| |
* | mute some warningsEdmund von der Burg2011-04-06-4/+2
| |
* | Move header template over to TT2Edmund von der Burg2011-04-06-1/+63
| |
* | tidy up before making actual changesEdmund von der Burg2011-04-06-18/+44
| |
* | Merge branch 'master' into migrate_to_catalystEdmund von der Burg2011-04-04-18/+39
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore commonlib conf/packages perllib/FixMyStreet/Map.pm templates/website/cobrands/barnet/footer web/confirm.cgi web/css/core.css web/import.cgi web/index.cgi
| * Missing CGI var.Matthew Somerville2011-03-23-2/+2
| |
| * Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetMatthew Somerville2011-03-23-0/+2
| |\
| | * Allow map change in URL.Matthew Somerville2011-03-23-0/+2
| | |
| * | Factor out email sending bit of confirmation sending function, and make ↵Matthew Somerville2011-03-23-5/+17
| |/ | | | | | | import.cgi use it.
| * Store report ID on loop, as otherwise closure uses last value.Matthew Somerville2011-03-08-7/+8
| |
| * Don't check coordsyst as not set for Norway; always string truncate lat/lon.Matthew Somerville2011-03-05-0/+1
| |
| * Don't encode binary.Matthew Somerville2011-03-03-1/+1
| |
| * 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.
| * Compare to translated Other.Matthew Somerville2011-02-26-4/+4
| |
| * Load in file manually, to decode_utf8 it.Matthew Somerville2011-02-25-1/+3
| |
* | convert '/' to '/report/new' for 'Report a problem' linksEdmund von der Burg2011-04-01-1/+1
|/
* Unidecode strings back from strftime.Matthew Somerville2011-02-23-4/+4
|
* Couple of URI escaping fixes, plus cope with different versions of LWP ↵Matthew Somerville2011-02-22-1/+1
| | | | returning content/decoded_content.
* We want incoming data to be Unicodised.Matthew Somerville2011-02-22-1/+1
|
* Translation update.Matthew Somerville2011-02-22-1/+1
|
* Map JS only when map is being shown.Matthew Somerville2011-02-22-2/+2
|
* Remove all encodes, they now cause double-encoding.Matthew Somerville2011-02-21-1/+1
|
* Hopefully mostly fix charset issue (FastCGI was very unhelpful here, it ↵Matthew Somerville2011-02-17-3/+3
| | | | turns out it auto-UTF-8 encodes sometimes without telling you.
* Some missing use Encodes.Matthew Somerville2011-02-17-0/+1
|
* Some translation updates and i18n code improvements.Matthew Somerville2011-02-17-6/+6
|
* Various encoding fixing.Matthew Somerville2011-02-16-5/+5
|
* Council list related stuff, on /reports and admin page.Matthew Somerville2011-02-15-4/+12
|
* Tweaks to OSM map module, fix for truncated co-ords.Matthew Somerville2011-02-14-1/+1
|
* Fix NO footer.Matthew Somerville2011-02-14-5/+9
|
* Footer for Norway.Matthew Somerville2011-02-12-15/+19
|
* Streamline header/footer, bit of cobranding for language override and front ↵Matthew Somerville2011-02-11-31/+10
| | | | page text.
* Lots of conversions - code now in a broken stateEdmund von der Burg2011-02-08-1/+4
|
* Throw an 'Error' instead of 'die'Edmund von der Burg2011-02-07-2/+4
|
* Send using local MTA if EvEl not configured or not availableEdmund von der Burg2011-02-07-20/+37
|
* Added (temporary) alternative to sending email out through EvElEdmund von der Burg2011-02-06-6/+23
|
* Shorter dates.Matthew Somerville2011-01-20-1/+3
|
* Remove old track.Matthew Somerville2011-01-14-6/+0
|
* robots meta stuff.Matthew Somerville2010-12-21-1/+5
|