aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeLines
* Version 2.5.v2.5Matthew Somerville2018-12-21-6/+7
|
* Show all questionnaire responses lacking updates.Matthew Somerville2018-12-20-0/+1
| | | | | | Since questionnaire responses were recorded on email link click, we should have been showing those that reopened or fixed reports, not just steady-state "Still open" ones.
* Improved report/update display on contact form.Matthew Somerville2018-12-18-0/+1
|
* Modernise report "status" bannerZarino Zappia2018-12-13-0/+1
| | | | | | | | | | | | | * Simplify markup required for the status banner. * Simplify styles - the banner is now identical on all screen sizes. * Move the banner from `report/display.html` into `report/_main.html` so that it can appear after `.problem-back` in the source order. * Use real pin icon instead of `pin-flat-white-small.png`. * Set a default `$col_fixed_label` colour in `_base.scss`, so cobrands don’t have to define it themselves if they’re happy with green. * Introduce `$col_fixed_label_light`, with a sensible default for all cobrands, even ones that have a custom `$col_fixed_label`. * Remove `$col_fixed_label_dark` – no longer needed.
* Don’t escape entities in report titles via ajax.Matthew Somerville2018-12-12-0/+1
|
* Merge branch '642-new-report-flow-changes'Matthew Somerville2018-12-05-0/+1
|\
| * Update sign in flow for new reports/updates.Matthew Somerville2018-12-05-0/+1
| | | | | | | | Co-authored-by: Zarino Zappia <zarino@mysociety.org>
* | Fix moderation without JavaScript.Matthew Somerville2018-12-04-0/+1
|/
* Restore zoom level when navigating back to /around from /reportDave Arter2018-11-27-0/+2
| | | | Fixes #1649.
* Show moderation history in report/update admin.Matthew Somerville2018-11-26-0/+1
|
* Improve update display on admin report edit page.Matthew Somerville2018-11-26-0/+1
|
* Disable two-tap marker highlighting on touchscreensDave Arter2018-11-22-0/+1
| | | | Fixes #2294
* [Open311] Improve handling of created/updated datetimes of fetched reportsDave Arter2018-11-20-0/+1
| | | | | This should reduce the incidence of the ‘Problem id X for Y has an invalid time, not creating’ cron errors we’ve been seeing.
* add report_prefill user permissionStruan Donald2018-11-19-0/+1
| | | | | | | If set then when the user creates a new body report it will prefill the report title and description with some basic text. For mysociety/freshdesk#23
* add default_to_body permissionStruan Donald2018-11-19-0/+2
| | | | | | | If a user has this permission then the report_as dropdown will default to reporting as the body. For mysociety/freshdesk#23
* Sort user updates in reverse date order.Matthew Somerville2018-11-19-0/+1
|
* Store more original stuff on moderation.Matthew Somerville2018-11-16-0/+1
|
* Enforce maximum photo size on upload.Matthew Somerville2018-11-14-0/+1
| | | | (This might well have been done client-side by Dropzone.)
* Add option to symlink full size photos.Matthew Somerville2018-11-14-0/+2
|
* add report_mark_private permissionStruan Donald2018-11-12-0/+1
| | | | | | | | Allows user's to see the inspector panel to mark reports as Private, and also to view those non-public reports. Useful for call centre staff who want to record private reports but don't need to other permissions. Fixes mysociety/fixmystreet-commercial#1213
* Simplify /auth sign in page.Matthew Somerville2018-11-09-0/+1
|
* Fix Open311 category group bugsDave Arter2018-11-07-0/+2
| | | | | | | - Group wasn’t being set correctly by open311-populate-service-list as cobrand attribute not being updated for each body. - Extra metadata was being persisted to the DB every time even if nothing had changed, causing lots of duplicate entries in contacts_history.
* Allow moderation to edit category.Matthew Somerville2018-11-07-0/+2
|
* Clearer relocation options while reporting.Zarino Zappia2018-11-06-0/+2
| | | | | | | | | | | | | | | | Now that the "Report a problem" link in the nav bar links, more often than not, to the reporting form rather than the homepage, it could be challenging to actually start a new report in a location *other* than the one currently on screen. Rather than adding a link to the homepage, this change hopefully adds a link right at the moment the user expects it – right on the "Report a problem" form. It also gave us an opportunity to reword the "Wrong location" message and give it an icon more suitable for high-dpi displays. Fixes #2238.
* Version 2.4.2.v2.4.2Matthew Somerville2018-11-06-0/+2
|
* Revert "Clearer relocation options while reporting."Matthew Somerville2018-11-06-3/+0
| | | | This reverts commit ee3c4e05daf3f4df01762ead3d07697a12f13a28.
* Deal with possible multiple send_method_useds.Matthew Somerville2018-11-06-0/+1
|
* [Vagrant] Check and generate config file if necessarySam Pearson2018-11-05-0/+1
| | | | | | | | This adds support in `script/setup` for generating a local `general.yml` if it doesn't already exist and is run as the `vagrant` user. This is called from the `Vagrantfile` when using the FixMyStreet Vagrant box. [skip ci]
* Only set Open311 category group if cobrand has groups enabledDave Arter2018-11-02-0/+3
|
* Merge branch 'moderate-allow-extra-edits'Matthew Somerville2018-10-30-1/+1
|\
| * Allow moderation to edit extra fields/location.Matthew Somerville2018-10-26-1/+1
| | | | | | | | If a cobrand provides those fields.
* | Don’t send questionnaires for closed reports.Dave Arter2018-10-26-0/+1
| | | | | | | | Fixes mysociety/fixmystreet-freshdesk#24.
* | Merge branch '2080-nav-fg-rename'Matthew Somerville2018-10-25-0/+1
|\ \ | |/ |/|
| * Rename nav SCSS variable names.Matthew Somerville2018-10-22-0/+1
| | | | | | | | | | Anything using old names should still work as long as they included the mixins file.
* | Allow moderation to potentially change photos.Matthew Somerville2018-10-22-1/+2
|/
* add alert editing to user edit page in adminStruan Donald2018-10-19-0/+1
| | | | disable, enable and delete for user alerts on user_edit page
* allow cobrands to restrict /contact to abuse reportsStruan Donald2018-10-18-0/+1
| | | | | Add abuse_reports_only cobrand method that prevents the contact form being used unless it's an abuse report.
* Update areas when moving report pinDave Arter2018-10-17-0/+1
| | | | | | | | The change in report_inspect.t from WODC to Oxford City was necessary because moving reports to a location not in Mock::MapIt was resulting in an empties bodies_str in the "test category/body changes" test. Fixes #2181.
* display alert count on admin report pageStruan Donald2018-10-17-0/+2
| | | | | | | Add a count of currently active alerts on new updates for a report to the admin page. Fixes #669
* allow map zoom constants to be overriddenStruan Donald2018-10-15-0/+1
| | | | | call ZOOM_LEVELS and MIN_ZOOM_LEVELS using self so that we can override them in a subclass.
* Allow superusers access to update staff dropdowns.Matthew Somerville2018-10-11-0/+1
|
* Merge branch 'body-hashref-working-url'Matthew Somerville2018-10-10-0/+1
|\
| * Have body.url work in hashref lookup.Matthew Somerville2018-10-10-0/+1
| | | | | | | | | | | | | | body.url could still be in use by old-school /reports table index pages (though they were dropped in 2.1, so a cobrand would have to have overridden it since then) and the update to speed up body lists in #2248 broke it. This puts it back in minimal form.
* | Add cobrand hook for dashboard viewing permission.Matthew Somerville2018-10-10-1/+3
|/ | | | | This allows a cobrand to e.g. as the test does, allow public access to dashboard CSV export for a body, but not otherwise.
* Merge branch 'send-reopen-comment-option'Matthew Somerville2018-10-09-0/+2
|\
| * [Open311] Move send-comments code to package.Matthew Somerville2018-10-09-0/+2
| |
* | reselect subcategory selects on /report/newStruan Donald2018-10-09-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | If /report/new is opened directly then the fixmystreet.reporting_data is not set, but the categories are already in place. These are then replaced when update_pin is called. If this has been triggered by clicking on a category with a subcategory this replaces the category selects but did not correctly reset them. By saving any selected value in the main category select we can correctly reset this and hence the display of the subcategory select. Fixes #2276
* | allow cobrands to override searching by refStruan Donald2018-10-09-0/+1
|/ | | | Add a cobrand hook to allow searching by reference to be overridden
* Merge branch 'dashboard-update-csv-export'Matthew Somerville2018-10-05-0/+2
|\
| * Dashboard update CSV export.Matthew Somerville2018-10-03-0/+3
| |