From: Arno H. <aho...@in...> - 2000-06-18 15:38:55
|
Steve, while doing the template stuff I came across some bugs: full text search & dbm: try searching for "eat". All pages get listed. Reason: fieldname "cr_eat_ed" dbm search should limit its search to the actual content. edit copy: the logic when to show the EditCopy link is flawed. I think the link should always be shown. Example: I edit page PAGE, screw up, but save anyway Upon seeing the new PAGE I realize my error I would like to undo my error by using EditCopy ->currently not possible I.e. only because I'm the last one who has edited PAGE I'm not allowed to access the archived version? Why? (note: the way pages get stored in the archive prevents any abuse) And my LostUpdate fix doesn't handle EditCopy cases correctly. It assumes that only one version has been created since the archived version. Which is of course an invalid assumption, as a single author might create multiple revisions (e.g. editing -> finding mistake -> editing again). I was too lazy to fix this now. See "FIXME" notes in wiki_savepage.php3 /Arno |