Joel Mitchell

Results 62 issues of Joel Mitchell

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 upload multiple files in the images admin module. - Should this be allowed inline? Maybe just for an ImageAssetCollection type - The group of uploaded images should...

enhancement

We should integrating the Pages and Directories UI to make creating website pages and hierarchies more seamless and user friendly.

enhancement

A content import tool would be really useful. Scenarios include: - Moving data from staging to live - Moving data from live to a development db - Initializing data in...

enhancement

We have message aggregator events for: - Pages - Cusom Entities We're still missing messages for: - Images - Documents - Users - Roles - RewriteRules - PageBlocka - PageBlockTypes?...

enhancement

Implement a way to set up content management workflows, or at least hooks to allow workflow mechanisms to be plugged in. - [reddit thread discussing cms workflows](https://www.reddit.com/r/dotnet/comments/6zoqs3/net_cms_that_can_handle_complex_workflows/)

enhancement

If a you are using the visual editor, when you view the live version of a page that does not have a published version a 404 is displayed. That's how...

enhancement

When a page route is changed we should give the option to automatically set up a rewrite rule.

enhancement