aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Version 2.1.1v2.1.1Struan Donald2017-08-03-2/+6
|
* Translation updates from Transifex/new strings.Matthew Somerville2017-08-03-6769/+9817
|
* Make map image in HTML emails clickableZarino Zappia2017-08-03-8/+21
| | | | | | | | Emails that contain a report’s title, description, and location in the ”sidebar” will now have a map that takes you to the report’s web page when clicked. Fixes #1596. Thanks to @MyfanwyNixon for the suggestion!
* Update changelog.Matthew Somerville2017-08-03-0/+13
|
* Merge branch '1752-show-hide-js'Matthew Somerville2017-08-03-35/+20
|\
| * Use standard JS translation for show/hide pins.Matthew Somerville2017-08-03-35/+20
| |
* | Merge branch '1755-update-schema-when-empty'Matthew Somerville2017-08-03-27/+32
|\ \ | |/ |/|
| * Allow update-schema to run on empty database.Matthew Somerville2017-08-03-27/+32
| |
* | Merge branch '1765-localise-about-templates'Dave Arter2017-08-02-6/+8
|\ \ | |/ |/|
| * Cache template paths in About.pm with lang_codeDave Arter2017-08-02-6/+8
|/ | | | Fixes #1765
* Merge remote-tracking branch 'origin/1776-update-goodies-packs'Matthew Somerville2017-08-02-0/+0
|\
| * [fixmystreet.com] Remove __MACOSX resources from schools & clubs zip archiveZarino Zappia2017-08-02-0/+0
| |
| * [fixmystreet.com] Update "How to embed" guide in Goodies packsZarino Zappia2017-08-01-0/+0
| | | | | | | | Fixes #1776.
* | Merge remote-tracking branch 'origin/issues/forcouncils/213-rdi-tweek'Matthew Somerville2017-08-02-5/+23
|\ \
| * | [Oxfordshire] Put I when single char activity codeMatthew Somerville2017-08-02-5/+23
| |/ | | | | | | | | The "M" line needs an "I" after the activity code if the activity code is only one character.
* / [Oxfordshire] Open311 update, no open state switchMatthew Somerville2017-08-02-67/+108
|/
* [fixmystreet.com] /about/professional, not /about/councilDave Arter2017-07-28-0/+0
|
* Option to redirect to custom URL from Contact formZarino Zappia2017-07-28-4/+63
| | | | | | | | If a `success_url` parameter is provided along with the contact form fields, the user will be redirected to that URL upon successful form submission. We use it for the first time on the (UK) FixMyStreet Pro marketing page.
* [fixmystreet.com] FMS Pro demo access request formZarino Zappia2017-07-28-3/+105
|
* do not replace deleted text with [...] when moderatingStruan Donald2017-07-27-32/+9
| | | | | | | | Replacing deleted text with [...] when moderating reports and comments leads to very odd looking reports when correcting minor typos so just leave the text as deleted. Fixes #1774
* update mapit url to https in example webserver configsStruan Donald2017-07-27-3/+3
| | | | | | Now that MapIt is https only the proxy pass URLs need to be https otherwise we proxy back the 301 redirect and various bits of the JavaScript fail the pre-flight CORS check.
* Redirect to /around after inspecting a reportDave Arter2017-07-26-2/+12
| | | | | | | After a report has been inspected, the user is redirected to /around at the newly-inspected report’s location. Fixes mysociety/fixmystreetforcouncils#204
* Resend report if changing to category with different send_methodDave Arter2017-07-26-2/+44
| | | | | | | If a report’s category is changed to one with a different send_method to the original category, the report needs to be resent. Fixes mysociety/fixmystreetforcouncils#209
* Allow extra params in TestMech::create_body_okDave Arter2017-07-26-3/+4
|
* Show reporter's phone number on inspector formDave Arter2017-07-26-0/+8
| | | | | | | If the reporter of a problem left their phone number, it will be shown at the top of the inspector form as a 'tel:' link Fixes mysociety/fixmystreetforcouncils#200
* [Oxfordshire] RDI file should show all inspections as happening on the same dateDave Arter2017-07-24-6/+9
| | | | Fixes mysociety/fixmystreetforcouncils#203
* Resize pin image before compositing onto static mapDave Arter2017-07-24-0/+1
| | | | | | | | A recent change doubled the size of the pin images, which meant the static maps included in report emails had the pin in the wrong place because the compositing code made assumptions about the pin size which were wrong. This commit ensures the pin image is of a known size before compositing, putting the pins back in the right place.
* Reinstate FCGI module for Plack FCGI handler usagev2.1Matthew Somerville2017-07-18-0/+7
|
* Fix update-all-reports when database empty.Matthew Somerville2017-07-18-2/+10
|
* Merge branch 'version-2.1'Matthew Somerville2017-07-18-12801/+16018
|\
| * Version 2.1.Matthew Somerville2017-07-18-5/+79
| |
| * Update translations with new source strings.Matthew Somerville2017-07-18-11822/+15001
| | | | | | | | Plus a few new ca_ES strings.
| * Reinstate de_CH translations lost in 63d48049.Matthew Somerville2017-07-18-78/+99
| |
| * Updated translations from Transifex.Matthew Somerville2017-07-18-204/+151
| |
| * Move changelog to its own file.Matthew Somerville2017-07-18-686/+685
| |
| * Use CSS class for mobile map not overlapping form.Matthew Somerville2017-07-18-9/+6
| | | | | | | | This fixes an issue with the footer navigation display.
* | Merge branch 'issues/commercial/773-east-herts-cobrand'Matthew Somerville2017-07-18-323/+294
|\ \ | |/ |/|
| * [East Herts] Update template design.Matthew Somerville2017-07-18-323/+294
| |
* | Spot email sending success, use on contact page.Matthew Somerville2017-07-18-7/+7
| |
* | Log error if bad SMTP_TYPE config given.Matthew Somerville2017-07-18-1/+40
|/ | | | Ignore case of config variable.
* [Oxfordshire] Clarify wording on report archiving emailDave Arter2017-07-17-5/+5
|
* Use DateTime in update-all-reports for tests.Matthew Somerville2017-07-17-6/+8
| | | | The test fixes DateTime, which wouldn't affect direct database queries.
* Merge branch 'issues/commercial/855-all-reports-by-area'Dave Arter2017-07-17-15/+40
|\
| * Add Body::first_area_children methodDave Arter2017-07-17-0/+12
| |
| * Include area stats in all-reports.jsonDave Arter2017-07-17-15/+28
|/ | | | | | | This makes it possible to display stats per area on /reports Cobrands using this functionality should use the pre-dashboard reports/index.html template and pass --areas when calling bin/update-all-reports
* Include schema check for 0051 missed in 466c5cac.Matthew Somerville2017-07-17-0/+1
|
* Merge branch 'issues/forcouncils/192-unused-categories'Matthew Somerville2017-07-14-149/+237
|\
| * Only use active categories for making new reports.Matthew Somerville2017-07-14-2/+33
| | | | | | | | | | Inactive ones can still be used for e.g. list filtering, but not when making a new report.
| * Add inactive state to categories.Matthew Somerville2017-07-14-147/+204
| | | | | | | | | | A new 'state' column replaces confirmed and deleted, allowing categories to be unconfirmed, confirmed, deleted or inactive.
* | Reinstate MIME::Parser for HandleMail usage.Matthew Somerville2017-07-14-0/+48
| |