Benas Brazdziunas
|
bd69820028
|
Member Picker search results doesn't show correct icons
|
2015-10-29 16:29:33 +00:00 |
|
Stephan
|
5d7cbd3477
|
U4-7038 - fix bugs + tests
|
2015-09-01 16:11:26 +02:00 |
|
Stephan
|
7848ea5ec0
|
U4-7038 - IPublishedContentWithKey for contents, members
|
2015-09-01 15:00:27 +02:00 |
|
Shannon
|
42ad3af48b
|
Updates legacy classes to be serialized with the EntityXmlSerializer
|
2015-01-22 11:48:13 +11:00 |
|
Morten Christensen
|
ea9c37d500
|
Implements U4-5868 Packager should include compositions
|
2014-11-26 14:22:31 +01:00 |
|
Shannon
|
da87ba8bc7
|
Merge remote-tracking branch 'origin/7.1.9' into 7.2.0
Conflicts:
src/Umbraco.Core/Services/PackagingService.cs
|
2014-11-21 09:59:31 +11:00 |
|
Kristian Schneider
|
1ab321c7b1
|
Fix for U4-5737 Create package: ContentType Tab index not saved
|
2014-11-20 14:04:13 +00:00 |
|
Shannon
|
44a39e7ca6
|
Fixes: U4-5055 Umbraco update fails with large set of media content due to timeout in RebuildXmlStructures. Adds RebuildXmlStructures to content, media, member services as public APIs (though people won't really use them), the underlying repositories now rebuild these structures using a single transactions but queried by pages of 5000 which should reduce memory overhead if there's a ton of media, etc... Added tests for this too. Added CountPublished to ContentService too.
|
2014-10-23 18:31:08 +10:00 |
|
Shannon
|
55a7f7c23b
|
Updates GetProfile ext method to accept an IUserService so they can be mocked, this is now used by the entity serializer. Fixed examine unit tests that required this. Fixed: U4-5508 Remove cmsDocument.alias column from db, update the order in which tables are created since with the new foreign key, that order was incorrect.
|
2014-09-30 18:46:02 +10:00 |
|
Shannon
|
9bb5869cde
|
reverting all things to do with additional list view column in db which is no longer necessary and removing additions to ui changes in the content tyep editor which are also no longer necessary
|
2014-09-12 11:50:56 +10:00 |
|
AndyButland
|
599872a310
|
Created new field in cmsContentType and related models for storing the configuration for a container doc type; implemented configurable page size
|
2014-07-27 08:53:32 +02:00 |
|
Shannon
|
303aa07235
|
migrates most of the xml serialization from the packaging service to the EntityXmlSerializer
|
2014-06-26 17:32:38 +10:00 |
|
Shannon
|
b404cc6438
|
Fixes: U4-5141 Packager doesn't respect 'allow at root' or 'list view'
|
2014-06-26 17:18:00 +10:00 |
|
Shannon
|
86e18ef89d
|
Fixes merge issues
|
2014-04-29 13:36:21 +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 |
|