aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeLines
...
* Merge branch '1919-consolidate-statistics'Matthew Somerville2017-11-29-916/+139
|\
| * Consolidate summary statistics pages.Matthew Somerville2017-11-29-913/+131
| |
| * Refactor stats pages to their own controller.Matthew Somerville2017-11-29-0/+6
| |
* | allow dashboard CSV export access using token authStruan Donald2017-11-29-0/+16
| |
* | Staff user page for generating an access token.Struan Donald2017-11-29-0/+93
| | | | | | | | | | Adds a link from /my to a page for generating an access token which is then stored in the user's extra field.
* | Add an access token authentication credential.Matthew Somerville2017-11-29-0/+25
|/ | | | This allows access if you have a token associated with your user.
* display council contacts on council dashboardStruan Donald2017-11-28-0/+26
| | | | | | | | Display a list of the email addresses used to contact the council on the council dashboard. Does not display emails if the council has an integration, rejects FMS reports or is currently turned off. Fixes mysociety/fixmystreetforcouncils#941
* Allow cobrands to disable moderation emailsDave Arter2017-11-22-0/+32
| | | | | | | This adds a new send_moderation_notifications method which can be overridden by cobrands to prevent “your report has been moderated” emails from being sent. Fixes mysociety/fixmystreet-commercial#936
* Treat dashboard end date as that given, inclusive.Matthew Somerville2017-11-16-1/+1
| | | | | If someone selects 15-16th November, they want reports from both those dates, not just the 15th.
* Merge branch '1901-js-deferring'Matthew Somerville2017-11-15-0/+29
|\ | | | | | | Updated geolocation.js with concurrent changes.
| * Move map JS to code, to be used on all pages.Matthew Somerville2017-11-15-0/+29
| |
* | Merge branch '1905-fix-broken-geocoder-results'Matthew Somerville2017-11-15-3/+3
|\ \
| * | Make sure returned geocoder data is UTF-8 decoded.Matthew Somerville2017-11-15-3/+3
| |/ | | | | | | | | | | It turns out that HTTP::Message (as used by LWP::Simple::get) only decodes text/* and 'XML', not application/json, as used by all the geocoders. Work around this, hopefully in a future-proof way.
* / add date range options to council dashboardStruan Donald2017-11-14-0/+39
|/
* [fixmystreet.com] No social login on UK councils.Dave Arter2017-11-08-0/+36
|
* allow admin to unban a userStruan Donald2017-11-07-5/+37
| | | | | | | Add an unban button to the user edit page when a user is in the abuse table. Fixes #1881
* do not override template when displaying body contacts as textStruan Donald2017-11-07-0/+1
| | | | | | | move setting the body template to before `fetch_contacts` so it doesn't override setting the text only email address template. Fixes #1895
* Fix issue editing user previously lacking a name.Matthew Somerville2017-11-07-1/+5
| | | | | The check that a name was entered was testing the user's current name, not the name entered in the form.
* Merge branch 'around-and-about-pagination'Matthew Somerville2017-11-06-14/+14
|\
| * Remove Show all pins link and on_map_list_limit.Matthew Somerville2017-11-06-3/+3
| | | | | | | | | | /around will now show all reports all the time, but we are about to introduce pagination to stop that.
| * Have /around ajax use same format as others.Matthew Somerville2017-11-02-11/+11
| | | | | | | | | | Both /reports and /my work by using the same URL with ajax=1. We should use the same on /around for consistency.
* | Remove shortlist form from inspect duplicate list.Matthew Somerville2017-11-02-5/+8
|/ | | | | This functionality isn't needed here, and causes an issue with the main form submitting due to a form inside a form.
* always allow problems to be removed from shortlistStruan Donald2017-10-27-0/+152
| | | | | | | | | | If a user is trying to remove a problem from their shortlist we should always allow it regardless of the state of the problem. Previously if a problem wasn't displayed on the site then it could not be removed from the shortlist which was an issue with council cobrands and reports that had changed body. Fixes mysociety/fixmystreetforcouncils#243
* Merge branch 'reports-dashboard-councils'Matthew Somerville2017-10-20-6/+60
|\
| * [fixmystreet.com] Council pages only from council.Matthew Somerville2017-10-20-0/+47
| |
| * Allow testing override of /reports data.Matthew Somerville2017-10-16-6/+13
| |
* | [Oxfordshire] Add initials/traffic to RDI desc.Matthew Somerville2017-10-18-16/+17
| |
* | make sure duplicate id provided when marking as duplicateStruan Donald2017-10-17-0/+61
|/ | | | | | | It was possible to mark a report as a duplicate in the inspector panel without providing an id of the duplicate. This prevents that. Fixes mysociety/fixmystreetforcouncils#236
* Merge branch 'sms-mssid-error'Matthew Somerville2017-10-16-25/+25
|\
| * Spot errors coming back when sending text.Matthew Somerville2017-10-12-25/+25
| |
* | log all state changes in admin as commentsStruan Donald2017-10-16-9/+283
| | | | | | | | | | | | | | | | | | | | | | | | Create a comment on a problem when the admin is used to change the state of the problem. If only the state is changed then create a comment with blank text. If the category and state are changing then include details of the category change in the comment. Not all the state changes are displayed at the template level by default. Fixes #1846
* | Merge branch 'bit-of-yaml-tidying'Matthew Somerville2017-10-11-56/+10
|\ \ | |/ |/|
| * Simplify geocode cache read/writing.Matthew Somerville2017-10-10-5/+10
| | | | | | | | Don't think the return data ever needs decoding.
| * Better testing for tests run on live site.Matthew Somerville2017-10-10-51/+0
| | | | | | | | | | | | | | When the tests are run normally, using bin/run-tests, 00-check-config.t is pointless as the config will have been newly set up from the example file. To prevent running except through run-tests, check when test_mode is set, dying if the live config file has been used.
* | Merge branch 'issues/forcouncils/231-multi-ward-reports-view'Matthew Somerville2017-10-09-4/+24
|\ \
| * | Allow ward page to show multiple wards.Matthew Somerville2017-10-06-4/+24
| | | | | | | | | | | | | | | URLs have to be manually constructed, but specifying multiple ward names separated by "|" will show all those wards and their reports on the map.
* | | Fix issue sending alerts around no-text update.Matthew Somerville2017-10-06-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | If there was a normal email alert, and then an alert for an update with no text (so no email should be sent), it would still try to send the blank email, and then die because no e.g. $data{cobrand} set. This moves the skip-blank-update check higher up, above any email sending code.
* | | generate update text in alerts if problem state has changedStruan Donald2017-10-05-0/+181
| | |
* | | do not send blank problem update alertsStruan Donald2017-10-05-9/+2
| | |
* | | Merge remote-tracking branch 'origin/fix-geographic-mobile-numbers'Matthew Somerville2017-10-05-4/+4
|\ \ \
| * | | Accept +1 geographic numbers as possibly mobile.Matthew Somerville2017-10-05-4/+4
| |/ / | | | | | | | | | | | | We have no way of knowing whether a +1 geographic number is fixed line or mobile, so accept them all as potentially mobile.
* / / Return page with "No results" if no ref found.Matthew Somerville2017-10-05-8/+15
|/ / | | | | | | | | | | This lookup is often performed by inspectors with appcache switched on, which means they were getting the intercepted Glitch page rather than a 404; give them a no results page instead.
* | correctly handle category changes in inspector formStruan Donald2017-10-04-1/+126
| | | | | | | | | | | | | | | | | | | | | | This resolves two issues when updating the report category in the staff users inspect form: * report category is only updated if the rest of the form is valid * only one update on the report is left Previously changing the category would create an update in addition to any public update created, and the category was always updated even when validation errors occurred elsewhere in the form.
* | correctly handle average state changes of 0 days in area statsStruan Donald2017-10-04-0/+12
| | | | | | | | | | If no problems have changed status then set the average to -1 so we can cope with an average status change of 0 days.
* | move area stats page problems by status calc into databaseStruan Donald2017-10-04-0/+11
|/ | | | | | | | | | | Doing this calculation in code turns out to be much too slow. As part of this also fix an issue where if a report changed state last month but had a further comment this month that was counted as being a state change this month. Also tweak the 'last month' start date to be midnight so the stats don't change throughout the day.
* In RSS, only escape the necessary five/ctrl chars.Matthew Somerville2017-10-02-3/+4
| | | | | | By default encode_entities uses named entities, which don't exist by default in XML. It seemed nicer to switch to only escaping the minimum rather than switching to numeric entities.
* Allow verify/change/add email/phone in profile.Matthew Somerville2017-09-30-8/+143
| | | | | | This expands the 'change email' functionality to work with phone number also, allow addition of missing details, and verifying of unverified details.
* Add ability to confirm reports/updates via text.Matthew Somerville2017-09-30-76/+760
|
* Update admin interface for 'phone' users.Matthew Somerville2017-09-30-49/+129
| | | | | | | This includes search/flagging users, editing user on the report and update edit pages, and user adding/editing itself. Add some more tests for user adding/editing.
* Add ability to log in on /auth via text.Matthew Somerville2017-09-30-27/+146
| | | | A confirmation code is sent via Twilio to be entered on the site.