From: Jeff D. <da...@da...> - 2000-07-04 01:26:08
|
Arno Hollosi writes: > J C writes: > > > -- Page histories with prior versions view available (encluding > > ownership changes). > >We already have a diff in 1.1.6 - only the prior version though. >I assume that eventually this will develop into a full versioning system. (Erratum: As of now diff is only in the CVS version, not 1.1.6(b).) I just checked a new wiki_diff.php3 into the CVS repo. It's faster than the previous one (which did turn out to be an issue.) Also I've added the compose() (and reverse()) method to class WikiDiff, so it's all ready to be used in a full versioning system. "All" that needs to be done now is to fix the db access API and schema so that multiple backup versions can be saved. I can work on that (particularly for the MySQL and DBM drivers) if I'm not stepping on any toes. > > -- Inter-version colourised diff-style views available of edited pages > >Nice gimmick. Maybe Jeff is willing to implement this. Unless I misunderstand, this is there now (in the CVS version.) You can try it out on http://phpwiki.sourceforge.net/1.1.6/ (standard diff version) or http://www.dairiki.org/HammondWiki/ (unified diff version). Jeff |