[Pmwiki-users] deleteing and holding a page

Patrick R. Michaud pmichaud
Thu Jan 13 09:13:31 CST 2005


On Wed, Jan 12, 2005 at 10:05:02PM -0500, trip somewhere wrote:
> can pages be locked ? Asin they can not go back in history ?? Only
> edited on wards

Well, anytime you allow a page to be edited it's possible for someone
to edit it such that it looks like a previous version.  :-)  And
there's not a way for someone to eliminate the page history.

If you don't want PmWiki to save any page history (not recommended), 
set $DiffKeepDays=0; .

If you want to get rid of the "Restore" links that appear on the
Page History page, set $DiffRestoreFmt='';.  By itself this doesn't 
prevent someone who knows enough about PmWiki from doing a restore, 
but it gets rid of the links.  If you want to keep history but prevent 
restores entirely, use unset($_REQUEST['restore']);  .

All of the above go into the local/config.php file.

> And can a user be regestered ?

This is being worked on; see http://www.pmwiki.org/PITS/00010 .

Pm



More information about the pmwiki-users mailing list