I want to create a view that shows only the changed fields of a particular content type since a particular date.
I've found I can make a view of the node revision type add content type and date revised filters, and I get a view that shows old and new versions of content that has changed since the date entered.
Is it possible to show only the newer version, and only fields that have changed since the date entered?
Thanks
Comments
Comment #1
Edward Andrews commentedComment #2
summit commentedSubscribing, interested in this also, and in view with nodes which have a revision..
greetings, Martijn
Comment #3
dawehnerIn general i guess this would be really not easy to do. Especially with things like pager, so you have to do it in sql.
The diff module in general provides thing things and there is an issue already: #641480: Expose diff functionality to views