silverstripe / cwp

Common Web Platform (CWP) features module. We strongly recommend using it for all new CWP projects. Future features will be delivered here.
https://www.cwp.govt.nz
BSD 3-Clause "New" or "Revised" License
10 stars 27 forks source link

Check existing docs on MIME types/ file extension settings #271

Closed brynwhyman closed 4 years ago

brynwhyman commented 4 years ago

With the RFC: Make upload mime validation part of core recipe the following module has become a direct dependancy of CMS core: https://github.com/silverstripe/silverstripe-mimevalidator

silverstripe-mimevalidator has been for a longtime a direct dependancy of this cwp/cwp module. It's assumed that the majority of updates in this module have been handled through the changes in the RFC issue, but I'm raising this to confirm that any existing related documentation on cwp.govt.nz is also reviewed and updated if necessary.

Any documentation held in the following section (https://www.cwp.govt.nz/developer-docs) is managed via this repo, here: https://github.com/silverstripe/cwp/tree/2/docs/en

Note: be sure to merge any changes up to the master branch to ensure they're picked up by the cronjob and published on the website.

Things to check/ document:

Subtasks

PRs

brynwhyman commented 4 years ago

Maybe this? https://www.cwp.govt.nz/developer-docs/en/2/how_tos/adding_an_allowed_extension/

dnsl48 commented 4 years ago

Might be worth mentioning in 2.6.0 changelog, that if users opted-out of mimevalidator module (cwp-recipe-core), they should consider manually disable it now through configuration settings, as it will be installed on upgrade through core recipes.