aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* initial rough draft of README to help work out how to structure install docsStruan Donald2011-12-07-9/+218
|
* mention we need the postGIS extentsion for PostgreSQLStruan Donald2011-12-07-3/+3
|
* order by confirmed so we populate new ones firstStruan Donald2011-12-06-6/+12
|
* Merge remote branch 'origin/master'Struan Donald2011-12-05-5/+16
|\
| * Move style to stylesheet.Matthew Somerville2011-12-05-5/+16
| |
| * Update video on front page.Matthew Somerville2011-12-05-1/+1
| |
* | fix to js validation when map clicking is skippedStruan Donald2011-12-05-6/+15
| |
* | also check that cached geocode object looks roughly correctStruan Donald2011-12-05-0/+1
| |
* | add in some tests for closest address methodsStruan Donald2011-12-05-0/+77
| |
* | Merge remote branch 'origin/master'Struan Donald2011-12-05-9/+62
|\|
| * Link to iPhone app.Matthew Somerville2011-12-05-3/+3
| |
| * clunky admin interface to rotate images (fixes #11)Struan Donald2011-12-02-0/+46
| |
| * fix broken link to report comment as unsuitableStruan Donald2011-12-02-6/+6
| |
| * make sure pins are visible once they click on the map (fixes #168)Struan Donald2011-12-02-0/+6
| |
| * Add Southampton on to geocode queries if not present. Fixes #128Struan Donald2011-12-02-0/+1
| |
* | Merge branch 'rss-addresses'Struan Donald2011-11-30-21/+377
|\ \ | |/ |/| | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm
| * tests for postcode in alert emailsStruan Donald2011-11-30-0/+69
| |
| * renumber geocode adding db script in preperation for merge to masterStruan Donald2011-11-30-0/+0
| |
| * use format_postcode in rss feeds as wellStruan Donald2011-11-29-3/+1
| |
| * move format postcode to cobrand so can be overridden if outside ukStruan Donald2011-11-29-14/+21
| |
| * make the test and description matchStruan Donald2011-11-29-1/+1
| |
| * tidy up nearest street and postcode adding codeStruan Donald2011-11-29-10/+26
| |
| * sanity check that non postcodes come throughStruan Donald2011-11-29-0/+6
| |
| * canonicalise postcode for display in RSS titlesStruan Donald2011-11-29-2/+6
| |
| * only look fetch what we need and provide some feedbackStruan Donald2011-11-28-5/+32
| |
| * include nearest road data in rss feed if available, plus testsStruan Donald2011-11-28-3/+120
| |
| * add in postcode to email alert titlesStruan Donald2011-11-28-4/+7
| |
| * only add nearest street text if there is a nearest streetStruan Donald2011-11-28-3/+3
| |
| * add postcode to problem title in Rss feedStruan Donald2011-11-28-1/+6
| |
| * cache the bing gecode data when we fetch in send-reportsStruan Donald2011-09-21-2/+7
| |
| * commented out code to add addresses to alertsStruan Donald2011-09-21-1/+28
| |
| * Merge remote branch 'origin/master' into rss-addressesStruan Donald2011-09-20-804/+1002
| |\
| * | remove unneeded comments and workaround codeStruan Donald2011-09-19-9/+0
| | |
| * | geocode column to bytea typeStruan Donald2011-09-19-5/+6
| | |
| * | sort of working rss address stuff with db caching and populate scriptStruan Donald2011-09-09-14/+95
| | |
* | | layout to tweak to southampton problem display with photosStruan Donald2011-11-29-0/+10
| | |
* | | New reportemptyhomes front page.Matthew Somerville2011-11-29-0/+24
| | |
* | | Make sure validation strings present in all headers to stop JS errors on ↵Matthew Somerville2011-11-29-2/+2
| | | | | | | | | | | | non-default site. This JS should presumably only be included on pages that need it.
* | | Also don't link if problem hidden.Matthew Somerville2011-11-25-1/+1
| | |
* | | Grey out updates that have had their report hidden.Matthew Somerville2011-11-25-1/+1
| | |
* | | And same for DateTime::Format::W3CDTF module.Matthew Somerville2011-11-25-0/+2
| | |
* | | Require HTML::Form recent version to not use buggy old system version.Matthew Somerville2011-11-25-0/+2
| | |
* | | remove trailing comma to fix IE8Struan Donald2011-11-25-1/+1
| | |
* | | need to explicitly add rules to make validation work in IE 8Struan Donald2011-11-25-0/+7
| | |
* | | change the way we display validation errors to get round ios 5 bugStruan Donald2011-11-24-3/+9
| | |
* | | commonlib updated to include jQuery 1.7.0Struan Donald2011-11-23-0/+0
| | |
* | | update to jQuery 1.7 to fix iOS bug with report/new dropdown updatingStruan Donald2011-11-23-1/+1
| | |
* | | add truncated code back in :(Struan Donald2011-11-21-1/+1
| | |
* | | error message not consistent so make check more generalStruan Donald2011-11-21-1/+1
| | |
* | | Merge branch 'js-validation'Struan Donald2011-11-21-32/+1429
|\ \ \