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

When exporting a workflow with the Http Request Event, the url is exported with the tenant prefix. We have to manually edit the exported json to remove the prefix. It...

enhancement
Workflows

we can consider this lib: https://github.com/jcoutch/NCrontab-Advanced/commits/master #1711 #2528

enhancement

A couple of thoughts on enhancements around content permissions for OC **Update** TL:DR. Discussion was getting long and all over the place, so let's agree on the user stories we...

enhancement
permissions

Method IPermissionProvider.GetDefaultStereotypes() that all the PermissionProvider implements looks that is useful for nothing. I didn't find any place in the code referencing it. Am I wrong? Is there any plan...

enhancement
permissions

Also discussed as a follow up to recipe idempotancy we could consider a `DeleteContentItemVersionAsync` method. This method would be a hard delete, rather than the `RemoveAsync` which is a a...

enhancement

Like the Lucene index background task https://github.com/OrchardCMS/OrchardCore/blob/17868cc902a41250347605bfe1e89808624a8ade/src/OrchardCore.Modules/OrchardCore.Lucene/Services/LuceneIndexingService.cs#L55 but to Load and Save the content items, in order to recreate the indexes for instance if a part is removed from a...

enhancement

Once we have the Jobs Queue feature, when rebuilding/resetting and index, use a job. This will prevent to potentially process a long running task on the request thread. In case...

enhancement

When rendering multiple listparts set as reusable then only the first listpart is renderered multiple times. To Repro: Use latest dev branch and run blog recipe. From admin set the...

enhancement

With wordpress, we have Elementor which allows people to edit their pages AND themes, live. Are there any plans to build something like this for Orchard Core CMS? If not,...

enhancement
needs author feedback

### Describe the bug ### To Reproduce Steps to reproduce the behavior: 1. Create a new tenant using SQL Server (I tried with SQL Server in Azure) and the Blog...

bug :bug: