Shannon
|
e04eed41e7
|
Merge remote-tracking branch 'origin/6.2.1' into 7.1.4
Conflicts:
src/Umbraco.Core/Models/DeepCloneHelper.cs
src/Umbraco.Core/Models/PreValue.cs
src/Umbraco.Core/Models/PreValueCollection.cs
src/Umbraco.Tests/Persistence/Repositories/TemplateRepositoryTest.cs
src/Umbraco.Web/umbraco.presentation/umbraco/editContent.aspx.cs
|
2014-05-22 13:01:23 +10:00 |
|
Shannon
|
142a9963af
|
Fixes macro property saving issue in repo
|
2014-05-17 15:35:30 +10:00 |
|
Shannon
|
ac9c938e92
|
Fixes: U4-4923 Failed to retrieve data for application tree media after upgrade to 7.1.2
|
2014-05-16 12:42:21 +10:00 |
|
Shannon
|
1f88960b3f
|
Fixes: U4-4926 Pre-values need to be cloned in/out of the cache
Conflicts:
src/Umbraco.Core/Models/PreValue.cs
src/Umbraco.Core/Models/PreValueCollection.cs
|
2014-05-16 12:09:47 +10:00 |
|
Shannon
|
d8edf67b82
|
Fixes: U4-4842 Unable to edit "name" and "alias" to MediaType property
|
2014-05-16 12:09:08 +10:00 |
|
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
|
365a8e85e9
|
Fixes: U4-2356
|
2014-05-15 16:13:54 +10:00 |
|
Shannon
|
a49dd36461
|
Merge branch '7.1.2' of https://github.com/ma1f/Umbraco-CMS into ma1f-7.1.2
|
2014-05-15 15:43:53 +10:00 |
|
Mark van Schaik
|
82a1e85431
|
solves issue U4-2356 when deleting templates
|
2014-05-15 16:37:32 +12:00 |
|
Shannon
|
5f9dddafd8
|
fixed an upgrade script when upgrading from old 4.x versions
|
2014-05-15 14:11:43 +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
|
0bcaa0da7f
|
ensures that when querying for a tag with a comma that we encode it so that it finds it.
|
2014-05-14 20:31:32 +10:00 |
|
Shannon
|
922942197f
|
Fixes: U4-4741 Tags Property Editor Mishandles Tags with Commas
|
2014-05-14 19:57:40 +10:00 |
|
Shannon
|
b8975de04d
|
Fixes: U4-4666 SQL Error when saving content with Tags property with @ value
|
2014-05-14 18:55:08 +10:00 |
|
Shannon
|
cca27e064a
|
Fixes: U4-4855 Can't use macro parameters at all
|
2014-05-12 13:48:56 +10:00 |
|
Shannon
|
b91a06ab98
|
Fixes: U4-4849 Cannot change a users language/sections in the back office
|
2014-05-09 16:00:30 +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 |
|
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
|
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
|
cfd21bc924
|
Got this working: U4-4420 TagQuery / TagService missing method to get content with tag - just need to add some unit tests.
|
2014-05-06 19:04:49 +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 |
|
Sebastiaan Janssen
|
e858f4ff1e
|
U4-4775 creating new member group shows error message in dialog...
|
2014-05-01 11:45:14 +02:00 |
|
Shannon
|
a8cc8fa688
|
Fixes case sensitivity with MySQL
|
2014-04-30 19:58:59 +10:00 |
|
Shannon
|
cf2217cfe1
|
Fixes MySQL upgrades from < 6.0
|
2014-04-30 19:41:40 +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
|
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
|
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
|
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 |
|
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
|
99d7bf91b7
|
Fixes null check in recycle bin repo
Conflicts:
src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs
|
2014-04-23 13:39:34 +10:00 |
|
Shannon
|
9bbe8e7a93
|
Fixes null check in recycle bin repo
|
2014-04-23 13:34:25 +10:00 |
|
Stephan
|
3bf1041041
|
U4-3787 - Ensure we republish published descendants when republishing
|
2014-04-19 14:31:36 +02:00 |
|
Stephan
|
cd459e8b7d
|
Merge remote-tracking branch 'origin/7.1.2' into 7.1.2
|
2014-04-19 14:21:24 +02:00 |
|
Stephan
|
7ae522b511
|
U4-3787 - Ensure we republish published descendants when republishing
|
2014-04-19 14:20:26 +02: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
|
cf6775ec31
|
moves an internal class
|
2014-04-17 18:05:12 +10:00 |
|
Shannon
|
1a13366cc9
|
Working on U4-4701 Fixup DataTypeService and repository with cache - the deletion logic all now happens in the transaction before it was done quite poorly for updating content types :(
|
2014-04-17 18:03:34 +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
|
bf65bf5bab
|
Got pre-values caching properly and data types using the runtime cache provider correctly + unit tests.
|
2014-04-17 14:23:37 +10:00 |
|
Shannon
|
998f031877
|
Merge branch '6.2.0' into 6.2-cachefixing
|
2014-04-16 14:01:38 +10:00 |
|
Shannon
|
ac7cb8febe
|
Fixes cache providers to ensure it stores and resolves clones
|
2014-04-16 14:01:26 +10:00 |
|
Sebastiaan Janssen
|
44504ff6af
|
Fixes summary for the TagMapper
|
2014-03-31 12:59:28 +02:00 |
|