Skip to content

Commit

Permalink
Version 1.8.
Browse files Browse the repository at this point in the history
Add things missing from README, pull from Transifex, merge in new
translations, bump version number.
  • Loading branch information
dracos committed Mar 2, 2016
1 parent 3ef7878 commit 2fc65ef
Show file tree
Hide file tree
Showing 34 changed files with 16,467 additions and 21,764 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-7]
[fixmystreet.v1-8]
file_filter = locale/<lang>.UTF-8/LC_MESSAGES/FixMyStreet.po
source_file = locale/FixMyStreet.po
source_lang = en_GB
Expand Down
31 changes: 27 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,45 @@ We've extracted all of the mobile apps from this repository into the

## Releases

* master (development)
* v1.8 (2nd March 2016)
- New features:
- Facebook login. #1146
- Multiple photo upload support, with new UI. #190 #825 #1300
- Front end improvements:
- Add multiple photo upload support, with new UI. #190
- Pad internal update links so they are in view. #1308
- Move alert page "recent photos" out of sidebar. #1168
- Clearer relationship between map pins/list items. #1094
- Consistent styling for updates on /report and /my pages. #1312
- Stop a top banner overlapping header contents/improve CSS. #1306
- Improve design of some error pages.
- Performance improvements:
- Reduce memory usage. #1285
- Bugfixes:
- Default the Google map view to hybrid. #1293
- Prevent SVG chevron being stretched in Firefox. #1256
- Better display/internationalisation of numbers. #1297
- Fix cobrand restriction of My/Nearby. #1289
- Don't have hover state on disabled buttons.
- If app user logged in, perform alert signup. #1321
- Spot media_url in Open311 GetServiceRequestUpdate. #1315
- Improve disabled input behaviour (no hover, ensure faded).
- Fix co-ordinate swapping bug in Google geocoder.
- Exclude update alerts from summary alert counts.
- Skip sending if any body marks it for skipping.
- Upgrade Net::SMTP::SSL to fix email sending issue.
- Development improvements:
- Add generic static route handler. #1235
- Store reports summary data by cobrand. #1290
- Better handling replies to bounce addresses. #85
- Combine more base/fixmystreet templates.
- Add OpenStreetMap URL to report email.
- Admin improvements:
- Don't allow blank email/name to be submitted.
- Don't allow blank email/name to be submitted. #1294
- Handle multiple photo rotation/removal in admin. #1300
- Fix typo in admin body form checked status.
- UK only
- Make sure front page error is visible. #1336
- Don't show app next step if used app. #1305
- House Rules. #890 #1311

* v1.7 (23rd October 2015)
- Front end improvements:
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.7}
VERSION=${VERSION_OVERRIDE:-v1.8}

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

Expand Down

0 comments on commit 2fc65ef

Please sign in to comment.