|
Cookbook /
PageRegenerateSummary: Make PmWiki regenerate a page, as if someone had done an edit+save sequence.
Version: 1.0
Prerequisites: None.
Status: Stable
Maintainer: Anno
Categories: Administration
Questions answered by this recipe
DescriptionMake PmWiki regenerate a page, as if someone had done an edit+save sequence. NotesAdd to your config.php file: if ($action == 'regen')
{ $action = 'edit'; $_POST = array('post'=>'1'); }
Executing ?action=regen on any page will cause PmWiki to regenerate the page, as if someone had done an edit+save sequence. Release Notes
See Alsohttp://article.gmane.org/gmane.comp.web.wiki.pmwiki.user/42595 ContributorsComments |