Merge branch '6.2.0-pubcontent' into 7.0.0-pubcontent

Conflicts:
	src/Umbraco.Web/Umbraco.Web.csproj
	src/Umbraco.Web/umbraco.presentation/macro.cs
This commit is contained in:
Stephan
2013-09-29 16:05:52 +02:00
16 changed files with 259 additions and 136 deletions

View File

@@ -528,6 +528,9 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
{
IPublishedProperty property;
// must ignore that one
if (i.Key == "version") continue;
if (i.Key.InvariantStartsWith("__"))
{
// no type for that one, dunno how to convert