Shannon
ff829d49a3
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
2016-01-06 18:08:14 +01:00
TimoPerplex
9b0aa49d4d
Merge remote-tracking branch 'refs/remotes/umbraco/dev-v7' into dev-v7
2015-10-27 13:08:32 +01:00
Rasmus Eeg Møller
1e41973eb5
U4-6902 - Changed from internal to public
...
Just like the ContentFinderResolver.cs
2015-07-30 14:54:10 +02:00
TimoPerplex
68ff77f5b6
This commit removes the hardcoded .jpg thumbnails
...
This commit removes the hardcoded .jpg thumbnails and uses the image
original extension to create the thumbnail.
Because we now use the original extension the image is no longer masked
as another (extension is .jpg but the file is actually a .png)
This fixes issues with Internet Explorer used in combination with the
no-sniff header.
Ref topic:
https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/66788-adding-nosniff-header-breaks-png-images-in-internet-explorer
2015-07-24 16:27:26 +02:00
Shannon
1a8c89b99a
fixes oembed typo
2015-06-25 17:34:33 +02:00
Shannon
fdf53b8550
puts the Flickr provider back for backwards compat, adds a todo and updates the release config with all providers
2015-06-25 17:10:45 +02:00
Shannon
5487ec1d5f
Merge branch 'dev-v7-oembed' of https://github.com/tcmorris/Umbraco-CMS into tcmorris-dev-v7-oembed
...
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
2015-06-25 16:57:52 +02: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
Stephan
1902bc4807
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0-pubcontent
2013-10-03 18:17:35 +02:00
Shannon
21c0152131
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
...
Conflicts:
src/Umbraco.Tests/BusinessLogic/BaseTest.cs
src/Umbraco.Web.UI/install/steps/theend.ascx
src/Umbraco.Web.UI/umbraco/Default.aspx
src/Umbraco.Web.UI/umbraco/controls/GenericProperties/GenericProperty.ascx
src/Umbraco.Web.UI/umbraco/developer/Xslt/editXslt.aspx
src/Umbraco.Web.UI/umbraco/dialogs/ChangeDocType.aspx
src/Umbraco.Web.UI/umbraco/umbraco.aspx
src/Umbraco.Web/UmbracoContext.cs
src/Umbraco.Web/umbraco.presentation/LegacyClasses.cs
src/Umbraco.Web/umbraco.presentation/install/steps/Definitions/LegacyClasses.cs
src/Umbraco.Web/umbraco.presentation/install/steps/LegacyClasses.cs
src/Umbraco.Web/umbraco.presentation/library.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Controls/LiveEditingToolbar.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/CreateModule/CreateModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/DeleteModule/DeleteModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/MacroModule/MacroModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/SkinModule/ImageUploader.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/SkinModule/SkinCustomizer.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/SkinModule/SkinModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/UnpublishModule/UnpublishModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadTemplates.cs
src/Umbraco.Web/umbraco.presentation/umbraco/controls/macroParameterControl.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/DLRScripting.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/DLRScriptingTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/MediaTypeTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/ScriptTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/contentTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/mediaTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/dashboard.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/developer/DataTypes/editDatatype.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/login.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/settings/editTemplate.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/umbraco.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbracobase/baseHttpModule.cs
src/Umbraco.Web/umbraco.presentation/umbracobase/restExtension.cs
src/umbraco.businesslogic/Utils/TypeFinder.cs
src/umbraco.cms/businesslogic/Packager/Installer.cs
src/umbraco.cms/businesslogic/Packager/PackageActions/addRestExtension.cs
src/umbraco.cms/businesslogic/Packager/PackageActions/addXsltExtension.cs
src/umbraco.cms/businesslogic/skinning/Skin.cs
src/umbraco.cms/businesslogic/skinning/tasks/AddStyleSheetToTemplate.cs
src/umbraco.cms/businesslogic/skinning/tasks/ModifyCss.cs
src/umbraco.cms/businesslogic/skinning/tasks/ModifyTemplate.cs
src/umbraco.controls/CodeArea.cs
src/umbraco.controls/ProgressBar.cs
src/umbraco.editorControls/macrocontainer/Editor.cs
2013-10-03 12:51:46 +10:00
Shannon
55247fe31d
Finally got around to changing all calls to umbraco.IO to Umbraco.Core.IO - that'll clear up several hundreds of warnings :)
2013-10-03 12:45:40 +10:00
Stephan
928f7a1ed0
Merge branch '6.2.0-pubcontent' into 7.0.0-pubcontent
...
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/macro.cs
2013-09-29 16:05:52 +02:00
Stephan
e7754213f1
INode to IPublishedContent transition for Razor macros
2013-09-29 15:22:35 +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
Shannon
7538698e7b
updated most of the calls from the legacy UmbracoSettings to use the new way - nearly done.
2013-09-13 18:36:41 +10:00
Sebastiaan Janssen
c8a19dff44
Merge branch '6.0.7' into 6.1.2
...
Conflicts:
src/Umbraco.Web/Media/ImageUrl.cs
src/Umbraco.Web/Media/ImageUrlProviders/ImageUrlProvider.cs
src/Umbraco.Web/umbraco.presentation/umbraco/uQuery/MediaExtensions.cs
2013-06-19 18:26:45 +02:00
Morten Bock
f386c9d024
U4-1226 Umbraco:image control
2013-06-19 16:18:15 +02:00
Shannon Deminick
e14d3fd379
changes all instances accessing cache by key "contentItem" to use CacheKeys.ContentItemCache and replaces
...
all of it's cache usages with the ApplicationContext.Current.ApplicationCache. Obsoletes a couple of methods
that are not used.
2013-04-03 22:34:40 +06:00
leekelleher
3af7958940
Updated references for alias conventions constants across the solution.
2013-03-18 17:55:02 +00:00
Sebastiaan Janssen
ac01fd48fa
Some refactoring of the Umbraco:image implementation after code review
2012-11-22 12:30:58 -01:00
Morten Bock
a71961c35b
Indenting
2012-10-08 13:33:18 -02:00
Morten Bock
c138c6643a
Ignore casing, and avoid null http contexts
2012-10-04 14:48:14 -02:00
Morten Bock
a2b876608f
Refactoring to use object resolver, instead of ProviderBase
2012-11-21 07:14:40 -01:00
Morten Bock
c95c1a7038
Add support for thumbs and crops from standard datatypes.
2012-09-30 20:37:05 -02:00
Morten Bock
9e1c5e71e4
Adding the umbraco:image control, and the ImageUrl feature with a some generic ProviderFeature classes, to make it easier to implement future provider based features.
2012-11-21 07:13:31 -01: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
Shannon Deminick
8fb159ddc2
Changes IThumbnailProvider to exist under Umbraco.Core.Media instead of just Umbraco.Core.
...
Moves many of the MVC extension methods into the Umbraco.Web.Mvc namespace and tidies up a few other
class's namespaces
2012-09-29 08:07:00 +07: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
8824579dac
Made IThumbnailProvider public which fixes 4.10 loading them, plus now people can make their own :)
...
However, I'd like to move the Priority flag onto an attribute instead of part of the interface because it
is metadata and not functionality of the class itself. Will make a tracking issue for it.
2012-09-21 23:54:14 +07:00
Shannon Deminick
61d7dba2c0
Merge with 4.9.0
2012-09-07 06:24:51 +07:00
Morten Christensen@ThinkPadX220
8692d0777f
Changing classes to internal instead of public in Core project. The abstract classes in the Web project can be used to create providers.
2012-09-06 08:00:55 -02:00
Morten Christensen@ThinkPadX220
0e2bc2bc13
Making a few corrections to the embed plugin - primarily changing namespace in Core project.
2012-09-06 07:39:38 -02:00
Shannon Deminick
4dc181b4de
Merge with 4.9.0
2012-09-05 07:25:31 +07:00
tg@umbraco.com
914f639afe
Removes GetPreview method from IEmbedProvider
2012-08-31 11:32:38 -02:00
tg@umbraco.com
b75ea3d589
Adds core components and providers for embed stuff
2012-08-31 09:28:19 -02:00
Shannon Deminick
1cbd355a2a
Merge with 4.9.0
2012-08-22 05:38:45 +06:00
Matt@MBP13-PC
3a2ed918de
Added dynamic wrapper support to IFileSystem to allow context specific implementations from which to hang extension methods upon (ie IMediaFileSystem)
2012-08-20 09:42:32 -01:00
Shannon Deminick
b9b24990b6
Merge with 4.9.0
2012-08-15 00:08:38 +06:00
Matt@MBP13-PC
766a834f53
Updated the Image thumbnail provider to use IFileSystem
2012-08-14 12:24:51 -01: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
shannon@ShandemVaio
11a6b2a31f
Changed ThumbnailProviderManager to ThumbnailProvidersResolver and initializes it in WebBootManager
2012-08-04 06:20:06 +06:00
shannon@ShandemVaio
58dec4774d
Merge with 4.9.0
2012-08-04 06:12:02 +06:00
shannon@ShandemVaio
646e96ab15
Changed PluginResolverType to PluginManager. Reinstated Resolution and ResolverBase<T> since
...
this gives us more control over all Resolvers and streamlines them. Created IBootManager, CoreBootManager and WebBootManager
to handle the application initialization including the creation of Resolvers. This means that if people are using the dlls outside
of the web app, they can run the boot strappers to initialize everything.
2012-08-01 22:06:15 +06:00
Matt@MBP13-PC
4049a77332
Made ThumbnailProviders internal for the time being. We'll make them public in 4.10 as this has a new / consistant way of loading plugins.
2012-08-01 08:37:18 -01:00
Matt@MBP13-PC
cabe37014b
Moved IThumbnailProvider interface to root of Umbraco.Core assembly
2012-08-01 08:13:45 -01:00
Matt@MBP13-PC
20fada8fd4
Converted ThumbnailProviderManager to singleton and made internal
2012-08-01 08:11:48 -01:00
shannon@ShandemVaio
dff3905e85
Converted over ThumbnailProviderManager to ThumbnailProvidersResolver using the new apis.
2012-08-01 11:24:39 +06:00
Matt@MBP13-PC
ef0f8b5282
Created ThumbnailProviders for folder browser to allow custom thumbnail generation based on file ext
2012-07-24 10:06:07 -01:00