aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| |
* | Merge branch 'new-reports-in-core'Matthew Somerville2017-07-14-249/+142
|\ \
| * | New version of /reports main page.Matthew Somerville2017-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 Somerville2017-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 Somerville2017-07-14-9/+11
|/
* Add CodeCov coverage testing.Matthew Somerville2017-07-11-0/+3
|
* [Bristol] Switch Open311 warnings off, false +ves.Matthew Somerville2017-07-08-1/+1
|
* [FixaMinGata] Consolidate with upstream.Jon Kristensen2017-07-07-178/+889
| | | | | Add hook for post-title field content in report form. Update translations.
* Make three strings translatable.Jon Kristensen2017-07-07-3/+3
| | | | Fixes #1744.
* [fixmystreet.com] Fix /reports displaying months.Matthew Somerville2017-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 Somerville2017-07-07-1/+4
| | | | Questionnaire responses don't currently set problem_state.
* [fixmystreet.com] Improve Pro link on non-front.Matthew Somerville2017-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 Somerville2017-07-07-0/+1
|
* Merge branch 'issues/forcouncils/195-overloaded-action-scheduled'Matthew Somerville2017-07-07-41/+60
|\
| * [Oxfordshire] Separate defect creation from state.Matthew Somerville2017-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 Somerville2017-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 Somerville2017-07-07-8/+49
|\ \
| * | Change the contact form Post button label to Send.Martin Wright2017-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 Wright2017-07-07-1/+22
| | |
| * | [fixmystreet.com] Add a note to the contact blurb.Martin Wright2017-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.
| * | [fixmystreet.com] Optional phone on council form.Martin Wright2017-07-07-0/+8
| |/
* | [fixmystreet.com] New version of /reports page.Zarino Zappia2017-07-06-39/+899
| | | | | | | | | | | | | | | | | | | | | | This is a much broader summary page, plus a body name autocomplete. This uses a cut down version of chart.js. [1] [1] The full version was 149Kb (41Kb gzipped) plus you needed moment (50Kb/17Kb), for a total of 199Kb/58Kb. By stripping out unused graphs and code and config options, and switching to category axis rather than time, it is now a total of 39Kb/13Kb.
* | Better handling of JS geolocation.Matthew Somerville2017-07-06-7/+7
| | | | | | | | Puts it back on alert page, lost in July 2016.
* | Better clearfix for .form-txt-submit-boxZarino Zappia2017-07-06-1/+1
| |
* | Merge branch 'issues/forcouncils/198-rdi-ordering'Matthew Somerville2017-07-06-53/+83
|\ \
| * | [Oxfordshire] Group RDI output by activity code.Matthew Somerville2017-07-06-53/+83
| | |
* | | [Oxfordshire] Fix bug downloading All Inspectors RDI.Matthew Somerville2017-07-06-1/+2
| |/ |/|
* | Merge branch 'stretch-support'Matthew Somerville2017-07-06-11108/+6768
|\ \