aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Update problem lastupdate column on inspect save.Matthew Somerville2016-12-02-0/+1
|
* Always return arrayref from bodies_str_ids.Matthew Somerville2016-11-29-1/+1
| | | | Prevents potential odd-element hash in e.g. response_priorities.
* Scroll to report inspect form if present.Matthew Somerville2016-11-28-0/+3
|
* [UK] Include specific domain in user search.Matthew Somerville2016-11-25-4/+13
| | | | | This deals with a bootstrapping issue of adding new admin users that haven't yet interacted with the system.
* Open inspect Navigate link in new tab.Matthew Somerville2016-11-25-1/+1
|
* Update wording on flagging unsuitable reports.Matthew Somerville2016-11-25-3/+5
|
* 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.
* [Zurich] Fix accidentally hidden category extra fieldsDave Arter2016-11-24-0/+1
|
* Add latest Zürich translationsDave Arter2016-11-24-111/+57
|
* Don't double-decode strftime output.Matthew Somerville2016-11-22-5/+6
| | | | | As with d3d0ab6d, we need to only decode_utf8 strftime output that has not already been decoded, to prevent errors in Perl 5.20+.
* [Bromley] Fix map tiles.Matthew Somerville2016-11-18-46/+26
| | | | | The change to remove inline JavaScript stopped the Bromley-specific tiles from working. Put them back with an extra JavaScript file.
* Merge branch 'version-2.0'v2.0Matthew Somerville2016-11-15-23506/+39599
|\
| * Version 2.0.Matthew Somerville2016-11-15-2/+4
| |
| * Updates from Transifex.Matthew Somerville2016-11-08-717/+374
| |
| * Update translation files from source.Matthew Somerville2016-11-08-22450/+39863
| |
| * Updates from Transifex.Matthew Somerville2016-11-08-1255/+276
| |
| * Update script directory changing so works on Macs.Matthew Somerville2016-11-08-3/+3
| |
* | Merge branch 'issues/commercial/787-bristol-assets'Matthew Somerville2016-11-11-373/+1393
|\ \
| * | Add option of only requesting some WFS attributes.Matthew Somerville2016-11-11-0/+4
| | |
| * | [UK] Hide usrn/asset_id Open311 fields.Matthew Somerville2016-11-11-14/+36
| | |
| * | [UK] Refactor WFS asset handling.Matthew Somerville2016-11-11-353/+469
| | | | | | | | | | | | | | | | | | Allow multiple asset layers, and setting of multiple asset attributes. [Bristol] Add Bristol asset layers.
| * | [Bristol] Upgrade to OpenLayers master (with WFS).Matthew Somerville2016-11-11-5/+883
| | | | | | | | | | | | Including WFS for forthcoming assets layers.
| * | Fix extra "required" by testing correct value.Matthew Somerville2016-11-11-1/+1
| |/
* / [fixmystreet.com] Remove council message from /reports.Matthew Somerville2016-11-10-7/+0
|/
* Merge branch 'issues/forcouncils/99-sorting'Matthew Somerville2016-11-04-48/+111
|\
| * Add sort order options to list pages.Matthew Somerville2016-11-04-48/+111
| | | | | | | | | | | | | | | | Includes newest, oldest, least/most recently updated, and most comments. The default remains the same, which is last updated on /reports, and newest on /my and /around (the latter plus not-in-view sorted-by-distance ones).
* | Merge branch 'issues/forcouncils/116-inspect-show-bug'Matthew Somerville2016-11-04-82/+98
|\ \
| * | Make sure inspect form shown if report pulled in.Matthew Somerville2016-11-04-78/+96
| | | | | | | | | | | | | | | | | | | | | | | | The inspect form, if shown, is in a sibling div to the report div, so make sure that it is shown/hidden as appropriate. We consolidate the inspect JavaScript setup into one function, so that it can be called on load, and when pulled in.
| * | Only return active shortlisted user for a problem.Matthew Somerville2016-10-28-4/+2
| | |
* | | Update Net::Domain::TLD to 1.75.Matthew Somerville2016-11-03-4/+4
| |/ |/|
* | Merge branch '1544-category-change-leave-update'Matthew Somerville2016-11-01-1/+31
|\ \
| * | Leave a public update when admin changes category.Matthew Somerville2016-10-28-0/+12
| | |
| * | Add ability for admin users to italic updates.Matthew Somerville2016-10-28-1/+19
| |/
* | Merge branch 'issues/forcouncils/69-user-categories'Dave Arter2016-10-31-4/+84
|\ \ | |/ |/|
| * Pre-filter map pages if user has categories assignedDave Arter2016-10-31-3/+38
| | | | | | | | | | This pre-filters the 'all reports' link in the main nav and the /around page reached via the front page postcode form
| * Add UI for assigning categories to a user in adminDave Arter2016-10-28-1/+42
| | | | | | | | | | - A user can be assigned to any number of its body's categories - The category ids are stored as a list in the user's extra field
| * Add all/none UI to user permissionsDave Arter2016-10-28-0/+4
|/
* Error if logged-in user visits admin without permission.Matthew Somerville2016-10-26-17/+14
| | | | | This is less confusing than redirecting to /auth and then to /my (as they're logged in). Fixes #1566.
* Show admin user edit errors.Matthew Somerville2016-10-26-8/+12
| | | | Fix title if error in adding user. Fixes #1510.
* Merge branch 'issues/forcouncils/44-two-tier-change-category'Matthew Somerville2016-10-26-27/+98
|\
| * Redirect to correct cobrand when category changed.Dave Arter2016-10-26-14/+46
| |
| * Resend report if changing category changes body.Dave Arter2016-10-26-13/+52
| |
* | Merge branch 'issues/forcouncils/115-multi-select-clear'Matthew Somerville2016-10-25-64/+155
|\ \ | |/ |/|
| * Title case filter dropdown options.Matthew Somerville2016-10-25-6/+6
| |
| * Add simple way to return to "everything" in list filtersZarino Zappia2016-10-25-58/+149
| |
* | Update changelog.Matthew Somerville2016-10-25-18/+85
|/
* Merge branch 'issues/forcouncils/67-mop-up'Matthew Somerville2016-10-24-2/+10
|\
| * Fix warning in report inspect test.Matthew Somerville2016-10-24-1/+1
| |
| * Hide confirmed column if all categories confirmed.Matthew Somerville2016-10-24-1/+9
| |
* | Merge branch 'issues/forcouncils/98-inspect-straight'Matthew Somerville2016-10-24-44/+28
|\ \