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

Because they are content items Layer Widgets are routable by their contentItemId for example this is the blog layer widget, which then renders the footer https://localhost:44300/blog/Contents/ContentItems/4pg2af9z405rw2kbexp8kfxcnx ![blog-footer](https://user-images.githubusercontent.com/13782679/59974894-3d2ece00-95a9-11e9-90bf-e7932c23a27f.PNG) another example is...

bug :bug:

I was trying to implement a part handler for the List `ContainedPart`. The issue I am facing is that `_contentDefinitionManager.GetTypeDefinition(context.ContentItem.ContentType).Parts` does not contain the `ContainedPart` and my Handler is not...

bug :bug:

When an exception occurs as part of a `CreateContentTask` or a `createContenItem()` call during a workflow, the sqlite database locks up. We created a custom `YesSql.Indexes.IndexProvider` that was throwing a...

bug :bug:

As the title says, the boolean field switch does not work inside a flow part. The switch does nothing on click.

bug :bug:

While I'm working on DataLocalization support, I realize that `ITranslationProvider.LoadTranslations` should support `async` for loading translations from database or any store without blocking. I know this will be a breaking...

enhancement
perf
localization

Currently when a core site settings change, we reload the shell settings directly in the driver. If we have multiple drivers contributing to the same settings group, we run into...

enhancement
perf

In facebook, twitter, MicrosoftAuthentication and OpenId, validation rules for settings are defined multiple times.

enhancement
needs author feedback

c.f. the discussion during this meeting: https://youtu.be/dyFNRnd8dMo?t=3034 The idea is that sharing the same APIs for front-end users and back-end ones might be an issue. The best example is an...

enhancement
needs author feedback

VS 15.3 on my Surface Pro 3 is extremely unresponsive with so many projects in solution. Even lightweight solution loading does not help too much. I propose to split solution...

enhancement

The current implementation of adding widgets within a flow doesn't extend well when there are a large amount of widgets, as shown below. ![flows-existing-add-widget](https://user-images.githubusercontent.com/651190/57046417-4c0f9900-6c68-11e9-85c9-1bf784517c44.png) An alternative is to replace the...

enhancement
ui/ux