From 5041e6fcc41a8b09901e84dcd90b912ad45c8bd1 Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Tue, 28 May 2013 13:24:48 -1000 Subject: [PATCH] Updated to latest CDF version that has a few bug fixes and added a CDF logger. --- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 8 ++-- .../config/ClientDependency.Release.config | 2 +- .../config/ClientDependency.config | 6 +-- src/Umbraco.Web.UI/packages.config | 4 +- src/Umbraco.Web/UI/CdfLogger.cs | 40 +++++++++++++++++++ src/Umbraco.Web/Umbraco.Web.csproj | 5 ++- src/Umbraco.Web/packages.config | 2 +- src/umbraco.cms/packages.config | 2 +- src/umbraco.cms/umbraco.cms.csproj | 4 +- src/umbraco.controls/packages.config | 2 +- src/umbraco.controls/umbraco.controls.csproj | 4 +- src/umbraco.editorControls/packages.config | 2 +- .../umbraco.editorControls.csproj | 4 +- src/umbraco.macroRenderings/packages.config | 2 +- .../umbraco.macroRenderings.csproj | 4 +- 15 files changed, 66 insertions(+), 25 deletions(-) create mode 100644 src/Umbraco.Web/UI/CdfLogger.cs diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 1ffe861698..b343c6d1b9 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -100,13 +100,13 @@ {07fbc26b-2927-4a22-8d96-d644c667fecc} UmbracoExamine - + False - ..\packages\ClientDependency.1.6.0.0\lib\ClientDependency.Core.dll + ..\packages\ClientDependency.1.7.0.1\lib\ClientDependency.Core.dll - + False - ..\packages\ClientDependency-Mvc.1.6.0.0\lib\ClientDependency.Core.Mvc.dll + ..\packages\ClientDependency-Mvc.1.7.0.0\lib\ClientDependency.Core.Mvc.dll False diff --git a/src/Umbraco.Web.UI/config/ClientDependency.Release.config b/src/Umbraco.Web.UI/config/ClientDependency.Release.config index f1072853ef..75eba648cc 100644 --- a/src/Umbraco.Web.UI/config/ClientDependency.Release.config +++ b/src/Umbraco.Web.UI/config/ClientDependency.Release.config @@ -10,7 +10,7 @@ NOTES: * Compression/Combination/Minification is not enabled unless debug="false" is specified on the 'compiliation' element in the web.config * A new version will invalidate both client and server cache and create new persisted files --> - + diff --git a/src/Umbraco.Web.UI/config/ClientDependency.config b/src/Umbraco.Web.UI/config/ClientDependency.config index f2bc1255b9..e71cef5626 100644 --- a/src/Umbraco.Web.UI/config/ClientDependency.config +++ b/src/Umbraco.Web.UI/config/ClientDependency.config @@ -10,7 +10,7 @@ NOTES: * Compression/Combination/Minification is not enabled unless debug="false" is specified on the 'compiliation' element in the web.config * A new version will invalidate both client and server cache and create new persisted files --> - + @@ -30,8 +30,8 @@ NOTES: - -