Adding fields to metadata definitions

Refactoring some component and record names
Made content definition model immutable, with builder pattern for creation and alteration
Moving records and storage out of base framework assembly
Splitting into separate ContentTypeRecord and ContentTypeDefinitionRecord
Changing MetaData module's MetaDataController to AdminController
Introduced a ContentHandlerBase : IContentHandler to provide virtual no-op implementation of fairly large interface

--HG--
branch : dev
This commit is contained in:
Louis DeJardin
2010-06-04 13:37:34 -07:00
parent dcc51f28c6
commit 83f1de1fc9
47 changed files with 1222 additions and 427 deletions

View File

@@ -109,6 +109,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Scheduling\ScheduledTaskManagerTests.cs" />
<Compile Include="Scheduling\ScheduledTaskExecutorTests.cs" />
<Compile Include="Settings\Metadata\ContentDefinitionManagerTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Orchard.Tests.Modules\Orchard.Tests.Modules.csproj">