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 363 OrchardCore issues
Sort by recently updated
recently updated
newest added

Fixes #1212, related to #8471 Fixes #11989. Didn't have the time to retrieve the thoughts I had while reading the related issues/PRs, I will do it step by step. In...

In a multi instances env with tenant settings coming from a shared source as the database, if it fails due to a bad connection or the absence of the needed...

Fixes #4316 ## How to use: ### Install Elasticsearch 7.x with Docker compose Elasticsearch v7.17.5 Docker Compose file : [elasticsearch.txt](https://github.com/OrchardCMS/OrchardCore/files/9161358/elasticsearch.txt) - Copy this file in a folder named Docker somewhere...

breaking change :boom:

### Describe the bug The Arabic text in this rich editor is corrupted ![mde-markdown](https://user-images.githubusercontent.com/1761249/183933380-8b57ca94-90b6-451d-b986-b42d7bbc71e8.png) This is the text on the same exact field without the rich editor ![mde-markdown-1](https://user-images.githubusercontent.com/1761249/183932525-b1545716-08e3-4bb1-8329-301f6bacb301.png)

The [ResourceDebugMode](https://github.com/OrchardCMS/OrchardCore/blob/339d74b251b53393dd510f8ad3027aa17d78500d/src/OrchardCore/OrchardCore.Infrastructure.Abstractions/Settings/ResourceDebugMode.cs) was moved to `OrchardCore.Abstractions` since it's used by `OrchardCore.Settings`, `OrchardCore.Resources` and `OrchardCore.ResourceManagement.Abstractions`. Not sure if there is a better place for it or to drop it and use...

Needs Triage

### Describe the bug Github actions pipeline throws a build error: ` The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you...

### Description Sitemap does not include the homepage of the site. ### Steps to reproduce the behavior: 1. Add new sitemap 2. Add Sitemap Content Types 3. Select Index All...

Otherwise the `AdminController` fails to inject `ISiteService`.