Shannon
|
a6a2b02cd8
|
working on U4-5927 - this extends the base event class to have EventMessages which event consumers can add to, the trick is that there is a factory for these EventMessages, in a web context, the factory is a request based factory so that during a request all instances of the EventMessages are the same instance. All services then accept an instance of IEventMessagesFactory which they can then use when raising events. We'll then use this to send messages to the UI. Not sure if i should make this a resolver yet or not. Still a WIP!!
|
2015-07-23 20:04:40 +02:00 |
|
Shannon
|
37076fa4eb
|
Completes: U4-6871 CoreBootManager.CreateApplicationContext & CoreBootManager.CreateApplicationCache returns the instance instead of setting the singleton
|
2015-07-23 18:26:56 +02:00 |
|
Shannon
|
44c3140b20
|
Updates CoreBootManager to be provided a logger which decouples it a little bit, updates CoreBootManagerTests to ensure resolution is reset on teardown, updates the ApplicationEventsResolver inner resolver to not use obsolete ctor's
|
2015-07-22 12:44:29 +02:00 |
|
Shannon
|
18e8f09654
|
BatchedDatabaseServerMessenger only exists in Web now, no reason for it to be in Core. CoreBootManager by default now uses DatabaseServerMessenger (non-batched), WebBootManager now uses BatchedDatabaseServerMessenger and is always enabled by default unless the Dist Calls setting in umbracoSettings is enabled, in that case it will revert to using the legacy batched web services messenger.
|
2015-07-15 17:27:01 +02:00 |
|
Shannon
|
11b5123bbb
|
fixes datatokens dictionary check and ensures that webapi is initialized at the very end of the boot cycle.
|
2015-05-08 19:13:58 +10:00 |
|
Shannon
|
bceed10bd8
|
Merge branch 'dev-v7-distcache' into 7.3.0
|
2015-04-01 14:00:13 +11:00 |
|
Shannon
|
d3eff734aa
|
Merge branch 'dev-v7' into 7.3.0
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Models/Template.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/PropertyEditors/ParameterEditorResolver.cs
src/Umbraco.Core/PropertyEditors/PropertyEditorResolver.cs
src/Umbraco.Core/Services/LocalizedTextService.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Plugins/TypeFinderTests.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/Editors/BackOfficeController.cs
src/Umbraco.Web/Models/ContentExtensions.cs
src/Umbraco.Web/PublishedContentExtensions.cs
src/Umbraco.Web/Routing/PublishedContentRequestEngine.cs
src/Umbraco.Web/Scheduling/Scheduler.cs
src/Umbraco.Web/Umbraco.Web.csproj
|
2015-03-19 17:37:00 +11:00 |
|
Shannon
|
9c1d3fabb8
|
Fixes: U4-6418 Loading back office with ClientDependency does not respect the configured value for the compositeFileHandlerPath
|
2015-03-18 19:04:49 +11:00 |
|
Stephan
|
46fdd605ae
|
Refactor distributed cache & merge Shazwazza's DataBaseServerMessenger
|
2015-03-05 10:49:21 +01: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
|
519b06fe30
|
Moves logging interface to Logging namespace called ILogger, creates a resolver for it, updates the boot process to ensure it exists first and anything during the boot process that is logging ensures that if it is not resolved that it logs elsewhere. Wraps LogHelper to use the ILogger based on the resolver. Updates all services that used LogHelper to have an ILogger injected into them. This is really only the start, there's a ton of places that use LogHelper (508) other places so we'll need to start looking at changing those over. All base classes will need to expose an Ilogger so people can use that.
|
2015-01-07 17:23:24 +11:00 |
|
Shannon
|
f08320bd81
|
Fixes: U4-5976 When no Examine indexes exist they are rebuilt at startup, however the rebuilding happens too soon before any Examine event handlers are actually wired up.
Updates examine version to facilitate this. Adds ability to tokenize the {machinename} in an examine index path.
|
2014-12-09 19:07:14 +11:00 |
|
Shannon
|
6d33cf6c69
|
Merge branch '7.1.9' into 7.2.0
Conflicts:
src/Umbraco.Tests/PublishedContent/PublishedMediaTests.cs
|
2014-11-19 11:50:10 +11:00 |
|
Shannon
|
2850c8aa05
|
Fixes build and fixes how published media cache gets root nodes - if people have done this in the past it would have been horrible for site performance
|
2014-11-19 11:35:37 +11:00 |
|
Shannon
|
4a1ea6e2d8
|
Fixes: U4-5710 UmbracoVirtualNodeRouteHandler does not allow for SurfaceController forms
|
2014-10-29 18:20:01 +10:00 |
|
Shannon
|
8e7ed865f0
|
Fixes: U4-5151 Backoffice controllers collide on name even if different namespace
|
2014-06-27 13:34:15 +10:00 |
|
Shannon
|
3ecc974325
|
Merge remote-tracking branch 'origin/6.2.1' into 7.1.5
Conflicts:
build/NuSpecs/UmbracoCms.Core.nuspec
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Tests/packages.config
src/Umbraco.Web.UI/packages.config
|
2014-06-25 14:33:32 +10:00 |
|
Shannon
|
a18a2198a8
|
removes comment
|
2014-06-25 12:25:27 +10:00 |
|
Shannon
|
2ccec3be33
|
Merge remote-tracking branch 'origin/6.2.1' into 7.1.5
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web/LegacyScheduledTasks.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/WebBootManager.cs
src/Umbraco.Web/umbraco.presentation/publishingService.cs
|
2014-06-23 15:08:04 +10:00 |
|
Shannon
|
e8f7f77bb6
|
Fixes: U4-581 Automatic publishing not working in load balanced setup - added some more convention and configuration to distributed calls so that servers are aware of the master and how to call into themselves for scheduled tasks, ping and scheduled publishing. Will need to update the docs on LB regarding this too. Cleaned up the code that does the scheduling and separates it into proper segments. Obsoletes the old presentation classes that were doing it.
|
2014-06-20 14:34:21 +10:00 |
|
Shannon
|
0da4879400
|
downgrades mini profiler to what it used to be
|
2014-06-09 15:32:44 +02:00 |
|
Shannon
|
d0cb27d1c1
|
Completes: U4-2633 Bundle all cache refresher transmissions into a single call per request for much better performance
|
2014-06-08 12:49:20 +02:00 |
|
Shannon
|
e8990eb6b2
|
Merge commit 'beb1979b4655a529b703ceec094a50f6a3dd8602' into 7.1.5
Conflicts:
src/Umbraco.Web.UI/config/umbracoSettings.config
|
2014-06-08 12:24:29 +02:00 |
|
Shannon
|
df3bc873df
|
Upgrades mini profiler and enables it in the back offfice.
|
2014-05-30 15:26:22 +10:00 |
|
Shannon
|
672672d0aa
|
Completes: U4-2633 Bundle all cache refresher transmissions into a single call per request for much better performance
|
2014-03-21 14:50:24 +11:00 |
|
perploug
|
b816e7f4db
|
Fixes: sites cannot run the new installer if they have /install directory
|
2014-03-07 12:10:04 +01:00 |
|
Shannon
|
feab2de260
|
Fixes up the starter kit installer in the back office with it's legacy implementation. Adds some handy methods for webapi routing for areas.
|
2014-03-05 22:42:51 +11:00 |
|
Shannon
|
00f2afe454
|
Creates Install MVC Area, creates new installer api controllers, moves old installer files to the new Area folder so that the /install path can route properly.
|
2014-02-26 04:15:14 +11:00 |
|
Shannon
|
f27a0c0461
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
Conflicts:
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/EmptyTemplate.cshtml
src/Umbraco.Web.UI/umbraco/dialogs/protectPage.aspx
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/UmbracoModule.cs
src/Umbraco.Web/WebApi/UmbracoAuthorizedApiController.cs
|
2014-01-15 13:28:41 +11:00 |
|
Shannon
|
3ef9635406
|
Fixes: U4-4010 Member and user session gets mixed - fixes how we detect a back office request + unit tests and added new IsBackOffice attribute
|
2014-01-15 13:17:38 +11:00 |
|
Shannon
|
72a366d0dc
|
Fixes: U4-4012 When loading in a lot of separate assets in a manifest CDF is throwing exceptions with a 'too long query string' - updates to latest CDF
|
2014-01-09 15:58:06 +11:00 |
|
Shannon
|
f7b61d09e2
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
Conflicts:
src/Umbraco.Core/Profiling/ProfilingViewEngine.cs
|
2013-12-19 12:53:32 +11:00 |
|
Shannon
|
db78c78df2
|
fixes some merge issues with view engine wrapping PR.
|
2013-12-19 12:45:46 +11:00 |
|
Shannon
|
d98801d5d1
|
Merge branch '6.2.0' of https://github.com/mortenbock/Umbraco-CMS into mortenbock-6.2.0
Conflicts:
src/Umbraco.Web/WebBootManager.cs
|
2013-12-19 12:35:33 +11:00 |
|
Shannon
|
4bac3e19fe
|
Fixes up webbootmanager with new cachehelper updates.
|
2013-12-16 14:18:58 +11:00 |
|
Shannon
|
50e10155e7
|
Completes: U4-3712 Allow c# property editors to have custom js injected into the js initialization block so they can load in angular controllers
|
2013-11-28 14:27:58 +11:00 |
|
Shannon
|
95d98b132a
|
Updates installer to not install some data types that we're not shipping with, fixes up some mappings, changes the simple editor convert to be the markdown editor converter (need to test that)
|
2013-10-30 08:59:28 +11:00 |
|
Shannon
|
d20ea58467
|
Fixes: U4-3193 Partial view cache needs to invalidate based on cache refreshers
|
2013-10-18 16:13:41 +11:00 |
|
Stephan
|
31535e3bd8
|
Merge remote-tracking branch 'origin/6.2.0-pubcontent' into 7.0.0-pubcontent
Conflicts:
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/Umbraco/create/PartialView.ascx
src/Umbraco.Web.UI/Umbraco/create/PartialView.ascx.designer.cs
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web.UI/umbraco/config/create/UI.xml
src/Umbraco.Web.UI/umbraco/create/DLRScripting.ascx
src/Umbraco.Web.UI/umbraco/create/xslt.ascx
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/UmbracoHelper.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/DLRScripting.ascx
src/Umbraco.Web/umbraco.presentation/umbraco/create/PartialViewTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/xslt.ascx
|
2013-10-08 11:21:38 +02:00 |
|
Stephan
|
c2e7fc2f10
|
PropertyValueConverter - add converters for built-in data types
|
2013-10-04 20:14:38 +02:00 |
|
Stephan
|
1902bc4807
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0-pubcontent
|
2013-10-03 18:17:35 +02:00 |
|
Stephan
|
a264342bcc
|
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
Conflicts:
src/Umbraco.Tests/CodeFirst/ContentTypeMapper.cs
src/Umbraco.Web/Models/DynamicPublishedContent.cs
|
2013-10-03 18:16:29 +02:00 |
|
mortenbock
|
c74cdb28d6
|
Testing the wrapping of view engines
|
2013-10-03 11:01:37 +02:00 |
|
Shannon
|
2ed4206f93
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
src/Umbraco.Web/WebBootManager.cs
|
2013-10-03 09:01:24 +10:00 |
|
mortenbock
|
24020cfea3
|
Make sure the profilingengine doesn't wrap itself
|
2013-10-02 18:30:59 +02:00 |
|
mortenbock
|
9ec30860b0
|
Wrap all ViewEngines in a profiler
Wrap all ViewEngines in a custom profiler view engine, using the
ProfilerResolver to track performance
|
2013-10-02 17:48:44 +02:00 |
|
Stephan
|
36d6e4b4da
|
Merge branch '7.0.0' into 7.0.0-pubcontent
Conflicts:
src/Umbraco.Core/Cache/HttpRuntimeCacheProvider.cs
src/Umbraco.Core/PublishedContentHelper.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web/Models/XmlPublishedContent.cs
src/Umbraco.Web/Models/XmlPublishedContentProperty.cs
src/Umbraco.Web/Templates/TemplateUtilities.cs
|
2013-09-26 08:57:01 +02: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 |
|
Stephan
|
3ca8b356ee
|
Merge branch '6.2.0-pubcontent' into 7.0.0-pubcontent
Conflicts:
src/Umbraco.Core/Cache/CacheProviderBase.cs
src/Umbraco.Core/Cache/HttpRuntimeCacheProvider.cs
src/Umbraco.Core/Cache/NullCacheProvider.cs
src/Umbraco.Core/Cache/StaticCacheProvider.cs
src/Umbraco.Core/Configuration/UmbracoSettings.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Dynamics/PropertyResult.cs
src/Umbraco.Core/Models/IPublishedContentProperty.cs
src/Umbraco.Core/Models/PublishedItemType.cs
src/Umbraco.Core/PropertyEditors/IPropertyEditorValueConverter.cs
src/Umbraco.Core/PropertyEditors/PropertyEditorValueConvertersResolver.cs
src/Umbraco.Core/PropertyEditors/PropertyValueConvertersResolver.cs
src/Umbraco.Core/PublishedContentExtensions.cs
src/Umbraco.Core/PublishedContentHelper.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/CodeFirst/StronglyTypedMapperTest.cs
src/Umbraco.Tests/LibraryTests.cs
src/Umbraco.Tests/PropertyEditors/PropertyEditorValueConverterTests.cs
src/Umbraco.Tests/PublishedCache/PublishedContentCacheTests.cs
src/Umbraco.Tests/PublishedContent/PublishedContentTestBase.cs
src/Umbraco.Tests/PublishedContent/PublishedMediaTests.cs
src/Umbraco.Web/ExamineExtensions.cs
src/Umbraco.Web/Models/DynamicPublishedContent.cs
src/Umbraco.Web/Models/XmlPublishedContent.cs
src/Umbraco.Web/Models/XmlPublishedContentProperty.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
src/Umbraco.Web/PublishedContentExtensions.cs
src/Umbraco.Web/Templates/TemplateUtilities.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/WebBootManager.cs
src/Umbraco.Web/umbraco.presentation/macro.cs
src/umbraco.MacroEngines/RazorDynamicNode/PropertyResult.cs
src/umbraco.MacroEngines/RazorDynamicNode/PublishedContentExtensions.cs
|
2013-09-23 21:57:22 +02:00 |
|
Stephan
|
3de2196e01
|
PublishedContent - reorg. existing IPropertyValueConverter impl.
|
2013-09-23 16:42:35 +02:00 |
|