Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | typo | Edmund von der Burg | 2011-02-09 | -1/+1 |
| | ||||
* | convert e,n to lat,lon in submit report to avoid touching the rest of code | Edmund von der Burg | 2011-02-09 | -2/+8 |
| | ||||
* | Disable debug output | Edmund von der Burg | 2011-02-09 | -1/+2 |
| | ||||
* | Merge branch 'master' into migrate_from_osgb36_to_wgs84 | Edmund von der Burg | 2011-02-09 | -7/+2 |
|\ | ||||
| * | Needed package for test suite. | Matthew Somerville | 2011-02-09 | -1/+2 |
| | | ||||
| * | Currently unneeded. | Matthew Somerville | 2011-02-09 | -6/+0 |
| | | ||||
* | | Added back whitespace required for proper formatting | Edmund von der Burg | 2011-02-09 | -1/+1 |
| | | ||||
* | | Update tests for page | Edmund von der Burg | 2011-02-09 | -10/+17 |
| | | ||||
* | | migrate admin cgi | Edmund von der Burg | 2011-02-09 | -3/+3 |
| | | ||||
* | | migrate import cgi | Edmund von der Burg | 2011-02-09 | -8/+23 |
| | | ||||
* | | Merge branch 'master' into migrate_from_osgb36_to_wgs84 | Edmund von der Burg | 2011-02-09 | -0/+1 |
|\| | ||||
| * | FAQ Text tweak. | Matthew Somerville | 2011-02-07 | -0/+1 |
| | | ||||
* | | Add eastings and northings back into problem report email if in UK | Edmund von der Burg | 2011-02-09 | -3/+19 |
| | | ||||
* | | Fix so that lat lon appear in georss | Edmund von der Burg | 2011-02-09 | -3/+2 |
| | | ||||
* | | typo fix | Edmund von der Burg | 2011-02-09 | -1/+1 |
| | | ||||
* | | Create an alert from lat,lon | Edmund von der Burg | 2011-02-08 | -24/+25 |
| | | ||||
* | | checked all the scripts | Edmund von der Burg | 2011-02-08 | -0/+5 |
| | | ||||
* | | converted update-areas script | Edmund von der Burg | 2011-02-08 | -2/+2 |
| | | ||||
* | | converted sent-reports script | Edmund von der Burg | 2011-02-08 | -16/+22 |
| | | ||||
* | | remove debug warnings | Edmund von der Burg | 2011-02-08 | -6/+0 |
| | | ||||
* | | correct RSS url | Edmund von der Burg | 2011-02-08 | -17/+18 |
| | | | | | | | | | | redirect e,n query to lat lon serve lat,lon | |||
* | | Fixed 'More nearby' link | Edmund von der Burg | 2011-02-08 | -3/+31 |
| | | | | | | | | | | Find problems by lat, lon. Redirect e,n searches to lat, lon | |||
* | | Fixed google map link | Edmund von der Burg | 2011-02-08 | -3/+6 |
| | | ||||
* | | Fix so you can view a report | Edmund von der Burg | 2011-02-08 | -1/+1 |
| | | ||||
* | | Fix so that reporting problems works again | Edmund von der Burg | 2011-02-08 | -1/+2 |
| | | ||||
* | | Proper param names and correct mapit call | Edmund von der Burg | 2011-02-08 | -11/+11 |
| | | ||||
* | | added a helper sub | Edmund von der Burg | 2011-02-08 | -8/+16 |
| | | | | | | Fixes to get map pins working when map is moved | |||
* | | Die if there is a compile time error in the maps code | Edmund von der Burg | 2011-02-08 | -0/+3 |
| | | ||||
* | | Lots of conversions - code now in a broken state | Edmund von der Burg | 2011-02-08 | -84/+166 |
| | | ||||
* | | Added Carp::Always to local perllib for debugging | Edmund von der Burg | 2011-02-08 | -0/+162 |
| | | ||||
* | | convert various map functions | Edmund von der Burg | 2011-02-08 | -43/+61 |
| | | ||||
* | | Add COUNTRY to config | Edmund von der Burg | 2011-02-08 | -5/+10 |
| | | | | | | If GB check lat,lon in UK | |||
* | | convert partial token loading | Edmund von der Burg | 2011-02-08 | -3/+3 |
| | | ||||
* | | itemize code files that need checking | Edmund von der Burg | 2011-02-08 | -0/+46 |
| | | ||||
* | | Correct parameter order | Edmund von der Burg | 2011-02-08 | -1/+1 |
| | | ||||
* | | convert e,n to lat,lon for flickr importer | Edmund von der Burg | 2011-02-07 | -7/+7 |
| | | ||||
* | | update progress | Edmund von der Burg | 2011-02-07 | -5/+6 |
| | | ||||
* | | Migrate of Problems::nearby and calling code | Edmund von der Burg | 2011-02-07 | -10/+11 |
| | | ||||
* | | migrate recent_photos and where it is used | Edmund von der Burg | 2011-02-07 | -8/+8 |
| | | ||||
* | | Migrate code that uses problem_find_nearby stored in alert_types table | Edmund von der Burg | 2011-02-07 | -5/+5 |
| | | ||||
* | | update problem_find_nearby for non-local alerts | Edmund von der Burg | 2011-02-07 | -6/+5 |
| | | ||||
* | | Migrate alerts table | Edmund von der Burg | 2011-02-07 | -3/+48 |
| | | ||||
* | | Change the problem_find_nearby function. | Edmund von der Burg | 2011-02-07 | -15/+75 |
| | | | | | | | | rename old occurences to help when changing code later. | |||
* | | Make lat, lon NOT NULL | Edmund von der Burg | 2011-02-07 | -0/+5 |
| | | ||||
* | | Migrate db - problems table | Edmund von der Burg | 2011-02-07 | -5/+121 |
| | | ||||
* | | Notes on the steps needed to migrate | Edmund von der Burg | 2011-02-07 | -0/+9 |
| | | ||||
* | | Merge branch 'migrate_from_osgb36_to_wgs84' of ↵ | Edmund von der Burg | 2011-02-07 | -0/+0 |
|\ \ | | | | | | | | | | ssh://evdb@git.mysociety.org/data/git/public/fixmystreet into migrate_from_osgb36_to_wgs84 | |||
| * | | Started a notes file | Edmund von der Burg | 2011-02-07 | -0/+16 |
| | | | ||||
* | | | Started a notes file | Edmund von der Burg | 2011-02-07 | -0/+16 |
| |/ |/| | ||||
* | | Add note about cache dir to install steps | Edmund von der Burg | 2011-02-07 | -1/+4 |
|/ | | | | Create geo cache dir if it is missing |