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
|
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 |
|
Morten Christensen
|
ec4b1c8f70
|
Fixes U4-1689 and U4-1719.
Refactoring UmbracoImageMediaFactory so it uses the extension method for uploading/setting images, so its a bit more DRY.
|
2013-02-19 11:06:00 -01:00 |
|
Shannon Deminick
|
04f351b287
|
Fixes: #U4-1156 - IFileSystem, etc... now public.
|
2013-01-15 01:19:51 +03:00 |
|
Shannon Deminick
|
f4dc045561
|
Removed MediaFileSystemExtensions and just added the methods to the MediaFileSystem which are more discoverable.
Added Code Annotations to all file system classes pointing to the new #U4-1156 tracking item to publicize.
|
2012-11-08 08:27:38 +05:00 |
|
Shannon Deminick
|
67d9e578f5
|
Fixes: #U4-919, we will just use real classes for extension methods and all custom file systems like the MediaFileSystem must inherit from
FileSystemWrapper
|
2012-11-07 09:30:40 +05:00 |
|