Posted by Anonymous (not verified) on December 30, 2008 at 9:23pm
Jump to:
| Project: | Recent Changes |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
In Drupal 5 the diff module used to only compare the Body of a node and display the diff. Changes to any CCK fields were not diff'd.
In Drupal 6, changes to CCK fields are now diff'd. ( see comment here - http://drupal.org/node/253046. When viewing the recent changes page, there is a link to diffs of nodes. Clicking that shows the diffs of any CCK fields.
However the only diff info present in the RSS feed is for the Body field. (Click the RSS icon up the top to see the contents of the feed)
Comments
#1
Note, due to #352648: RSS feed not working - not valid RSS feed error, you won't be able to actually check this via your RSS reader. The only method of seeing that this doesn't work is by clicking the RSS icon and inspecting it manually from there.
#2
Sorry, the diff was working on a taxonomy field, not a CCK field. Have now found diffs on CCK fields don't work at all (reopened #253046: Add ability to diff CCK Fields , and changed the title of this issue accordingly.
Description should now read:
In Drupal 5 the diff module used to only compare the Body of a node and display the diff. Changes to any taxonomy terms were not diff'd.
In Drupal 6, changes to taxonomy terms are now diff'd. When viewing the recent changes page, there is a link to diffs of nodes. Clicking that shows the diffs of any taxonomy terms.
However the only diff info present in the RSS feed is for the Body field. (Click the RSS icon up the top to see the contents of the feed)
#3
Feel free to provide a patch and reopen this issue. Closed for the time being.