Upgrade umbraco to 7.5.4

This commit is contained in:
2016-12-13 14:01:21 -05:00
parent c6731f8ef5
commit 0086743882
47 changed files with 3032 additions and 1639 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ namespace LeafWeb.WebCms.App_Start
HostingEnvironment.RegisterObject(this);
// TODO: use Umbraco Connection string?
var cs = Umbraco.Core.ApplicationContext.Current.DatabaseContext.ConnectionString;
// var cs = Umbraco.Core.ApplicationContext.Current.DatabaseContext.ConnectionString;
GlobalConfiguration
.Configuration
+3
View File
@@ -9,6 +9,9 @@ namespace LeafWeb.WebCms.App_Start
{
public class RegisterServices : ApplicationEventHandler
{
// TODO: after upgrading Umbraco, this might be helpful
// protected override bool ExecuteWhenApplicationNotConfigured => true;
protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext)
{
DataService.RegisterInitializer();