aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetMatthew Somerville2011-02-17-1/+5
|\
| * .po update, Oslo on all reports page.Matthew Somerville2011-02-17-1/+5
| |
* | Some missing use Encodes.Matthew Somerville2011-02-17-0/+1
|/
* Typo.Matthew Somerville2011-02-17-1/+1
|
* Some translation updates and i18n code improvements.Matthew Somerville2011-02-17-40/+35
|
* Display pins.Matthew Somerville2011-02-17-8/+19
|
* First pin pass.Matthew Somerville2011-02-16-1/+14
|
* Map clicking.Matthew Somerville2011-02-16-4/+42
|
* Alert page working, and dealing with Oslo being both kommune and fylke.Matthew Somerville2011-02-16-8/+62
|
* Various encoding fixing.Matthew Somerville2011-02-16-29/+38
|
* Google link only on GB.Matthew Somerville2011-02-15-3/+4
|
* Translate optional string.Matthew Somerville2011-02-15-0/+1
|
* Council list related stuff, on /reports and admin page.Matthew Somerville2011-02-15-41/+73
|
* Put area types in cobrand.Matthew Somerville2011-02-14-14/+13
|
* Tweaks to OSM map module, fix for truncated co-ords.Matthew Somerville2011-02-14-4/+4
|
* DB used to return metres, now returns km.Matthew Somerville2011-02-14-4/+4
|
* Helper function for all latlon to OSGB36 calls.Matthew Somerville2011-02-11-11/+3
|
* More EN locales.Matthew Somerville2011-02-11-3/+7
|
* Get translatable string out of a string; update .po file with new strings ↵Matthew Somerville2011-02-10-0/+2
| | | | from Petter and updates from code.
* Couple more places truncated co-ords can be used.Matthew Somerville2011-02-10-2/+7
|
* Defining before use probably helpful.Matthew Somerville2011-02-10-5/+5
|
* Short lat/lon enough here.Matthew Somerville2011-02-10-1/+1
|
* Bug fixes found by running test suiteEdmund von der Burg2011-02-10-2/+3
|
* Merge branch 'master' into migrate_from_osgb36_to_wgs84Edmund von der Burg2011-02-10-0/+2
|\
| * Translation update from Petter.Matthew Somerville2011-02-10-0/+2
| |
* | Update gode to use en_to_latlon utilEdmund von der Burg2011-02-10-10/+26
| | | | | | | | Shorter coords in RSS and alert urls
* | Fix to RSS tests (and bug in code)Edmund von der Burg2011-02-09-2/+2
| |
* | Disable debug outputEdmund von der Burg2011-02-09-1/+2
| |
* | migrate import cgiEdmund von der Burg2011-02-09-8/+23
| |
* | typo fixEdmund von der Burg2011-02-09-1/+1
| |
* | Create an alert from lat,lonEdmund von der Burg2011-02-08-24/+25
| |
* | remove debug warningsEdmund von der Burg2011-02-08-6/+0
| |
* | correct RSS urlEdmund von der Burg2011-02-08-10/+11
| | | | | | | | | | redirect e,n query to lat lon serve lat,lon
* | Fixed 'More nearby' linkEdmund von der Burg2011-02-08-3/+31
| | | | | | | | | | Find problems by lat, lon. Redirect e,n searches to lat, lon
* | Fixed google map linkEdmund von der Burg2011-02-08-3/+6
| |
* | Fix so that reporting problems works againEdmund von der Burg2011-02-08-1/+2
| |
* | Proper param names and correct mapit callEdmund von der Burg2011-02-08-11/+11
| |
* | Lots of conversions - code now in a broken stateEdmund von der Burg2011-02-08-60/+103
| |
* | convert various map functionsEdmund von der Burg2011-02-08-3/+3
| |
* | Add COUNTRY to configEdmund von der Burg2011-02-08-3/+5
| | | | | | If GB check lat,lon in UK
* | convert partial token loadingEdmund von der Burg2011-02-08-3/+3
| |
* | migrate recent_photos and where it is usedEdmund von der Burg2011-02-07-1/+1
| |
* | Migrate code that uses problem_find_nearby stored in alert_types tableEdmund von der Burg2011-02-07-2/+2
|/
* Shorter dates.Matthew Somerville2011-01-20-6/+8
|
* Missing first argument.Matthew Somerville2011-01-20-2/+2
|
* Dates on index page.Matthew Somerville2011-01-20-4/+5
|
* Fix non-setting of state_qs, causing errors.Matthew Somerville2011-01-19-1/+2
|
* Remove old track.Matthew Somerville2011-01-14-3/+1
|
* Prototype Bing stuff.Matthew Somerville2011-01-05-0/+117
|
* Double quote href.Duncan Parkes2010-12-26-2/+2
| | | | | | | | | | | | | | | | Change quoting of this href from single to double quotes. URI::Escape::uri_escape_utf8 on cake appears to escape double quotes, but not single quotes (which surprises me, given on CPAN this change appears to happen at version 1.53, and cake only has version 1.35. I'm guessing there is a debian specific change earlier). This should fix Alex's bad Google maps url on http://www.fixmystreet.com/report/124869 Details of why this change is needed here: http://stackoverflow.com/questions/3523732/perl-uri-escape-utf8-inconsistent-behaviour-or-programmer-error