Skip to content

Commit

Permalink
Version 1.7.
Browse files Browse the repository at this point in the history
Include new contributing document.
  • Loading branch information
dracos committed Oct 23, 2015
1 parent da52879 commit ac39951
Show file tree
Hide file tree
Showing 31 changed files with 31,696 additions and 19,818 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-5-4]
[fixmystreet.v1-7]
file_filter = locale/<lang>.UTF-8/LC_MESSAGES/FixMyStreet.po
source_file = locale/FixMyStreet.po
source_lang = en_GB
Expand Down
43 changes: 43 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Contributing to FixMyStreet

Thanks for contributing to FixMyStreet! Here is a quick summary of where to
find information:

* [Documentation](http://fixmystreet.org) – including development installation
with Vagrant or manually, and information on customisation;
* [Coding standards](https://mysociety.github.io/coding-standards.html);
* [Ticket management](https://waffle.io/mysociety/fixmystreet) – please see
below for details on our workflow;
* [Community help](http://fixmystreet.org/community/) – if you are having
trouble, we have a number of places you can ask for assistance.

Workflow
--------

* Icebox – Untriaged tickets, or those that are on the back burner;
* Backlog – Tickets we would like to do at some point;
* Current – Scheduled to be done in the current sprint;
* In progress – Currently being worked on;
* Reviewing – Work has been done and is awaiting review or being reviewed;
* Reviewed – The PR has been reviewed, and so needs either more work (and then
put back in Reviewing for further review), or to be merged and deployed;
* Done – Tickets placed here will be automatically closed.

If you are working on a ticket or reviewing a pull request, try and assign it
to yourself so others know it is taken.

Workflow tips
-------------

If you create a new branch that starts with “NNN-” or “NNN_” or has “#NNN”
anywhere in it, where NNN is a GitHub issue number, then pushing that branch
will automatically move an issue to In progress.

When you create a pull request, if it fixes a current issue put
“Fixes/closes/resolves #NNN” in the PR title/description, and then the PR will
be linked with the issue. If it is only linked to an issue, but
doesn’t fix it, put “connect/connects/connected to #NNN” in the details.

New PRs from collaborators will appear in Reviewing, and new PRs from
non-collaborators will appear in Current (so that they are hopefully seen and
triaged quickly).
56 changes: 56 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,66 @@ We've extracted all of the mobile apps from this repository into the

## Releases

* v1.7 (23rd October 2015)
- Front end improvements:
- Add right-to-left design option. #1209
- Add state/category filters to list pages. #1141
- Include last update time in around/my page lists. #1245
- Show report details more nicely on a questionnaire page. #1104
- Improve email confirmation page (now matches success pages). #577
- Update URL hash when mobile menu navigation clicked. #1211
- Add public status page showing stats and version. #1251
- Accessibility improvements to map pages. #1217
- New default OpenGraph image. #1184
- Turkish translation.
- Performance improvements:
- A number of database speed improvements. #1017
- Bugfixes:
- Translate report states in admin index. #1179
- Improve translation string on alert page. #348
- Fix location bug fetching category extras.
- Workaround DMARC problems. #1070
- Fix padding of alert form box. #1211
- Pin Google Maps API version to keep it working. #1215
- Upgrade Google geocoder to version 3. #1194
- Fix script running when CDPATH is set. #1250
- Fix retina image size on front page. #838
- Process update left as part of questionnaire, to catch empty ones. #1234
- Make sure explicit sign in button clicks are honoured. #1091
- Adjust email confirmation text when report not being sent. #1210
- Fix footer links in admin if behind a proxy. #1206
- Use base URL in a cobrand alert for a report without a body. #1198
- Fix potential graph script failure in perl 5.16+. #1262
- Development improvements:
- Error logging should now work consistently. #404
- CSS
- Streamline navigation menu CSS. #1191
- Streamline list item CSS. #1141
- make_css now follows symlinks. #1181
- Use a sass variable for hamburger menu. #1186
- Write progress of make_css_watch to terminal title. #1211
- Templates:
- Remove final hardcoded "FixMyStreet" from templates. #1205
- Combine a number of base/fixmystreet templates. #1245
- Installation:
- Make sure submodules are checked out by Vagrant. #1197
- Remove Module::Pluggable warning in newer perls. #1254
- Bundle carton to ease installation step. #1208
- Translation:
- Improve ease of running gettext-extract. #1202
- Add standard app.psgi file.
- Add link to volunteer tickets in README. #1259
- Use Modernizr to decide whether to show mobile map. #1192
- Prevent potential session cookie recursion. #1077
- Allow underscore in cobrand name/data. #1236
- Add a development URL to see check email pages. #1211

* v1.6.1 (31st July 2015)
- Bugfixes:
- Fix bug introduced in last release when setting multiple areas
for a body in the admin. #1158
- Don't have default "name >= 5 characters"/"must have space" checks,
as Latin-centric #805
- New features:
- Danish translation.
- 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.6.1}
VERSION=${VERSION_OVERRIDE:-v1.7}

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

Expand Down
Loading

0 comments on commit ac39951

Please sign in to comment.