Fork: codeplexbkp

commits

date

comment

7bb71e55a318
by petemill
May 30 2011
12:32 PM
default tip

IO - FSFileRepository - on creation, when object exists and requested new object is container, ensure existing item with same name is actually a directory

e1179a8cdc4d
by Shandem
May 30 2011
12:01 PM

Merged

539091a3c472
by Shandem
May 30 2011
12:00 PM

Now supporting selected template id field with the dev data set installer

738fc32dbc46
by Shandem
May 30 2011
11:40 AM

new serialization types, streamlined all 'InBuilt' attribute type definitions, updated dev data set
to use the InBuilt definitions, getting selected template id working...

2924e12ea47b
by Shandem
May 30 2011
10:23 AM

missing file

ad5ee7543c7c
by Shandem
May 30 2011
10:23 AM

Fixed a couple mapping issues, update doc type UI to not sure in-built tabs or properties, updated content editor ui to sort tabs properly,
Added internal attribute type definitions for String, Text, DateTime & Integer to be used
with internal TPE properties such as Node Name and Selected Template Id, added mappings for selected template id.

b275f86ed980
by slace
May 30 2011
11:38 AM

merge

ed053977cb5d
by slace
May 30 2011
11:33 AM

merge

1f8bc13a5849
by slace
May 30 2011
11:27 AM

starting the pcakage engine

3a733b859a9f
by boxbinary
May 30 2011
4:19 AM
5.0.0-hive-wip

Adding a test for schema relations and adding FixedRelationTypes.SchemaTreeRelationType

909404def959
by boxbinary
May 30 2011
3:57 AM

Exposing Relations on schemas and updating Rdbms mappings to keep a reference to the DelegatedMapHandlerList so they can map relations to the correct destination type (previously it was hardcoded to by TypedPersistenceEntity
To support this both TypedPersistenceEntity and AttributionSchemaDefinition now implement IRelatableEntity, and EntityRelationCollection has been changed to expose IRelatableEntity rather than TypedPersistenceEntity. This more accurately reflects the fact that items can be related to items of differing types.

c1a617e17ae5
by boxbinary
May 30 2011
2:20 AM
default

Merge with 5.0.0-hive-wip

1067fe14940f
by boxbinary
May 30 2011
2:18 AM

Merge with 5.0.0-demodata-removal-wip

ca492f2057cd
by boxbinary
May 30 2011
2:12 AM
5.0.0-hive-wip

Merges RelationById into Relation to simplify mappings and object model.
Introduces a workaround for an issue where NHibernate silently generates a new transaction for the Session if the existing one had been Comitted or Disposed, but not if explcitly rolled back (and our abstraction was calling Rollback() upon Dispose)

7401c79a7e18
by boxbinary
May 29 2011
8:57 PM

Renaming PersistenceEntityCollection to EntityCollection and consolidating extensions into one class. Removing some poor little orphans from Umbraco.Framework.Hive.csproj.

2a67fd7d0449
by boxbinary
May 29 2011
8:48 PM

Renaming PersistenceEntity to AbstractEntity

e30c2a3965de
by boxbinary
May 29 2011
8:29 PM
5.0.0-demodata-removal-wip

Fix to SchemaDef<>DocTypeEditorModel unit test

f7f4df0f955d
by boxbinary
May 29 2011
8:21 PM

Adds Description to AttributeDefinition, updates unit test to check for Alias / Name / Description to / from NH provider

7b579a29439f
by boxbinary
May 29 2011
8:12 PM

Adds Ordinal to attribute groups and persistence mappings, brings group alias back from persistence when mapping to Tab

e55f6e1400bb
by boxbinary
May 29 2011
7:52 PM

Introduces MapResolverContext for passing into AutoMapper ValueResolvers rather than a full dependency on IUmbracoApplicationContext in order to reduce a circular dependency. WebXX and CmsXX domain map initializers no longer have AfterActivated delegates registered in IoC.

a316deb31f38
by boxbinary
May 29 2011
4:48 PM
default

Merge two default heads

0ebcdeaee1fb
by Shandem
May 29 2011
3:35 PM
5.0.0-demodata-removal-wip

Merged

35f2d5719941
by Shandem
May 29 2011
3:34 PM

Fixed up demo data to have aliases for tabs

c97cc5522f76
by Shandem
May 29 2011
2:18 PM

Merge with default

fe3f1b327083
by Shandem
May 29 2011
1:59 PM

Updated document type controller to support changing tabs, updated doc type icons to support sprites and images, created some new string extensions, updated UI for tabs, added more unit tests.