From: <var...@us...> - 2022-01-31 15:36:37
|
Revision: 10962 http://sourceforge.net/p/phpwiki/code/10962 Author: vargenau Date: 2022-01-31 15:36:34 +0000 (Mon, 31 Jan 2022) Log Message: ----------- subpage-separator *is* a slash Modified Paths: -------------- trunk/pgsrc/PhpWikiDebug Modified: trunk/pgsrc/PhpWikiDebug =================================================================== --- trunk/pgsrc/PhpWikiDebug 2022-01-31 14:54:45 UTC (rev 10961) +++ trunk/pgsrc/PhpWikiDebug 2022-01-31 15:36:34 UTC (rev 10962) @@ -1,4 +1,4 @@ -Date: Wed, 15 Dec 2021 16:26:27 +0000 +Date: Mon, 31 Jan 2022 16:35:31 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1) Content-Type: application/x-phpwiki; pagename=PhpWikiDebug; @@ -23,7 +23,7 @@ rendering since parsing of the wiki-text takes a fair amount of juice. Hitting this button will delete all cached transformed -content. (Each pages content will be transformed and re-cached next +content. (Each page content will be transformed and re-cached next time someone views it.) <<WikiAdminUtils action=purge-cache>> @@ -30,9 +30,9 @@ == Clean Wiki Database of Illegal Filenames == -Page names beginning with the subpage-separator, usually a slash -(##/##), are not allowed. Sometimes though an errant plugin or something -might create one.... +Page names beginning with the subpage-separator, a slash (##/##), +are not allowed. Sometimes though an errant plugin or something +might create one... This button will delete any pages with illegal page names, without possibility to restore. @@ -54,7 +54,7 @@ == Rebuild Wiki Database == This will retransform all pages and rebuild the Wiki database on consistency errors or parser updates. -This can last several minutes, eat a lot of memory and possibly times out!! +This can last several minutes, eat a lot of memory and possibly times out! <<WikiAdminUtils action=db-rebuild>> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |