This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
34,246
Commits
4
Branches
7
Tags
4bfba2eebab1e7f091c5fb891d006191e2337bbe
Commit Graph
3 Commits
Author
SHA1
Message
Date
Shannon
67a9b5bb97
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
Shannon
9a06b6291a
Simplifies compression implementation, adds compression options to target all complex editors, ensures the options are per document type/property type
2020-08-26 15:57:13 +10:00
Shannon
c63bfb866b
Adds MessagePack serialization for nucache
2020-07-03 12:11:05 +10:00