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
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
e7754213f1
INode to IPublishedContent transition for Razor macros
2013-09-29 15:22:35 +02: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