aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_posts/2017-02-03-v2.0.2.md
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2019-10-30 19:28:55 +0100
committerMarius Halden <marius.h@lden.org>2019-10-30 19:28:55 +0100
commit377bd96aab7cad3434185c30eb908c9da447fe40 (patch)
tree7ec5527e205d5b62caaa862a7de8cd25199c8bf0 /docs/_posts/2017-02-03-v2.0.2.md
parent56f61b1441070aa0b9ddcfc74aca46c20313609f (diff)
parent92b253904062edd533e55c22824de6fd01e2f7c1 (diff)
Merge tag 'v2.6' into fiksgatami-dev
Diffstat (limited to 'docs/_posts/2017-02-03-v2.0.2.md')
-rw-r--r--docs/_posts/2017-02-03-v2.0.2.md37
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)