Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [UK] Council reference in .com confirm sent email. | Matthew Somerville | 2019-03-27 | -6/+9 |
| | ||||
* | [UK] Fix two-tier message in confirm sent email. | Matthew Somerville | 2019-03-27 | -3/+4 |
| | ||||
* | [Buckinghamshire] Send drainage reports via email as well as Open311 | Dave Arter | 2019-03-20 | -1/+16 |
| | | | | Fixes mysociety/fixmystreet-commercial#1306 | |||
* | [UK Councils] Make sure server_set as appropriate. | Matthew Somerville | 2019-03-12 | -0/+180 |
| | | | | | After the change in 1cff2a0e, we need to make sure this is set so that the relevant fields are not shown in the front end. | |||
* | Use relative report links where possible. | Matthew Somerville | 2019-03-05 | -1/+1 |
| | | | | | | | | | | On some UK council cobrands, some reports listed might not have been sent to that council, so links to those must go to the national site. However, using absolute URLs for all these reports means that sometimes you change domain when you don't need to (eg. if you’re on osm.fixmystreet.com or an aliased version of the site), which can cause confusion. State when we’re happy to use a relative link (ie. web-facing report links, not emails, or share links) and do that when we can. | |||
* | [Bromley] Initial heatmap page. | Matthew Somerville | 2019-02-28 | -0/+12 |
| | ||||
* | Merge remote-tracking branch 'origin/issues/commercial/1229-duplicate-reporting' | Matthew Somerville | 2019-02-25 | -1/+1 |
|\ | ||||
| * | Refactor nearby() to use named parameters not list | Matthew Somerville | 2019-02-25 | -1/+1 |
| | | ||||
* | | [Buckinghamshire] Add contributed_by to CSV export | Matthew Somerville | 2019-02-25 | -0/+49 |
| | | ||||
* | | Factor out test CSV content function. | Matthew Somerville | 2019-02-25 | -25/+4 |
|/ | ||||
* | Refactor admin body/user functions to own files. | Matthew Somerville | 2019-02-22 | -3/+3 |
| | ||||
* | [Bromley] Allow subcategory attachment to users. | Matthew Somerville | 2019-02-18 | -1/+18 |
| | ||||
* | [Buckinghamshire] Question for on-road flytipping. | Matthew Somerville | 2019-01-23 | -3/+24 |
| | | | | | | | | This adds a question to check whether a flytipping report concerns flytipping on a road or not. Client-side, it is asked when a road is selected and destination adjusted according to the answer; server side it uses the answer to direct any both-tier submissions (from e.g. non-JavaScript or phone app). | |||
* | [Open311] Refactor cobrand specific code. | Matthew Somerville | 2019-01-23 | -0/+84 |
| | ||||
* | [Buckinghamshire] add report description filtering | Struan Donald | 2019-01-04 | -0/+71 |
| | | | | | | Add a method to do some basic filtering of emails and phone numbers from report descriptions. To be used on reports pulled in from Confirm as a first pass at removing personal information. | |||
* | Modernise report "status" banner | Zarino Zappia | 2018-12-13 | -1/+6 |
| | | | | | | | | | | | | | * Simplify markup required for the status banner. * Simplify styles - the banner is now identical on all screen sizes. * Move the banner from `report/display.html` into `report/_main.html` so that it can appear after `.problem-back` in the source order. * Use real pin icon instead of `pin-flat-white-small.png`. * Set a default `$col_fixed_label` colour in `_base.scss`, so cobrands don’t have to define it themselves if they’re happy with green. * Introduce `$col_fixed_label_light`, with a sensible default for all cobrands, even ones that have a custom `$col_fixed_label`. * Remove `$col_fixed_label_dark` – no longer needed. | |||
* | [Oxfordshire] Fix test warning. | Matthew Somerville | 2018-12-04 | -0/+1 |
| | ||||
* | [FixaMinGata] Show staff user name as well as body name in updates | Joe Siltberg | 2018-11-05 | -0/+12 |
| | ||||
* | [Zurich] Fix call to admin_fetch_all_bodies. | Matthew Somerville | 2018-10-22 | -0/+1 |
| | ||||
* | [Oxfordshire] allow searching on ENQ customer_reference | Struan Donald | 2018-10-09 | -0/+14 |
| | ||||
* | Merge branch 'dashboard-update-csv-export' | Matthew Somerville | 2018-10-05 | -30/+51 |
|\ | ||||
| * | Dashboard update CSV export. | Matthew Somerville | 2018-10-03 | -0/+19 |
| | | ||||
| * | Add two fields to dashboard CSV export. | Matthew Somerville | 2018-10-03 | -30/+32 |
| | | ||||
* | | Deal with a variety of low-level test warnings. | Matthew Somerville | 2018-10-04 | -1/+0 |
|/ | | | | | | | | | | * Stop red warning being output by S3 bucket creation failure test * Make sure 'num_old_reports' is always a number on /around pages * Stop 'category_extra' being generated when unnecessary * Prevent warning printed in getservicerequestupdates.t * Prevent info lines from being output in develop.t * Remove line of #s in root.t * And an ID diag in zurich.t | |||
* | Factor out photo storage into PhotoStorage::FileSystem backend | Dave Arter | 2018-09-28 | -1/+4 |
| | ||||
* | [Buckinghamshire] Update flytipping handling. | Matthew Somerville | 2018-08-07 | -9/+42 |
| | | | | | | Allow flytipping reporting on cobrand and .com, with road reports going to Bucks Confirm and email, and non-road reports going to district and Bucks emails. | |||
* | [UK] Pull in cobrand asset files on national site. | Struan Donald | 2018-08-03 | -0/+30 |
| | | | | | | | Also add body name to layer defaults, so they are only used where appropriate. Switch mapit area javascript calls to GeoJSON, so we can drop KML support in OpenLayers.wfs.js which saves a small amount of bandwidth. | |||
* | [UK] Fix issue when body ID not equal to MapIt ID. | Matthew Somerville | 2018-06-28 | -0/+30 |
| | | | | | | | | | | | Hitherto when creating a body or ward alert on a UK site, the MapIt area ID has been stored instead of the body ID. This is okay for www.fixmystreet.com which for historical reasons does have body IDs that match MapIt area IDs, but other UK-based sites may well not. The alert lookup looks for body ID, meaning those alerts will not work. Save the body ID instead, plus fix some tests that were making the same assumption. | |||
* | [Buckinghamshire] Update TfB flytipping address | Dave Arter | 2018-06-21 | -1/+1 |
| | ||||
* | Merge branch 'issues/commercial/1060-highway-flytipping-to-tfb' | Matthew Somerville | 2018-06-20 | -0/+52 |
|\ | ||||
| * | [Buckinghamshire] Support extra recipient for road flytipping. | Matthew Somerville | 2018-06-19 | -0/+52 |
| | | ||||
* | | [Bromley] Deal with partial postcodes in search. | Matthew Somerville | 2018-06-20 | -1/+17 |
|/ | ||||
* | [Bromley] Include TfL reports on map, in grey. | Matthew Somerville | 2018-06-14 | -4/+30 |
| | ||||
* | [Bromley] Include asset ID in title if given. | Matthew Somerville | 2018-06-04 | -1/+11 |
| | ||||
* | [BANES] Add extra columns to dashboard CSV export; behind new permission | Dave Arter | 2018-05-31 | -0/+197 |
| | ||||
* | ajax endpoint to return closest address. | Struan Donald | 2018-05-09 | -3/+16 |
| | | | | | | | | /ajax/closest will return ajax with details of the closest address to the lat/lon passed in from the Bing geocoder. Tidy up find_closest() to use overloaded string rather than passing in whether you want a string or not. | |||
* | Add way of validating data in report_form_extras. | Matthew Somerville | 2018-04-23 | -4/+31 |
| | ||||
* | [Oxfordshire] Fix admin exor download page. | Matthew Somerville | 2018-04-16 | -4/+4 |
| | | | | | 07906f40 changed the HTML date input form, but did not update the server parsing of the format. | |||
* | [fixmystreet.com] Stop non-council email sign-up. | Matthew Somerville | 2018-04-09 | -2/+4 |
| | | | | 100% false positives so far. | |||
* | send easting/northing over open311 if send_notpinpointed and no map/postcode | Struan Donald | 2018-03-21 | -22/+50 |
| | | | | | | If the map was not clicked and we don't have a postcode we should still send the easting and northing extra attributes if send_notpinpointed is set. | |||
* | Merge branch 'rutland-integration' | Struan Donald | 2018-03-15 | -0/+60 |
|\ | ||||
| * | [Rutland] cobrand files for Rutland | Struan Donald | 2018-03-15 | -0/+60 |
| | | | | | | | | | | Web and email template changes, CSS plus cobrand file with open311 config | |||
* | | [Zurich] Fix typo causing crash on /report/ajax | Dave Arter | 2018-03-15 | -0/+9 |
|/ | ||||
* | [Zurich] Switch to more modern database states. | Matthew Somerville | 2018-03-07 | -27/+102 |
| | | | | | | | The Zurich code was written a long time ago, and used overriding so that e.g. the hard-coded 'investigating' state referred to Wunsch (wish). Now that states are stored in the database, we can create ones specially for Zurich and use them instead. Hooray! | |||
* | [Zurich] Let SDM view awaiting reports. | Matthew Somerville | 2018-03-07 | -0/+6 |
| | ||||
* | [Zurich] Make wish state publicly visible. | Matthew Somerville | 2018-03-07 | -0/+3 |
| | ||||
* | Merge branch 'issues/commercial/974-closed-report-incorrectly-reopened' | Matthew Somerville | 2018-03-02 | -0/+5 |
|\ | ||||
| * | [Zurich] Do not reopen closed reports by mistake. | Matthew Somerville | 2018-03-02 | -0/+3 |
| | | | | | | | | | | The code for moving a report to the intermediary state was running even if the report was in a closed state and had not been changed. | |||
* | | [Zurich] Show to-be-hidden reports until confirmed | Matthew Somerville | 2018-03-02 | -2/+4 |
|/ | ||||
* | [Oxfordshire] Remove response days, add home page message. | Matthew Somerville | 2018-02-15 | -51/+0 |
| |