diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
commit | b3fea58c6f9a29ec5fb428d82c25e3a82ac962af (patch) | |
tree | f7b79502c8bcbc158451c205944ee8d337750f8e /docs/_posts/2017-02-03-v2.0.2.md | |
parent | 371927debffc6bb42d8d86a90afc715d1d837e74 (diff) |
Move docs from gh-pages branch.
Diffstat (limited to 'docs/_posts/2017-02-03-v2.0.2.md')
-rw-r--r-- | docs/_posts/2017-02-03-v2.0.2.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/_posts/2017-02-03-v2.0.2.md b/docs/_posts/2017-02-03-v2.0.2.md new file mode 100644 index 000000000..0047f8120 --- /dev/null +++ b/docs/_posts/2017-02-03-v2.0.2.md @@ -0,0 +1,37 @@ +--- +layout: post +title: Version 2.0.2 +author: matthew +--- + +<div class="r" align="right"> +<a data-flickr-embed="true" href="https://www.flickr.com/photos/amyeanderson/29212751225/" title="Lake Annecy"><img src="https://c1.staticflickr.com/9/8503/29212751225_67b5579e60.jpg" width="500" height="453" alt="Lake Annecy"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> +</div> + +Today we have released **version 2.0.2** of FixMyStreet, a bugfix release along +with some new admin improvements. + +The main bugfixes are to mark two missing strings for translation, to make sure +email is lowercase when signing in via `/auth`, and to make sure a language +subdomain can be included in calls to `base_url_for_report`. There are also +some CSS fixes to the homepage and an improved print layout for report list +pages. Fixes to the admin interface include fixing filtering on the shortlist +page, and fixing the ‘save with public update’ toggle. + +For international users, there have been a few string renames, but we have +maintained translations as the concept remains unchanged, so please only feel +free to update if you consider it necessary: + +* ‘unable to fix’ has been renamed to ‘no further action’ +* ‘marked as a duplicate report’ has been changed to ‘closed as a duplicate report’ + +An offline fallback page has been added using appcache, which inspectors can +use for offline updating of reports in their shortlist. + +Admin improvements include allowing response templates to be associated with a +state (so that template is used by default when the state is changed), allowing +shortlist addition/removal from report lists, and shortlist reordering. Users +with a new permission can see the body user who left a `contribute_as_body` +report or update. + +[Full changelog](https://github.com/mysociety/fixmystreet/releases/tag/v2.0.2) |