Skip to content

Commit

Permalink
Version 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Sep 6, 2018
1 parent 4bd649c commit 0e3f230
Show file tree
Hide file tree
Showing 41 changed files with 38,400 additions and 16,399 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.v2-3]
[fixmystreet.v2-4]
file_filter = locale/<lang>.UTF-8/LC_MESSAGES/FixMyStreet.po
source_file = locale/FixMyStreet.po
source_lang = en_GB
Expand Down
26 changes: 14 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
## Releases

* Unreleased

* v2.4 (6th September 2018)
- Security
- Update user object before attempting sign-in,
to prevent leak of user account phone number.
- Front end improvements:
- Simplify footer CSS. #2107
- Keep commas in geocode lookups.
- Show message on reports closed to updates.
- Keep commas in geocode lookups. #2162
- Show message on reports closed to updates. #2163
- Only display last 6 months of reports on around page by default #2098
- Always show all reports by default on /my.
- Much less reliance on input placeholders, for better accessibility #2180
- “Report another problem here” button on report confirmation page #2198
- “Report another problem here” button on report confirmation page #2198 #393
- Button in nav bar now makes it easier to report again in the same location #2195
- Shrink OpenLayers library a bit. #2217
- Remove need for separate per-category ajax call. #1201
- Admin improvements:
- Mandatory defect type selection if defect raised.
- Mandatory defect type selection if defect raised. #2173
- Send login email button on user edit page #2041
- Use do-not-reply address for sent report email.
- Category group can be edited.
Expand All @@ -31,27 +33,27 @@
- Defect type is recorded if category change made. #2172
- [UK] Store body ID on council/ward alerts. #2175
- Show all fixed issues when staff user uses map page filter #2176
- Allow any user who can see private checkbox to use it.
- Prevent dupliate category listing on /my.
- Allow any user who can see private checkbox to use it. #2182
- Prevent duplicate category listing on /my.
- Hide password help field along with other similar. #2185
- Allow questionnaire link to be revisited in quick succession. #2123
- Update Google Maps directions link.
- Fix inspector pin dragging. #2073.
- Maintain all single newlines in text output, not only the first.
- Make sure Home clickable with Try again overlay.
- Check all contacts for metadata and non-public.
- Open311 improvements:
- CLOSED status maps to 'closed' state if extended statuses are enabled.
- Don't generate template comment text on move between fixed states.
- Don't generate template comment text on move between fixed states. #2199
- Development improvements:
- Cobrand hook for presenting custom search results. #2183
- Cobrand hook to allow extra login conditions #2092
- Add ability for client to set bodies not to be sent to.
- Make it easier to prevent a form_detail_placeholder being printed.
- Add ability for client to set bodies not to be sent to. #2179
- Make it easier to prevent a form_detail_placeholder being printed. #2212
- Include user agent in contact form emails. #2206
- Use site name in contact email subject line.
- Add /_dev endpoints for previewing confirmation/submission pages.
- Allow cobrand to add extra ability to moderate.

- Add /_dev endpoints for previewing confirmation/submission pages. #2218
- Allow cobrand to add extra ability to moderate. #2216

* v2.3.4 (7th June 2018)
- Bugfixes:
Expand Down
2 changes: 1 addition & 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 2.3.4; see CHANGELOG.md for a version history.
Platform is now at version 2.4; see CHANGELOG.md for a version history.

## Installation

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.3.4}
VERSION=${VERSION_OVERRIDE:-v2.4}

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

Expand Down
Loading

0 comments on commit 0e3f230

Please sign in to comment.