aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-03-28 14:48:35 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-03-28 14:48:35 +0100
commite0aa3679836cd235768161e72d51a1557bead85f (patch)
treec14677b1a15df859cbf1e90d38396c0f77dce985
parentce51049d631efb2ceb1ae75798bd074d8668c428 (diff)
Bring changelog up to date.
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index 657629f00..fc1288066 100644
--- a/README.md
+++ b/README.md
@@ -48,16 +48,34 @@ web-based cross-browser testing tools for this project.
* In development
- Front end improvements:
- Add ability to make map full screen on mobile report pages. #1655
+ - Move staff-only JavaScript to separate file. #1666
+ - Show loading indicator when loading pins. #1669
- Allow users to reopen closed reports. #1607
- Admin improvements:
- Redirect to category-filtered /reports on login if present. #1622
- Follow redirect to /admin after login if allowed. #1622
- Include /admin link on top-level nav for admin users.
- Add shortlist filters. #1629
+ - Add submit buttons to admin index search forms. #1551
+ - Store user object when deleting report. #1661
+ - Use name at time of moderation, include superusers. #1660
+ - Add customisable defect types. #1674
- Bugfixes:
- Fix crash on reports with empty `bodies_str`. #1635
- Only output appcache/manifest for shortlist users. #1653
- Fix placeholder typo in French translation.
+ - Make sure report Ajax call is not cached by IE11. #1638
+ - Check cobrand users list when admin merging users. #1662
+ - Make sure emails are lowercased in admin. #1662
+ - Specify options in 'all' status filter. #1664
+ - Be clearer if no states selected is not all states. #1664
+ - Set up correct environment in cobrand PO script. #1616
+ - Allow superuser to leave update when inspecting. #1640
+ - Remove duplicate <> around envelope senders. #1663
+ - Fix invisible segmented controls in old Webkit. #1670
+ - Remove superfluous lists from Open311 JSON output. #1672
+ - Upgrade to using Email::Sender. #1639
+ - Fix bug if test run c. 55 hours before BST starts.
- Development improvements:
- Send open reports regardless of current state. #1334
- Clarify ‘inspected’ behaviour. #1614
@@ -65,6 +83,10 @@ web-based cross-browser testing tools for this project.
- Refactor main navigation into reusable blocks.
- Add Problem->time_ago for pretty-printed duration.
- Add `external_id` field to ResponsePriority.
+ - Use sender in From if From and To domains match. #1651
+ - Refactor SendReport::Open311 to use cobrand hooks. #792
+ - Do upload_dir check on start up, not each report. #1668
+ - Make sure all tests can run offline. #1675
* v2.0.2 (3rd February 2017)
- Front end changes: