diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-28 17:35:33 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-04 12:48:46 +0000 |
commit | b19e2585ff03921326b67b303ffdc4879bc6a95d (patch) | |
tree | e76ea8255a4ffed111fd1d2b905eae67a5ba7d2a /CHANGELOG.md | |
parent | 3ba9f83633c26e427baa82bd8856f407febd248a (diff) |
Default to unchecked for default_show_name.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index abe507e60..50300f06d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ while reporting, to discourage duplicate reports. #2386 - Front end improvements: - Track map state in URL to make sharing links easier. #2242 + - Default to unchecked for show name checkbox. #347 - Admin improvements: - Include moderation history in report updates. #2379 - Allow moderation to potentially change state. #2381 @@ -23,9 +24,16 @@ - Fix issue with Open311 codes starting with ‘_’. #2391 - Add parameter to URL when “Show older” clicked. #2397 - Don't ask for email on alert signup if logged in. #2402 + - Filter out hidden reports from top 5 list. #1957 + - Add space below "map page" contents on narrow screens. - Development improvements: - Make front page cache time configurable. - Better working of /fakemapit/ under https. + - Backwards incompatible changes: + - If you wish the default for the showname checkbox to be checked, + add `sub default_show_name { 1 }` to your cobrand file. + - The admin body and user sections have been refactored – if you have + custom templates/code, you may need to update links to those. * v2.5 (21st December 2018) - Front end improvements: |