Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | [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. | ||||
* | | Merge branch 'darker-default-link-colour' | Matthew Somerville | 2019-07-09 | -112/+54 | |
|\ \ | |||||
| * | | WCAG AA compliant default link colour | Zarino Zappia | 2019-07-09 | -2/+2 | |
| | | | |||||
| * | | Sass variables for default link colour/decoration. | Zarino Zappia | 2019-07-09 | -112/+54 | |
| |/ | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* / | Allow cobrands to disable admin resending. | Matthew Somerville | 2019-07-09 | -6/+19 | |
|/ | |||||
* | [Northamptonshire] turn on sending comments over Open311 | Struan Donald | 2019-07-05 | -3/+0 | |
| | |||||
* | Merge branch 'localise_optional' of git://github.com/Sambruk/fixmystreet | Matthew Somerville | 2019-07-05 | -2/+2 | |
|\ | |||||
| * | Localisation for 'optional' in contact forms. | Joe Siltberg | 2019-07-05 | -2/+2 | |
| | | | | | | | | Fixes #2546 | ||||
* | | [Docs] Fix placeholder in templates docs. | Matthew Somerville | 2019-07-05 | -1/+1 | |
| | | |||||
* | | Merge branch 'keyboard-improvements' | Matthew Somerville | 2019-07-05 | -2/+12 | |
|\ \ | |||||
| * | | Fix label associations with category groups. | Matthew Somerville | 2019-07-05 | -1/+4 | |
| | | | |||||
| * | | Dropzone accessible by keyboard. | Matthew Somerville | 2019-07-05 | -1/+8 | |
| |/ | |||||
* | | Update jquery.multi-select.min.js | Matthew Somerville | 2019-07-05 | -10/+11 | |
| | | | | | | | | This adds better keyboard support. | ||||
* | | [FixaMinGata] Multi-para formatting in email lists | Matthew Somerville | 2019-07-05 | -2/+2 | |
| | | | | | | | | Same as a291045d. | ||||
* | | Remove quote mark in update emails. | Matthew Somerville | 2019-07-05 | -1/+1 | |
|/ | |||||
* | [Zurich] Change date for new FAQ category. | Matthew Somerville | 2019-07-04 | -2/+2 | |
| | |||||
* | Merge branch 'newlines-in-updates' | Matthew Somerville | 2019-07-02 | -2/+3 | |
|\ | |||||
| * | Maintain formatting in email report/update lists. | Matthew Somerville | 2019-07-02 | -2/+3 | |
| | | |||||
* | | Merge branch 'zurich-help' | Matthew Somerville | 2019-07-02 | -0/+6 | |
|\ \ | |||||
| * | | [Zurich] Update FAQ text with new category. | Matthew Somerville | 2019-07-02 | -0/+6 | |
| |/ | |||||
* | | Merge branch '1084-quote-names' | Matthew Somerville | 2019-07-02 | -193/+156 | |
|\ \ | |/ |/| | |||||
| * | Simpler admin search ordering. | Matthew Somerville | 2019-06-26 | -3/+3 | |
| | | | | | | | | This is much quicker, at not much cost. | ||||
| * | Fix Swedish number test in Ubuntu 18.04. | Matthew Somerville | 2019-06-26 | -2/+4 | |
| | | |||||
| * | Turn on quote_names. | Matthew Somerville | 2019-06-26 | -189/+150 | |
| | | |||||
* | | [Open311] Remove update problem matching warning. | Matthew Somerville | 2019-06-26 | -11/+1 | |
|/ | | | | Lots of false positives from other bodies too. | ||||
* | Merge branch 'improve-server-closest-road' | Matthew Somerville | 2019-06-24 | -28/+62 | |
|\ | |||||
| * | [UK] Improve server-side nearest road lookup. | Matthew Somerville | 2019-06-21 | -26/+60 | |
| | | |||||
| * | [Bexley] Increase road radius. | Matthew Somerville | 2019-06-21 | -2/+2 | |
| | |