Revision history for TestActionNewpage
Revision [18370]
Last edited on 2008-01-28 00:11:13 by JavaWoman [Modified links pointing to docs server]No Differences
Additions:
There is still a page referring to this one - please review and remove or change that link first! Otherwise this page will likely just be re-created at some later time. --JavaWoman
==backlinks==
{{backlinks}}
Additions:
admin, please delete this page --DotMG
Deletions:
I found a bug on action newpage at home, but here, I see that it has been fixed. In older version, users could create new page with name containing space. Now, the only little problem is that when user type a name containing question mark, the name of the new page to create become the substring before that question mark.
Ie : If an user wants to create a page hello?xxx, the pagename will be hello, and parameters are xxx/edit
I replaced the first line in actions/newpage.php by %%(php)if (($_POST['submitted'] == true) && ($this->IsWikiname("TeST{$_POST['pagename']}")))%%
Additions:
I found a bug on action newpage at home, but here, I see that it has been fixed. In older version, users could create new page with name containing space. Now, the only little problem is that when user type a name containing question mark, the name of the new page to create become the substring before that question mark.
Ie : If an user wants to create a page hello?xxx, the pagename will be hello, and parameters are xxx/edit
I replaced the first line in actions/newpage.php by %%(php)if (($_POST['submitted'] == true) && ($this->IsWikiname("TeST{$_POST['pagename']}")))%%
Deletions:
CategoryTest