From: Dan F. <dfr...@cs...> - 2004-07-27 21:57:00
|
FYI, I just submitted the following bug: http://sourceforge.net/tracker/index.php?func=detail&aid=999032&group_id=6121&atid=106121. One of my user's tripped on this. Dan Creating a page that has the following markup: [A name | ] will cause an empty page name. One can save this. Then, upon display this will hit an assert at WikiDB.php, WikiDB_Page::WikiDB_Page(), line 518 or so: assert(!empty($this->_pagename)); and display lib/WikiDB.php:518: Fatal[0]: <br /><path here>/phpwiki/lib/WikiDB.php:518: : Assertion failed <br /> This is behavior as of 1.3.9. Actually, the assertion has changed in 1.3.11, but I believe it will still fire. We should either allow an empty page name, or prevent this from being saved. |