Skip to content

Commit

Permalink
Version 1.5.4.
Browse files Browse the repository at this point in the history
Including updated translations.
  • Loading branch information
dracos committed Mar 18, 2015
1 parent 3b724e7 commit afe94a2
Show file tree
Hide file tree
Showing 28 changed files with 14,312 additions and 6,340 deletions.
2 changes: 1 addition & 1 deletion .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
host = https://www.transifex.com
type = PO

[fixmystreet.v1-5]
[fixmystreet.v1-5-4]
file_filter = locale/<lang>.UTF-8/LC_MESSAGES/FixMyStreet.po
source_file = locale/FixMyStreet.po
source_lang = en_GB
Expand Down
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RSS alerts of problems in their area.

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

## Installation

Expand All @@ -38,6 +38,29 @@ We've extracted all of the mobile apps from this repository into the

## Releases

* v1.5.4 (25th February 2015)
- New features:
- Stamen toner-lite and Bing Maps tiles.
- Czech and part-done Lithuanian translations.
- Front end improvements:
- Nicer confirmation pages, with next steps template example. #972
- Always show report/update confirmation page, even if logged in. #1003
- Expire cached geolocations after a week. #684
- Bugfixes:
- Make sure all co-ordinates are stringified/truncated. #1009
- Correct "Open Street Map" to "OpenStreetMap". #1021
- Only create timezone objects once, at startup.
- Development improvements:
- Remove need to specify en-gb in LANGUAGES. #1015
- Mac installation improvements. #1014
- Make use of jhead and Math::BigInt::GMP optional. #1016
- Link from admin config page to MapIt. #1022
- Test URLs for confirmation pages.
- New configuration variable for setting up behind a secure proxy.
- UK specific improvements:
- Output easting/northing on one line. #997
- Output Irish easting/northing in Northern Ireland. #822

* v1.5.3 (21st January 2015)
- New features:
- Satellite map toggle option on Google Maps view. #1002
Expand Down
2 changes: 1 addition & 1 deletion bin/gettext-extract
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rm -f $PO

# we don't want to extract strings from all the cobrand templates so list
# the ones we care about
find templates/web/base templates/web/fixmystreet templates/web/zurich templates/web/fiksgatami -name '*.html' > template_list
find templates/web/base templates/web/fixmystreet templates/web/zurich -name '*.html' > template_list

# Extract from Perl
xgettext.pl --gnu-gettext --verbose --output $PO --plugin perl=* --plugin tt2 --directory perllib -f template_list --directory db --directory bin
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.5.3}
VERSION=${VERSION_OVERRIDE:-v1.5.4}

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

Expand Down
394 changes: 186 additions & 208 deletions locale/FixMyStreet.po

Large diffs are not rendered by default.

Loading

0 comments on commit afe94a2

Please sign in to comment.