Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update video on front page. | Matthew Somerville | 2011-12-05 | -1/+1 |
| | ||||
* | Link to iPhone app. | Matthew Somerville | 2011-12-05 | -3/+3 |
| | ||||
* | clunky admin interface to rotate images (fixes #11) | Struan Donald | 2011-12-02 | -0/+46 |
| | ||||
* | fix broken link to report comment as unsuitable | Struan Donald | 2011-12-02 | -6/+6 |
| | ||||
* | make sure pins are visible once they click on the map (fixes #168) | Struan Donald | 2011-12-02 | -0/+6 |
| | ||||
* | Add Southampton on to geocode queries if not present. Fixes #128 | Struan Donald | 2011-12-02 | -0/+1 |
| | ||||
* | layout to tweak to southampton problem display with photos | Struan Donald | 2011-11-29 | -0/+10 |
| | ||||
* | New reportemptyhomes front page. | Matthew Somerville | 2011-11-29 | -0/+24 |
| | ||||
* | Make sure validation strings present in all headers to stop JS errors on ↵ | Matthew Somerville | 2011-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 Somerville | 2011-11-25 | -1/+1 |
| | ||||
* | Grey out updates that have had their report hidden. | Matthew Somerville | 2011-11-25 | -1/+1 |
| | ||||
* | And same for DateTime::Format::W3CDTF module. | Matthew Somerville | 2011-11-25 | -0/+2 |
| | ||||
* | Require HTML::Form recent version to not use buggy old system version. | Matthew Somerville | 2011-11-25 | -0/+2 |
| | ||||
* | remove trailing comma to fix IE8 | Struan Donald | 2011-11-25 | -1/+1 |
| | ||||
* | need to explicitly add rules to make validation work in IE 8 | Struan Donald | 2011-11-25 | -0/+7 |
| | ||||
* | change the way we display validation errors to get round ios 5 bug | Struan Donald | 2011-11-24 | -3/+9 |
| | ||||
* | commonlib updated to include jQuery 1.7.0 | Struan Donald | 2011-11-23 | -0/+0 |
| | ||||
* | update to jQuery 1.7 to fix iOS bug with report/new dropdown updating | Struan Donald | 2011-11-23 | -1/+1 |
| | ||||
* | add truncated code back in :( | Struan Donald | 2011-11-21 | -1/+1 |
| | ||||
* | error message not consistent so make check more general | Struan Donald | 2011-11-21 | -1/+1 |
| | ||||
* | Merge branch 'js-validation' | Struan Donald | 2011-11-21 | -32/+1429 |
|\ | ||||
| * | upgrade jquery validation plugin so we are not using a patched version | Struan Donald | 2011-11-18 | -102/+74 |
| | | ||||
| * | add required attribute to required extra fields | Struan Donald | 2011-11-18 | -2/+2 |
| | | ||||
| * | Merge remote branch 'origin/master' into js-validation | Struan Donald | 2011-11-18 | -1027/+4415 |
| |\ | ||||
| * \ | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-09-21 | -902/+1261 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | into js-validation Conflicts: templates/web/default/report/display.html | |||
| * | | | add and use minified version of validate plugin | Struan Donald | 2011-09-08 | -1/+82 |
| | | | | ||||
| * | | | make sure we can see the error message when we scroll to an invalid field | Struan Donald | 2011-09-08 | -0/+7 |
| | | | | ||||
| * | | | some helpful comments | Struan Donald | 2011-09-08 | -2/+5 |
| | | | | ||||
| * | | | missed file :( | Struan Donald | 2011-09-08 | -9/+27 |
| | | | | ||||
| * | | | use dev validate plugin with patched so can use use required attribute and ↵ | Struan Donald | 2011-09-08 | -23/+6 |
| | | | | | | | | | | | | | | | | also not need to add filters to jquery | |||
| * | | | create a different valid class if we have not submitted the form to stop ↵ | Struan Donald | 2011-09-07 | -1/+14 |
| | | | | | | | | | | | | | | | | jumping about | |||
| * | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-09-07 | -54/+312 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into js-validation Conflicts: templates/web/default/common_header_tags.html | |||
| * | | | | js validation of contact form | Struan Donald | 2011-09-07 | -5/+5 |
| | | | | | ||||
| * | | | | leave the spaces created by error msg where they are to avoid unsightly ↵ | Struan Donald | 2011-09-06 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | jumping about | |||
| * | | | | add ids to submit buttons on update from so we can add click events to them ↵ | Struan Donald | 2011-09-06 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | easily | |||
| * | | | | handle submitting of updates when logged in | Struan Donald | 2011-09-06 | -1/+4 |
| | | | | | ||||
| * | | | | use class to identify forms to be validate and do initial validation for ↵ | Struan Donald | 2011-09-05 | -9/+14 |
| | | | | | | | | | | | | | | | | | | | | update and sign-in | |||
| * | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-09-05 | -1098/+218 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into js-validation Conflicts: templates/web/default/common_header_tags.html | |||
| * | | | | | fix failing test due to now having error messages in js elsewhere on the page | Struan Donald | 2011-09-05 | -6/+6 |
| | | | | | | ||||
| * | | | | | do not display spurious name error message when sign in during report ↵ | Struan Donald | 2011-09-05 | -0/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | submission fails | |||
| * | | | | | remove debugging code | Struan Donald | 2011-09-05 | -1/+0 |
| | | | | | | ||||
| * | | | | | internationalise translation strings and validate name | Struan Donald | 2011-09-05 | -5/+29 |
| | | | | | | ||||
| * | | | | | make validation of category dropdown work | Struan Donald | 2011-09-05 | -0/+12 |
| | | | | | | ||||
| * | | | | | onsubmit js validation of new reports | Struan Donald | 2011-08-31 | -8/+1222 |
| | | | | | | ||||
* | | | | | | more verbose error messages for open311 | Struan Donald | 2011-11-18 | -4/+32 |
| | | | | | | ||||
* | | | | | | work round issues with one particular CRM and open311 | Struan Donald | 2011-11-16 | -1/+11 |
| | | | | | | ||||
* | | | | | | split name into first and last name for open311 submission | Struan Donald | 2011-11-16 | -0/+4 |
| |_|_|_|/ |/| | | | | ||||
* | | | | | Include PinchZoom control in OpenLayers build, as Navigation doesn't mandate it. | Matthew Somerville | 2011-11-15 | -1/+10 |
| | | | | | ||||
* | | | | | nudged meta (login) details down a wee bit to clear th epromo (fix before ↵ | Dave Whiteland | 2011-11-11 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | freeze) graphic | |||
* | | | | | Don't request tiles at level they don't exist. | Matthew Somerville | 2011-11-11 | -8/+12 |
| | | | | |