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. Right now the Lucene and Elasticsearch modules present some discrepancies. It could be possible to make them behave more...

enhancement
Lucene

The OpenSearch client is now moving to a separate implementation than NEST. It is already not possible to use the latest NEST version to connect to OpenSearch which means it...

enhancement

### Describe the bug I have two Lucene Indexes: 1. Content (only published) 2. ContentManagement (latest) On rare occasions, after updating an existing Article, it is only indexed on ContentManagement...

investigating

### Issue After configuring Preview Part in a created content item I succesfully managed to use **Preview** button in the content item editor to view the item in a correct...

I think both `MarkdownField` and `MarkdownFieldSettings` classes should be moved to the OrchardCore.Abstractions project to allow other projects to use them without the need to install `OrchardCore.Markdown` project.

enhancement

### Is your feature request related to a problem? Please describe. Currently, site settings provided by modules are scattered on the menu in many places. Form user experience, it would...

enhancement
investigating

### issue I created a content item which contains a flow part, which in turn contains a type with a markdown body part in it. After the item's creation, when...

bug :bug:
P1
ui/ux
Flow

### Describe the issue On the Manage Content page, the 'Content Type ' dropdown link is greyed out. It does however work, and when you do select a type from...

ui/ux

### Describe the bug If you call `T[string.Empty]` you get the exception "ArgumentException: MessageId can't be empty", but only if Localization is enabled. If it's disabled is just becomes an...

bug :bug:
localization