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. Currently when using the media field, the user upload a new file, but then have to manually select the...

enhancement

Add coding style instructions. Inspired by https://github.com/dotnet/SqlClient/blob/main/coding-style.md Check if it is in adequation with our .editorConfig.

Example: https://docs.orchardcore.net/en/dev/docs/topics/docs-contributions/ Edit button on the left which is supposed to let you edit the docs page redirects to 404. https://github.com/OrchardCMS/OrchardCore/edit/dev/src/docs/topics/docs-contributions/README.md

documentation

### Discussed in https://github.com/OrchardCMS/OrchardCore/discussions/11955 [Documentation](https://docs.orchardcore.net/en/dev/docs/reference/core/Configuration/#orchard_app_data-environment-variable) states: > Orchard Core supports a hierarchy of Configuration Sources > - The Startup ASP.NET Core Project, e.g. OrchardCore.Cms.Web.csproj, appsettings.json, or by environment appsettings.Development.json. >...

documentation

### Describe the bug The Taxonomy module use migrations to define a new `Taxonomy` content type. The migration uses `AliasPart` to allow the user to provide alias for looking up...

I'm getting **InvalidOperationException** when using **responseWrite** scripting method. ``` info: Microsoft.AspNetCore.Hosting.Diagnostics[1] Request starting HTTP/1.1 GET https://localhost:5001/workflows/Invoke?token=CfDJ8Eccv2rzJ8pOsQGIv-oI-6cWwyOvjunMaqTWq_jcEcY0NkLbf5JNyYB2ZbY1fj27bFXUunUUNKXl2FSfHa4zfffO0VytS91u4s7j3ozewqW_M_JPrPST0i4urJCrPTzFKoIvKA95lC1Pl0SashQXbhL_9TaWCOiK6YaNYRwGWkGY8jf8HENyNCOWm3aqD8PCDO2lpbnTr4ky9_GWDQTkMrbxTkqYMVQE41AM-0ez343a - - Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:5001/workflows/Invoke?token=CfDJ8Eccv2rzJ8pOsQGIv-oI-6cWwyOvjunMaqTWq_jcEcY0NkLbf5JNyYB2ZbY1fj27bFXUunUUNKXl2FSfHa4zfffO0VytS91u4s7j3ozewqW_M_JPrPST0i4urJCrPTzFKoIvKA95lC1Pl0SashQXbhL_9TaWCOiK6YaNYRwGWkGY8jf8HENyNCOWm3aqD8PCDO2lpbnTr4ky9_GWDQTkMrbxTkqYMVQE41AM-0ez343a - - OrchardCore.Modules.ModularTenantRouterMiddleware: Information: Begin...

Take example on https://docs.orchardcore.net/en/latest/docs/getting-started/theme/ and adapt it for a module. Good first issue: Add a comment if you want to work on it and make to your first documentation contribution.

documentation
good first issue

### Is your feature request related to a problem? Please describe. Currently, the Deployment feature expose 2 different routes to import a recipe. First one using a JSON string, and...

enhancement

See issue #11956. The hierarchy described in the beginning of the docs doesn't agree with what it says in the bottom regarding the priority of Configuration files and with my...