Using diff's to track entity updates and this adds much needed accountability to the module.
Note that other properties, author, created, changed, type and comment can not be tracked across revisions.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | diff-2109905-2-adding-additional_node-property-support.patch | 5.93 KB | alan d. |
| #1 | diff-2109905-1-publishing-flags-and-other-properties.patch | 8.76 KB | alan d. |
Comments
Comment #1
alan d. commentedThe patch moves node_entity_diff() into diff.module after discovering that adding a corresponding user entity comparison resulted in irregular misses with module_implements().
Comment #2
alan d. commentedThis extends the previous patch (both required) and exposes author, revision creator, type, created, changed and comment settings.
Use cases for all properties. Note that revisions do not save changes to author (owner or node.uid), created timestamp, etc. If equal, the row doesn't show so these do not clutter up the output.
Comment #3
alan d. commentedAdded in 50c439c and 21f442a