Replaces more calls to legacy UmbracoSettings with the new configuration section, fixes loads of null checks when dealing with package repository APIs

This commit is contained in:
Shannon
2013-09-16 11:22:11 +10:00
parent 7538698e7b
commit 046dcdcaf7
19 changed files with 255 additions and 148 deletions

View File

@@ -2,6 +2,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Models;
using umbraco;
using umbraco.cms.businesslogic.web;