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

### Is your feature request related to a problem? Please describe. https://github.com/OrchardCMS/OrchardCore/pull/16305 removes automatic NPM updates by Dependabot, since that didn't actually help us (https://github.com/OrchardCMS/OrchardCore/issues/15694). However, in the long term,...

enhancement

Throws an exception if the datetime cannot be converted. Patch for PR #16205 /cc @hishamco

Orchard 1 has one. https://learn.wordpress.org/tutorial/embedding-media-and-third-party-content-on-your-website/

enhancement

When we need to generate URL, we typically inject `IUrlHelperFactory` and `IActionContextAccessor` to create an instance if `IUrlHelper` for creating a URL. When the request comes in from Minimal API...

enhancement

I have a module that adds a shortcode. The short code creates a `span` with a `data-` attribute but the attribute does not get rendered in the MarkdownBody if the...

bug :bug:
documentation
investigating

### Is your feature request related to a problem? Please describe. I wanted to reuse options editor for a custom TextField editor. While doing this, I noticed that while the...

enhancement

### Describe the bug You can create an infinite recursion if you pick the parent item itself in a Content Picker Field. ### To Reproduce Steps to reproduce the behavior:...

bug :bug: