You are here

readme.txt in Diff 5.2

DESCRIPTION
----------------
This module adds 'diff' functionality to the 'Revisions' tab, allowing
users to nicely view all the changes between any two revisions of a node.

Users may also preview their changes before saving a new node.

TECHNICAL
-------------------
- Diff compares the raw data, not the filtered output, making
it easier to see changes to HTML entities, etc.
- The diff engine itself is a GPL'ed php diff engine from phpwiki.

API
-----------------
- This module offers hook_diff() which modules may use to inject their changes into the presentation of the diff. For example, this is used by cck.inc, upload.inc, and taxonomy.inc in this package.

TODO
-----------------
- Consider using in core.

MAINTAINERS
---------------
Moshe Weitzman  - http://drupal.org/moshe
Derek Wright  - http://drupal.org/user/46549
rötzi - http://drupal.org/user/73064

File

readme.txt
View source
  1. DESCRIPTION
  2. ----------------
  3. This module adds 'diff' functionality to the 'Revisions' tab, allowing
  4. users to nicely view all the changes between any two revisions of a node.
  5. Users may also preview their changes before saving a new node.
  6. TECHNICAL
  7. -------------------
  8. - Diff compares the raw data, not the filtered output, making
  9. it easier to see changes to HTML entities, etc.
  10. - The diff engine itself is a GPL'ed php diff engine from phpwiki.
  11. API
  12. -----------------
  13. - This module offers hook_diff() which modules may use to inject their changes into the presentation of the diff. For example, this is used by cck.inc, upload.inc, and taxonomy.inc in this package.
  14. TODO
  15. -----------------
  16. - Consider using in core.
  17. MAINTAINERS
  18. ---------------
  19. Moshe Weitzman - http://drupal.org/moshe
  20. Derek Wright - http://drupal.org/user/46549
  21. rötzi - http://drupal.org/user/73064