[pmwiki-users] 2.0.beta51 released; fixes posting bug

Patrick R. Michaud pmichaud at pobox.com
Fri Jul 22 11:41:48 CDT 2005


This morning I discovered that the "Save and Edit" feature
introduced in beta44 could be used to bypass urlapprovals,
blocklists, and wouldn't handle simultaneous edits.

This release fixes that problem.  Anyone who is using version beta44
or later is highly encouraged to update to this release.  For those
who cannot or don't wish to upgrade, the save-and-edit feature
can be disabled entirely by adding the following to local/config.php:

   unset($_POST['postedit']);

The blocklist recipes in the PmWiki cookbook have already been updated
to work with beta51 (they also continue to work for previous releases).  
Any other recipes or local customizations that make use of 
"unset($_POST['post'])" to disable a posting need to be using
"$EnablePost=0" instead.

Questions, comments, suggestions welcome as always.

Pm




More information about the pmwiki-users mailing list