|
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
User notes?: If you use, used or reviewed this recipe, you can add your name. The following format is recognized:
* (+) Optional positive comment. Name, date * (-) Optional negative comment. Name, date These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |