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

Edward Andrews’s picture

Title: Show only CCK fields changed in nod revision view » Show only CCK fields changed in node revision view
summit’s picture

Subscribing, interested in this also, and in view with nodes which have a revision..
greetings, Martijn

dawehner’s picture

Status: Active » Closed (duplicate)

In 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