Downloads
Download tar.gz
19.96 KB
MD5: 79e6f56a92899362a954956097e40a4d
SHA-1: 6cd9191e9aa591c8174d3901fa12f1e04a096dc5
SHA-256: e653f79a64ef845db5d2b7aa8ce6a9b1ad4dafc520d661e8591a8a13d831353b
Download zip
22.72 KB
MD5: 5e5eb5fcbf612091b667979e42f5fb59
SHA-1: 322f1f3a1438b9ed771f70631d76c601da608308
SHA-256: 4ba0d7be4329055fbba81f5b56d1c792d5b6b6aaea61eaa8845d0c0c4ceb1e9f
Release notes
Changes since 5.x-1.0:
- #110857 by rotzi (with some changes by dww): complete re-write of the module. Now based on the GPL'ed mediawiki PHP diff engine from phpwiki. Instead of a separate diff tab, this overrides the revisions tab and provides radio buttons to select which revisions to view diffs between. Shows diffs in unfiltered, raw node data, instead of rendered HTML. Also, provides a hook_diff() for modules to define any parts of a node that they control with revisions (e.g. file uploads, etc) for display.
- #115226 by rotzi: add new 'Preview changes' button when editing a node.
- The revisions tab can now be disabled by node type.
- Improved help text.