blob: 7d839a41e2c3ebc38f18fa6d20d35fcc533647fd (
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
|
---
layout: post
title: Version 1.2
author: matthew
---
<a href="http://www.flickr.com/photos/rbm/100165557/" title="broken lamp post by Rob Mac, on Flickr"><img class="r" src="http://farm1.staticflickr.com/28/100165557_6aff9acd7b.jpg" width="375" height="500" alt="broken lamp post"></a>
Today we're releasing **version 1.2** of the FixMyStreet platform. The
[AMI](/install/ami/) has been updated and the [install
script](/install/install-script/) will automatically now install this version.
The main items in this release are things prompted by requests on [our mailing
list](/community/) :-)
* Postfix is now installed as part of the install script, or in the AMI. This
means email should work out of the box. For anyone already installed, you can
run the commands in [the GitHub ticket](https://github.com/mysociety/fixmystreet/issues/412).
* A new configuration option `MAPIT_ID_WHITELIST` has been added, to restrict
usage to the IDs specified, if given. This means Claudio, who emailed last
week, could have `[ 239540 ]` as his `MAPIT_ID_WHITELIST`, and then reports
could only be made within the Marche region of Italy. We already use this new
option ourselves on https://www.zueriwieneu.ch/ where before it was
hard-coded in the code.
* Other things include being able to zoom in further on OSM maps, and HTML
pages are now being gzipped.
Lastly, as you can see this site has had a redesign to make it more friendly,
and we've added some more documentation about e.g. updating an AMI instance to
a newer version. If there's anything unclear, please do [ask on the mailing
list](/community/) or submit an issue or pull request on GitHub.
|