aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
Commit message (Collapse)AuthorAgeLines
* Create Around controller and implement the easy bitsEdmund von der Burg2011-04-12-0/+53
|
* Redirect locations queries from '/' to '/around'Edmund von der Burg2011-04-12-0/+20
|
* Port front stats code over to TT2 and new cobrandEdmund von der Burg2011-04-12-35/+77
|
* Start to move index.cgi into catalystEdmund von der Burg2011-04-12-1/+1
|
* More robust testsEdmund von der Burg2011-04-11-2/+24
|
* Mute undef warningEdmund von der Burg2011-04-11-1/+2
|
* Added 'uri_for_email' method and switched some tokens over to itEdmund von der Burg2011-04-11-2/+23
|
* check the skipped paramater earlierEdmund von der Burg2011-04-11-1/+3
|
* Merge branch 'migrate_to_catalyst' of ↵Edmund von der Burg2011-04-11-1/+6
|\ | | | | | | ssh://evdb@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Strip UK from choices as currently done.Matthew Somerville2011-04-11-1/+6
| |
* | Make photo upload depend on cobrand settingEdmund von der Burg2011-04-08-0/+1
|/ | | | Add in extra cobrand fields to forms
* Merge branch 'master' into migrate_to_catalystEdmund von der Burg2011-04-08-8/+42
|\
| * Merge branch 'london'Matthew Somerville2011-04-08-6/+40
| |\
| | * Add external columns for problems, and show body if present in preference to ↵Matthew Somerville2011-04-02-6/+11
| | | | | | | | | | | | council.
| | * Have fixed categories in London, from Report-It API.Matthew Somerville2011-04-02-0/+29
| | |
| * | Switch to new MaPit call, as old one fails in Norway thinking it should look ↵Matthew Somerville2011-04-08-2/+2
| |/ | | | | | | up ONS code.
* | added newsletter sign upEdmund von der Burg2011-04-07-2/+8
| |
* | Add Southampton exception to catalyst codeEdmund von der Burg2011-04-07-2/+9
| |
* | Add the 'remember_me' checkbox on loginEdmund von der Burg2011-04-07-3/+390
| |
* | Fix bugs introduced with overrides formEdmund von der Burg2011-04-07-9/+9
| |
* | 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
| |
* | Added overrides to staging servers to make testing/dev easierEdmund von der Burg2011-04-06-11/+106
| |
* | fixes to match the changed map codeEdmund von der Burg2011-04-05-6/+15
| |
* | Fix incorrect mailer_argsEdmund von der Burg2011-04-05-1/+1
| |
* | Fix - configure maps when setting up cobrandEdmund von der Burg2011-04-04-0/+3
| |
* | Merge branch 'master' into migrate_to_catalystEdmund von der Burg2011-04-04-354/+616
|\| | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Move midpoint code to Cobrand, as I missed it hidden in map code.Matthew Somerville2011-03-26-2/+12
| |
| * Southampton templating.Matthew Somerville2011-03-25-0/+113
| |
| * Merge branch 'master' of ↵Matthew Somerville2011-03-23-5/+17
| |\ | | | | | | | | | ssh://matthew@git.mysociety.org/data/git/public/fixmystreet
| | * Missing CGI var.Matthew Somerville2011-03-23-2/+2
| | |
| | * Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetMatthew Somerville2011-03-23-262/+160
| | |\
| | * | Factor out email sending bit of confirmation sending function, and make ↵Matthew Somerville2011-03-23-5/+17
| | | | | | | | | | | | | | | | import.cgi use it.
| * | | Bing Maps key.Matthew Somerville2011-03-23-0/+2
| | |/ | |/|
| * | Allow map change in URL.Matthew Somerville2011-03-23-262/+160
| |/
| * Move RABX include to only place it's needed.Matthew Somerville2011-03-20-0/+1
| |
| * Fixes to other map types to work with lat/lon. Split OSM JavaScript into ↵Matthew Somerville2011-03-09-24/+74
| | | | | | | | core OpenLayers bits and OSM config bit.
| * Some minor URL improvements.Matthew Somerville2011-03-08-14/+12
| |
| * 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
| |
| * Hopefully fix a couple of locale issues, one I just introduced, whoops.Matthew Somerville2011-03-05-2/+4
| |
| * Handle NO postcodes via mapit.Matthew Somerville2011-03-05-0/+8
| |
| * Allow lat/lon in query string to affect map location (for non-JS browsing of ↵Matthew Somerville2011-03-04-0/+4
| | | | | | | | map on report page).
| * 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.