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