Shannon
85bf47df82
Fixes FileUploadPropertyEditor and IFileSystem usage
2013-12-11 09:05:38 +11:00
Shannon
76c807a4e7
Fixes latest IFileSystem fix for image uploading
2013-12-10 16:48:57 +11:00
Lars-Erik Aabech
6458c223b8
Cleaned it up a bit. Now just using media file system provider.
...
It needs a bit of convesion rules though, need getfullpath(getrelativepath(path)) to be compatible with package & physical.
2013-12-04 19:47:54 +01:00
Lars-Erik Aabech
a511c84b4d
Messy fix to support images on other domain. (Read: Azure Storage)
...
Added GetResized to replace usage of third party packages for simple resizing.
This PR should probably not be pulled, but I make a PR to show you what must be done.
Surely this is considered for UAAS?
2013-12-04 16:12:27 +01:00
Per Ploug Krogslund
7440855c72
merge
2013-11-07 17:16:22 +01:00
Shannon
7c9f742b4d
Fixes U4-2702 Ensure the new file uploader has consistent pre-values pre previous versions
2013-10-28 16:01:07 +11:00
Shannon
025e7eba1d
Separates some classes
2013-10-28 15:36:08 +11:00
Shannon
2b7a9389b4
Fixes: U4-3254 Property level validation not working when no field level validators are used
...
U4-2683 Ensure all uploaded files are cleaned up when they change for the FileUploadValueEditor
U4-3252 File uploader needs to adhere to DisallowedUploadFiles config
U4-2774 FileUploadValueEditor needs to remove old files
2013-10-28 15:34:48 +11:00
perploug
757086b7bd
merged
2013-10-27 15:22:04 +01:00
perploug
5b6fd83f21
merge
2013-10-24 15:25:59 +02:00
Shannon
36ffd41007
Updates data type service for the way it saves pre-values so we can maintain ids if necessary - updates the pre-value editors to except a different dictionary which includes an id if necessary. This all fixes: U4-2751 Check that when publishing keys for drop down list prop eds that if we change a value that the id remains constistent
2013-10-24 16:38:00 +11:00
Shannon
a5d6cfd812
Adds HideLabel pre-val to the RTE, created a new ConfigureForDisplay method which allows property value editors to change any properties like HideLabel based on the pre-values.
2013-10-24 15:06:41 +11:00
Shannon
1e9a17babe
Fixes merge issues, fixes up some unit tests, removes the For<T> config section stuff and simplifies the singleton, refactors it with methods as per discussion with stephen.
2013-09-25 19:23:41 +10:00
Shannon
bbd5747177
Differentiates between a property and parameter editor, though they are similar they are still different. Renames ValueEditor to PropertyValueEditor, creates new parameter editor base classes.
2013-09-19 14:55:00 +10:00
Shannon
86a5d16e25
Added moq (need to replace all rhino mock later) allowing us to nicely mock umbraco settings, fixing up more unit tests.
2013-09-17 00:14:15 +10:00
Shannon
b043ee577f
Renamed config interfaces properly with Section suffix, re-implemented the For<T> UmbracoConfiguration method to retreive specific settings... might use this entirely instead of the nested access as it might make it easier to mock.
2013-09-16 17:39:45 +10:00
Shannon
09b68a75be
Simplifies the IContentSection so that there's no nesting of interface classes and updates some unit tests
2013-09-16 15:52:59 +10:00
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
b3ec44b61d
Getting all the unit tests working again with the GUID to alias change, lots of little fixes everywhere.
2013-09-06 17:50:31 +10:00
Shannon
e5633df6c3
Added pre-vals for the file upload property editor (backwards compatible format) and fixed saving a data type.
2013-09-03 18:28:14 +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
dedaa2125d
Fixes up a few issues found with media uploading
2013-08-28 10:45:50 +10:00
Shannon
5581af2d25
Fixed up the file uploading and the readonly property editors and saving/updating their data/control based on the data changed on the server side.
...
U4-2680 Fix file uploading
2013-08-21 17:54:30 +10:00
perploug
e825c08901
Added events.Service and xmlhelper.service
2013-08-12 15:17:34 +02:00
Shannon
e7ed08b260
Fixes auto fill props when multiple files.
2013-07-23 18:03:35 +10:00
Shannon
a1206b25b7
Adds media service events to fill in all of the image properties in the uploadField property editor... at least this logic isn't completely hacked into the FileHandlerData anymore!
2013-07-23 17:51:37 +10:00
Shannon
2650740fa7
moved umbraco property editors into the core and outside the manifest (as c# declarations). Changed property editor names to not be editor.html and instead be the name of the folder as a convention.
2013-06-19 16:42:50 +10:00