From 164241e0aa29a3385775206a3fa12d4b4f9053a0 Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 10 Oct 2008 13:43:02 +0000 Subject: [PATCH] PhpWikiAdministration split in two pages: PhpWikiAdministration and PhpWikiDebug git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6295 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/PhpWikiAdministration | 91 +----------------------------------- pgsrc/PhpWikiDebug | 92 +++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+), 90 deletions(-) create mode 100644 pgsrc/PhpWikiDebug diff --git a/pgsrc/PhpWikiAdministration b/pgsrc/PhpWikiAdministration index 36ad8597c..4c3856cb8 100644 --- a/pgsrc/PhpWikiAdministration +++ b/pgsrc/PhpWikiAdministration @@ -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 @@ password in the [PhpWiki|PhpWiki:PhpWiki] config file._ ----- !!! Page Explorer First select pages and then define the action: @@ -30,7 +29,6 @@ or call the available ~WikiAdmin actions directly: [/Chmod] | [/Chown] ----- !!! User Management Reset a users password: @@ -61,7 +59,6 @@ Access Restrictions (disabled): label="Access Restrictions" ?> ----- !!! Cleanup A Wiki SandBox is very easy to clean. Here you can restore it to @@ -69,8 +66,6 @@ pristine condition by loading the default from pgsrc. [Rake the SandBox|phpwiki:?action=loadfile&source=pgsrc/SandBox]. ----------- - !!! Making Snapshots or Backups !! ZIP files of database @@ -99,7 +94,6 @@ The most recent version of each page will written out to the 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 @@ new phpwiki engine update: ;:[ 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 @@ page text. The upload and load functions will automatically recognize each of these three types of files, and handle them accordingly. ----- - !!! Dump pages as XHTML @@ -177,84 +167,5 @@ pages. The XHTML file collection can also be downloaded as an *[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.) - - - -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. - - - -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. - - - -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. - - - - -Check WikiDB: - - This button will check the Wiki page database for consistency. This can last several minutes. - - - -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!! - - - ---- [CategoryActionPage] diff --git a/pgsrc/PhpWikiDebug b/pgsrc/PhpWikiDebug new file mode 100644 index 000000000..2bd824b7e --- /dev/null +++ b/pgsrc/PhpWikiDebug @@ -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._ + + + +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.) + + + +!!! 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. + + + +!!! 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. + + + +!!! 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. + + + +!!! Check WikiDB + + This button will check the Wiki page database for consistency. This can last several minutes. + + + +!!! 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!! + + + +---- +[CategoryActionPage] -- 2.45.2