fixed issue with test project's invalid references (for web api). Added UmbracoAuthorizedApiController, change the

examine mgmt tools to use web api, got the dashboard displaying all relavent properties for indexers.
This commit is contained in:
Shannon Deminick
2013-02-27 05:24:45 +06:00
parent f7cfa507d7
commit b374dcf2c2
16 changed files with 340 additions and 131 deletions

View File

@@ -13,17 +13,6 @@ namespace Umbraco.Core
public static class UrlHelperExtensions
{
/// <summary>
/// Returns the base path (not including the 'action') of the MVC controller "ExamineManagementController"
/// </summary>
/// <param name="url"></param>
/// <returns></returns>
public static string GetExamineManagementServicePath(this UrlHelper url)
{
var result = url.Action("Index", "ExamineManagement", new { area = GlobalSettings.UmbracoMvcArea });
return result.TrimEnd("Index").EnsureEndsWith('/');
}
/// <summary>
/// Returns the base path (not including the 'action') of the MVC controller "SaveFileController"
/// </summary>