From: Reini U. <ru...@x-...> - 2010-03-31 16:06:36
|
Hello, Marc-Etienne Vargenau schrieb: > I would like to disallow some characters in wiki page names > (commas that create many problems, e.g. for backlinks > and page renaming, "<" and">"). This was already in my TODO. ,<> and should really be escaped, , to easy pagelists, <> for consistency with the file backends. > I tried in stdlib "function isValid" but it does not seem > to work (called too late?). > > What is the best way to do this? Hmm, I'll have to try this also. Probably similar as the file backend does it. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |