From: Arno H. <aho...@in...> - 2000-06-03 11:29:53
|
Hi again, I guess this is enough for the weekend. I fixed the following: - fixed raw HTML & javascript exploits in pagenames and links added $AllowedProtocols to wiki_config while doing so. - fixed mySQL support (new names were not supported!) - fixed FindPage and search boxes (was broken) note: search terms are now preg_quote()'ed instead of chars removed - fixed various magic_quotes_gpc=1 bugs (can appear in pagename now) - fixed linking of new pagenames in RecentChanges and fix followup bug: deleting old entries works again There is still a weird error when using wiki_dbm.php3 but *not* when using wiki_mysql.php3. Create a link containing a '\', like [bad '\ name]. Now edit [bad '\ name] -> save -> no page stored! Instead a page title like [bad ' name] appears, but with no content. Now the weird part: edit [bad '\ name] again -> save -> page is created! What's going on here? cheerio /Arno |