silverstripe / silverstripe-staticpublishqueue

This module allows you to build static HTML caches of every page (for increased security and performance)
BSD 3-Clause "New" or "Revised" License
46 stars 57 forks source link

Declare a clean url segment for `StaticCacheFullBuildTask` #145

Open GuySartorelli opened 2 years ago

GuySartorelli commented 2 years ago

The documentation indicates that the intention was for StaticCacheFullBuildTask to have a simple URL segment declared. https://github.com/silverstripe/silverstripe-staticpublishqueue/blob/2f05ec1ec3ca0837b258564dc30034676f2d67d1/docs/en/building_the_cache.md?plain=1#L16-L29

That task should have private static $segment = 'StaticCacheFullBuildTask'; added in the next major release

Acceptance criteria