Skip to content

Commit

Permalink
Version 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed May 16, 2014
1 parent df23f36 commit c83c3b9
Show file tree
Hide file tree
Showing 19 changed files with 4,940 additions and 8,521 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-3]
[fixmystreet.v1-4]
file_filter = locale/<lang>.UTF-8/LC_MESSAGES/FixMyStreet.po
source_file = locale/FixMyStreet.po
source_lang = en_GB
Expand Down
33 changes: 32 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](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.3.
Platform is now at version 1.4.

## Installation

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

## Releases

* v1.4 (16th May 2014)
- User improvements:
- Adds some guidance on an empty /my page. #671
- Auto-selects the category when reporting if there is only one. #690
- Stops indenting emails a few spaces. #715
- Email template updates. #700
- Installation/developer improvements:
- Makes it easier to change the pin icons. #721
- Sends reports on staging sites to the reporter. #653
- Adds a no-op send method to suspend report sending. #507
- Improves the example Apache config. #733
- Includes a nicer crontab example. #621
- New developer scripts:
- make_css_watch. #680
- geocode. #758
- Adds external_url field to Bodies. #710
- Reinstates Open311 original update fetching code. #710 #755
- Pins sass/compass versions. #585
- Adds new MAPIT_GENERATION variable. #784
- Bugfixes:
- Fixes MapQuest and OSM attribution. #710 #687
- Remove cached photos when deleted from admin.
- Tiny bugfixes processing Open311 updates. #677
- Correctly sets language in email alert loop. #542
- Cron emails use EMAIL_DOMAIN in Message-ID. #678
- Minor fixes for Debian wheezy.
- Graph display of fixed states.
- Slight CSS simplification. #609
- Internal things:
- Improves the robustness of Carton installation. #675
- Doubles the speed of running tests on Travis.
* v1.3 (12th November 2013)
- Changes cobrand behaviour so if only one is specified, always use it. #598
- Allows multiple email addresses to be given for a contact.
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.3}
VERSION=${VERSION_OVERRIDE:-v1.4}

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

Expand Down
642 changes: 303 additions & 339 deletions locale/FixMyStreet.po

Large diffs are not rendered by default.

Loading

0 comments on commit c83c3b9

Please sign in to comment.