Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | do not replace deleted text with [...] when moderating | Struan Donald | 2017-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 configs | Struan Donald | 2017-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 report | Dave Arter | 2017-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_method | Dave Arter | 2017-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_ok | Dave Arter | 2017-07-26 | -3/+4 | |
| | |||||
* | Show reporter's phone number on inspector form | Dave Arter | 2017-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 date | Dave Arter | 2017-07-24 | -6/+9 | |
| | | | | Fixes mysociety/fixmystreetforcouncils#203 | ||||
* | Resize pin image before compositing onto static map | Dave Arter | 2017-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.1 | Matthew Somerville | 2017-07-18 | -0/+7 | |
| | |||||
* | Fix update-all-reports when database empty. | Matthew Somerville | 2017-07-18 | -2/+10 | |
| | |||||
* | Merge branch 'version-2.1' | Matthew Somerville | 2017-07-18 | -12801/+16018 | |
|\ | |||||
| * | Version 2.1. | Matthew Somerville | 2017-07-18 | -5/+79 | |
| | | |||||
| * | Update translations with new source strings. | Matthew Somerville | 2017-07-18 | -11822/+15001 | |
| | | | | | | | | Plus a few new ca_ES strings. | ||||
| * | Reinstate de_CH translations lost in 63d48049. | Matthew Somerville | 2017-07-18 | -78/+99 | |
| | | |||||
| * | Updated translations from Transifex. | Matthew Somerville | 2017-07-18 | -204/+151 | |
| | | |||||
| * | Move changelog to its own file. | Matthew Somerville | 2017-07-18 | -686/+685 | |
| | | |||||
| * | Use CSS class for mobile map not overlapping form. | Matthew Somerville | 2017-07-18 | -9/+6 | |
| | | | | | | | | This fixes an issue with the footer navigation display. | ||||
* | | Merge branch 'issues/commercial/773-east-herts-cobrand' | Matthew Somerville | 2017-07-18 | -323/+294 | |
|\ \ | |/ |/| | |||||
| * | [East Herts] Update template design. | Matthew Somerville | 2017-07-18 | -323/+294 | |
| | | |||||
* | | Spot email sending success, use on contact page. | Matthew Somerville | 2017-07-18 | -7/+7 | |
| | | |||||
* | | Log error if bad SMTP_TYPE config given. | Matthew Somerville | 2017-07-18 | -1/+40 | |
|/ | | | | Ignore case of config variable. | ||||
* | [Oxfordshire] Clarify wording on report archiving email | Dave Arter | 2017-07-17 | -5/+5 | |
| | |||||
* | Use DateTime in update-all-reports for tests. | Matthew Somerville | 2017-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 Arter | 2017-07-17 | -15/+40 | |
|\ | |||||
| * | Add Body::first_area_children method | Dave Arter | 2017-07-17 | -0/+12 | |
| | | |||||
| * | Include area stats in all-reports.json | Dave Arter | 2017-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 Somerville | 2017-07-17 | -0/+1 | |
| | |||||
* | Merge branch 'issues/forcouncils/192-unused-categories' | Matthew Somerville | 2017-07-14 | -149/+237 | |
|\ | |||||
| * | Only use active categories for making new reports. | Matthew Somerville | 2017-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 Somerville | 2017-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 Somerville | 2017-07-14 | -0/+48 | |
| | | |||||
* | | Merge branch 'new-reports-in-core' | Matthew Somerville | 2017-07-14 | -249/+142 | |
|\ \ | |||||
| * | | New version of /reports main page. | Matthew Somerville | 2017-07-14 | -249/+142 | |
| |/ | | | | | | | | | | | | | | | | | | | | | This is a much broader summary page, plus a body name autocomplete. This was originally implemented for fixmystreet.com in 8a6a4ccb7. It also adds '(no longer exists)' in the autocomplete next to bodies not covering any areas. You can supply the `--table` argument to `update-all-reports` to generate the old-style data. | ||||
* | | Allow static home page template override. | Matthew Somerville | 2017-07-14 | -14/+42 | |
| | | | | | | | | | | | | If an /about/homepage.html template exists in your cobrand, it will be used as the front page, and the normal front page will be available at /report. | ||||
* | | Upgrade Path::Tiny to fix warning in perl 5.24. | Matthew Somerville | 2017-07-14 | -9/+11 | |
|/ | |||||
* | Add CodeCov coverage testing. | Matthew Somerville | 2017-07-11 | -0/+3 | |
| | |||||
* | [Bristol] Switch Open311 warnings off, false +ves. | Matthew Somerville | 2017-07-08 | -1/+1 | |
| | |||||
* | [FixaMinGata] Consolidate with upstream. | Jon Kristensen | 2017-07-07 | -178/+889 | |
| | | | | | Add hook for post-title field content in report form. Update translations. | ||||
* | Make three strings translatable. | Jon Kristensen | 2017-07-07 | -3/+3 | |
| | | | | Fixes #1744. | ||||
* | [fixmystreet.com] Fix /reports displaying months. | Matthew Somerville | 2017-07-07 | -17/+27 | |
| | | | | | | Month strings weren't escaped in data label, and would never match database data (using month number). Also issues displaying current day/month in graph. | ||||
* | [fixmystreet.com] Fixed includes questionnaires. | Matthew Somerville | 2017-07-07 | -1/+4 | |
| | | | | Questionnaire responses don't currently set problem_state. | ||||
* | [fixmystreet.com] Improve Pro link on non-front. | Matthew Somerville | 2017-07-07 | -12/+8 | |
| | | | | Give it the same sort of look as currently on the front page. | ||||
* | Add missing closing </dl> to base FAQ. | Matthew Somerville | 2017-07-07 | -0/+1 | |
| | |||||
* | Merge branch 'issues/forcouncils/195-overloaded-action-scheduled' | Matthew Somerville | 2017-07-07 | -41/+60 | |
|\ | |||||
| * | [Oxfordshire] Separate defect creation from state. | Matthew Somerville | 2017-07-07 | -40/+59 | |
| | | | | | | | | | | | | | | Revert the behaviour from 36baff2d, so that everyone can use the 'action scheduled' state, and instead if someone with report_instruct permission has the state set to 'action scheduled', add an extra mandatory question asking whether they want to raise a defect or not. | ||||
| * | Make sure segmented control input not offscreen. | Matthew Somerville | 2017-07-07 | -1/+1 | |
| | | | | | | | | | | The input is used by e.g. Chrome/Safari to position the "required" error message, so needs to be on screen. | ||||
* | | Merge branch 'issues/commercial/864-update-contact-form' | Matthew Somerville | 2017-07-07 | -8/+49 | |
|\ \ | |||||
| * | | Change the contact form Post button label to Send. | Martin Wright | 2017-07-07 | -1/+1 | |
| | | | | | | | | | | | | | | | 'Post' suggest you're putting this somewhere, like a message board, whereas 'Send' is more conventional for contact forms. | ||||
| * | | Add an optional phone field to the contact form. | Martin Wright | 2017-07-07 | -1/+22 | |
| | | | |||||
| * | | [fixmystreet.com] Add a note to the contact blurb. | Martin Wright | 2017-07-07 | -6/+18 | |
| | | | | | | | | | | | | | | | To encourage local council people interested in FixMyStreet Pro to use our sales enquiry form instead of the general contact form. |