Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Merge branch '642-new-report-flow-changes' | Matthew Somerville | 2018-12-05 | -56/+5 | |
|\ | |||||
| * | Update sign in flow for new reports/updates. | Matthew Somerville | 2018-12-05 | -1/+1 | |
| | | | | | | | | Co-authored-by: Zarino Zappia <zarino@mysociety.org> | ||||
| * | Do not show second email form if SMS_AUTHENTICATION off. | Matthew Somerville | 2018-12-04 | -23/+1 | |
| | | |||||
| * | Remove “Keep me signed in” box. | Matthew Somerville | 2018-12-04 | -32/+2 | |
| | | |||||
| * | [Oxfordshire] Fix test warning. | Matthew Somerville | 2018-12-04 | -0/+1 | |
| | | |||||
* | | Fix moderation without JavaScript. | Matthew Somerville | 2018-12-04 | -0/+12 | |
|/ | |||||
* | Show moderation history in report/update admin. | Matthew Somerville | 2018-11-26 | -0/+3 | |
| | |||||
* | Store all moderation change history in database. | Matthew Somerville | 2018-11-26 | -0/+5 | |
| | | | | | Currently keeping the same front end functionality of only reverting to the original. | ||||
* | Improve update display on admin report edit page. | Matthew Somerville | 2018-11-26 | -1/+1 | |
| | |||||
* | Fix getservicerequestupdates test failures | Struan Donald | 2018-11-26 | -4/+4 | |
| | | | | | | | | Some of these were occasional failures due to timing issues. One was due to a hard coded body id meaning the addition of bodies in other tests meant this was creating two bodies with the same id, which happened to be used in a test which depended on the bodies having different ids. | ||||
* | [UK] server side cobrand specific validation | Struan Donald | 2018-11-26 | -1/+139 | |
| | | | | | | `report_check_for_errors` now fetches the cobrand for the current report and, if present, runs `report_validation` method from cobrand over the report. | ||||
* | add report_prefill user permission | Struan Donald | 2018-11-19 | -1/+25 | |
| | | | | | | | If set then when the user creates a new body report it will prefill the report title and description with some basic text. For mysociety/freshdesk#23 | ||||
* | add default_to_body permission | Struan Donald | 2018-11-19 | -0/+19 | |
| | | | | | | | If a user has this permission then the report_as dropdown will default to reporting as the body. For mysociety/freshdesk#23 | ||||
* | [UK] send reports on highways agency roads to highways agency | Struan Donald | 2018-11-19 | -0/+45 | |
| | | | | | | | Includes an option to send to the council instead for e.g. reports on underpasses or bridges. Fixes #736 | ||||
* | Mark moderation_original_data extra as RABXColumn. | Matthew Somerville | 2018-11-19 | -3/+5 | |
| | |||||
* | Store more original stuff on moderation. | Matthew Somerville | 2018-11-16 | -1/+14 | |
| | |||||
* | Add option to symlink full size photos. | Matthew Somerville | 2018-11-14 | -6/+9 | |
| | |||||
* | add report_mark_private permission | Struan Donald | 2018-11-12 | -3/+166 | |
| | | | | | | | | Allows user's to see the inspector panel to mark reports as Private, and also to view those non-public reports. Useful for call centre staff who want to record private reports but don't need to other permissions. Fixes mysociety/fixmystreet-commercial#1213 | ||||
* | Simplify /auth sign in page. | Matthew Somerville | 2018-11-09 | -32/+15 | |
| | |||||
* | Remove unnecessary logins in report_updates.t | Matthew Somerville | 2018-11-09 | -9/+0 | |
| | |||||
* | Fix Open311 category group bugs | Dave Arter | 2018-11-07 | -4/+6 | |
| | | | | | | | - Group wasn’t being set correctly by open311-populate-service-list as cobrand attribute not being updated for each body. - Extra metadata was being persisted to the DB every time even if nothing had changed, causing lots of duplicate entries in contacts_history. | ||||
* | Allow moderation to edit category. | Matthew Somerville | 2018-11-07 | -0/+12 | |
| | |||||
* | [FixaMinGata] Show staff user name as well as body name in updates | Joe Siltberg | 2018-11-05 | -0/+12 | |
| | |||||
* | Add tests for per-cobrand category group handling | Dave Arter | 2018-11-02 | -21/+47 | |
| | |||||
* | allow comment fetching to be limited by body name | Struan Donald | 2018-11-02 | -0/+42 | |
| | | | | | Allows creating scripts that fetch comments for a single body, e.g for batch updating or because they require special setup. | ||||
* | Merge branch 'moderate-allow-extra-edits' | Matthew Somerville | 2018-10-30 | -0/+40 | |
|\ | |||||
| * | Allow moderation to edit extra fields/location. | Matthew Somerville | 2018-10-26 | -0/+40 | |
| | | | | | | | | If a cobrand provides those fields. | ||||
* | | Don’t send questionnaires for closed reports. | Dave Arter | 2018-10-26 | -4/+25 | |
|/ | | | | Fixes mysociety/fixmystreet-freshdesk#24. | ||||
* | use submitted phone number and email in login form | Struan Donald | 2018-10-23 | -0/+7 | |
| | | | | | | do not use details directly from user object because in the slim chance that the user has phone and email verified and there is a failed email login we display the phone number from the database. | ||||
* | Allow moderation to potentially change photos. | Matthew Somerville | 2018-10-22 | -39/+27 | |
| | |||||
* | Use Chains in /report. | Matthew Somerville | 2018-10-22 | -1/+1 | |
| | |||||
* | [Zurich] Fix call to admin_fetch_all_bodies. | Matthew Somerville | 2018-10-22 | -0/+1 | |
| | |||||
* | add alert editing to user edit page in admin | Struan Donald | 2018-10-19 | -0/+58 | |
| | | | | disable, enable and delete for user alerts on user_edit page | ||||
* | allow cobrands to restrict /contact to abuse reports | Struan Donald | 2018-10-18 | -0/+28 | |
| | | | | | Add abuse_reports_only cobrand method that prevents the contact form being used unless it's an abuse report. | ||||
* | Update areas when moving report pin | Dave Arter | 2018-10-17 | -5/+19 | |
| | | | | | | | | The change in report_inspect.t from WODC to Oxford City was necessary because moving reports to a location not in Mock::MapIt was resulting in an empties bodies_str in the "test category/body changes" test. Fixes #2181. | ||||
* | display alert count on admin report page | Struan Donald | 2018-10-17 | -0/+26 | |
| | | | | | | | Add a count of currently active alerts on new updates for a report to the admin page. Fixes #669 | ||||
* | allow map zoom constants to be overridden | Struan Donald | 2018-10-15 | -0/+31 | |
| | | | | | call ZOOM_LEVELS and MIN_ZOOM_LEVELS using self so that we can override them in a subclass. | ||||
* | Merge branch 'body-hashref-working-url' | Matthew Somerville | 2018-10-10 | -6/+30 | |
|\ | |||||
| * | Have body.url work in hashref lookup. | Matthew Somerville | 2018-10-10 | -3/+14 | |
| | | | | | | | | | | | | | | body.url could still be in use by old-school /reports table index pages (though they were dropped in 2.1, so a cobrand would have to have overridden it since then) and the update to speed up body lists in #2248 broke it. This puts it back in minimal form. | ||||
| * | Add a test for duration_string. | Matthew Somerville | 2018-10-10 | -4/+17 | |
| | | |||||
* | | Merge branch 'dashboard-permission-hook' | Matthew Somerville | 2018-10-10 | -8/+37 | |
|\ \ | |||||
| * | | Add cobrand hook for dashboard viewing permission. | Matthew Somerville | 2018-10-10 | -0/+32 | |
| | | | | | | | | | | | | | | | This allows a cobrand to e.g. as the test does, allow public access to dashboard CSV export for a body, but not otherwise. | ||||
| * | | Tweak dashboard test for less output. | Matthew Somerville | 2018-10-10 | -8/+5 | |
| |/ | |||||
* / | [Angus] Remove cobrand. | Matthew Somerville | 2018-10-10 | -57/+0 | |
|/ | |||||
* | Merge branch 'send-reopen-comment-option' | Matthew Somerville | 2018-10-09 | -11/+140 | |
|\ | |||||
| * | [Open311] More testing of GetServiceRequestUpdates | Matthew Somerville | 2018-10-09 | -9/+13 | |
| | | |||||
| * | [Open311] Move send-comments cobrand specific code | Matthew Somerville | 2018-10-09 | -1/+6 | |
| | | |||||
| * | Add get_cobrand_logged to Comment. | Matthew Somerville | 2018-10-09 | -1/+1 | |
| | | |||||
| * | [Open311] Move send-comments code to package. | Matthew Somerville | 2018-10-09 | -1/+121 | |
| | | |||||
* | | front end category tests | Struan Donald | 2018-10-09 | -0/+1 | |
| | | | | | | | | Check selecting a category and selecting a sub category |