From: <var...@us...> - 2008-10-10 13:43:14
|
Revision: 6295 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6295&view=rev Author: vargenau Date: 2008-10-10 13:43:02 +0000 (Fri, 10 Oct 2008) Log Message: ----------- PhpWikiAdministration split in two pages: PhpWikiAdministration and PhpWikiDebug Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration Added Paths: ----------- trunk/pgsrc/PhpWikiDebug Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2008-10-10 12:49:53 UTC (rev 6294) +++ trunk/pgsrc/PhpWikiAdministration 2008-10-10 13:43:02 UTC (rev 6295) @@ -1,4 +1,4 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 +Date: Mon, 10 Oct 2008 14:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -14,7 +14,6 @@ <?plugin CreateToc jshide||=0 with_toclink||=1 liststyle=ul?> ----- !!! Page Explorer First select pages and then define the action: @@ -30,7 +29,6 @@ [/Chmod] | [/Chown] ----- !!! User Management Reset a users password: @@ -61,7 +59,6 @@ label="Access Restrictions" ?> ----- !!! Cleanup A Wiki SandBox is very easy to clean. Here you can restore it to @@ -69,8 +66,6 @@ [Rake the SandBox|phpwiki:?action=loadfile&source=pgsrc/SandBox]. ----------- - !!! Making Snapshots or Backups !! ZIP files of database @@ -99,7 +94,6 @@ directory, one page per file. Your server must have write permissions to the directory! ------------ !!! Restoring If you have dumped a set of pages from [PhpWiki|PhpWiki:PhpWiki], you can reload them @@ -134,8 +128,6 @@ ;:[ Upgrade | phpwiki:HomePage?action=upgrade ] ------------ - !!! Format of the files Currently the pages are stored, one per file, as MIME (RFC:2045) @@ -163,8 +155,6 @@ The upload and load functions will automatically recognize each of these three types of files, and handle them accordingly. ----- - !!! Dump pages as XHTML <?plugin WikiForm action=dumphtml?> @@ -178,83 +168,4 @@ *[XHTML ZIP Snapshot | phpwiki:?action=ziphtml]*. ---- - -!!! Phpwiki Internals - -These are here mostly for debugging purposes (at least, that is the -hope.) - -In normal use, you should not need to use these, though, then again, -they should not really do any harm. - -Purge Markup Cache: - -(If your wiki is so configured,) the transformed (almost-HTML) content -of the most recent version of each page is cached. This speeds up page -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 - time someone views it.) - - <?plugin WikiAdminUtils - action=purge-cache - label="Purge Markup Cache" - ?> - -Clean WikiDB 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.... - - This button will delete any pages with illegal page names, without possibility to restore. - - <?plugin WikiAdminUtils - action=purge-bad-pagenames - label="Purge bad pagenames" - ?> - -Clean WikiDB of empty and unreferenced pages: - - *Warning!* This button will delete every empty and unreferenced page, without any possibility to restore them again. - This will disable the possibility to revert or get back any deleted page. - - <?plugin WikiAdminUtils - action=purge-empty-pages - label="Purge all empty unreferenced pages" - ?> - -Convert cached_html to new SQL column: - - This is only needed on SQL or ADODB if you didn't do action=upgrade, but created the - new page.cached_html field seperately, and now you want to move this data from - page.pagedata over to page.cached_html. - - <?plugin WikiAdminUtils - action=convert-cached-html - label="Convert cached_html" - ?> - - -Check WikiDB: - - This button will check the Wiki page database for consistency. This can last several minutes. - - <?plugin WikiAdminUtils - action=db-check - label="Check WikiDB" - ?> - -Rebuild WikiDB: - - 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!! - - <?plugin WikiAdminUtils - action=db-rebuild - label="Rebuild WikiDB" - ?> - ----- [CategoryActionPage] Added: trunk/pgsrc/PhpWikiDebug =================================================================== --- trunk/pgsrc/PhpWikiDebug (rev 0) +++ trunk/pgsrc/PhpWikiDebug 2008-10-10 13:43:02 UTC (rev 6295) @@ -0,0 +1,92 @@ +Date: Mon, 10 Oct 2008 14:15:24 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) +X-Rcs-Id: $Id: PhpWikiAdministration 6184 2008-08-22 10:33:41Z vargenau $ +Content-Type: application/x-phpwiki; + pagename=PhpWikiDebug; + flags=PAGE_LOCKED; + markup=2; + charset=iso-8859-1 +Content-Transfer-Encoding: binary + +_*Note:*_ _Most of the actions on this page require administrative +privileges. They will not work unless you have set an admin username and +password in the [PhpWiki|PhpWiki:PhpWiki] config file._ + +<?plugin CreateToc jshide||=0 with_toclink||=1 liststyle=ul?> + +These are here mostly for debugging purposes (at least, that is the +hope.) + +In normal use, you should not need to use these, though, then again, +they should not really do any harm. + +!!! Purge Markup Cache + +(If your wiki is so configured,) the transformed (almost-HTML) content +of the most recent version of each page is cached. This speeds up page +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 + time someone views it.) + + <?plugin WikiAdminUtils + action=purge-cache + label="Purge Markup Cache" + ?> + +!!! Clean WikiDB 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.... + + This button will delete any pages with illegal page names, without possibility to restore. + + <?plugin WikiAdminUtils + action=purge-bad-pagenames + label="Purge bad pagenames" + ?> + +!!! Clean WikiDB of empty and unreferenced pages + + *Warning!* This button will delete every empty and unreferenced page, without any possibility to restore them again. + This will disable the possibility to revert or get back any deleted page. + + <?plugin WikiAdminUtils + action=purge-empty-pages + label="Purge all empty unreferenced pages" + ?> + +!!! Convert cached_html to new SQL column + + This is only needed on SQL or ADODB if you didn't do action=upgrade, but created the + new page.cached_html field seperately, and now you want to move this data from + page.pagedata over to page.cached_html. + + <?plugin WikiAdminUtils + action=convert-cached-html + label="Convert cached_html" + ?> + +!!! Check WikiDB + + This button will check the Wiki page database for consistency. This can last several minutes. + + <?plugin WikiAdminUtils + action=db-check + label="Check WikiDB" + ?> + +!!! Rebuild WikiDB + + 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!! + + <?plugin WikiAdminUtils + action=db-rebuild + label="Rebuild WikiDB" + ?> + +---- +[CategoryActionPage] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |