From 433e1417612e2ce1419552aaa0650164c2984082 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 11 Jun 2013 15:07:53 +0200 Subject: [PATCH] Comments - misc --- src/Umbraco.Core/ApplicationContext.cs | 2 +- .../PublishedCache/XmlPublishedCache/RoutesCache.cs | 3 +-- src/Umbraco.Web/Routing/LegacyRequestInitializer.cs | 2 +- src/Umbraco.Web/UriUtility.cs | 1 - 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Core/ApplicationContext.cs b/src/Umbraco.Core/ApplicationContext.cs index 815e69acb4..78ed2c755a 100644 --- a/src/Umbraco.Core/ApplicationContext.cs +++ b/src/Umbraco.Core/ApplicationContext.cs @@ -116,7 +116,7 @@ namespace Umbraco.Core // public bool IsConfigured { - // fixme - let's do this for the time being + // fixme - we should not do this - ok for now get { return Configured; diff --git a/src/Umbraco.Web/PublishedCache/XmlPublishedCache/RoutesCache.cs b/src/Umbraco.Web/PublishedCache/XmlPublishedCache/RoutesCache.cs index 8d1d88be2e..1775d37fe0 100644 --- a/src/Umbraco.Web/PublishedCache/XmlPublishedCache/RoutesCache.cs +++ b/src/Umbraco.Web/PublishedCache/XmlPublishedCache/RoutesCache.cs @@ -45,11 +45,10 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache // document - whenever a document is updated in, or removed from, the XML cache // we must clear the cache - at the moment, we clear the entire cache - // TODO could we do partial updates instead of clearing the whole cache? global::umbraco.content.AfterUpdateDocumentCache += (sender, e) => Clear(); global::umbraco.content.AfterClearDocumentCache += (sender, e) => Clear(); - // FIXME + // fixme - refactor when content events are refactored // the content class needs to be refactored - at the moment // content.XmlContentInternal setter does not trigger any event // content.UpdateDocumentCache(List Documents) does not trigger any event diff --git a/src/Umbraco.Web/Routing/LegacyRequestInitializer.cs b/src/Umbraco.Web/Routing/LegacyRequestInitializer.cs index b6373d410b..9baec728f1 100644 --- a/src/Umbraco.Web/Routing/LegacyRequestInitializer.cs +++ b/src/Umbraco.Web/Routing/LegacyRequestInitializer.cs @@ -27,7 +27,7 @@ namespace Umbraco.Web.Routing // legacy - umbOriginalUrl used by presentation/umbraco/urlRewriter/UrlRewriterFormWriter which handles