Added a new dashboard to rebuild xml structures for content, members, media. I haven't put it in the release dashboard config for now. Also added methods to the examine controller to check the index integrity which we can use for th 7.3 task.

This commit is contained in:
Shannon
2014-10-23 18:52:11 +10:00
parent 44a39e7ca6
commit b4be203b2a
12 changed files with 252 additions and 27 deletions

View File

@@ -232,6 +232,10 @@ namespace Umbraco.Web.Editors
{
"examineMgmtBaseUrl", Url.GetUmbracoApiServiceBaseUrl<ExamineManagementApiController>(
controller => controller.GetIndexerDetails())
},
{
"xmlDataIntegrityBaseUrl", Url.GetUmbracoApiServiceBaseUrl<XmlDataIntegrityController>(
controller => controller.CheckContentXmlTable())
}
}
},