OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.

Results 446 OrchardCore issues
Sort by recently updated
recently updated
newest added

Please consider this a dream, possibly infeasible, but it would be amazing if I were looking at a content item and had a section right beside it called "Workflows Related...

enhancement

There is currently no way both programmatically and via the UI to uninstall a module. When you create a ContentType or add Content Parts via a module, disabling the module...

enhancement

From @jrestall > @tomlindhe I assume you need to keep the PO localization working for other modules, otherwise you could just disable the OrchardCore.Localization module and it'll go back to...

enhancement

This issue is regarding the fields feature when defining a content type. I will come at this from the perspective of the content picker, but it applies to all fields...

enhancement
ui/ux

When we run a query we can edit the definition but not save it.

enhancement

When a user has an auth cookie created in https, a new session using http won't be able to authenticate. This is due to the fact that the server sends...

enhancement
needs author feedback

When using IModularTenantEvents, the ActivatedAsync() method is called before the tenant pipeline has been build. This makes it impossible to use the event for initializing modules that rely on the...

enhancement

In template editing, content editing, etc. Fix the position of buttons such as "Publish" "Save Draft", Will it be better? ![1](https://user-images.githubusercontent.com/28694676/44407172-00143c80-a590-11e8-912c-cea4ca60092f.gif)

enhancement
ui/ux

Umbraco has a nice widget that appears on preview pages that lets the user resize the viewport dynamically. We could just resize the iframe where we render the content to...

enhancement

Prevent reserved words like 'admin' or already used names for routes to be chosen for tenant url prefix. It causes problem if for example, we create a tenant with admin...

enhancement