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

Define a scheme for recipe.json to be make validation and statement completion work in Visual Studio

enhancement

Invalidates any time a content item for this content type has changed, been deleted or added. To invalidate cached queries if a its results might be impacted by a change...

enhancement

I see some Command Line support in Orchard Core, but it was removed because of Performance concerns. https://github.com/OrchardCMS/OrchardCore/commit/2e8a495c75e30647b05b78f8907528b0ae42b961 I tried to return deleted code but it seems it is obsolete...

enhancement

Fix #14627 The old code `Dialect.QuoteForTableName(tableAlias, _configuration.Schema)` was adding the schema to a table alias (e.g., ContentItemIndex_a1), which caused the issue. I updated it to use `Dialect.QuoteForAliasName(tableAlias)`.

### Describe the bug Customer Elastic analyzers configuration from OrchardCore_Elasticsearch block gets corrupt ### Orchard Core version 1.8.2 ### To Reproduce Steps to reproduce the behavior: 1. Go to 'OrchardCore_Elasticsearch'...

needs author feedback

The PR #16356 moved some of the theme related scripts into `OrchardCore.Themes` but did not include all the theme reusable scripts. Here is a summary of the improvements - The...

### Describe the bug ### To Reproduce Hi all, I've found that this rule mentioned in this document https://docs.orchardcore.net/en/latest/reference/modules/Localize/ doesn't seem to work `/Localization/[CultureName]/[ModuleId].po` This is a module based on...

bug :bug:
localization

If a module contains no feature that matches the extension ID, some dependencies like startup classes were not being added to the `ShellBlueprint` and therefore not executed at all. This...