Permissions & Authorization for Users #24
Initial Release; Includes Database and MVC refactoring
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@* Generator: WebPagesHelper *@
|
||||
@using Disco.BI.Extensions;
|
||||
@using Disco.Web;
|
||||
@using Disco.Web.Extensions;
|
||||
@using Disco.Services.Web;
|
||||
@helper AjaxLoader(string id = null)
|
||||
{
|
||||
Html.GetPageHelper().BundleDeferred("~/ClientScripts/Modules/Disco-AjaxHelperIcons");
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18033
|
||||
// Runtime Version:4.0.30319.18051
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -30,14 +30,14 @@ namespace Disco.Web
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 3 "..\..\App_Code\AjaxHelpers.cshtml"
|
||||
using Disco.Web;
|
||||
#line 4 "..\..\App_Code\AjaxHelpers.cshtml"
|
||||
using Disco.Services.Web;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 4 "..\..\App_Code\AjaxHelpers.cshtml"
|
||||
using Disco.Web.Extensions;
|
||||
#line 3 "..\..\App_Code\AjaxHelpers.cshtml"
|
||||
using Disco.Web;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
@using Disco.Web;
|
||||
@using System.Web.Mvc
|
||||
@using System.Web.Mvc.Html;
|
||||
@using Disco.Web.Extensions;
|
||||
@using Disco.Services.Web;
|
||||
@helper FriendlyDate(DateTime d, string ElementId = null)
|
||||
{
|
||||
<span @(ElementId == null ? null : new HtmlString(string.Format("id=\"{0}\" ", ElementId)))title="@d.ToFullDateTime()" data-discodatetime="@d.ToSortableDateTime()" data-datetimeformatted="@d.ToJavascriptDateTime()" class="date nowrap">@d.ToFuzzy()</span>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18033
|
||||
// Runtime Version:4.0.30319.18051
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -48,14 +48,14 @@ namespace Disco.Web
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 4 "..\..\App_Code\CommonHelpers.cshtml"
|
||||
using Disco.Web;
|
||||
#line 7 "..\..\App_Code\CommonHelpers.cshtml"
|
||||
using Disco.Services.Web;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 7 "..\..\App_Code\CommonHelpers.cshtml"
|
||||
using Disco.Web.Extensions;
|
||||
#line 4 "..\..\App_Code\CommonHelpers.cshtml"
|
||||
using Disco.Web;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
Reference in New Issue
Block a user