diff options
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) |