diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d8547af48..991ad63ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,18 @@ - Body users can now create reports as an anonymous user. #1796 - Extra fields can be added to report form site-wide. #1743 - Body users can filter reports by all states. #1790 + - `LOGIN_REQUIRED` config key to limit site access to logged-in users. + - `SIGNUPS_DISABLED` config key to prevent new user registrations. - Front end improvements: - Always show pagination figures even if only one page. #1787 - Report pages list every update to a report. #1806 + - Cobrands can implement `hide_areas_on_reports` to hide outline on map. - Admin improvements: - Highlight current shortlisted user in list tooltip. #1788 - Extra fields on contacts can be edited. #1743 - Clearer highlight for selected duplicate on inspect form. #1798 - Include MapIt API key on admin config page. #1778 + - Redirect to same map view after inspection. #1820 - Bugfixes: - Set up action scheduled field when report loaded. #1789 - Fix display of thumbnail images on page reload. #1815 @@ -26,6 +30,7 @@ - Duplicate list not loading when phone number present. #1803 - Don't list multiple fixed states all as Fixed in dropdown. #1824 - Development improvements: + - Debug toolbar added. #1823 - `switch-site` script to automate switching config.yml files. #1741 - `make_css --watch` can run custom script after each compilation. |