Fork: Umbraco

commits

date

comment

d5ff658b2af5
by petemill
May 28 2011
5:53 PM
default tip

Fixes to FileSystemInfoExtensions - all methods pass tests.

c55ac288dab4
by petemill
May 28 2011
5:53 PM

Introduce tests for FileSystemInfoExtensions methods

1eff28c5a7d9
by petemill
May 28 2011
4:33 PM

IO - rename test project and namespace

a54041ab06c9
by petemill
May 28 2011
4:02 PM

IO - FSFileRepository test for creating files at deep paths and creating directories

6f7ea221ff9c
by petemill
May 28 2011
4:02 PM

IO - FSFileRepository can create new deep paths and directories (explicit containers)

b0ffdfd6a82f
by petemill
May 28 2011
4:02 PM

IO - Introduce unit tests for IFileRepository and FSFileRepository (initially, file create and update)

31cd5927565c
by petemill
May 28 2011
3:56 PM

IO - IFileRepository introduced - abstracted file repository interface
IO - System.IO FileSystem implementation of IFileRepository (FSFileRepository)

c99cfd72899e
by Shandem
May 28 2011
9:23 AM

data type editor controller Create unit tests passing.

b89c4e5d6857
by Shannon
May 28 2011
9:08 AM

Added Create content unit test and fixed up some test base classes.

8217f7b1ca89
by Shannon
May 28 2011
6:34 AM

renamed test project/namespaces. Doc type editor tests now all passing apart from the tabs tests, added foundation test project

575d688288b0
by boxbinary
May 27 2011
5:52 PM

Unit tests for NH providers now run in thread-static session context; by default web app runs with one-session-per-uow (added sessionContext to xml config if devs want to override). Attribute schemas now have a mutable groups collection rather than inferring from the attribute definitions, and associated unit test now passes.

3f7bce1ba01c
by boxbinary
May 27 2011
1:13 PM

Adds AfterActivate to the IoC abstraction permitting a delegate to be called after activation, useful with circular constructor dependencies if they absolutely must remain.

e1a880388c50
by Shannon
May 27 2011
7:48 AM

Updated mappings, updated unit test to reflect issue with AttributeGroups affiliated to AttributionSchemaDefinition

9c4eed9ee55a
by Shannon
May 27 2011
7:26 AM

doment type mapping unit tests passing, document types are now saving (not 100%) but most data.

9369a033d4fc
by boxbinary
May 26 2011
6:02 PM

Polishing type mappers and added use of TypeMapperCollection to some unit tests. Type mapper now supports MapWithIntent<T>(source) where T is the base type of destination in order to automatically find the destination type from the pre-registered list of mappers.

4e327525a04b
by boxbinary
May 26 2011
10:44 AM

Disabling demo/p-o-c Automapper type mapper; fixes dev-dataset installer

986225c2bf0e
by Shandem
May 26 2011
9:34 AM

Document type editor controller binding test now passing with Hive. Now need Alex to fix the TypeMapperCollection to resolve the correct types.

0f56abf6fb95
by matt
May 26 2011
8:40 AM
4.7.1

Fixed issue with registering adobe air mimetype when it is already declared at the server level (http://our.umbraco.org/projects/website-utilities/desktop-media-uploader/bugs,-feedback-and-suggestions/17101-Won't-Install)

66aac15e607b
by Shandem
May 26 2011
7:50 AM
default

Merged

da378f99e0d6
by Shandem
May 26 2011
7:49 AM

Mappings done for doc type, unit tests written for HiveEntityUriConverter,
unit tests for mappings passing, XML serialization streamlined for doc type properrties,
XML serialization/deserialization unit tests written for AttributionSchemeDefnition

2fe2a67211e2
by boxbinary
May 26 2011
3:36 AM

Missed a file from last commit

4c1edf668f10
by boxbinary
May 26 2011
3:27 AM

Implementation of AbstractTypeMapper using AutoMapper, and registration of them in IoC in ModelMappingsDemandBuilder.cs

71b839f0b596
by boxbinary
May 26 2011
1:57 AM

Switched NH provider over to using the TypeMapperCollection provided in the FrameworkContext rather than a direct reference to ManualMapper. Fixed up unit tests to manually add ManualMapper to the TypeMapperCollection of the fake context since normally that wireup is done using IoC. Fixed up a couple of other unit tests, more unit-of-work tests are greenlit now (they were missing a call to clear the session between actions and assertions).

78f96610ac8b
by boxbinary
May 25 2011
11:14 PM

IRequiresFrameworkContext moved to the right place

2c85b0176177
by boxbinary
May 25 2011
11:04 PM

Registering TypeMapperCollection with IoC in the FrameworkSetup dependency demand builder