I am trying to use WikkaWiki to document our servers. However I am having issues as our servers names have dashes in the name so wikka/server-1 is not able to be created. I have been pointed in the direction of modifying the Wakka.class.php file and the IsWikiName function. However I'm still not able to get it right. Any help with allowing the dash charactor or just detailed instructions on how to add charctors to the allowed list would be very helpful. Thank you very much!
Offline
The fix for me ended up being to put the dash symbol in my pagenames was editing the wikka/handlers/page/edit.php file and changing the VALID_PAGENAME_PATTERN to this:
if (!defined('VALID_PAGENAME_PATTERN')) define ('VALID_PAGENAME_PATTERN', '/^[A-Za-zÄÖÜßäöü,\-]+[A-Za-z0-9ÄÖÜßäöü,\-]*$/s'); /
Offline
You are not logged in.