Latest visual changes to installer + db validator

This commit is contained in:
perploug
2014-03-05 20:03:45 +01:00
parent 8f7f761bb3
commit 3276b8a4d8
23 changed files with 235 additions and 62 deletions

View File

@@ -52,6 +52,12 @@ namespace Umbraco.Web.Install.Controllers
}
}
public bool PostValidateDatabaseConnection(DatabaseModel model)
{
var dbHelper = new DatabaseHelper();
return dbHelper.CheckConnection(model, ApplicationContext);
}
/// <summary>
/// Gets the install setup
/// </summary>