Shannon
d7f2041ee9
Makes the TourFilterResolver a real resolver
2018-01-11 18:00:42 +11:00
Stephan
68702b98f5
U4-9604 - add nullcheck
2017-03-27 08:52:10 +02:00
Stephan
606ebcae92
U4-9604 - fix current HttpContext in ManyObjectsResolverBase
2017-03-24 11:07:15 +01:00
Shannon
81750c41bd
Removes events for filtering and instead use a special interface to perform the filtering, updates ctor for WeightAttribute to only accept positive numbers for public, internally it could be negative numbers, updates the filtering to always ensure that core handlers are at the beginning
2016-11-25 10:35:36 +01:00
Stephan
0179540023
Rename WeightAttribute, change default to 100, cleanup
2016-11-24 18:13:05 +01:00
Shannon
c853263894
Ensures that any instances created with the ManyObjectsResolverBase that have an HTTP lifetime are disposed of at the end of the request
2015-01-16 17:24:47 +11:00
Shannon
1cb0cd296c
Decoupling more things, mostly to do with the PluginManager and logging which now requires an IServiceProvider so have created a simple instance of that.
2015-01-16 15:47:44 +11:00
Shannon
b28d719ee6
Fixes: U4-6106 Threading/Performance issue with MappingResolver and LazyManyObjectsResolverbase/ManyObjectsResolverBase
2015-01-13 18:09:52 +11:00
Shannon
9d7d866467
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
...
Conflicts:
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSixTwoZero/AdditionalIndexesAndKeys.cs
src/Umbraco.Core/Umbraco.Core.csproj
2014-03-12 18:44:54 +11:00
Shannon
3aadca167f
oops, updated the reset to resetcollections for clearing collections for resolvers.
2014-03-12 18:00:00 +11:00
Shannon
6a4ea56dc5
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
...
Conflicts:
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSixTwoZero/AdditionalIndexesAndKeys.cs
2014-03-12 17:17:05 +11:00
Shannon
ff21379547
Makes ApplicationEventsResolver IDisposable so we can clear resources after startup.
2014-03-12 14:16:52 +11:00
Stephan
69367e0cda
Merge remote-tracking branch 'origin/6.2.0-pubcontent' into 7.0.0-pubcontent
...
Conflicts:
src/Umbraco.Core/Models/DataTypeDefinition.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Properties/AssemblyInfo.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/TestHelpers/BaseWebTest.cs
src/Umbraco.Web/Security/Providers/MembersMembershipProvider.cs
src/umbraco.providers/members/MembersMembershipProvider.cs
2013-10-11 10:24:24 +02:00
Stephan
cc8298d83c
U4-2606 - List registered types in a ManyObject resolver
2013-10-11 09:22:48 +02:00
Stephan
cdd1a0a4cb
Core.Resolution - fix concurrency issues
...
Conflicts:
src/Umbraco.Core/ObjectResolution/Resolution.cs
2013-10-02 11:41:48 +02:00
Stephan
9b43a86b94
Core.Resolution - fix concurrency issues
2013-10-02 11:09:26 +02:00
Shannon
733b6aa945
Completes: U4-2742 Remove legacy xsltExtensions.config - xslt extensions are configured using attributes
2013-08-29 17:14:34 +10:00
Shannon Deminick
5890fe1849
Upgraded DisposableTimer to wrap the profiler... now we should really just use DisposableTimer for all profiling.
2013-05-13 21:11:03 -10:00
Shannon Deminick
164f22aa50
Makes ApplicationContext disposable so that 3rd party devs are able to reset their applications (or unit tests), updated
...
resolution and created a ResolverCollection to track all resolvers created so it's super easy to reset all of them at once
(which is what happens on ApplicationContext.Dispose. ApplicationContext.Dispose is also implicitly implemented as to not
show in intellisense that the Dispose method exists... must be cast to IDisposable to work.
2013-03-12 01:50:56 +04:00
Shannon Deminick
3b25214433
Adds new database table + migration + unit test + fixes up unit tests to ensure PluginManager.Current = null; is done on teardown.
...
Created new ServerRegistrationRepository + unit tests + models
2013-02-13 03:29:32 +06:00
Stephan
c8aedb381b
Core.ObjectsResolution - add insert at beginning of list in many resolver
2013-01-30 14:45:08 -01:00
Stephan
b3e3855931
Core.ObjectsResolution - cleanup
2013-01-23 16:44:38 -01:00
Stephan
6146a0576c
Core.ObjectsResolution - add unit tests, fix some bugs
2013-01-23 09:41:01 -01:00
Stephan
01b4e8d59c
Core.ObjectsResolution - refactor, cleanup, sanitize, ensure we properly freeze
2013-01-16 13:31:04 -01:00
Stephan
bfd8e96f71
Core.ObjectsResolution - cleanup + start making things public
2013-01-16 13:10:34 -01:00
Shannon Deminick
82c2560822
Ensures all resolvers are sealed. Changes CacheRefreshersResolver, DataTypesResolver, MacroFieldEditorsResolver, PackageActionsResolver, ActionsResolver
...
to all be lazy resolvers as they are not needed instantly on app startup (not needed by the front-end) This will
make app startup a lot quicker. Fixes ActionsResolver to not use the PluginManager to resolve the types when it
is instantiating them since these are passed in the ctor. Updates all unit tests to use lazy delegate for these resolvers
and they are all passing.
2013-01-23 18:40:40 +03:00
Shannon Deminick
f467b8cb6c
Adds more functionality for LazyManyObjectsResolverBase - adding type list delegates for lazy resolution.
2013-01-23 17:39:07 +03:00
Shannon Deminick
aea1a03453
Updates ManyObjectsResolverBase to properly check for resolution freezing and fixes a few issues found regarding
...
inheritance in complex situations like the new LazyManyObjectsResolverBase.
Creates the new LazyManyObjectsResolverBase to lazily resolve types in order to create them. This is for
work item : #U4-1522
Adds unit test to support.
2013-01-23 07:45:00 +03:00
Shannon Deminick
f7868b2cf1
Updated some of the Object resolver code, adds new protected AddTypes method, renamed method on Legacy resolver.
...
Fixes yet another issue with templates and package installs.
2012-10-13 10:59:21 +05:00
Shannon Deminick
1bc3943f33
Fixes: #U4-894 - moves the int Priority out of the IThumbnailProvider class as it is only metadata, moved
...
this into a new generic WeightedPluginAttribute which can be used for other resolves/objects that require a weight.
2012-09-25 11:06:32 +07:00
Shannon Deminick
d95b688a7f
Adds new IUmbracoEvents: #U4-164
2012-08-14 12:03:34 +06:00
shannon@ShandemVaio
e131011667
Rename namespace from Umbraco.Core.Resolving to Umbraco.Core.ObjectResolution
2012-08-10 13:18:13 +06:00