Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Don’t show `sent_to` on moderation diff | Dave Arter | 2020-07-02 | -1/+2 |
| | ||||
* | Only show access tokens once, and store hashed. | Matthew Somerville | 2020-06-30 | -13/+15 |
| | ||||
* | Improve Bing geocoder results. | Matthew Somerville | 2020-06-25 | -0/+54 |
| | | | | | Add a couple of parameters to hopefully improve results, and make sure the returned locality is included in the summary address. | |||
* | [Open311] Use devolved data on update sending. | Matthew Somerville | 2020-06-23 | -1/+8 |
| | ||||
* | [Hounslow] Closed as well as fixed on front page. | Matthew Somerville | 2020-06-18 | -0/+9 |
| | ||||
* | Merge branch 'issues/commercial/1906-he-anon-all' | Matthew Somerville | 2020-06-10 | -7/+11 |
|\ | ||||
| * | [Highways England] Anonymize all names on cobrand. | Matthew Somerville | 2020-06-09 | -7/+11 |
| | | ||||
* | | Merge branch 'issues/commercial/1917-fix-template-unicode' | Matthew Somerville | 2020-06-10 | -3/+5 |
|\ \ | ||||
| * | | Fix double encoding of per-category templates. | Matthew Somerville | 2020-06-09 | -3/+5 |
| |/ | | | | | | | | | encode_json encodes to UTF-8, and then he output was being encoded again. | |||
* | | Merge branch 'recaptcha' | Matthew Somerville | 2020-06-09 | -0/+22 |
|\ \ | ||||
| * | | [fixmystreet.com] Add option for recaptcha. | Matthew Somerville | 2020-06-04 | -0/+22 |
| | | | | | | | | | | | | | | | We are getting spam submissions of e.g. alert subscribe form, which causes people to get a confirmation email. | |||
* | | | Merge branch 'alert-active-deletion' | Matthew Somerville | 2020-06-09 | -0/+2 |
|\ \ \ | |_|/ |/| | | ||||
| * | | Mark user as active when sent an email alert. | Matthew Somerville | 2020-06-03 | -0/+2 |
| |/ | ||||
* | | Add Open Location Codes support to search box. | M Somerville | 2020-06-04 | -0/+30 |
| | | ||||
* | | Small refactor of around.t, add "lat,lon" test. | M Somerville | 2020-06-04 | -63/+32 |
| | | ||||
* | | [Open311] Do not remove any devolved contacts. | Matthew Somerville | 2020-06-04 | -22/+42 |
|/ | ||||
* | [UK] Remove Somerset West and Taunton special destination handling | Dave Arter | 2020-05-29 | -17/+0 |
| | ||||
* | Make sure category shown in all its groups. | Matthew Somerville | 2020-05-26 | -2/+2 |
| | | | | | | | | When compiling the reporting category dropdown, only one instance of each value was used. But if a value appears twice, from two different bodies, in different groups, it would then not appear in all the groups it would be expected to. Make sure we update the list of groups of the category if we come across another with the same value. | |||
* | Include updates in failure summary report. | Sam Pearson | 2020-05-26 | -1/+3 |
| | | | | This includes details of any failing updates in the summary script. | |||
* | admin interface for per category anonymous reporting | Struan Donald | 2020-05-12 | -0/+109 |
| | | | | | | | | Add an interface to enable a category to accept anonymous reports, plus the code to handle permitting this. It's only available on single body cobrand sites in the default configuration. | |||
* | display user detail for contributed_by in report_edit | Struan Donald | 2020-05-12 | -0/+17 |
| | | | | Include name, email and body rather than just user id. | |||
* | Merge branch 'tfl-category-restrictions' | Matthew Somerville | 2020-05-12 | -5/+92 |
|\ | ||||
| * | Extend assigned_*_only to report lists. | Matthew Somerville | 2020-05-08 | -1/+24 |
| | | | | | | | | | | Shortlist buttons and extended print information will not appear where not allowed. | |||
| * | Add assigned_(users|categories)_only functionality | Matthew Somerville | 2020-05-08 | -4/+68 |
| | | | | | | | | | | | | | | | | Users with assigned_categories_only will only see staff features on a report page in their assigned categories. Users will only see staff features on a report page in a category with assigned_users_only if it is in their assigned categories. | |||
* | | Disable rename on unprotected Open311 categories. | Matthew Somerville | 2020-05-11 | -0/+2 |
|/ | | | | | | If you rename an Open311 category when it is not protected, it will only get reinstated/deleted by the Open311 populate script shortly after, and can cause issues due to the problem category renaming that occurs. | |||
* | Fix dashboard report CSV export. | Matthew Somerville | 2020-05-07 | -1/+2 |
| | | | | | | The change to join in e16054150 did not include a collapse that the previous prefetch was doing, so multiple rows per result were being returned. | |||
* | Merge branch 'category-group-in-csv' | Matthew Somerville | 2020-05-07 | -8/+12 |
|\ | ||||
| * | Include group in CSV export if enabled. | Matthew Somerville | 2020-05-07 | -8/+12 |
| | | ||||
* | | Add way to disallow report reopening in a category | Matthew Somerville | 2020-05-07 | -0/+22 |
|/ | | | | | Add a tickbox to the category admin, and do not allow reopening on reports made in the selected categories. | |||
* | Add ability to disallow updates in a category. | Matthew Somerville | 2020-05-06 | -12/+32 |
| | | | | | Add a tickbox to the category admin, and do not allow updates on reports made in those selected categories. | |||
* | Move per-row Contact lookup to the database. | Matthew Somerville | 2020-05-06 | -2/+3 |
| | | | | | | | | | | | On admin report lists, and in front-end lists when an inspector, each row was querying the database for `category_display`. We create a new relationship for this query, and join/prefetch it wherever we request this data. Include staff joins on /around page, copying what happens on /reports to prevent more lookups there too. Also add some joins for user email in admin report list. | |||
* | [East Sussex] Fix sending of notices, tidy up. | Matthew Somerville | 2020-05-06 | -0/+42 |
| | | | | | variable is the string 'true' or 'false' from Open311. Store the original detail so we can reset back to it more easily. | |||
* | Merge branch 'comment-count-fix' | Matthew Somerville | 2020-05-05 | -10/+22 |
|\ | ||||
| * | Fix sorting by most commented on /around map view. | Matthew Somerville | 2020-05-04 | -10/+22 |
| | | ||||
* | | Merge branch 'fix-oxfordshire-test' | Matthew Somerville | 2020-05-05 | -25/+14 |
|\ \ | ||||
| * | | Fix unpredictable tests. | Matthew Somerville | 2020-05-05 | -25/+14 |
| |/ | | | | | | | The database could return rows in differing orders. | |||
* / | Allow template to be an initial update on reports. | Matthew Somerville | 2020-05-04 | -0/+71 |
|/ | ||||
* | [Oxfordshire] Include Exor problem reference in CSV export | Dave Arter | 2020-04-30 | -1/+6 |
| | | | | | | The Exor reference was missed from the previous commit. For https://github.com/mysociety/fixmystreet-commercial/issues/1876 | |||
* | Merge branch 'sending-dæmon' | Matthew Somerville | 2020-04-29 | -0/+1 |
|\ | ||||
| * | Add sending updates capability to daemon. | Matthew Somerville | 2020-04-28 | -0/+1 |
| | | ||||
* | | [Oxfordshire] Include external problem reference in CSV export | Dave Arter | 2020-04-29 | -0/+29 |
|/ | | | | For https://github.com/mysociety/fixmystreet-commercial/issues/1876 | |||
* | [Peterborough] Include Skanska ref in description. | Matthew Somerville | 2020-04-28 | -0/+2 |
| | ||||
*---. | Merge branches '2961-disable-private-tickbox', ↵ | Matthew Somerville | 2020-04-28 | -5/+13 |
|\ \ \ | | | | | | | | | | | | | '2962-pin-move-category-group' and 'move-admin-index-stats-to-stats-page' | |||
| | | * | Move stats from main admin index to stats index. | Matthew Somerville | 2020-04-24 | -5/+5 |
| | |/ | | | | | | | | | | | | | These stats can take a while to generate, and we don't want to slow down people mostly coming to the admin index to do something else. | |||
| * / | Disable staff private tickbox if category private. | Matthew Somerville | 2020-04-24 | -0/+8 |
| |/ | | | | | | | | | | | | | If a category is marked private, new reports are always marked private regardless of the setting of the private checkbox shown to relevant staff when making a new report. So tick/disable this box in that situation to prevent any confusion. | |||
* / | Add contact flag to protect category/group names from Open311 changes | Dave Arter | 2020-04-28 | -0/+57 |
|/ | | | | | | | Adds a new tickbox to the contact editing form that protects the category and group names from being changed by Open311. For mysociety/fixmystreet-commercial#1776 | |||
* | Factor out some new report tests into own files. | Matthew Somerville | 2020-04-24 | -881/+874 |
| | ||||
* | [Bromley] Fix heatmap category filter. | Matthew Somerville | 2020-04-17 | -1/+1 |
| | | | | | As it has switched to using category groups, the special subcategory code needs updating to update the correct variable. | |||
* | [Peterborough] Improve extra question handling. | Matthew Somerville | 2020-04-15 | -3/+6 |
| | | | | | | | Ignore (for Open311-sending purposes) any questions whose code starts "PCC-", so that it is easier to use the admin to add extra questions, and move the removal of the extra questions to a more normal location so answers are not lost when extra fields is reset post-send. | |||
* | Merge branch 'tfl-stroke-opacity' | Matthew Somerville | 2020-04-08 | -7/+20 |
|\ |