----- Original Message ----- From: "Earle Martin" subgenius@downlode.org To: openguides-dev@openguides.org Sent: 13 July 2003 15:07 Subject: [OpenGuides-Dev] Diff feature bug report
Howdy do,
As it stands, the diff feature shows checksums: http://openguides.org/london/?id=Mile_End_Park&version=2&diffversion...
This is not information of relevance to the user and so should be hidden.
Fixed: removed checksums from metadata hash before serialising and diffing (OpenGuides::Diff)
Also, the diff links on the List All Versions pages all compare each version to the most recent revision, which means that the top one will always return "Contents are identical"; these links should compare each version to the one preceding it instead. There should probably be a conditional (if version == 1) replacing the diff link for version 1 with something like "original version", or just nothing, instead.
Amended template node_history.tt
These changes are committed into CVS on un.