Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [FiksGataMi] Update email templatesfiksgatami-email-templates | Marius Halden | 2019-10-31 | -46/+745 |
| | ||||
* | Merge tag 'v2.6' into fiksgatami-dev | Marius Halden | 2019-10-30 | -56420/+104543 |
|\ | ||||
| * | Version 2.6.v2.6 | Matthew Somerville | 2019-05-03 | -23422/+25755 |
| | | | | | | | | | | Include the usual generate new .pot file, gettext-merge, push to Transifex, pull from Transifex step. | |||
| * | Update translations from Transifex. | Matthew Somerville | 2019-05-03 | -202/+203 |
| | | ||||
| * | Do not use SET with html filter. | Matthew Somerville | 2019-05-03 | -6/+6 |
| | | ||||
| * | Merge branch 'moderation-dst-time' | Matthew Somerville | 2019-05-03 | -698/+405 |
| |\ | ||||
| | * | Rename DB::ReportExtraFields to ReportExtraField. | Matthew Somerville | 2019-05-02 | -13/+19 |
| | | | | | | | | | | | | It was not being caught by rerun_dbic_loader.pl otherwise. | |||
| | * | Use EncodedColumn subclass. | Matthew Somerville | 2019-05-02 | -344/+130 |
| | | | ||||
| | * | Refactor datetime inflation. | Matthew Somerville | 2019-05-02 | -406/+316 |
| | | | ||||
| | * | Fix some incorrect timezone code. | Matthew Somerville | 2019-05-02 | -17/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Times in the database should be stored in the application server's local timezone, by e.g. using `current_timestamp`, or by setting that timezone explicitly before storage (the database columns are all without timezone so any timezone info is silently ignored). Reports & updates fetched via Open311 and offline updates were being put into the TIME_ZONE setting if present, meaning they were stored incorrectly for future usage. | |||
| | * | Stop warning in contact test. | Matthew Somerville | 2019-05-02 | -0/+2 |
| | | | ||||
| * | | Custom layout for admin user permission checkboxes | Zarino Zappia | 2019-05-02 | -1/+25 |
| | | | ||||
| * | | Fieldsets/legends for admin checkbox lists | Zarino Zappia | 2019-05-01 | -50/+53 |
| | | | ||||
| * | | Tidy up "Categories:" checkbox lists on admin pages | Zarino Zappia | 2019-05-01 | -4/+7 |
| | | | | | | | | | | | | No need for bullets here, nor margins above/below each label. | |||
| * | | [UK] Deal with setup where county may be missing. | Matthew Somerville | 2019-04-29 | -2/+5 |
| |/ | | | | | | | | | | | | | Currently, Dorset Council and BCP Council are bodies linked with the relevant areas of the now-gone district councils; this means there is no body linked with the area of the old county council, which causes an error. | |||
| * | Merge branch 'tidy_up' of https://github.com/tomhukins/fixmystreet | Matthew Somerville | 2019-04-24 | -8/+5 |
| |\ | ||||
| | * | Remove an unused module from the dependency list | Tom Hukins | 2019-04-12 | -1/+0 |
| | | | | | | | | | | | | | | | As discussed at https://github.com/mysociety/fixmystreet/pull/2460 the cpanfile no longer needs to list File::Slurp as a dependency. | |||
| | * | Explicitly pass one argument to encode_json() | Tom Hukins | 2019-04-09 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, it was unclear how many arguments the function took. When running tests I saw the error: Too many arguments for Cpanel::JSON::XS::encode_json at perllib/FixMyStreet/Map/WMTSBase.pm line 217, near "}" | |||
| | * | Avoid string eval | Tom Hukins | 2019-04-09 | -3/+2 |
| | | | | | | | | | | | | Instead, load the required module directly. | |||
| | * | Stop loading an unused module | Tom Hukins | 2019-04-09 | -1/+0 |
| | | | | | | | | | | | | The only use of File::Slurp was removed in 1c5c614af7a0265bd. | |||
| * | | Use REQUEST_URI, not PATH_INFO, to infer path. | Matthew Somerville | 2019-04-24 | -0/+6 |
| | | | | | | | | | | | | | | | This fixes an issue with slashes in category names in admin (as PATH_INFO can't tell the difference between / and %2F). | |||
| * | | Escape body name in admin title. | Matthew Somerville | 2019-04-24 | -2/+5 |
| | | | ||||
| * | | [BANES] Turn on new duplicate suggesting. | Matthew Somerville | 2019-04-23 | -0/+2 |
| | | | ||||
| * | | [Northamptonshire] only clear current layer on reload | Struan Donald | 2019-04-23 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | Call newRequest directly rather than with an event to avoid resetting all the layers that have been used and hence removing all the features. Fixes mysociety/fixmystreet-commercial#1354 | |||
| * | | [Northamptonshire] update vegetation subcategory layers | Struan Donald | 2019-04-23 | -2/+2 |
| | | | | | | | | | | | | | | | Use carriageway layers for these instead of Tree layer as Tree layer was not always appropriate. | |||
| * | | [Northamptonshire] set layer ids based on live/not live | Struan Donald | 2019-04-23 | -10/+11 |
| | | | | | | | | | | | | | | | The live ans staging sites use different layers to set the correct ones depending on whether is_live is true | |||
| * | | fire asset not found if asset layer is not visible | Struan Donald | 2019-04-23 | -0/+2 |
| | | | | | | | | | | | | | | | this is required so that any hiding of messages etc occurs when the layer is hidden. | |||
| * | | [Northamptonshire] add streetlight category message | Struan Donald | 2019-04-23 | -1/+23 |
| | | | | | | | | | | | | Fixes mysociety/fixmystreet-commercial#1343 | |||
| * | | [Open311] Ensures non_public/hidden reports aren’t visible at /open311 | Dave Arter | 2019-04-23 | -2/+45 |
| | | | ||||
| * | | [Northamptonshire] include google tracking code in header | Struan Donald | 2019-04-12 | -0/+1 |
| |/ | ||||
| * | [Open311] handle bad FixMyStreet id in updates | Struan Donald | 2019-04-09 | -0/+40 |
| | | | | | | | | | | If an update has a fixmystreet id in it check that it looks like an integer and if not issue a warning and skip the update. | |||
| * | [Northamptonshire] update layer ids | Struan Donald | 2019-04-09 | -7/+7 |
| | | ||||
| * | set maxlength attribute on inputs if present in validation | Struan Donald | 2019-04-09 | -0/+5 |
| | | | | | | | | | | | | If a field has a maximum length set in the javascript validation then add a maxlength attribute so the user doesn't have to wait till submission to find out about it. | |||
| * | [Northamptonshire] restrict title to 120 characters | Struan Donald | 2019-04-09 | -2/+46 |
| | | | | | | | | | | | | Prevent people from using very long titles. Fixes mysociety/fixmystreet-commercial#1344 | |||
| * | [Northamptonshire] use the correct layer environment for assets | Struan Donald | 2019-04-08 | -2/+12 |
| | | | | | | | | | | The tile URL includes a parameter for the client number which we were not using so configure this based on live or staging. | |||
| * | [Northamptonshire] update footer privacy policy link | Struan Donald | 2019-04-08 | -1/+1 |
| | | | | | | | | For mysociety/fixmystreet-commercial#1331 | |||
| * | ignore always_visible layers in layer visibility change | Struan Donald | 2019-04-05 | -1/+1 |
| | | | | | | | | | | Layers that are always visible mean that we can end up with a count of 1 which means we don't re-display the pin | |||
| * | [Northamptonshire] make no asset and emergency code cooperate | Struan Donald | 2019-04-05 | -9/+37 |
| | | | | | | | | | | | | | | | | The code to stop submission of an emergency category and the code to stop submission of reports with no assets were conflicting. This makes the emergency code take precedence over the asset code as there is no point in telling the user they have not selected an asset and then telling them to phone the council. | |||
| * | [Northamptonshire] do not show emergency message for HE roads | Struan Donald | 2019-04-05 | -1/+1 |
| | | ||||
| * | Merge branch 'docs-email-update' | Matthew Somerville | 2019-04-05 | -27/+4 |
| |\ | ||||
| | * | Remove email address from docs. | abimysoc | 2019-04-05 | -27/+4 |
| | | | | | | | | | | | | | | | To (hopefully) encourage people to join, and interact on, the mailing list instead. | |||
| * | | Merge branch 'open311-better-get-error' | Matthew Somerville | 2019-04-05 | -62/+42 |
| |\ \ | | |/ | |/| | ||||
| | * | [Open311] Factor GET/POST calls together. | Matthew Somerville | 2019-04-05 | -62/+42 |
| | | | | | | | | | | | | This means GET errors will give better output. | |||
| * | | Merge branch '2435-admin-anonymous-report' | Matthew Somerville | 2019-04-05 | -16/+22 |
| |\ \ | ||||
| | * | | Fix superusers creating anonymous reports. | Matthew Somerville | 2019-04-05 | -16/+22 |
| | |/ | ||||
| * | | [UK] Deal with 2019 local government changes. | Matthew Somerville | 2019-04-04 | -4/+49 |
| | | | ||||
| * | | Factor to common FixMyStreet::MapIt call. | Matthew Somerville | 2019-04-04 | -54/+50 |
| |/ | ||||
| * | [fixmystreet.com] extra not responsible messages for NCC | Struan Donald | 2019-04-04 | -0/+13 |
| | | ||||
| * | [Northamptonshire] prevent reports unless clicking on an asset | Struan Donald | 2019-04-04 | -0/+100 |
| | | | | | | | | | | Prevent the user from making a report unless they have clicked on an asset. | |||
| * | [Northamptonshire] No form on emergency categories | Matthew Somerville | 2019-04-04 | -0/+26 |
| | |