Skip to content

Commit

Permalink
Version 1.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Sep 13, 2013
1 parent 54492ad commit b37857e
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 209 deletions.
37 changes: 21 additions & 16 deletions README.md
Expand Up @@ -14,48 +14,53 @@ 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.4.
Platform is now at version 1.2.5.

## Releases

* v1.2.5 (13th September 2013)
- Adds various useful hints and notices to the admin interface
- Improves the install script, including an example Vagrantfile
- It is now easier for tests to override particular configuration
variables should they need to.
* v1.2.4 (5th September 2013)
- A fix for the long-standing issue where multiline strings were not being
translated (reported at https://github.com/abw/Template2/pull/29 )
- Better translation strings for "marked as" updates, fixes #391
- Less noise when running the tests
* v1.2.3 (2nd September 2013)
- Maintenance release to deal with failing installation
- Improve reuse of make_css and shared CSS
- Remove hardcoded UK URLs on couple of admin error emails
- Mark couple of strings missing translation
- mapquest URL update
- Improves reuse of make_css and shared CSS
- Removes hardcoded UK URLs on a couple of admin error emails
- Marks a couple of strings missing translation
- Updates mapquest URLs
* v1.2.2 (26th July 2013)
- Maintenance release to deal with failing installation
- Improve Google Maps plugin somewhat, though still needs work
- Improves the Google Maps plugin somewhat, though still needs work
* v1.2.1 (5th June 2013)
- Maintenance release to deal with failing carton installation
- Test and module fixes for installation on Debian wheezy
- Module fixes for running on Travis
- The install script adds gem environment variables to the user's .bashrc
so that make_css can be run directly after installation
- make_css automatically spots which cobrands use compass
- Some missing states added to the admin report edit page
- Adds some missing states to the admin report edit page
* v1.2 (3rd May 2013)
- Add MAPIT_ID_WHITELIST to allow easier use of global MapIt
- Add postfix to the install script/ AMI so emailing works out of the box
- Add an extra zoom level to the OSM maps
- Add the Catalyst gzip plugin so HTML pages are gzipped
- Fix an issue with the All Reports summary statistics not including some
- Adds MAPIT_ID_WHITELIST to allow easier use of global MapIt
- Adds postfix to the install script/ AMI so emailing works out of the box
- Adds an extra zoom level to the OSM maps
- Adds the Catalyst gzip plugin so HTML pages are gzipped
- Fixes an issue with the All Reports summary statistics not including some
open states, such as 'in progress'
* v1.1.2 (15th March 2013)
- Include the 'cpanfile' now required by carton, the Perl package
- Includes the 'cpanfile' now required by carton, the Perl package
management program we use.
* v1.1.1 (22nd February 2013)
- Hotfix to fix missed iPhone width bug
* v1.1 (22nd February 2013)
- Addition of bodies so that the organisations that reports are sent to can
cover multiple MapIt administrative areas, or multiple bodies can cover
one area, and other related scenarios
- Adds bodies, so that the organisations that reports are sent to can cover
multiple MapIt administrative areas, or multiple bodies can cover one
area, and other related scenarios
- Admin display improvements
- Internationalisation improvements, especially with text in JavaScript
- Various minor updates and fixes (e.g. a --debug option on send-reports,
Expand Down
2 changes: 1 addition & 1 deletion bin/site-specific-install.sh
@@ -1,7 +1,7 @@
#!/bin/sh

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

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

Expand Down

0 comments on commit b37857e

Please sign in to comment.