Adding "set as homepage" functionality to the RoutePart

- Orchard.Pages was already gone and Orchard.Blogs is now gone (made redundant and less functional in a way)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-23 14:30:22 -07:00
parent 877d49779e
commit 2077ab964b
14 changed files with 64 additions and 99 deletions

View File

@@ -84,7 +84,6 @@
<Compile Include="Routing\IsArchiveConstraint.cs" />
<Compile Include="Routing\BlogSlugConstraint.cs" />
<Compile Include="Routing\BlogSlugConstraintUpdator.cs" />
<Compile Include="Services\BlogHomePageProvider.cs" />
<Compile Include="Services\BlogService.cs" />
<Compile Include="Controllers\BlogController.cs" />
<Compile Include="Models\BlogPart.cs" />