diff options
author | Marius Halden <marius.h@lden.org> | 2017-05-28 21:31:42 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-05-28 21:31:42 +0200 |
commit | 987124b09a32248414faf4d0d6615d43b29ac6f6 (patch) | |
tree | a549db8af723c981d3b346e855f25d6fd5ff8aa7 /README.md | |
parent | dbf56159e44c1560a413022451bf1a1c4cb22a52 (diff) | |
parent | a085b63ce09f87e83b75cda9b9cd08aadfe75d61 (diff) |
Merge tag 'v2.0.4' into fiksgatami-dev
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 96 |
1 files changed, 95 insertions, 1 deletions
@@ -14,7 +14,7 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 1.6.1. +Platform is now at version 2.0.4. ## Installation @@ -45,6 +45,100 @@ web-based cross-browser testing tools for this project. ## Releases +* v2.0.4 (13th April 2017) + - Front end improvements: + - On /reports maps, only include reports in view. #1689 + - Admin improvements: + - Allow comma-separated contact emails in the admin. #1683 + - Bugfixes: + - Upgrade Facebook 3rd party library to fix Facebook login. #1681 + - Don't error when devolved body, blank send methods. #1374 + - Fix issue with categories with regex characters. #1688 + +* v2.0.3 (31st March 2017) + - 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. + - Use lat/lon on inspection form if no local coordinates. #1676 + - Improve translatability of various pages. + - Development improvements: + - Send open reports regardless of current state. #1334 + - Clarify ‘inspected’ behaviour. #1614 + - Reduce disk stats. #1647 + - Refactor main navigation into reusable blocks. + - Add Problem->time_ago for pretty-printed duration. + - Add `external_id` field to ResponsePriority. + - Forward on all bounces as bounces. + - 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 + - Add ability to override Google Maps road style. #1676 + +* v2.0.2 (3rd February 2017) + - Front end changes: + - Add an offline fallback page with appcache. #1588 + - Improve print layout for report list pages. #1548 + - Rename ‘unable to fix’ as ‘no further action’. + - Bugfixes: + - Mark two missing strings for translation. #1604 + - Make sure email is lowercase when signing in. #1623 + - Make sure language included in calls to base_url_for_report. #1617 + - Small CSS homepage fixes. + - Admin: + - Fix filtering on shortlist page. #1620 + - Fix 'save with public update' toggle. #1615 + - Admin improvements: + - Add offline report inspection for inspectors. #1588 #1602 #1608 + - Admin with appropriate permission can see body user who left + contribute_as_body report or update. #1601 #1603 + - Include ‘Add user’ link on admin user search results page. #1606 + - Redirect to new user after user creation/edit. #1606 + - Redirect to shortlist after inspection if user has permission. #1612 + - Allow response templates to be associated with a state, and default + to that template if report state changed to match. #1587 + - Disable show name checkbox when reporting as someone else. #1597 + - Show response priorities in report list items. #1582 + - Shortlist add/remove icons in report lists and report page. #1582 + - Reordering shortlist buttons in report lists. #1582 + - Default inspect form to save with public update. + - Drop unneeded Cancel button on inspect form. + - Use ‘*’ on admin page to signify superuser. + - Development improvements: + - Update has_body_permission_to to allow superusers. #1600 + - Move staging flags to their own config variable. #1600 + - Only warn of Open311 failure after a couple, in case it's transient. + - Only load user body permissions once per request. + - Return 400/500 for some client/server errors. + - Fix bad cross-year test. + * v2.0.1 (16th December 2016) - Bugfixes: - Fix issue in dragging map in Chrome 55. openlayers/ol2#1510 |