Dean Marcussen
Dean Marcussen
**Describe the bug** After upgrading from 3.0.0 to 3.0.2 we are getting a loading error only on Safari (desktop and phone) Chrome desktop is fine, Chrome mobile also errors The...
Following on from suggestion on #4125 as something that could be done independantly of that. If we create a Part Definition in a Migration which has fields, or via a...
A great suggestion from Sebastien on gitter last night that's worth tracking > Someone should add some helper in C# so that we could define a class like MyCustomer.cs which...
Also discussed as a follow up to recipe idempotancy we could consider a `DeleteContentItemVersionAsync` method. This method would be a hard delete, rather than the `RemoveAsync` which is a a...
Related to the improvements to the user timezone cache in the `UserTimeZoneService` https://github.com/OrchardCMS/OrchardCore/blob/a2d529ec5309ad9478222c75182d265ee4c57e69/src/OrchardCore.Modules/OrchardCore.Users/TimeZone/Services/UserTimeZoneService.cs#L18 Because it's gone to sliding, if the user changes their timezone (we allow the user to manage...
Related to https://github.com/OrchardCMS/OrchardCore/pull/3961 and https://github.com/OrchardCMS/OrchardCore/issues/3263 We could update the media app to use `jquery.fileupload-validate.js` to validate the max file size before trying to upload to the server. Will give a...
We should update also update the theme templates to use `asp-append-version`
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  another example is...
Fixes #7137 Fixes #13205 Fixes #15087 Fixes #5558 Fixes #3259 Replaces #6421 Once this is merged, https://github.com/OrchardCMS/OrchardCore/pull/14021 can continue. Ready for a bit of a look, but not entirely ready....
This introduces a `Enumerable` filters project which allows projecting an enumerable into a Filter Parsing arrangement, much as we can do with an `IQuery` currently. Filtering on an `IEnumerable` is...