Sébastien Ros
Sébastien Ros
We'll target 1.5 because we are too close to 1.4 to take a breaking change.
What about detecting when a content item is the home page, and not use the autoroute path but `/`.
Suggestion: Change this line: https://github.com/OrchardCMS/OrchardCore/blob/main/src/OrchardCore.Modules/OrchardCore.Workflows/Views/Workflow/Index.cshtml#L104 With ``` @T["Created {0}", (object)(await DisplayAsync(await New.DateTime(Utc: entry.Workflow.CreatedUtc)))] ```
The default implementation of ITicketStore should use IDistributedCache, this way it would be in local memory for single node sites, and automatically go on Redis when the feature is enabled.
Not the main Abstractions project, but maybe a Markdown.Core. Then modules could reference it without referencing other modules.
The discussion came to the recommendation of referencing the modules containing these fields from either user apps or modules. Example: This class in an app would reference the ContentFields module....
Discussed on triage, use a special alternate `"Stereotype_[DisplayType]"` as a fallback to `"[Stereotype]_[DisplayType]"` such that if the user forgot to create a shape template for it, it will use the...
Stepping into unknown territory. Maybe someone will want all the content types of a stereotype excluding some specific ones ... if might get tricky. But I am not disagreeing with...
Seems like ManageMedia is implied by ManageOwnMedia: https://github.com/OrchardCMS/OrchardCore/blob/main/src/OrchardCore.Modules/OrchardCore.Media/Permissions.cs#L13
I don't think the changes on the interface are required. When the step is executed we can just check that it is a content item. And the description of the...