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
Files
215113d63577e7de086d078cd227c884dcbb0397
Umbraco-CMS
/
src
/
Umbraco.Core
/
Models
/
EntityBase
History
Shannon
967030a9c4
Fixes up issues when tracking dirty changes on numerical or empty string values because json.net converts numerical to long and we were setting those values on the Property.Value which means that comparing long -> int will always return false and thus the property is flagged as dirty. Same goes with string and null when dealing with an object. This is all fixed up now and have added another method to see if we shold actually persist any changes for content when saving. This all relates to fixing: U4-5510 Previewing a content item saves that item
2014-10-21 13:12:31 +10:00
..
Entity.cs
Fixes: U4-4855 Can't use macro parameters at all
2014-05-12 13:48:56 +10:00
IAggregateRoot.cs
Adding Property and PropertyCollection classes U4-924.
2012-10-03 08:03:45 -02:00
ICanBeDirty.cs
Implements U4-943 to the extent its currently possible.
2012-10-29 14:28:16 -01:00
IEntity.cs
adds initial commit of entity cloning
2014-02-20 22:34:54 +11:00
IRememberBeingDirty.cs
Properly exposes the IRememberBeingDirty.ResetDirtyProperties required method
2013-10-10 19:03:59 +11:00
IUmbracoEntity.cs
Removes all the unecessary casting to ICanBeDirty - not sure why we've had it like this for so long.
2014-10-21 11:43:58 +10:00
IValueObject.cs
Adding base model U4-921 and creating new branch.
2012-10-03 06:38:31 -02:00
TracksChangesEntityBase.cs
Fixes up issues when tracking dirty changes on numerical or empty string values because json.net converts numerical to long and we were setting those values on the Property.Value which means that comparing long -> int will always return false and thus the property is flagged as dirty. Same goes with string and null when dealing with an object. This is all fixed up now and have added another method to see if we shold actually persist any changes for content when saving. This all relates to fixing: U4-5510 Previewing a content item saves that item
2014-10-21 13:12:31 +10:00