Created new LookupByIdQuery ILookup which is now the first thing that is looked up. Have cleaned up

all of the default.aspx stuff so that no routing logic takes place there, all routing logic now takes
place entirely in the module.
This commit is contained in:
Shannon Deminick
2012-08-30 08:26:01 +07:00
parent 05ebc8d2f9
commit b511ae3a1a
20 changed files with 278 additions and 330 deletions

View File

@@ -27,7 +27,7 @@ namespace Umbraco.Web
}
public void Boot()
{
{
InitializeResolvers();
}
@@ -143,8 +143,9 @@ namespace Umbraco.Web
//or in their own global.asax
new[]
{
typeof (LookupByPageIdQuery),
typeof (LookupByNiceUrl),
typeof (LookupById),
typeof (LookupByIdPath),
typeof (LookupByNiceUrlAndTemplate),
typeof (LookupByProfile),
typeof (LookupByAlias)