Shannon
|
03cb54e931
|
fixed merge issue
|
2014-05-12 14:37:54 +10:00 |
|
Shannon
|
150b67d10f
|
Merge remote-tracking branch 'origin/6.2.1' into 7.1.3
Conflicts:
src/Umbraco.Tests/Models/ContentTests.cs
src/Umbraco.Tests/Models/ContentTypeTests.cs
|
2014-05-12 14:37:19 +10:00 |
|
Shannon
|
cca27e064a
|
Fixes: U4-4855 Can't use macro parameters at all
|
2014-05-12 13:48:56 +10:00 |
|
Shannon
|
53a9cdb7a0
|
fixes a couple tests
|
2014-05-09 17:10:56 +10:00 |
|
Shannon
|
da0b935604
|
Fixes merge
|
2014-05-09 16:08:05 +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
|
d61fb5d94d
|
Fixes user cloning issues with allowed sections
|
2014-05-09 15:59:30 +10:00 |
|
Shannon
|
b763c2ab2f
|
Fixes deep clone of User object
|
2014-05-09 15:56:45 +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
|
e0a0216b2d
|
Fixes build in unit tests with ctor for service context
|
2014-05-09 13:28:03 +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
|
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 |
|
per ploug
|
dbbe3fe5fb
|
Removes remaining yepnop dependencies
|
2014-05-05 12:59:34 +02: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 |
|
Morten Christensen
|
5a862f5c64
|
Fixes import of nested dictionary items #U4-4663
|
2014-05-01 13:51:33 +02:00 |
|
Sebastiaan Janssen
|
caf41b74b8
|
Add failing test - dictionary items don't get properly nested
|
2014-05-01 12:26:18 +02: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 |
|
Shannon
|
cf2217cfe1
|
Fixes MySQL upgrades from < 6.0
|
2014-04-30 19:41:40 +10:00 |
|
Shannon
|
771e216813
|
U4-2635 Skip past replaced word when checking
Avoids infinite loop if search and replacement are equal
|
2014-04-30 11:21:12 +10:00 |
|
Shannon
|
877ae6e026
|
Merge remote-tracking branch 'origin/7.1.1' into 7.1.2
|
2014-04-30 11:16:33 +10:00 |
|
John
|
b4127294e5
|
U4-2635 Skip past replaced word when checking
Avoids infinite loop if search and replacement are equal
|
2014-04-29 14:06:05 +02:00 |
|
John
|
c1781c2f4b
|
U4-2635 add failing test
Only first occurrence of oldString is replaced.
|
2014-04-29 12:54:51 +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
|
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 |
|
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 |
|
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 |
|
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
|
a4949a1132
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
|
2014-04-22 17:49:01 +10:00 |
|
Shannon
|
0725d95941
|
fixes merge
|
2014-04-22 17:48:36 +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
|
f673cb024a
|
Adds unit test for ensuring reset identities on cloning a content type
|
2014-04-22 14:00:03 +10:00 |
|
Jeavon Leopold
|
80db81a7c5
|
Adding GetCropUrl ratio mode tests
|
2014-04-21 08:53:40 +01:00 |
|
Jeavon Leopold
|
7787c51156
|
Creating the internal GetBaseCropUrl method and moving the logic from the Model GetCropUrl method to ImageCropperBaseExtensions so that it can be used by both the Model method and the template extensions
Also added some new tests
|
2014-04-21 08:38:53 +01:00 |
|
Stephan
|
1a02e6be97
|
Detached PublishedProperty
|
2014-04-19 18:39:11 +02:00 |
|
Shannon
|
15f4de4ed0
|
fixes build issues
|
2014-04-17 18:52:07 +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 |
|