From 59fe1739338a1413b01c19f6c992389511c8a2d5 Mon Sep 17 00:00:00 2001 From: sebastiaan Date: Mon, 17 Sep 2012 07:47:13 -0200 Subject: [PATCH] Removed old and completely unused GraphicHeadlineFormat config setting Some updates to umbracoSettings.config Thanks to Jan Skovgaard for the help! --- src/Umbraco.Core/Configuration/UmbracoSettings.cs | 11 +---------- .../config/umbracoSettings.Release.config | 11 +++++------ src/Umbraco.Web.UI/config/umbracoSettings.config | 11 +++++------ src/umbraco.businesslogic/UmbracoSettings.cs | 11 +---------- 4 files changed, 12 insertions(+), 32 deletions(-) diff --git a/src/Umbraco.Core/Configuration/UmbracoSettings.cs b/src/Umbraco.Core/Configuration/UmbracoSettings.cs index 12643fa10c..d7a7d4723c 100644 --- a/src/Umbraco.Core/Configuration/UmbracoSettings.cs +++ b/src/Umbraco.Core/Configuration/UmbracoSettings.cs @@ -661,16 +661,7 @@ namespace Umbraco.Core.Configuration return false; } } - - /// - /// Gets the graphic headline format - png or gif - /// - /// The graphic headline format. - public static string GraphicHeadlineFormat - { - get { return GetKey("/settings/content/graphicHeadlineFormat"); } - } - + /// /// Gets a value indicating whether umbraco will ensure unique node naming. /// This will ensure that nodes cannot have the same url, but will add extra characters to a url. diff --git a/src/Umbraco.Web.UI/config/umbracoSettings.Release.config b/src/Umbraco.Web.UI/config/umbracoSettings.Release.config index e600e40947..5f649fac98 100644 --- a/src/Umbraco.Web.UI/config/umbracoSettings.Release.config +++ b/src/Umbraco.Web.UI/config/umbracoSettings.Release.config @@ -29,9 +29,11 @@ should be set to false if the aspnet account hasn't got readrights of the driveroot up to the /media directory --> True - - - + + 1 @@ -42,9 +44,6 @@ True - - gif - False diff --git a/src/Umbraco.Web.UI/config/umbracoSettings.config b/src/Umbraco.Web.UI/config/umbracoSettings.config index f212d20605..dcb71c0538 100644 --- a/src/Umbraco.Web.UI/config/umbracoSettings.config +++ b/src/Umbraco.Web.UI/config/umbracoSettings.config @@ -26,12 +26,14 @@ + should be set to false if the application pool's user account hasn't got readrights of the driveroot up to the /media directory --> True - - + 1134 1135 @@ -46,9 +48,6 @@ True - - gif - False diff --git a/src/umbraco.businesslogic/UmbracoSettings.cs b/src/umbraco.businesslogic/UmbracoSettings.cs index 855028adfb..6e30200699 100644 --- a/src/umbraco.businesslogic/UmbracoSettings.cs +++ b/src/umbraco.businesslogic/UmbracoSettings.cs @@ -322,16 +322,7 @@ namespace umbraco { get { return Umbraco.Core.Configuration.UmbracoSettings.ScriptDisableEditor; } } - - /// - /// Gets the graphic headline format - png or gif - /// - /// The graphic headline format. - public static string GraphicHeadlineFormat - { - get { return Umbraco.Core.Configuration.UmbracoSettings.GraphicHeadlineFormat; } - } - + /// /// Gets a value indicating whether umbraco will ensure unique node naming. /// This will ensure that nodes cannot have the same url, but will add extra characters to a url.