Shannon
|
f38a6e1561
|
Makes some massive headway with the real config section, have got all code re-delegated to using it and have migrated the baserest config to the core project, all configs will be shared out of the UmbracoConfiguration singleton, now to get the unit tests all wired up and using mocks for the most part.
|
2013-09-13 18:11:20 +10:00 |
|
Shannon
|
26a47e7ee1
|
Updated the published conversion process with the new PropertyValueConverter and migrated the old core IPropertyEditorValueConverters to the new format.
|
2013-09-09 15:17:33 +10:00 |
|
Shannon
|
cf6a3cdfef
|
A bunch more work done to convert the GUID -> alias for prop eds
|
2013-09-06 16:00:35 +10:00 |
|
Shannon
|
7806762b80
|
Implemented a real .Net configuration section for umbracoSettings.config + unit tests for every property. NOTE: This isn't referenced in the codebase yet, going to start setting default values for most of the properties so that we can remove them from the config file for shipping (ship minimal config) then reference these settings in the codebase.
|
2013-08-31 11:28:19 +10:00 |
|
Shannon
|
232c81543a
|
Fixes the rest of U4-2713 Property Editor Value Converters don't get applied to Umbraco.TypedMedia
|
2013-08-29 12:11:48 +10:00 |
|
Shannon
|
9fc3efd73a
|
Fixes U4-2713 Property Editor Value Converters don't get applied to Umbraco.TypedMedia
|
2013-08-29 11:59:07 +10:00 |
|
Shannon Deminick
|
7f5457316a
|
Fixed: #U4-2129 - using new api didn't use the CompositionPropertyTypes instead of just PropertyTypes and fixed up cache invalidation for PublishedContentHelper
|
2013-04-19 23:47:51 +06:00 |
|
Shannon Deminick
|
a91d531db2
|
Fixes very strange issue of FirstOrDefault not actually returning 'null' when it is actually null, never seen anything like it and
PropertyType is not a value type so should be null. real strange.
|
2013-02-23 01:50:04 +06:00 |
|
Shannon Deminick
|
11449688ba
|
Fixes: #U4-1636 - We still use DynamicXml but we don't make a call to StripDashesInElementOrAttributeNames before creating the DynamicXml object, instead the
DynamicXml object itself will test whether the stripped values match or not. Have updated/created unit tests to confirm this functionality.
|
2013-02-05 04:29:01 +06:00 |
|
Shannon Deminick
|
34975183d2
|
Changed PublishedContentHelper to use 6.0 APIs instead of relying on the WebBootManager hack to set a delegate.
Fixed up a heap of failing unit tests.
|
2013-02-02 07:06:27 +06:00 |
|
Shannon Deminick
|
9e320700e2
|
Fixes: #U4-1178, adds another strongly typed overload to GetPropertyValue<T> and adds more unit tests.
|
2012-11-12 10:50:23 +05:00 |
|