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

It should be easier to organize and manage assets in large asset collections. Typically you might see this in other CMS's as a folder/file structure, but we also have a...

enhancement

This applies to pages and custom entities. Users should be able to set a publish date, which could be in the past or future. An example is a blog post...

enhancement

This whole area hasn't been looked at beyond a basic port of the existing functionality. We need to research the best approach for plugging in a logging framework of choice...

enhancement
feedback wanted

As per #105 view pre-compilation is supported with a couple of config settings, but it may be possible to reduce the friction here. Firstly we may be able to use...

enhancement

Allow PATCH operation, possibly by making Delta work with form post data or allowing angular to post json data in multi-part form.

NetCore feature migration

Migrate `BreadcrumbUIControlExtension` to asp.net core. Think about the best way to implement UI controls like this, e.g. view component?

NetCore feature migration

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

enhancement

We've briefly talked about this but have decided to focus minor improvements for touch devices and edge cases where the editable content is very small. Longer term i'd like to...

enhancement

The cofoundry admin *mostly* works on a mobile device but it seems like with a few tweaks it could be a lot more mobile friendly. Issues found on various mobile...

enhancement

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

enhancement