Joel Mitchell
Joel Mitchell
Allow PATCH operation, possibly by making Delta work with form post data or allowing angular to post json data in multi-part form.
Migrate `BreadcrumbUIControlExtension` to asp.net core. Think about the best way to implement UI controls like this, e.g. view component?
If we add a robots.txt static file to the wwwroot content folder, it is always served even if DebugSettings.DisableRobotsTxt is set to true. This is because static files are served...
Being able to dynamically generate menus is a key feature of a CMS. Currently we don't have much to offer here but there's a couple of options: - DIY approach...
When deleting a page block type template that is used in a page we get a reference constraint SqlException: ``` SqlException: The DELETE statement conflicted with the REFERENCE constraint "FK_CustomEntityVersionPageModule_PageModuleTypeTemplate"....
Is it possible to page the data in the filtered drop down? It's not always obvious that the list if pages and that you can filter the output by typing...
If a region is renamed it caused the data to be automatically remove. It would be good to be able to set it as archived (e.g. as we do when...
The Not Found page type does not work and is a hang-over from earlier versions of the closed source product. We should investigate the best way for it to work...
It would be good to be able to define auto-update commands that would run once, independently of the version, after all versioned update commands have been completed. The situation I...
We have a strong entity dependency framework that tracks dependencies in unstructured data. At the moment we only use this to prevent deletions and show an error message where dependenct...