Andy Butland
Andy Butland
## Description Documentation updates related to the 13.8 release: - Added details of additional option for publish with descendants - see https://github.com/umbraco/Umbraco-CMS/pull/18249 - Added details of unroutable content warnings configuration...
### Description [This PR](https://github.com/umbraco/Umbraco-CMS/pull/17051) will remove some public extension methods from the Umbraco code base when Umbraco 17 is released. When removed, clearly none will be used by Umbraco itself,...
### Prerequisites - [X] I have added steps to test this contribution in the description below Resolves: https://github.com/umbraco/Umbraco-CMS/issues/19567 ### Description The cause of this issue was another cases of issues...
### Description Noticed in testing functionality related to blueprints that the dialog isn't really styled very well. This updates it to match other similar screens. Before:  After: 
### Prerequisites - [X] I have added steps to test this contribution in the description below Relates to https://github.com/umbraco/Umbraco-CMS/issues/19544 ### Description We currently offer a legacy configuration option for cache...
### Prerequisites - [X] I have added steps to test this contribution in the description below Resolves https://github.com/umbraco/Umbraco-CMS/issues/19503 ### Description When running attending package migrations from the backoffice, there's a...
Have seen some tests failing on `main` due to date comparisons going beyond the millisecond and see dates as different when we should consider them the same. E.g.: ``` Failed...
## 📋 Description This PR adds details of sign providers and backoffice signs that are targeted for 16.3. It will be added to with the client-side details when they are...
### Description Umbraco 13 supported the feature of backoffice tours. You would see this on the first install of Umbraco, in the form of a guided selection of messages associated...
### Description Microsoft have released an announcement notifying that [Razor run-time compilation is obsolete](https://learn.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/10/razor-runtime-compilation-obsolete). They call out that "Razor run-time compilation doesn't get support for new features and should no...