Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | [Warwickshire] Remove old cobrand files | Zarino Zappia | 2019-08-07 | -16190/+54 | |
| | | | |||||
* | | | Redirect correctly after editing user to remove them from cobrand | Dave Arter | 2019-08-07 | -2/+58 | |
| | | | |||||
* | | | Disable ‘add user’ form on admin user search when role selected | Dave Arter | 2019-08-07 | -1/+1 | |
| |/ |/| | | | | | Fixes mysociety/fixmystreet-commercial#1485 | ||||
* | | Add confirmation to state delete action in admin | Dave Arter | 2019-08-06 | -1/+1 | |
|/ | |||||
* | [Bucks] Remove unneeded Aylesbury postcode. | Matthew Somerville | 2019-08-05 | -4/+0 | |
| | |||||
* | [Travis] Pin to trusty distribution. | Matthew Somerville | 2019-08-05 | -0/+2 | |
| | |||||
* | prevent including email address in report title | Struan Donald | 2019-08-02 | -2/+31 | |
| | | | | | | | | 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 | ||||
* | set autocomplete to off for report title | Struan Donald | 2019-08-02 | -1/+3 | |
| | | | | | Some browsers seem to be autocompleting title with the user's email address so try turning this off to see if it helps. | ||||
* | [open311] unset the external_status_code if blank | Struan Donald | 2019-07-31 | -0/+33 | |
| | | | | | | If an update with a blank external_status_code is fetched then unset it otherwise we will always a detect a change in the external_status_code which might mean phantom updates. | ||||
* | Fix GoogleOL library to include GeoJSON, not KML. | Matthew Somerville | 2019-07-21 | -389/+308 | |
| | | | | | 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 Somerville | 2019-07-21 | -817/+0 | |
| | |||||
* | Include visually-hidden "Error" in all JS messages | Matthew Somerville | 2019-07-19 | -0/+8 | |
| | |||||
* | Make sure invalid focuses on split form. | Matthew Somerville | 2019-07-19 | -1/+3 | |
| | |||||
* | Upgrade jquery-validation. | Matthew Somerville | 2019-07-19 | -782/+1198 | |
| | |||||
* | Add some issue/PR references in changelog. | Matthew Somerville | 2019-07-19 | -15/+15 | |
| | |||||
* | Merge branch 'master' of git://github.com/tobias-brunner/fixmystreet | Matthew Somerville | 2019-07-17 | -21/+22 | |
|\ | |||||
| * | added translations for ZWN | Tobias Brunner | 2019-07-17 | -21/+22 | |
| | | |||||
* | | [UK] Allow full email as well as domain in summary lookup. | Matthew Somerville | 2019-07-17 | -1/+1 | |
|/ | |||||
* | [Docs] Add bit about cobrand in vagrant. | Matthew Somerville | 2019-07-16 | -1/+32 | |
| | |||||
* | Merge branch 'open311-receive-update' | Matthew Somerville | 2019-07-16 | -169/+434 | |
|\ | |||||
| * | [Open311] Receive update from external request. | Matthew Somerville | 2019-07-15 | -0/+188 | |
| | | |||||
| * | [Open311] Refactor GetServiceRequestUpdates a bit. | Matthew Somerville | 2019-07-15 | -155/+223 | |
| | | |||||
| * | [Open311] Improve JSON output of controller. | Matthew Somerville | 2019-07-15 | -14/+23 | |
| | | |||||
* | | Merge branch 'bristol-move-streetlight-wfs' | Matthew Somerville | 2019-07-16 | -60/+17 | |
|\ \ | |||||
| * | | [Bristol] Switch street lights to other WFS server | Matthew Somerville | 2019-07-15 | -60/+17 | |
| |/ | |||||
* | | Merge branch 'admin_user_domains' | Matthew Somerville | 2019-07-16 | -4/+18 | |
|\ \ | |||||
| * | | [UK] Allow multiple admin user domains. | Matthew Somerville | 2019-07-16 | -4/+18 | |
| |/ | |||||
* / | [BANES] Move staff map code later. | Matthew Somerville | 2019-07-16 | -12/+33 | |
|/ | | | | | Due to refactoring in 12d2346, this was loading prior to the main asset code and thus not activating. | ||||
* | Merge branch 'issues/freshdesk/76-gtm' | Matthew Somerville | 2019-07-15 | -0/+14 | |
|\ | |||||
| * | [BANES] Add GTM code. | Matthew Somerville | 2019-07-12 | -0/+14 | |
| | | |||||
* | | Merge branch '1456-do-not-store-display-only-attributes' | Matthew Somerville | 2019-07-15 | -1/+13 | |
|\ \ | |||||
| * | | Do not store display-only extra fields on reports. | Matthew Somerville | 2019-07-12 | -1/+13 | |
| | | | |||||
* | | | Merge branch 'issues/commercial/1458-dashboard-groups' | Matthew Somerville | 2019-07-15 | -1/+45 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | [Bexley] Include subcategory in dashboard export. | Matthew Somerville | 2019-07-12 | -1/+45 | |
| |/ | |||||
* / | [Oxfordshire] turn on multi photo sending over open311 | Struan Donald | 2019-07-11 | -0/+1 | |
|/ | |||||
* | [Greenwich] Add admin_user_domain. | Matthew Somerville | 2019-07-11 | -0/+2 | |
| | |||||
* | Ignore cache-busting keyword on appcache. | Matthew Somerville | 2019-07-11 | -1/+1 | |
| | | | | | | `params` changed in Catalyst 5.90116 to always include a sole keyword parameter (ie. with no equals sign) as a key with an undefined value; the changelog entry is only "improved test cases for query keywork". | ||||
* | Merge branch 'defensive-js' | Matthew Somerville | 2019-07-10 | -232/+110 | |
|\ | |||||
| * | Improve map JavaScript defensiveness. | Matthew Somerville | 2019-07-10 | -0/+22 | |
| | | | | | | | | | | 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. | ||||
| * | [UK] Make sure all asset JS in footer_extra. | Matthew Somerville | 2019-07-10 | -44/+31 | |
| | | | | | | | | | | This provides consistent ordering of loading, and makes it easier to change map type and maintain assets. | ||||
| * | Factor some asset layer styles together. | Matthew Somerville | 2019-07-10 | -188/+57 | |
| | | |||||
* | | [Bristol] Rename streetlight asset layer. | Matthew Somerville | 2019-07-10 | -1/+1 | |
| | | |||||
* | | [Hounslow] Use ‘Hounslow Highways’ in report confirmation emails | Dave Arter | 2019-07-10 | -0/+62 | |
| | | | | | | | | Fixes mysociety/fixmystreet-freshdesk#71 | ||||
* | | Clarify wording on non_public report confirmation emails | Dave Arter | 2019-07-10 | -3/+3 | |
| | | |||||
* | | Allow password hash setting in user import. | Matthew Somerville | 2019-07-10 | -12/+12 | |
|/ | |||||
* | [Oxfordshire] Stop ‘relevant department’ being removed by JS | Dave Arter | 2019-07-09 | -1/+3 | |
| | |||||
* | Update UI text when selecting a private category | Dave Arter | 2019-07-09 | -23/+100 | |
| | | | | | | | 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 | ||||
* | Indicate in report new AJAX if a category is private | Dave Arter | 2019-07-09 | -0/+17 | |
| | |||||
* | Merge branch 'bucks-rename-asset_no' | Matthew Somerville | 2019-07-09 | -15/+1 | |
|\ | |||||
| * | [Bucks] Remove unneeded alt streetlight code. | Matthew Somerville | 2019-07-08 | -15/+1 | |
| | | | | | | | | The server renames asset_no to feature_id, so that can be used instead. |