shannon@ShandemVaio
bee357ffdc
Obsoletes umbraco.cms.businesslogic.datatype.controls.Factory with new Umbraco.Core.DataTypesResolver
2012-08-01 10:05:39 +06:00
shannon@ShandemVaio
a0a99e8f12
Obsoletes umbraco.presentation.cache with new Umbraco.Core.CacheRefreshersResolver
...
Have removed ResolverBase as we cannot rely on manually setting the current singleton object since applications outside of the standard umbraco web application
might be using these singletons and would expect they already be setup. Have changed all current resolvers to manage their
own singleton instances and sealed them.
2012-08-01 09:49:10 +06:00
shannon@ShandemVaio
ddc2619511
Merge with 4.9.0
2012-08-01 06:31:28 +06:00
Matt@MBP13-PC
69b3645e9c
Added Edit / Download context menu support for media library
2012-07-31 13:31:31 -01:00
Matt@MBP13-PC
4e1e7fe657
Added context menu to media grid
...
Restructured folderBrowser js class to be less clutered
2012-07-31 12:56:51 -01:00
Matt@MBP13-PC
2481a8df98
Updated fileUploader to use face uploader progress bar when uploading using iFrames.
2012-07-31 08:15:42 -01:00
shannon@ShandemVaio
76c99d3f47
Changed TypeFinder2 to be a static object as there's no reason to have it as an instance.
...
Still need to integrate the app_code stuff into the new one and then merge the old/new
2012-07-31 03:24:33 +06:00
shannon@ShandemVaio
2fd8d17be9
Changed Action over to use PluginTypeResolver to find IActions and added unit test for it.
2012-07-31 03:14:24 +06:00
shannon@ShandemVaio
5b8057f063
Updated cache refresher factory to use PluginTypeResolver and added unit tests to show that it
...
resolves the objects, fixes up the GetAll() call since I'm not sure if that actually ever worked.
2012-07-31 03:08:46 +06:00
shannon@ShandemVaio
c9a4b708aa
Fixes TreeDefinitionCollection to lazily load/find the trees
2012-07-31 02:45:18 +06:00
shannon@ShandemVaio
2537925350
Fixed up unit tests, enables logging for unit tests
2012-07-31 02:34:57 +06:00
shannon@ShandemVaio
5a3534bc52
Upgraded macr to use PluginTypeResolver to resolve XsltExtensions and added unit tests
...
to support finding these types.
2012-07-31 02:16:29 +06:00
shannon@ShandemVaio
5da0445c32
Updated TreeDefinitionCollection to use PluginTypeResolver and fixed its code to be thread safe.
...
Updated restExtensions to use PluginTypeResolver and added unit test for resolving these types.
Updated TypeFinder2 with a slight perf increase.
2012-07-31 01:56:03 +06:00
shannon@ShandemVaio
352d817fc1
Updates DynamicNode to use PluginTypeResolver, fixees DynamicNode RazorDataTypeModelTypes resolution
...
to be thread safe. Removes unused classes (we can put them back if we need them later)
2012-07-31 01:06:10 +06:00
shannon@ShandemVaio
e55e688dc7
Added unit test for ContentStore, added object extensions and supporting classes from v5,
...
added RhinoMocks to the test project and httpcontext factory from v5 unit tests to be used
in our v4 ones.
2012-07-31 00:02:27 +06:00
shannon@ShandemVaio
ec22d985ef
Updated all lookups to use new logging system. Updated lookups resolvers to use ManyObjectResolverBase
...
and are just adding the known resolvers on app startup and commented out the other resolver stuff for now.
Fixed up xpath statement for resolving the first document, site now renders :)
2012-07-30 22:52:59 +06:00
Matt@MBP13-PC
3b6508e534
Merge
2012-07-30 10:23:01 -01:00
Matt@MBP13-PC
60ec172d37
Tweak to file uploader so that if the upload is complete, it just removes the UI item
2012-07-30 10:22:35 -01:00
shannon@ShandemVaio
95451e99a7
Reinstating persisting of xml cache file in new module.
2012-07-29 00:04:11 +06:00
shannon@ShandemVaio
1aa70c4bb8
Reinstated temporary new settings in the UmbracoModule and have changed UmbracoModule to reference
...
the new Umbraco.Core.Configuration settings instead of the legacy ones.
2012-07-28 23:53:07 +06:00
shannon@ShandemVaio
750f5b18d3
Changed the UmbracoModule to use new logging system and updated the log4net config (not release config) to
...
enable Debug calls.
2012-07-28 23:40:48 +06:00
shannon@ShandemVaio
b7cea05f18
Added unit test for custom log file appender, integrated a few more classes from v5 for tracing,
...
added initial trace logging to application startup which works. Changed the application startup handler
to use new logging, now the system won't bork if the sql db isn't initialized.
2012-07-28 23:08:02 +06:00
shannon@ShandemVaio
b09422ed5e
Added Log4Net and supporting classes from v5 in order to start integration of new diagnostic logging system.
2012-07-28 01:28:39 +06:00
shannon@ShandemVaio
b186d5f8e4
Migrated UmbracoSettings and GlobalSettings along with other supporting classes to Umbraco.Core.
...
Everything is still marked as internal until such time we can clean everything up.
2012-07-28 00:13:06 +06:00
sgay
c4d578442b
merge
2012-07-27 14:08:00 -02:00
sgay
83f76ed4a4
cosmetic & doc
2012-07-27 14:06:41 -02:00
sgay
74dd444506
merge
2012-07-27 04:48:53 -02:00
shannon@ShandemVaio
573c5a3387
Updated MacroControlFactory to use PluginTypeResolver and added unit test to ensure it finds the types.
2012-07-27 12:45:56 +06:00
sgay
872fb9d8f3
fix previous commit
2012-07-27 04:39:43 -02:00
shannon@ShandemVaio
da0217d330
Updated PackageAction to use PluginTypeResolver and added unit test to ensure they are found.
2012-07-27 12:29:41 +06:00
shannon@ShandemVaio
507b6ab773
Updated MediaFactory to use PluginTypeResolver and added a unit test to ensure they are being found.
2012-07-27 12:23:22 +06:00
shannon@ShandemVaio
960dd52750
Created MacroEngineFactory tests, updated DataTypeFactory tests.
2012-07-27 12:14:27 +06:00
shannon@ShandemVaio
5576f65ef0
Updated DataType factory to use PluginTypeResolver and made the dictionary thread safe.
...
Updated MacroEngineFactory to use PluginTypeResolver and made it thread safe. Have also
updated it to only create one instance of each IMacroEngine per application which should
increase performance a teeny bit, plus that's how it should be.
2012-07-27 11:54:29 +06:00
shannon@ShandemVaio
1823cce4f6
Changed over Action to use PluginTypeResolver to find and instantiate IActionHandlers and included a unit test.
2012-07-27 10:53:40 +06:00
shannon@ShandemVaio
09a68f9376
Updated ApplicationTreeRegistrar to use PluginTypeResolver, created unit tests for resolving trees/applications
2012-07-27 10:37:12 +06:00
shannon@ShandemVaio
58fbe9f4ab
Added new TypeFinder methods for resolving types with attributes. Updated the PluginResolver to resolve IApplication
2012-07-27 06:24:57 +06:00
shannon@ShandemVaio
92f983a569
Removed Freezing event as we won't need it
2012-07-27 06:02:41 +06:00
shannon@ShandemVaio
8082abc27a
Added MultipleResolverBase
2012-07-27 05:52:01 +06:00
shannon@ShandemVaio
373fdd324b
Fixes up ResolverBase and it's static lock object which isn't actually required because
...
our singleton is a getter/setter and field access is thread safe. Updated SingleResolverBase
to ensure that TResolved is a class so the null check works properly.
2012-07-27 05:25:26 +06:00
shannon@ShandemVaio
dbe43a0918
Updated the PluginTypeResolver to have a generic way of instantiating the plugin types it has
...
already found. Have added some notes to some classes that need to be fixed up. Removed the PluginTypeResolver
from the ApplicationContext since it is a utility and isn't exposing application objects.
2012-07-27 01:01:34 +06:00
shannon@ShandemVaio
a6b9aca45a
Changed PluginResolver to PluginTypeResolver, created new base method to do the resolution and caching,
...
Updated ApplicationStartupHandler to use it and to not register on the static method, the real method is now
used and is called on app startup (much cleaner). Added tests for PluginTypeResolver. Added events to
UmbracoApplication and virtual methods for developers to override.
2012-07-27 00:40:00 +06:00
shannon@ShandemVaio
1731ad45f5
Had to manually merge some stuff and fix up some class names/locations. I think some files
...
and changes had not been committed properly.
Fixed up some resolver classes to ensure the generic type is a class so == null works properly.
Changed to internal until we decide to expose.
2012-07-26 23:05:51 +06:00
shannon@ShandemVaio
32e8a1a5dc
Merge
2012-07-26 22:53:58 +06:00
shannon@ShandemVaio
466d871ede
Fixes Umbraco.Web reference in editorControls project
2012-07-26 22:34:56 +06:00
shannon@ShandemVaio
25037ed9c8
Fixes Umbraco.Web reference in editorControls project
2012-07-26 22:31:41 +06:00
sgay
53f6577b32
write xml doc
2012-07-26 14:21:47 -02:00
shannon@ShandemVaio
a78b5f50dd
Merge with 4.9.0
2012-07-26 22:19:52 +06:00
shannon@ShandemVaio
15c5b5de57
Moved type helper methods from TypeFinder2 to TypeHelper. Created SystemUtilities for detecting
...
app trust levels. Updated all calls to TypeFinder to TypeFinder2 and updated tests.
2012-07-26 22:19:08 +06:00
shannon@ShandemVaio
62d6db935d
Integrating v5 TypeFinder. Imported a few classes from v5 regarding utility classes and partial trust
...
unit test helper classes. Changed calls from old TypeFinder to new TypeFinder2. Created benchmark unit
tests to test speed differences between them.
Fixes: 30946 - IOHelper with HttpContext issue
Fixes: 30945 - AppCodeFileExtensions issue with UmbracoSettings
2012-07-26 21:12:54 +06:00
sgay
fec2e0eb6e
rename routing 'resolvers' to 'lookups'
2012-07-26 12:56:41 -02:00