]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/PhpWikiDebug
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / PhpWikiDebug
1 Date: Wed, 30 Jan 2013 14:46:03 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=PhpWikiDebug;
5   flags=PAGE_LOCKED;
6   markup=2;
7   acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY";
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 **//Note://** //Most of the actions on this page require administrative privileges.//
12
13 <<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 <<WikiAdminUtils action=purge-cache label="Purge Markup Cache" >>
31
32 == Clean Wiki Database of Illegal Filenames ==
33
34 Page names beginning with the subpage-separator, usually a slash
35 (##/##), are not allowed. Sometimes though an errant plugin or something
36 might create one....
37
38 This button will delete any pages with illegal page names, without possibility to restore.
39
40 <<WikiAdminUtils action=purge-bad-pagenames label="Purge bad pagenames" >>
41
42 == Clean Wiki Database of empty and unreferenced pages ==
43
44 **Warning!** This button will delete every empty and unreferenced page, without any possibility to restore them again.
45 This will disable the possibility to revert or get back any deleted page.
46
47 <<WikiAdminUtils action=purge-empty-pages label="Purge all empty unreferenced pages" >>
48
49 == Convert cached_html to new SQL column ==
50
51 This is only needed on SQL or ADODB if you didn't do action=upgrade, but created the
52 new page.cached_html field separately, and now you want to move this data from
53 page.pagedata over to page.cached_html.
54
55 <<WikiAdminUtils action=convert-cached-html label="Convert cached_html" >>
56
57 == Check Wiki Database ==
58
59 This button will check the Wiki page database for consistency. This can last several minutes.
60
61 <<WikiAdminUtils action=db-check label="Check Wiki Database" >>
62
63 == Rebuild Wiki Database ==
64
65 This will retransform all pages and rebuild the Wiki database on consistency errors or parser updates.
66 This can last several minutes, eat a lot of memory and possibly times out!!
67
68 <<WikiAdminUtils action=db-rebuild label="Rebuild Wiki Database" >>
69
70 ----
71 [[CategoryActionPage]]