aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
Commit message (Collapse)AuthorAgeLines
...
| * Update priorities in inspect form on cat. change.Matthew Somerville2016-12-15-2/+2
| | | | | | | | | | Different categories may have a different list of priorities, so store them all and update as the category changes.
* | Make it clearer that report is closed when marked as duplicateDave Arter2016-12-13-8/+42
| | | | | | | | | | | | - Record state change when leaving update and marking as duplicate - Change save button wording to match problem state when inspecting - Make it clearer that updates marking a report as duplicate actually close the report
* | Signpost users to original version of duplicate reportsDave Arter2016-12-13-24/+26
| | | | | | | | This stops updates being left on duplicates.
* | If a problem has duplicates, display them on its detail pageDave Arter2016-12-13-1/+16
| |
* | Add test for correct display of duplicate reportDave Arter2016-12-13-0/+19
|/
* Update wording on flagging unsuitable reports.Matthew Somerville2016-11-25-1/+1
|
* Pass test if NXDOMAINs are intercepted.Matthew Somerville2016-11-24-0/+8
| | | | | Mock out the DNS lookup to fail, in case the test is being run somewhere where the ISP hijacks NXDOMAIN results and redirects them elsewhere.
* Pre-filter map pages if user has categories assignedDave Arter2016-10-31-0/+17
| | | | | This pre-filters the 'all reports' link in the main nav and the /around page reached via the front page postcode form
* Error if logged-in user visits admin without permission.Matthew Somerville2016-10-26-12/+6
| | | | | This is less confusing than redirecting to /auth and then to /my (as they're logged in). Fixes #1566.
* Redirect to correct cobrand when category changed.Dave Arter2016-10-26-1/+35
|
* Resend report if changing category changes body.Dave Arter2016-10-26-10/+44
|
* Merge branch 'issues/forcouncils/67-mop-up'Matthew Somerville2016-10-24-1/+1
|\
| * Fix warning in report inspect test.Matthew Somerville2016-10-24-1/+1
| |
* | Have report page show inspect form if available.Matthew Somerville2016-10-24-10/+13
|/
* Merge branch 'issues/forcouncils/100-fix-template-list'Matthew Somerville2016-10-20-0/+14
|\
| * Fix list of response templates for a problem.Matthew Somerville2016-10-20-0/+14
| | | | | | | | | | Instead of returning all templates for the problem's body, return those for the problem's category (or with no category).
* | Add ‘description’ field to ResponsePriority modelDave Arter2016-10-19-0/+2
|/ | | | Used internally to provide more details about when a priority is applicable.
* Merge branch 'issues/forcouncils/95-multi-select-list-filters'Matthew Somerville2016-10-13-1/+1
|\
| * Allow multiple selections in report list filter.Zarino Zappia2016-10-13-1/+1
| | | | | | | | | | | | This lets people filter by multiple categories or states. It uses our jQuery multi-select plugin to turn the <select multiple>s into little overlay lists of checkboxes. HTML5 history is also supported.
* | Adding report to shortlist removes from others.Matthew Somerville2016-10-11-0/+14
| |
* | Fix bug in fetching existing shortlisted report.Matthew Somerville2016-10-11-0/+4
|/ | | | | It would always create a new report rather than return an existing one, if present.
* Merge branch 'issues/forcouncils/36-mobile-inspector-improvements'Matthew Somerville2016-10-04-22/+9
|\
| * Remove separate “Public update” form sectionZarino Zappia2016-10-04-2/+2
| | | | | | | | | | | | Inspectors can now tick the optional “Save with a public update” checkbox, to reveal the “Public update” textarea. This means there is no longer a need for two separate submit buttons.
| * Restructure Inspect form into logical sectionsZarino Zappia2016-10-04-3/+3
| | | | | | | | | | | | | | | | IDs and locations at the top, then location-related actions (including a new “navigate to this problem” button), then status and category inputs (since these can have an effect on how we display the rest of the form), then any status/category-related inputs, and finally inputs for internal details like priority and traffic management.
| * Factor out contains_or_lacks test function.Matthew Somerville2016-09-29-9/+4
| |
* | Include CORS cross-origin header in RSS output.Matthew Somerville2016-09-27-0/+1
| |
* | Update user reputation when inspecting reportDave Arter2016-09-23-2/+28
| |
* | Send reports immediately from users with enough reputationDave Arter2016-09-23-0/+32
|/
* Merge remote-tracking branch ↵Matthew Somerville2016-09-20-5/+5
|\ | | | | | | 'origin/issues/forcouncils/89-tidy-report-admin-actions'
| * Organize report admin actions into single control.Zarino Zappia2016-09-20-5/+5
| | | | | | | | | | | | | | | | As part of this, rename "planned reports" to "shortlist". The `.segmented-control` component now supports basic usage (as in the admin report actions menu bar) and usage with hidden radio inputs and labels (as on the report questionnaire page).
* | Add ‘trusted’ flag allowing users to make reports directlyDave Arter2016-09-20-0/+21
|/ | | | | When a trusted user makes a report in a category that requires inspection, it'll be sent immediately (i.e. without being inspected first).
* Update contact success message text.Matthew Somerville2016-09-14-2/+2
|
* Require inspector to provide update when instructing reportDave Arter2016-09-12-0/+22
| | | | | | | This adds an update field to the bottom of the inspect form, requiring the inspector to provide an update to be added to the report as it's sent. See mysociety/fixmystreetforcouncils#64
* Add new category_edit restriction for viewing body admin.Matthew Somerville2016-09-09-122/+29
|
* Merge branch 'issues/forcouncils/72-show-extra-data'Matthew Somerville2016-09-09-4/+4
|\
| * Improve display of category extra data in admin.Matthew Somerville2016-09-09-4/+4
| | | | | | | | Allow get_extra_metadata to return all the data with no argument.
* | Add manage screen for editing priority/category.Matthew Somerville2016-09-09-0/+97
|/ | | | | | | This is a cut-down version of the full inspect screen. We truncate the co-ordinates just in case (they should be anyway but e.g. the test report isn't).
* Refactor problem response priority into its own modelDave Arter2016-09-09-0/+73
| | | | | | | This moves the response priority values from a cobrand-specific method to a full DB model, and includes management screens in the admin for administering them. For mysociety/fixmystreetforcouncils#66
* Add ‘Inspection required’ field to categoriesDave Arter2016-09-09-0/+59
| | | | | | | | | | | Categories can now require reports to be marked as 'inspected' via the frontend before they're sent by send-reports. A side-effect here is that send-reports will perform an extra n queries for each report, where n is the number of bodies that report is being sent to, but hopefully in practice this won't matter as it's an offline cronjob. See mysociety/fixmystreetforcouncils#50
* Simplify some permissions logic with extra helper methodDave Arter2016-09-08-1/+1
|
* Extend response templates to work across all cobrandsDave Arter2016-09-08-4/+40
| | | | | | | | | | | This builds on the response templates in the Zürich cobrand: - Allow response templates to be assigned to categories - Also adds a auto_response flag, which will be used to automatically create updates when reports are made. - Include response templates select box on update form For mysociety/fixmystreetforcouncils#31
* Warnfix test by specifying areas for problem.Matthew Somerville2016-08-24-1/+3
|
* Allow user to have an area assigned in adminDave Arter2016-08-22-240/+260
|
* Add user planned reports.Matthew Somerville2016-08-22-6/+95
| | | | | | A user with the appropriate permission can add/remove reports from their list of planned reports using a button on a report page. The list can be viewed at /my/planned.
* Allow user permissions to be granted/revoked in adminDave Arter2016-08-17-45/+324
|
* Restrict user editing in adminDave Arter2016-08-17-0/+24
| | | | | | | | The 'user_edit' permission is required to edit users. The admin pages on UK council cobrands only allow editing of users whose from_body is the same as the logged-in user, or who have sent reports or updates to the council.
* Require 'report_edit' permission for editing reports in adminDave Arter2016-08-17-0/+47
|
* Shrink test sample photo.Matthew Somerville2016-08-16-4/+4
|
* Direct report moderated emails correctly.Matthew Somerville2016-08-10-5/+9
|
* Feature to create report as body/other user.Zarino Zappia2016-08-10-0/+194
| | | | | | | | | | | | This allows users who have the correct permissions to add reports on behalf of the body or another user. We enable editing of the email box by default, so that if JavaScript isn't available, someone can still change the email for the 'another user' option. For mysociety/fixmystreetforcouncils#10 and mysociety/fixmystreetforcouncils#11