Skip to content

Commit

Permalink
Merge pull request Sitefinity#43 from Sitefinity/upgrade-90
Browse files Browse the repository at this point in the history
Reupgraded dev magazine
  • Loading branch information
Boyko-Karadzhov committed Mar 24, 2016
2 parents e6e465f + 52cf26e commit b0f36ba
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 2 deletions.
Binary file modified DevMagazineSite/SitefinityWebApp/App_Data/DevMagazine.bak
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<link rel="stylesheet" href='~/ResourcePackages/BootstrapCustom/assets/dist/css/styles.min.css' type="text/css" />
</head>
<body>
@Html.SfPlaceHolder("ContainerPlaceholder")
<div class="sfPublicWrapper" id="PublicWrapper">
@Html.SfPlaceHolder("Contentplaceholder1")
</div>

<script src="~/ResourcePackages/BootstrapCustom/assets/dist/js/all.min.js"></script>

Expand Down
22 changes: 21 additions & 1 deletion DevMagazineSite/SitefinityWebApp/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
</sectionGroup>
<sectionGroup name="telerik">
<section name="sitefinity" type="Telerik.Sitefinity.Configuration.SectionHandler, Telerik.Sitefinity" requirePermission="false" />
</sectionGroup>
</configSections>
<appSettings>
<add key="TestLocalization" value="false" />
Expand Down Expand Up @@ -119,7 +122,8 @@ that is bundled with the nuget package under the tools folder.
<add assembly="System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add assembly="WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="Telerik.OpenAccess, Version=2016.1.224.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342" /></assemblies>
<add assembly="Telerik.OpenAccess, Version=2016.1.224.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342" />
</assemblies>
<buildProviders>
<remove extension=".svc" />
<add extension=".svc" type="System.ServiceModel.Activation.ServiceBuildProvider, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Expand Down Expand Up @@ -377,4 +381,20 @@ that is bundled with the nuget package under the tools folder.
</dependentAssembly>
</assemblyBinding>
</runtime>
<telerik>
<sitefinity>
<testing enabled="true" loadBalancingSyncLoggingEnabled="false" />
<environment platform="WindowsAzure" />
<sitefinityConfig storageMode="Database" />
</sitefinity>
</telerik>
<system.diagnostics>
<trace>
<listeners>
<add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" name="AzureDiagnostics">
<filter type="" />
</add>
</listeners>
</trace>
</system.diagnostics>
</configuration>

0 comments on commit b0f36ba

Please sign in to comment.