aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/js
Commit message (Collapse)AuthorAgeLines
* Add inspector report detail viewDave Arter2016-09-06-0/+2
| | | | | | | | | | | | | Users with the `report_inspect` permission can click a new 'inspect' button on a report page to input more detailed problem information into a new form that appears in a column alongside the report detail. - Inspector data is stored in problem's 'extra' field - Report category/state can be edited - Location can be changed by dragging the pin or HTML5 geolocation (Factored out Zurich admin pin drag into own function) For mysociety/fixmystreetforcouncils#22
* Use separate mobile banner HTML to simplify changeMatthew Somerville2016-08-16-4/+1
|
* Use static files for validation_rules.js.Matthew Somerville2016-07-04-5/+0
| | | | | No need for this to be generated via a template, it only differs occasionally by cobrand.
* Version 1.8.2.v1.8.2Matthew Somerville2016-05-03-1/+1
|
* Add login by Facebook when updating.Matthew Somerville2016-01-22-2/+1
| | | | Makes the flow more like new reporting.
* Add login by Facebook when reporting.Matthew Somerville2016-01-22-1/+0
|
* Add multiple photo upload support.Zarino Zappia2015-12-16-0/+5
| | | | | | | | | | Three file inputs, progressively enhanced with dropzone. This moves the photo input higher up, so that photos can upload while you're filling out the form. It standardises and improves photo error handling. [fixmystreet.com] Guidance for what photos should and shouldn’t include.
* Add Hybrid map toggle option to Google Maps view.Matthew Somerville2015-01-19-0/+3
|
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+55
This should reduce confusion with the Default cobrand and override order.