Refactoring IModule and ITheme related services

Changing component layering to allow more efficient dependencies
Marking several interfaces and services obsolete to produce warnings
Changing ITheme to FeatureDescriptor as a first step

--HG--
branch : perf
extra : rebase_source : 905b69eb1cc6ed05750908e41a2d0846dde22001
This commit is contained in:
Louis DeJardin
2010-11-04 16:04:50 -07:00
parent 035c60fb90
commit 04bb3d90dc
30 changed files with 153 additions and 225 deletions

View File

@@ -37,6 +37,7 @@ namespace Orchard.Web {
protected void Application_EndRequest() {
_host.EndRequest();
GC.Collect();
}
static void MvcSingletons(ContainerBuilder builder) {