cofoundry icon indicating copy to clipboard operation
cofoundry copied to clipboard

Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development

Results 108 cofoundry issues
Sort by recently updated
recently updated
newest added

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"....

bug

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

The visual editor boxes for modules can only display once the dom has fully loaded so it can work out where the editor boxed need to be. This can cause...

enhancement

With the introduction of IHostedService in asp.net core we can now have an implementation of background tasks in the core framework (or at least in Cofoundry.Web). Implementing this wouldl avoid...

enhancement

If an error message comes from the server that is not assigned to a specific property then it will get picked up by the FormStatus control. If you receive this...

bug

The ability to link to pages and custom entities would also be good It would be good to think about adding a developer extensibility point here too.

enhancement