Changed PublishedContentHelper to use 6.0 APIs instead of relying on the WebBootManager hack to set a delegate.

Fixed up a heap of failing unit tests.
This commit is contained in:
Shannon Deminick
2013-02-02 07:06:27 +06:00
parent 545a156942
commit 34975183d2
14 changed files with 766 additions and 55 deletions

View File

@@ -98,6 +98,8 @@ namespace Umbraco.Core
{
CanResolveBeforeFrozen = true
};
//dd custom types here that are internal
ApplicationEventsResolver.Current.AddType<PublishedContentHelper>();
}
/// <summary>