Add ability to diff CCK Fields
patchak - April 30, 2008 - 10:57
| Project: | Diff |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hey there I use diff module to work on a wiki-like site.
When I add some infos to a cck field, then I go to see diff with the new revision, I see that the changes are there on the revision, but diff says that there are no visible changes??
Is diff working with cck fields??
Thanks,
Patchak

#1
yes it does. anyone else seeing this?
#2
It appears that diff cannot do this atm, so I am changing this to a feature request.
#3
diff does this alreaady. in D6, the code is in cck itself.
#4
Automatically closed -- issue fixed for two weeks with no activity.
#5
It definitely diffs taxonomy terms correctly. But with actual CCK fields, I'm seeing the same as patchak - no visible changes. Going into each revision shows the field values are definitely different.
Is anyone else seeing this? Interested if this is just a configuration problem on patchak and my parts.
#6
In D6 version the problem is only with CCK Content Taxonomy fields. These fields are not shown in diff's, and correspondig terms are not tracked correctly. Only the last versions of terms are shown.
Don't know if it is hard to repair. I suppose we need to write an additional .inc file for the Content Taxonomy...
After some testing: It diff's ordinary CCK fields, but not Content taxonomy fields. And Date fields aren't showed at all.