removes IMacroGuiRendering, all umbraco.interfaces/skinning classes, fixes CDF load in some aspx views, removes dialog/editmacro.aspx, removes macroParameterControl

This commit is contained in:
Shannon
2016-03-17 15:09:20 +01:00
parent 63cb6d96b2
commit 73fdc17bc4
43 changed files with 29 additions and 1387 deletions

View File

@@ -79,11 +79,7 @@ namespace Umbraco.Web.Macros
{
get { return Enumerable.Empty<string>(); }
}
public Dictionary<string, IMacroGuiRendering> SupportedProperties
{
get { throw new NotSupportedException(); }
}
public bool Validate(string code, string tempFileName, INode currentPage, out string errorMessage)
{
var temp = GetVirtualPathFromPhysicalPath(tempFileName);