Skip to content

Commit

Permalink
Version 1.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Jan 21, 2015
1 parent 201d5cc commit 04117b8
Show file tree
Hide file tree
Showing 25 changed files with 18,914 additions and 8,155 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,29 @@ We've extracted all of the mobile apps from this repository into the

## Releases

* v1.5.3 (21st January 2015)
- New features:
- Satellite map toggle option on Google Maps view. #1002
- Greek translation.
- Bugfixes:
- Fix cron-based email to use configured SMTP settings. #988
- Update UNIX_USER variable on installation setup of crontab. #974
- Improve make_css finding of bundled compass when in symlink. #978
- Remove hard-coded site name from submit email template.
- Allow forked repository pull requests to run on Travis.
- Fix title of Privacy page, and other minor text fixes.
- CSS: add some bottom content padding and fix a tiny map links issue.
- Development improvements:
- Replace site_title cobrand function with site-name web template. #979
- Remove need for 'cron-wrapper' to run scripts. #852
- Rename 'test-wrapper' to 'run-tests'. #999
- Add client_max_body_size nginx config option. #995
- Tidy up bin directory and #! lines.
- Admin improvements:
- Add staging email warning on admin body pages if needed. #982
- Add admin navigation link to Configuration page. #1005
- Better URL for body category editing.

* v1.5.2 (17th December 2014)
- Hide unneeded heading on default footer.
- Suppress 'Argument "" isn't numeric' warning on admin report edit page.
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.2}
VERSION=${VERSION_OVERRIDE:-v1.5.3}

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

Expand Down
428 changes: 216 additions & 212 deletions locale/FixMyStreet.po

Large diffs are not rendered by default.

0 comments on commit 04117b8

Please sign in to comment.