Shannon
dadf063ad5
Fixes: U4-4777 Preview with related links property editor doesn't work - this is just a temp fix, ensures that the YSOD is not created but doesn't fix the way preview pages are created.
2014-04-29 13:46:32 +10:00
Shannon
86e18ef89d
Fixes merge issues
2014-04-29 13:36:21 +10:00
Shannon
e0c3eda675
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
...
Conflicts:
src/Umbraco.Core/Configuration/UmbracoSettings.cs
src/Umbraco.Core/Models/PropertyExtensions.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MediaRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Security/MembershipProviderBase.cs
src/Umbraco.Core/Services/ContentService.cs
src/Umbraco.Core/Services/MediaService.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Tests/Models/DataValueSetterTests.cs
src/Umbraco.Web.UI/web.Template.config
src/umbraco.cms/businesslogic/media/Media.cs
src/umbraco.cms/businesslogic/member/Member.cs
2014-04-29 13:06:10 +10:00
Shannon
b98fbbc75d
Fixes: U4-4770 Preview XML is not generated for many operations in the ContentService, also moves some more CRUD logic in the content service to the content repo.
2014-04-29 11:11:48 +10:00
Shannon
aba1862811
Fixes: U4-4754 Member and Media repositories need to generate preview xml when EnableGlobalPreviewStorage is true
2014-04-29 09:58:38 +10:00
Shannon
2f53698bc5
Fixes: U4-4766 UmbracoMembershipProvider.ChangePassword() is seal, what might be a breaking change?
2014-04-28 19:19:48 +10:00
Shannon
e0e12d5773
Moves content xml crud logic for member service to member repo
2014-04-28 19:04:53 +10:00
Shannon
2e96de5449
Moves the CRUD logic from the media service to the media repo for dealing with content xml items and ensures it's done in the same transaction, streamlines how this process is done between the content, media, member services, adds test for it.
2014-04-28 18:53:21 +10:00
Shannon
c5bce3b8cc
completes: U4-4769 Remove the circular references from services for calls like ToXml which then calls into the PackagingService
2014-04-28 17:46:05 +10:00
Shannon
b4286a7d4e
works on U4-4769 - removing circular refs from media service
2014-04-28 17:38:24 +10:00
Shannon
31e018c045
Moves XML serialization for content/media/members to a resusable class: EntityXmlSerializer to remove the circular references we have by using the ToXml extension methods from directly in the services. This has been completed for the ContentService, next is Media and Member services. Updates the ContentService to not perform CUD operations for preview or published xml, this is now done at the repository level and now done in a single transaction for the saving and publishing events. Still need to do that for the member and media services too and the remaining methods in the content service
2014-04-28 17:28:40 +10:00
Shannon
e964d52548
Merge branch 'U4-898' of https://github.com/leekelleher/Umbraco-CMS into leekelleher-U4-898
2014-04-28 12:49:28 +10:00
Shannon
50b71faff9
Adds .woff mime type
2014-04-28 12:45:12 +10:00
Shannon
d7bd38386e
Merge branch '7.1.2' of https://github.com/umbraco/Umbraco-CMS into 7.1.2
2014-04-28 12:40:01 +10:00
Shannon
1f581c1fcb
Merge branch 'patch-1' of https://github.com/aaronpowell/Umbraco-CMS into aaronpowell-patch-1
2014-04-28 12:39:20 +10:00
Shandem
475e6970f9
Merge pull request #356 from mattbrailsford/7.1.2-rtetinymcecheck
...
Added check to rte controller so as not to reload tinymce script
2014-04-28 12:32:15 +10:00
Shandem
32c8a83449
Merge pull request #360 from Jwheuvel/7.1.2
...
Update web.config with .woff mime support
2014-04-28 12:28:31 +10:00
Shandem
33ee2a4e48
Merge pull request #362 from Jeavon/U4-4767
...
Fixes U4 4767 and adds 2 Tests
2014-04-28 12:26:36 +10:00
Shannon
b420941ff4
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
...
Conflicts:
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
2014-04-28 12:26:21 +10:00
Shannon
033fd1b7ff
Fixes: U4-4765 backoffice user section does not save password changes in v6.2
2014-04-28 12:24:39 +10:00
Jeavon Leopold
5f0b09544a
Added Test for getting a crop on a Upload property type instead of a Cropper
2014-04-27 22:17:24 +01:00
Jeavon Leopold
7aa618cbfb
Fixes U4-4767 and adds a Test for it
2014-04-27 22:06:48 +01:00
Jwheuvel
44fbc29541
Update web.config with .woff mime support
...
Bootstrap icons aren't visible on Windows Phone because it uses the .woff variant but the mimetype isn't available. Updated the web.config and added .woff to the staticContent section of system.webServer.
2014-04-24 20:34:57 +02:00
Sebastiaan Janssen
e3162d223d
Tiny update
2014-04-24 17:37:15 +02:00
Sebastiaan Janssen
6e53e19e60
Adding an Allbinaries NuSpec for use on UaaS
2014-04-24 14:03:28 +02:00
Shannon
d9ac529e7e
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
...
Conflicts:
src/Umbraco.Core/Models/PropertyType.cs
src/Umbraco.Web.UI/umbraco_client/GenericProperty/genericProperty.js
src/Umbraco.Web/WebServices/CoreStringsController.cs
src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentTypeControlNew.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/nodetypeTasks.cs
src/umbraco.providers/members/UmbracoMembershipProvider.cs
2014-04-24 16:33:04 +10:00
Shannon
2621b25fd3
Ensures that member saving events don't get raised for normal member operations like validating and getting a user and flagging them as online. This fixes: U4-3451 Cache on Partial View refreshed, after member execute login
2014-04-24 16:28:37 +10:00
Shannon
61055380c5
Ensures that member saving events don't get raised for normal member operations like validating and getting a user and flagging them as online. This fixes: U4-3451 Cache on Partial View refreshed, after member execute login
2014-04-24 16:26:21 +10:00
Shannon
adf09d925f
adds a comment
2014-04-24 14:51:41 +10:00
Shannon
12170fd787
fixes ysod overlay for ajax errors
2014-04-24 14:23:17 +10:00
Shannon
c32cae16db
Fixes: U4-4696 Macro personalized cache with custom membership provider not working - for any membership provider regardless of provider user key type
2014-04-24 12:14:06 +10:00
Shannon
437d1b759b
fix for: U4-4696. Macro personalized cache with custom membership provider not working
2014-04-24 12:13:50 +10:00
Shannon
e10e04aabf
Fixes: U4-4696 Macro personalized cache with custom membership provider not working - for any membership provider regardless of provider user key type
2014-04-24 12:12:06 +10:00
Shannon
2c1807bb37
Merge branch '7.1.2' of https://github.com/umbraco/Umbraco-CMS into 7.1.2
2014-04-24 11:58:31 +10:00
Shannon
c6e3340be1
Updates an error msg for media resource, performs a null check
2014-04-24 11:58:18 +10:00
Shandem
3bac4877eb
Merge pull request #353 from eerrecart/fix-U4-4696
...
fix for: U4-4696. Macro personalized cache with custom membership provider not working
2014-04-24 11:54:54 +10:00
Stephan
f46811ff67
U4-3027 - fix content & property types alias casing
2014-04-24 00:18:24 +02:00
Stephan
ee210ae5d8
U4-3027 - fix content & property types alias casing
2014-04-24 00:17:21 +02:00
Stephan
6d50b46bd8
U4-4747,3027... - bugfix content type editor / aliases
2014-04-23 19:28:04 +02:00
Stephan
0810e90478
U4-4747,3027... - bugfix content type editor / aliases
2014-04-23 19:26:48 +02:00
Shannon
e8989de82e
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
2014-04-23 22:29:54 +10:00
Shannon
a51bf232ec
Fixes issue with data type pre-values and using PreValueAsArray when they are dictionary formatted.
2014-04-23 22:24:16 +10:00
Shannon
cefc319bfb
Fixes issue with data type pre-values and using PreValueAsArray when they are dictionary formatted.
2014-04-23 22:15:33 +10:00
Shannon
b60ee9944d
fix merge issues
2014-04-23 20:54:31 +10:00
Shannon
0d8ffc0e67
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
...
Conflicts:
src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs
src/Umbraco.Core/Services/ContentService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Tests/MockTests.cs
src/Umbraco.Web/Cache/DistributedCacheExtensions.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
2014-04-23 20:45:02 +10:00
Shannon
fd19411e65
Fixes: U4-4743 Add IMemberService and IUserService to ServiceContext ctor
2014-04-23 20:41:03 +10:00
Shannon
7ac7bb9714
Fixes: U4-4746 Examine does not index updated paths/levels for moved/trashed media, U4-4744 Examine events do not listen for recycle bin emptying
2014-04-23 20:28:09 +10:00
Shandem
95cd32ad8c
Merge pull request #359 from Jeavon/7.1.2-ImageCropper
...
Adding support for Image Crop Ratio Dimension Support & UpScale to GetCropUrl & More Tests
2014-04-23 20:20:09 +10:00
Shannon
021cac9ca5
Fixes: U4-4746 Examine does not index updated paths/levels for moved/trashed media, U4-4744 Examine events do not listen for recycle bin emptying
2014-04-23 20:19:36 +10:00
Stephan
aaa56002a9
Merge remote-tracking branch 'origin/7.1.2' into 7.1.2
2014-04-23 11:23:39 +02:00