]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/PhpWikiDebug
PhpWikiAdministration split in two pages: PhpWikiAdministration and PhpWikiDebug
[SourceForge/phpwiki.git] / pgsrc / PhpWikiDebug
1 Date: Mon, 10 Oct 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id: PhpWikiAdministration 6184 2008-08-22 10:33:41Z vargenau $
4 Content-Type: application/x-phpwiki;
5   pagename=PhpWikiDebug;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 _*Note:*_  _Most of the actions on this page require administrative
12 privileges. They will not work unless you have set an admin username and
13 password in the [PhpWiki|PhpWiki:PhpWiki] config file._
14
15 <?plugin CreateToc jshide||=0 with_toclink||=1 liststyle=ul?>
16
17 These are here mostly for debugging purposes (at least, that is the
18 hope.)
19
20 In normal use, you should not need to use these, though, then again,
21 they should not really do any harm.
22
23 !!! Purge Markup Cache
24
25 (If your wiki is so configured,) the transformed (almost-HTML) content
26 of the most recent version of each page is cached. This speeds up page
27 rendering since parsing of the wiki-text takes a fair amount of juice.
28
29   Hitting this button will delete all cached transformed
30   content. (Each pages content will be transformed and re-cached next
31   time someone views it.)
32
33   <?plugin WikiAdminUtils
34            action=purge-cache
35            label="Purge Markup Cache"
36    ?>
37
38 !!! Clean WikiDB of Illegal Filenames
39
40 Page names beginning with the subpage-separator, usually a slash
41 (=/=), are not allowed. Sometimes though an errant plugin or something
42 might create one....
43
44   This button will delete any pages with illegal page names, without possibility to restore.
45
46   <?plugin WikiAdminUtils
47            action=purge-bad-pagenames
48            label="Purge bad pagenames"
49    ?>
50
51 !!! Clean WikiDB of empty and unreferenced pages
52
53   *Warning!* This button will delete every empty and unreferenced page, without any possibility to restore them again.
54   This will disable the possibility to revert or get back any deleted page.
55
56   <?plugin WikiAdminUtils
57            action=purge-empty-pages
58            label="Purge all empty unreferenced pages"
59    ?>
60
61 !!! Convert cached_html to new SQL column
62
63   This is only needed on SQL or ADODB if you didn't do action=upgrade, but created the
64   new page.cached_html field seperately, and now you want to move this data from
65   page.pagedata over to page.cached_html.
66
67   <?plugin WikiAdminUtils
68            action=convert-cached-html
69            label="Convert cached_html"
70    ?>
71
72 !!! Check WikiDB
73
74   This button will check the Wiki page database for consistency. This can last several minutes.
75
76   <?plugin WikiAdminUtils
77            action=db-check
78            label="Check WikiDB"
79    ?>
80
81 !!! Rebuild WikiDB
82
83   This will retransform all pages and rebuild the Wiki database on consistency errors or parser updates.
84   This can last several minutes, eat a lot of memory and possibly times out!!
85
86   <?plugin WikiAdminUtils
87            action=db-rebuild
88            label="Rebuild WikiDB"
89    ?>
90
91 ----
92 [CategoryActionPage]