Shannon
|
762656e964
|
Fixes: U4-4926 Pre-values need to be cloned in/out of the cache
|
2014-05-16 12:08:17 +10:00 |
|
Shannon
|
8cae2526d5
|
Fixes: U4-4842 Unable to edit "name" and "alias" to MediaType property
|
2014-05-16 11:34:10 +10:00 |
|
Shannon
|
1c7d83f589
|
Undoes the comma encoding for tags and istead adds support to store the tags as json or csv (U4-4741)
|
2014-05-15 12:49:03 +10:00 |
|
Shannon
|
cca27e064a
|
Fixes: U4-4855 Can't use macro parameters at all
|
2014-05-12 13:48:56 +10:00 |
|
Shannon
|
0d37a1f6e8
|
Fixes: U4-4849 Cannot change a users language/sections in the back office
|
2014-05-09 15:19:00 +10:00 |
|
Shannon
|
389724cba5
|
Re-fixes: U4-4211 User without media section permission will be logged out immediately when accessing a document type using a media picker datatype (u7.0.3)
|
2014-05-09 14:06:15 +10:00 |
|
Shannon
|
0382902984
|
Fixes user cloning issues with allowed sections
|
2014-05-09 14:01:20 +10:00 |
|
Shannon
|
b02f7e0d3a
|
ensure properties reset on deep clone of ContentType (this is just a fail safe check)
|
2014-05-09 13:26:50 +10:00 |
|
Shannon
|
9d96a4411f
|
Fixes deep clone of macro object
|
2014-05-09 13:26:16 +10:00 |
|
Shannon
|
8e9a9dc996
|
Fixes deep clone of User object
|
2014-05-09 13:25:18 +10:00 |
|
Sebastiaan Janssen
|
59cb1ad31e
|
Revert "Fixes: U4-4211 User without media section permission will be logged out immediately when accessing a document type using a media picker datatype (u7.0.3) - this is done by using the entityResource in the mediaPicker but to do this we need to return a cut down version of the media properties in the additionalData which is tricky because the cropper stores json which is ntext and the existing sql didn't cater for this. This also cleans up the entity service and we no longer have this internal collection of properties, everything is just added to additionalData, then had to add mediaHelper method to deal with getting urls from a media 'entity' not just a media object."
This reverts commit c38c2ede11.
|
2014-05-08 16:08:16 +02:00 |
|
Shannon
|
7c30f26505
|
Fixes: U4-4845 Publicize INotificationService
|
2014-05-08 11:38:05 +10:00 |
|
Shannon
|
c38c2ede11
|
Fixes: U4-4211 User without media section permission will be logged out immediately when accessing a document type using a media picker datatype (u7.0.3) - this is done by using the entityResource in the mediaPicker but to do this we need to return a cut down version of the media properties in the additionalData which is tricky because the cropper stores json which is ntext and the existing sql didn't cater for this. This also cleans up the entity service and we no longer have this internal collection of properties, everything is just added to additionalData, then had to add mediaHelper method to deal with getting urls from a media 'entity' not just a media object.
|
2014-05-07 23:55:20 +10:00 |
|
Shannon
|
a6cd2b9e18
|
Fixes: U4-4420 TagQuery / TagService missing method to get content with tag.
|
2014-05-07 14:27:10 +10:00 |
|
Shannon
|
3df2d03fc8
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
Conflicts:
build/Build.bat
build/NuSpecs/UmbracoCms.Core.nuspec
build/NuSpecs/build/UmbracoCms.targets
src/Umbraco.Core/Models/IPublishedContentProperty.cs
src/Umbraco.Core/Models/PublishedContent/IPublishedContentExtended.cs
src/Umbraco.Core/Models/PublishedContent/PublishedContentExtended.cs
src/Umbraco.Core/Models/PublishedContent/PublishedContentWrapped.cs
src/Umbraco.Core/Models/PublishedContent/PublishedPropertyBase.cs
src/Umbraco.Core/Models/PublishedContent/PublishedPropertyType.cs
src/Umbraco.Core/Models/Template.cs
src/Umbraco.Core/Persistence/Migrations/MigrationRunner.cs
src/Umbraco.Core/Persistence/Repositories/MemberGroupRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Tests/PublishedContent/PublishedContentMoreTests.cs
src/Umbraco.Tests/PublishedContent/PublishedContentTestElements.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedFragment.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlPublishedContent.cs
src/Umbraco.Web/PublishedContentPropertyExtension.cs
src/Umbraco.Web/Search/ExamineEvents.cs
src/Umbraco.Web/UmbracoHelper.cs
src/Umbraco.Web/umbraco.presentation/CompatibilityHelper.cs
src/Umbraco.Web/umbraco.presentation/macro.cs
src/umbraco.cms/businesslogic/template/Template.cs
|
2014-05-05 12:49:06 +10:00 |
|
Stephan
|
cd5581bef6
|
Back to IPublishedContentProperty (for 6 only)
|
2014-04-30 16:53:14 +02:00 |
|
Stephan
|
7d8da56dcb
|
Revert "Reintroduce IPublishedContentProperty"
This reverts commit d33cc29f98.
|
2014-04-30 16:39:51 +02:00 |
|
Stephan
|
0501b181ce
|
Refactor template aliases to strict aliases
|
2014-04-30 15:46:26 +02:00 |
|
Stephan
|
6d076a09e4
|
Refactor template aliases to strict aliases (cont)
|
2014-04-30 15:44:29 +02:00 |
|
Stephan
|
3cd3230b55
|
Refactor template aliases to strict aliases
|
2014-04-30 15:38:47 +02:00 |
|
Stephan
|
d33cc29f98
|
Reintroduce IPublishedContentProperty
|
2014-04-29 09:47:30 +02: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
|
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
|
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
|
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
|
adf09d925f
|
adds a comment
|
2014-04-24 14:51:41 +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
|
e42149e8d9
|
Detached PublishedProperty remains internal for now
|
2014-04-22 10:13:39 +02:00 |
|
Shannon
|
a4949a1132
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
|
2014-04-22 17:49:01 +10:00 |
|
Shannon
|
d772336c0f
|
Fixes: U4-4695 Copy document type to new parent seems to lose some data, U4-4535 Create Copy method on the content type Service
|
2014-04-22 17:48:08 +10:00 |
|
Shannon
|
4f8485e7d9
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
|
2014-04-22 14:00:28 +10:00 |
|
Shannon
|
c4046ecb32
|
Fixes 'Clone' methods to ensure a Deep clone is used
|
2014-04-22 13:48:51 +10:00 |
|
Stephan
|
1a02e6be97
|
Detached PublishedProperty
|
2014-04-19 18:39:11 +02:00 |
|
Shannon
|
fee23fac0a
|
updates deep clone to have the false flag for resetting properties (we don't want to remember them when cloning)
Conflicts:
src/Umbraco.Core/Models/Member.cs
|
2014-04-17 18:54:55 +10:00 |
|
Shannon
|
8c303893d2
|
updates deep clone to have the false flag for resetting properties (we don't want to remember them when cloning)
|
2014-04-17 18:46:37 +10:00 |
|
Shannon
|
7d556a0318
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
Conflicts:
src/Umbraco.Core/Cache/CacheProviderExtensions.cs
src/Umbraco.Core/Cache/DictionaryCacheProviderBase.cs
src/Umbraco.Core/Cache/ICacheProvider.cs
src/Umbraco.Core/Cache/ObjectCacheRuntimeCacheProvider.cs
src/Umbraco.Core/Models/Member.cs
src/Umbraco.Core/Models/PreValue.cs
src/Umbraco.Core/Models/PropertyType.cs
src/Umbraco.Core/Services/DataTypeService.cs
src/Umbraco.Tests/Models/Collections/PropertyCollectionTests.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web/Models/PublishedProperty.cs
src/Umbraco.Web/umbraco.presentation/umbraco/webservices/MediaUploader.ashx.cs
|
2014-04-17 18:10:42 +10:00 |
|
Shannon
|
595b039ebe
|
Working on U4-4701 Fixup DataTypeService and repository with cache, pre-values are now persisted properly using units of work with it's own mini internal repo.
|
2014-04-17 17:41:08 +10:00 |
|
Shannon
|
9b344a5a69
|
Added tests for member groups and member cloning. Added tests to verify that all entities can be serialized without issue.
|
2014-04-16 16:44:08 +10:00 |
|
Shannon
|
7aa1f480c9
|
Fixes up some cloning with value types and collections
|
2014-04-16 15:33:21 +10:00 |
|
Shannon
|
998f031877
|
Merge branch '6.2.0' into 6.2-cachefixing
|
2014-04-16 14:01:38 +10:00 |
|
Shannon
|
6e166bdba7
|
publicizes DeepCloneHelper
|
2014-04-16 13:40:20 +10:00 |
|
Shannon
|
1f2e46a195
|
Simplifies much of the deep cloning with the DeepCloneHelper and adds tests
|
2014-04-16 13:39:42 +10:00 |
|
Shannon
|
bb22f5a283
|
More code and tests written for deep cloning.
|
2014-04-16 11:23:00 +10:00 |
|
Shannon
|
dcac5d4709
|
More code and tests written for deep cloning.
|
2014-04-15 20:31:32 +10:00 |
|
Shannon
|
0e4e12d0ba
|
More code and tests written for deep cloning.
|
2014-04-15 19:12:42 +10:00 |
|
Shannon
|
9118701669
|
More test written for deep cloning.
|
2014-04-15 14:53:19 +10:00 |
|
Shannon
|
58758e7a41
|
More work on deep cloning, have test passing for IContent
|
2014-04-15 13:52:49 +10:00 |
|