PITS /
00905: $AuthorPage does not fit PageExists() format
Summary: $AuthorPage does not fit PageExists() format
Created: 2007-03-23 09:09
Status: Open
Category: Bug
Assigned:
Priority: 3
Version: 2.1.27
OS: Linux/Apache 1.33/PHP 4.3.11
Description:
I noticed this first in the Author Contributions cookbook but PageExists($pagename
) does not attempt to wiki-ize the pagename before using it.
For example:
$AuthorPage is stored in "Group/Full Name Of Author" syntax.
using PageExists($AuthorPage) will fail because of this.
Propse that PageExists be changed to parse $pagename
to proper wiki standards, "Group.Page", no special characters (except hyphens), no spaces, etc.