Joel Mitchell

Results 62 issues of Joel Mitchell

Currently the only way to customize the admin menu is to use [roles and permissions](https://github.com/cofoundry-cms/cofoundry/wiki/Roles-&-Permissions) to restrict access to the features you want to hide. You are not able to...

enhancement

Is it possible for us to validate that an output property has been assigned to after a command has been executed? It would save testing for this condition.

enhancement

At the moment if you want to customize the startup process you need to create an implementation of one of the objects that gets used in the startup pipeline e.g....

enhancement

Currently we only have an in-memory implementation of `IObjectCacheFactory`, but it should be fairly easy to add additional packages for solutions like redis. Implementing this should allow support for multi-instance...

enhancement

Similar to #187, a developer has requested to restrict page permission by user or role. Specifically the request was to: > set user permissions per page? I have multiple content...

enhancement

Hi. I want to reuse "Footer" block type. I have multiple templates for different pages (f.e. home, projects), but want to use one footer for all of them. Am I...

enhancement

You should be able to add custom data fields to pages using models defined in the same way that we do for custom entities and page block types. The example...

enhancement

The meta data part of pages has been carried forward from previous versions but isn't very relevant to SEO today or extensible. - ~~Description shouldn't be mandatory~~ - ~~Keywords is...

enhancement

Localization is possible but requires changes to be made directly in the database. This area hasn't been looked at much and ideally we need to spend a bit of time...

NetCore feature migration

Currently we have pickers for various entities that can have urls or sets of urls: - Pages - WebDirectories - Custom Entities It would be good to have a unified...

enhancement