Shannon
|
7d3ba43816
|
Removes lots of Dead Code - thanks NDepend!
|
2016-03-23 10:58:06 +01:00 |
|
Shannon
|
f6f54fd057
|
Merge branch 'master-v7' into dev-v8
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSeven/UpdateRelatedLinksData.cs
src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/DataTypeDefinitionRepository.cs
src/Umbraco.Core/Persistence/Repositories/DictionaryRepository.cs
src/Umbraco.Core/Persistence/Repositories/DomainRepository.cs
src/Umbraco.Core/Persistence/Repositories/EntityContainerRepository.cs
src/Umbraco.Core/Persistence/Repositories/LanguageRepository.cs
src/Umbraco.Core/Persistence/Repositories/MediaTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberGroupRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/PublicAccessRepository.cs
src/Umbraco.Core/Persistence/Repositories/RepositoryBase.cs
src/Umbraco.Core/Persistence/Repositories/TemplateRepository.cs
src/Umbraco.Core/Persistence/RepositoryFactory.cs
src/Umbraco.Core/PropertyEditors/PropertyEditorValueConvertersResolver.cs
src/Umbraco.Core/Services/ContentTypeService.cs
src/Umbraco.Core/Services/FileService.cs
src/Umbraco.Core/Services/LocalizationService.cs
src/Umbraco.Core/Services/MemberTypeService.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Tests/Persistence/Querying/ContentTypeSqlMappingTests.cs
src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/DataTypeDefinitionRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/DictionaryRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MediaTypeRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Tests/Web/Mvc/UmbracoViewPageTests.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web.UI/web.Template.config
src/Umbraco.Web/Models/Mapping/ContentModelMapper.cs
src/Umbraco.Web/Models/Mapping/ContentTypeModelMapper.cs
src/Umbraco.Web/PropertyEditors/ImageCropperPropertyValueEditor.cs
src/Umbraco.Web/PropertyEditors/ListViewPropertyEditor.cs
src/Umbraco.Web/Services/ApplicationTreeService.cs
src/Umbraco.Web/Services/SectionService.cs
src/Umbraco.Web/Trees/MemberTreeController.cs
src/Umbraco.Web/UI/Pages/ClientTools.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/WebBootManager.cs
src/Umbraco.Web/umbraco.presentation/macro.cs
src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadNodeTypes.cs
src/Umbraco.Web/umbraco.presentation/umbraco/channels/api.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/PartialViewTasksBase.cs
src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/exportDocumenttype.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/protectPage.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/templateControls/ItemRenderer.cs
src/Umbraco.Web/umbraco.presentation/umbraco/uQuery/MediaExtensions.cs
src/umbraco.businesslogic/BasePages/ClientTools.cs
src/umbraco.businesslogic/UmbracoSettings.cs
src/umbraco.cms/businesslogic/CMSNode.cs
src/umbraco.cms/businesslogic/Content.cs
src/umbraco.cms/businesslogic/cache/Cache.cs
src/umbraco.cms/businesslogic/datatype/DataTypeDefinition.cs
src/umbraco.cms/businesslogic/propertytype/propertytype.cs
src/umbraco.cms/businesslogic/web/Document.cs
src/umbraco.cms/helpers/DeepLink.cs
src/umbraco.editorControls/tinyMCE3/TinyMCE.cs
|
2016-03-10 19:20:15 +01:00 |
|
Sebastiaan Janssen
|
8afc4f5ad1
|
Code sample No.3
|
2016-01-05 23:15:25 +01:00 |
|
Shannon
|
4f3968e837
|
R# cleanup, losts of obsoleted methods removed
|
2015-12-22 18:00:11 +01:00 |
|
Sebastiaan Janssen
|
1bf2a3b1bf
|
Merge branch 'dev-v7' of https://github.com/TimoPerplex/Umbraco-CMS into TimoPerplex-dev-v7
Conflicts:
src/Umbraco.Web/Editors/ImagesController.cs
|
2015-12-15 11:12:13 +01: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 |
|
Damiaan
|
d2dc4efed8
|
U4-5559 Fix Typo "Seperate" to Separate
|
2015-06-15 16:12:46 +02:00 |
|
Shannon
|
2acfd64706
|
Updates exif reader to an MIT licensed reader from https://code.google.com/p/exiflibrary
|
2015-02-17 16:47:29 +01:00 |
|
Shannon
|
0efb9b72e7
|
Adds small exif library to read meta data from jpg's so we can attempt to read width/height from exif instead of loading the file into mem with GDI, makes for much faster and far less memory processing.U4-6246 Uploading specific images causes GDI+ Errors
|
2015-02-10 16:33:59 +11:00 |
|
Shannon
|
e9b137cde8
|
Fixes duplicate key error (U4-5385)
|
2014-08-26 09:20:32 +10:00 |
|
Sebastiaan Janssen
|
1ded2c9baf
|
#U4-5385 fixed Due in version: 7.1.6
|
2014-08-25 14:32:14 +02:00 |
|
Sebastiaan Janssen
|
f11d209177
|
Merge branch '7.1.1' of https://github.com/AndrewSwerlick/Umbraco-CMS into AndrewSwerlick-7.1.1
|
2014-05-29 18:19:22 +02:00 |
|
Shannon
|
d2a20b10aa
|
nearly got tag typeahead working
|
2014-05-05 19:07:57 +10:00 |
|
Andrew Swerlick
|
6fae57c5e9
|
Fix for U4-4636. Changed to pass in the defined fileAddition names for preset sizes and pass in an empty string for additional file sizes
|
2014-04-08 01:10:06 -04:00 |
|
Shannon
|
62cf1cd87d
|
Fixes: U4-3844 U7 - System.OutOfMemoryException: Out of memory - uploading 11Mb image
|
2013-12-13 16:50:11 +11:00 |
|
Shannon
|
6a6d9ec7b0
|
Updates the image helper and imagescontroller to never scale images larger than what they are.
|
2013-12-10 18:24:20 +11:00 |
|
Per Ploug Krogslund
|
7440855c72
|
merge
|
2013-11-07 17:16:22 +01:00 |
|
Shannon
|
8b358da2f0
|
Creates big thumbnail proxy on the MediaController, now to wire it up with the folder browser and upload controls
|
2013-10-08 15:58:37 +11:00 |
|
Shannon
|
394915fa05
|
centralizes the thumbnail/image handling
|
2013-09-25 21:09:59 +10:00 |
|
Shannon
|
e5633df6c3
|
Added pre-vals for the file upload property editor (backwards compatible format) and fixed saving a data type.
|
2013-09-03 18:28:14 +10:00 |
|
Morten Christensen
|
ec4b1c8f70
|
Fixes U4-1689 and U4-1719.
Refactoring UmbracoImageMediaFactory so it uses the extension method for uploading/setting images, so its a bit more DRY.
|
2013-02-19 11:06:00 -01:00 |
|
Morten Christensen
|
81021f5821
|
Part of the fix for U4-1689
Adds an alternative to the naming of the media subfolders instead of using the PropertyId.
|
2013-02-18 15:46:18 -01:00 |
|
Sebastiaan Janssen
|
ac01fd48fa
|
Some refactoring of the Umbraco:image implementation after code review
|
2012-11-22 12:30:58 -01: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
|
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 |
|
Morten Christensen@ThinkPadX220.ab-nat1.dk
|
fa33563a36
|
Embed classes internal -> public.
Renaming Embed.config to EmbeddedMedia.config
|
2012-09-06 15:23:42 -02: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 |
|