Skip to content

Commit

Permalink
Merge branch 'version-2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Feb 3, 2017
2 parents 8eb377e + afb90c5 commit ef93bf3
Show file tree
Hide file tree
Showing 38 changed files with 15,944 additions and 11,273 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ notifications:
- "irc.mysociety.org#fixmystreet"
use_notice: true
skip_join: true
slack: mysociety:1M2CXeMwHIf8SrGoKyZrz0jO
webhooks:
urls:
- https://webhooks.gitter.im/e/863c1892a6a51e5a3b3c
Expand Down
39 changes: 38 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.6.1.
Platform is now at version 2.0.2.

## Installation

Expand Down Expand Up @@ -45,6 +45,43 @@ web-based cross-browser testing tools for this project.

## Releases

* v2.0.2 (3rd February 2017)
- Front end changes:
- Add an offline fallback page with appcache. #1588
- Improve print layout for report list pages. #1548
- Rename ‘unable to fix’ as ‘no further action’.
- Bugfixes:
- Mark two missing strings for translation. #1604
- Make sure email is lowercase when signing in. #1623
- Make sure language included in calls to base_url_for_report. #1617
- Small CSS homepage fixes.
- Admin:
- Fix filtering on shortlist page. #1620
- Fix 'save with public update' toggle. #1615
- Admin improvements:
- Add offline report inspection for inspectors. #1588 #1602 #1608
- Admin with appropriate permission can see body user who left
contribute_as_body report or update. #1601 #1603
- Include ‘Add user’ link on admin user search results page. #1606
- Redirect to new user after user creation/edit. #1606
- Redirect to shortlist after inspection if user has permission. #1612
- Allow response templates to be associated with a state, and default
to that template if report state changed to match. #1587
- Disable show name checkbox when reporting as someone else. #1597
- Show response priorities in report list items. #1582
- Shortlist add/remove icons in report lists and report page. #1582
- Reordering shortlist buttons in report lists. #1582
- Default inspect form to save with public update.
- Drop unneeded Cancel button on inspect form.
- Use ‘*’ on admin page to signify superuser.
- Development improvements:
- Update has_body_permission_to to allow superusers. #1600
- Move staging flags to their own config variable. #1600
- Only warn of Open311 failure after a couple, in case it's transient.
- Only load user body permissions once per request.
- Return 400/500 for some client/server errors.
- Fix bad cross-year test.

* v2.0.1 (16th December 2016)
- Bugfixes:
- Fix issue in dragging map in Chrome 55. openlayers/ol2#1510
Expand Down
2 changes: 1 addition & 1 deletion bin/gettext-nget-patch
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ find( sub {
close FP;
}, 'templates', 'perllib');

foreach (values %out) {
foreach (sort { $a->{s} cmp $b->{s} } values %out) {
print <<EOF;
#: $_->{file}:$_->{line}
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:-v2.0.1}
VERSION=${VERSION_OVERRIDE:-v2.0.2}

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

Expand Down

0 comments on commit ef93bf3

Please sign in to comment.