Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | display category under multiple groups | Struan Donald | 2019-06-17 | -1/+2 | |
| | | | | | | | The group metadata of a contact can now be a comma separated list of groups under which to display the category For #2475 | ||||
* | configure category_groups via COBRAND_FEATURES | Struan Donald | 2019-06-17 | -25/+14 | |
| | | | | | Rather than have a method in the Cobrand module use the COBRAND_FEATURES section of the config file. | ||||
* | Merge branch 'issues/commercial/1417-better-private-message' | Matthew Somerville | 2019-06-14 | -2/+2 | |
|\ | |||||
| * | Improve 403/private report error messages. | Matthew Somerville | 2019-06-14 | -2/+2 | |
| | | |||||
* | | [Bexley] P1 email on dangerous reports. | Matthew Somerville | 2019-06-14 | -33/+58 | |
|/ | |||||
* | Merge branch 'open311-encode-for-uploads' | Matthew Somerville | 2019-06-14 | -18/+59 | |
|\ | |||||
| * | [Open311] Make sure Open311 parameters are encoded | Matthew Somerville | 2019-06-12 | -18/+59 | |
| | | | | | | | | | | This was previously done automatically, but isn’t when you do file uploads. | ||||
* | | [Bexley] Also send email for lighting reports. | Matthew Somerville | 2019-06-12 | -0/+18 | |
| | | |||||
* | | [Hounslow] Fix restriction lookup on around pages. | Matthew Somerville | 2019-06-12 | -0/+18 | |
|/ | |||||
* | Merge branch 'move-some-forms' | Matthew Somerville | 2019-06-12 | -28/+15 | |
|\ | |||||
| * | Move ResponsePriority admin to HTML::FormHandler. | Matthew Somerville | 2019-06-07 | -28/+15 | |
| | | |||||
* | | Merge branch 'uk-to-features' | Matthew Somerville | 2019-06-12 | -4/+12 | |
|\ \ | |||||
| * | | [UK] Switch a few config options to feature. | Matthew Somerville | 2019-06-11 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | You don't want base_url specified apart from on live sites, so this means all the non-live site code can be removed. Contact name/email you probably want to be clear when not the live site, and it should be easier to change example_places. | ||||
* | | | [Hounslow] Show external ID on /report to staff. | Matthew Somerville | 2019-06-11 | -1/+16 | |
|/ / | |||||
* / | [Hounslow] Hide TfL Traffic Lights category. | M Somerville | 2019-06-07 | -0/+22 | |
|/ | | | | It is handled by an existing category. | ||||
*-. | Merge branches 'move-up-bodies-set' and 'more-frontend-tests' | Matthew Somerville | 2019-06-06 | -3/+6 | |
|\ \ | |||||
| | * | [Buckinghamshire] Add flytipping front end test. | Matthew Somerville | 2019-06-05 | -0/+2 | |
| | | | |||||
| | * | [Buckinghamshire] Move non-map JS to template. | Matthew Somerville | 2019-06-05 | -1/+1 | |
| | | | |||||
| * | | Set fixmystreet.bodies sooner. | Matthew Somerville | 2019-06-04 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a small bug where if you go to a two-tier location, pick a category that is sent to one of the two ("These will be sent to" text updates to only show that one), then click elsewhere on the map, the "These will be sent to" text resets to show both bodies. This happens because fixmystreet.bodies is reset after the text has been correctly set by the category change() setup (called on pin move also). | ||||
* | | | [Hounslow] Hide all reports made before go-live entirely | Dave Arter | 2019-06-06 | -0/+44 | |
| | | | |||||
* | | | [Hounslow] Add general enquiries functionality | Dave Arter | 2019-06-06 | -0/+257 | |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | This functionality allows a cobrand to replace the /contact form with a form that creates hidden reports which are sent via Open311. The form also allows file uploads in addition to photos. This functionality is currently enabled for the Hounslow cobrand and others cobrands can enable it by defining setup_general_enquiries_stash which primarily sets up the appropriate categories and default values for the report. | ||||
* | | make sure council_name exists before trying to call it | Struan Donald | 2019-06-05 | -0/+15 | |
|/ | | | | Not all cobrands have a council_name method. | ||||
* | return council display names in ajax call | Struan Donald | 2019-06-04 | -0/+14 | |
| | | | | | | | For some cobrands the display name of the council is not the same as the body name so add a display_names map to the reporting data returned over ajax. Use that in the staff automatic generation of basic report details. | ||||
* | [Hounslow] Don't fetch non_public reports at all from Open311 | Dave Arter | 2019-06-04 | -0/+70 | |
| | |||||
* | [Hounslow] Mark comments not left by original reporter when posting to Open311 | Dave Arter | 2019-06-04 | -6/+60 | |
| | |||||
* | [Hounslow] Add asset layers & site code lookup | Dave Arter | 2019-06-04 | -0/+1 | |
| | |||||
* | [Open311] Always mark fetched reports non_public for non_public contacts | Dave Arter | 2019-06-04 | -0/+38 | |
| | | | | | | This change ensures that a report fetched via Open311 for a non_public category will always be marked as non_public even if its Open311 XML doesn’t explicitly include the non_public tag. | ||||
* | Don’t include non_public reports when searching by ref from front page | Dave Arter | 2019-06-04 | -0/+10 | |
| | |||||
* | Mark Open311 contacts non_public according to service keywords | Dave Arter | 2019-06-04 | -0/+101 | |
| | | | | | | | | | This allows the Open311 endpoint to include ‘private’ in the ‘keywords’ field of a service definition in order for it to be marked as non_public on FMS. NB existing categories may be updated to become non_public, but non_public categories will never have their non_public flag unset by PopulateServiceList. This is so any existing Open311 categories on FMS don’t suddenly become public. | ||||
* | [Buckinghamshire] Include Car parking category. | Matthew Somerville | 2019-05-30 | -0/+2 | |
| | |||||
* | Add role to users from admin user list page. | Matthew Somerville | 2019-05-28 | -0/+8 | |
| | |||||
* | User import allowing roles. | Matthew Somerville | 2019-05-28 | -0/+34 | |
| | |||||
* | Add role search to users page. | Matthew Somerville | 2019-05-28 | -3/+21 | |
| | |||||
* | Include role permissions when fetching user permissions. | Matthew Somerville | 2019-05-28 | -1/+8 | |
| | |||||
* | Add way to pick role for a user. | Matthew Somerville | 2019-05-28 | -0/+29 | |
| | |||||
* | Add Role adding/editing/deleting admin. | Matthew Somerville | 2019-05-28 | -0/+96 | |
| | |||||
* | Show field entries if error on add user form | Matthew Somerville | 2019-05-28 | -0/+1 | |
| | |||||
* | Merge branch 'bexley' | Matthew Somerville | 2019-05-28 | -59/+130 | |
|\ | |||||
| * | [Bexley] Close updates if Open311 marks report closed/fixed. | Matthew Somerville | 2019-05-28 | -59/+41 | |
| | | |||||
| * | [Bexley] Send email for burnt vehicles/dog fouling | Matthew Somerville | 2019-05-28 | -0/+6 | |
| | | |||||
| * | [Bexley] Fallback server-side road lookup. | Matthew Somerville | 2019-05-28 | -1/+27 | |
| | | |||||
| * | [Bexley] Initial cobrand. | Matthew Somerville | 2019-05-28 | -0/+57 | |
| | | |||||
* | | Switch all Norwegian tests to Swedish. | Dave Arter | 2019-05-28 | -39/+33 | |
|/ | | | | | | | | | | On Macs, the Norwegian locale is no_NO, whereas on Debian it is nb_NO: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=206474 This can cause issues running the Norwegian tests on Macs with certain setups (e.g. on my machine a Homebrew installation of perl and gettext fails, but MacPorts and system pass). As Swedish is sv_SE in both, the easiest solution is to switch the tests to Swedish. | ||||
* | [UK] Move suggest_duplicates to configuration. | Matthew Somerville | 2019-05-28 | -1/+5 | |
| | |||||
* | Add feature cobrand helper function. | Matthew Somerville | 2019-05-28 | -0/+16 | |
| | |||||
* | [Northamptonshire] cobrand specific front end tests | Struan Donald | 2019-05-28 | -0/+1 | |
| | |||||
* | [Northamptonshire] cobrand specific tests | Struan Donald | 2019-05-28 | -1/+42 | |
| | |||||
* | [UK] Update 2019 local government handling. | Matthew Somerville | 2019-05-23 | -2/+1 | |
| | |||||
* | [Buckinghamshire] use buckinghamshire map tiles | Struan Donald | 2019-05-16 | -1/+1 | |
| | | | | | Add a WMTS config to use Buckinghamshire's own map tiles to display house numbers. | ||||
* | Merge in upgraded Catalyst branch. | Matthew Somerville | 2019-05-14 | -35/+53 | |
|\ |