blob: 0047f8120a4bd2c388a7a5f27a16d0308c35242e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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)
|