Skip to content

Commit

Permalink
Version 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Nov 12, 2013
1 parent 5e0b1df commit 4e3dfe3
Show file tree
Hide file tree
Showing 16 changed files with 8,101 additions and 4,595 deletions.
4 changes: 2 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
host = https://www.transifex.com
type = PO

[fixmystreet.v1-2]
[fixmystreet.v1-3]
file_filter = locale/<lang>.UTF-8/LC_MESSAGES/FixMyStreet.po
source_file = locale/FixMyStreet.po
source_lang = en
source_lang = en_GB

27 changes: 20 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,29 @@ RSS alerts of problems in their area.

It was created in 2007 by [mySociety](http://www.mysociety.org/) for reporting
problems to UK councils and has been copied around the world. The FixMyStreet
Platform is now at version 1.2.6.
Platform is now at version 1.3.

## Installation

We've been working hard to make the FixMyStreet Platform easy to install and
re-use in other countries - please see our site at <http://code.fixmystreet.com/>
for help and documentation in installing the FixMyStreet Platform.

## Releases

* v1.3 (12th November 2013)
- Changes cobrand behaviour so if only one is specified, always use it. #598
- Allows multiple email addresses to be given for a contact.
- Bugfixes to pan icon placement, and bottom navbar in Chrome. #597
- Admin improvements
- Search by external ID. #389
- Date picker in stats. #514
- Mark external links. #579
- Fix for bug when changing report state from 'unconfirmed'. #527
- Improve lists of report updates.
- Add marking of bodies as deleted.
- Show version number of code on config page.
- Test suite runs regardless of config file contents. #596
* v1.2.6 (11th October 2013)
- Upgrades OpenLayers to 2.13.1, for e.g. animated zooming.
- Adds facility for using Google Maps via OpenLayers. #587
Expand Down Expand Up @@ -74,12 +93,6 @@ Platform is now at version 1.2.6.
* v1.0 (24th October 2012)
- Official launch of the FixMyStreet platform

## Installation

We've been working hard to make FixMyStreet Platform easy to install and re-use
in other countries - please see our site at <http://code.fixmystreet.com/> for
help and documentation in installing FixMyStreet Platform.

## Examples

* <http://www.fixmystreet.com/>
Expand Down
2 changes: 1 addition & 1 deletion bin/site-specific-install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Set this to the version we want to check out
VERSION=${VERSION_OVERRIDE:-v1.2.6}
VERSION=${VERSION_OVERRIDE:-v1.3}

PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh

Expand Down
356 changes: 183 additions & 173 deletions locale/FixMyStreet.po

Large diffs are not rendered by default.

0 comments on commit 4e3dfe3

Please sign in to comment.