aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
...
* [Westminster] Direct TfL reports to TfL.Matthew Somerville2019-08-16-0/+25
|
* [Westminster] Add USRN layer.Matthew Somerville2019-08-16-0/+18
|
* [Westminster] Message for burst water main.Matthew Somerville2019-08-16-0/+6
|
* [Westminster] Initial asset code.Matthew Somerville2019-08-16-0/+116
|
* Allow assets to appear based on group.Matthew Somerville2019-08-16-4/+17
| | | | | Instead of an asset_category list, you can supply an asset_group string, and the asset layer will appear as soon as the group is selected.
* Make sure asset unselected on layer hide.Matthew Somerville2019-08-16-1/+2
|
* Make asset layer select/hover controls use arrays.Matthew Somerville2019-08-16-24/+41
| | | | | | | | | This way, we will then be able to pass in multiple layers for only one pair of select/hover controls. Storing the controls on the layer makes it easier to handle, but it does mean the controls need to be switched on/off with visibility, as otherwise the RootContainer layer is always present, making things unselectable. This also means the controls need to be added to the map first, otherwise control activation won't work.
* Factor out fixmystreet.assets.add into functions.Matthew Somerville2019-08-16-173/+235
|
* Add OpenID Connect login functionalityDave Arter2019-08-16-1/+1
|
* [Westminster] Initial cobrand.Zarino Zappia2019-08-16-0/+419
| | | | | | | | | Include a demo fixture file that creates Westminster categories and two example users: bin/westminster/set-up-categories --commit Co-authored-by: Martin Wright <martin@mysociety.org> Co-authored-by: Matthew Somerville <matthew@mysociety.org>
* [fixmystreet.com] Improve fixmystreet.org link visibility in footerDave Arter2019-08-09-0/+4
|
* Merge branch 'issues/commercial/1480-asset-duplicate-interaction'Matthew Somerville2019-08-08-6/+23
|\
| * Have duplicate suggestion & assets coexist better.Matthew Somerville2019-08-07-1/+17
| |
| * Do not pass category element into change event.Matthew Somerville2019-08-07-5/+6
| |
* | Merge branch 'westminster-report-dupe-bugs'Matthew Somerville2019-08-08-1/+4
|\ \
| * | Retain extra data if signing in during reporting.Matthew Somerville2019-08-07-1/+2
| | |
| * | Hide category extras when dupe suggestions shown.Matthew Somerville2019-08-07-0/+2
| |/
* | [Warwickshire] New cobrand designZarino Zappia2019-08-07-4/+306
| |
* | [Warwickshire] Remove old cobrand filesZarino Zappia2019-08-07-15868/+13
|/
* prevent including email address in report titleStruan Donald2019-08-02-1/+3
| | | | | | | | If autofill on Chrome is turned on and has saved the user's login it can autofill the user's email address in the report title, so add validation to make sure the title does not look like an email. Fixes #2570
* Fix GoogleOL library to include GeoJSON, not KML.Matthew Somerville2019-07-21-388/+307
| | | | | The area display code was switched from KML to GeoJSON in 30426bc0 but this library was missed being updated to match.
* Tidy up OpenLayers config files.Matthew Somerville2019-07-21-817/+0
|
* Include visually-hidden "Error" in all JS messagesMatthew Somerville2019-07-19-0/+7
|
* Make sure invalid focuses on split form.Matthew Somerville2019-07-19-1/+3
|
* Upgrade jquery-validation.Matthew Somerville2019-07-19-782/+1197
|
* [Bristol] Switch street lights to other WFS serverMatthew Somerville2019-07-15-60/+17
|
* Merge branch 'defensive-js'Matthew Somerville2019-07-10-188/+78
|\
| * Improve map JavaScript defensiveness.Matthew Somerville2019-07-10-0/+21
| | | | | | | | | | Add more checking for map things so e.g. on a skipped map page we stop getting JavaScript errors given there is no map present.
| * Factor some asset layer styles together.Matthew Somerville2019-07-10-188/+57
| |
* | [Bristol] Rename streetlight asset layer.Matthew Somerville2019-07-10-1/+1
|/
* Update UI text when selecting a private categoryDave Arter2019-07-09-5/+19
| | | | | | | This makes it clearer that all details for a report made in a private category will not be shown publicly. Fixes mysociety/fixmystreet-commercial#1405
* Merge branch 'bucks-rename-asset_no'Matthew Somerville2019-07-09-15/+1
|\
| * [Bucks] Remove unneeded alt streetlight code.Matthew Somerville2019-07-08-15/+1
| | | | | | | | The server renames asset_no to feature_id, so that can be used instead.
* | WCAG AA compliant default link colourZarino Zappia2019-07-09-2/+2
| |
* | Sass variables for default link colour/decoration.Zarino Zappia2019-07-09-112/+53
|/ | | | | | | | | | | You can now set link colours in your `_colours.scss` file, rather than having to override the base colours. The variables are: $link-color $link-hover-color $link-visited-color $link-text-decoration $link-hover-text-decoration
* Merge branch 'keyboard-improvements'Matthew Somerville2019-07-05-2/+10
|\
| * Fix label associations with category groups.Matthew Somerville2019-07-05-1/+3
| |
| * Dropzone accessible by keyboard.Matthew Somerville2019-07-05-1/+7
| |
* | Update jquery.multi-select.min.jsMatthew Somerville2019-07-05-10/+11
|/ | | | This adds better keyboard support.
* Merge branch 'improve-server-closest-road'Matthew Somerville2019-06-24-1/+1
|\
| * [Bexley] Increase road radius.Matthew Somerville2019-06-21-1/+1
| |
* | Revert "[Bromley] Add temporary maintenance banner"Dave Arter2019-06-24-4/+0
|/ | | | This reverts commit 5670637715d6c45cd53e52ab16830cfaa24e4495.
* [Bromley] Add temporary maintenance bannerDave Arter2019-06-20-0/+4
|
* Merge branch 'issues/2475-multiple-parents-for-categories'Matthew Somerville2019-06-17-0/+10
|\
| * admin interface for adding multiple groups to a categoryStruan Donald2019-06-17-0/+10
| |
* | [Bristol] redirect national site categoriesStruan Donald2019-06-17-0/+17
|/ | | | | Add a message to various categories on the national site asking people to use a separate Bristol site to make reports.
* Merge remote-tracking branch 'origin/2366-access-map-filters-on-mobile'Matthew Somerville2019-06-14-14/+108
|\
| * Click behind map filters to close popup on small screensZarino Zappia2019-06-14-1/+21
| |
| * Update version of jquery.multi-select.min.jsZarino Zappia2019-06-14-9/+10
| | | | | | | | | | The new version includes an optional modal feature that we’ll use in the report page filters on small screens.
| * Finger-friendly styling for multi-select dropdownsZarino Zappia2019-06-14-0/+27
| | | | | | | | | | | | On narrow screens, the dropdown menus created by the multiselect plugin now display in the centre of the screen, with increased font size and padding to make them much easier to use.