[pmwiki-users] pmwiki 2.0.beta22 released

Patrick R. Michaud pmichaud at pobox.com
Wed Feb 23 23:15:07 CST 2005


I've just released PmWiki 2.0.beta22, now available at
    http://www.pmwiki.org/pub/pmwiki/
    http://sourceforge.net/projects/pmwiki/

The primary change in this release is some internal changes to
the skins processing code.  The $BasicLayoutVars variable is
deprecated (it's rarely used anyway), allowing a template
file to easily create as many <!--PageXyzFmt--> sections as
desired.  In addition, the SetTmplDisplay() function can be
used to disable sections of the template.  That is, the code

    SetTmplDisplay('PageXyzFmt', 0);

will suppress the <!--PageXyzFmt--> section of the template.

This release also improves the password prompt form
so that the cursor is already placed in the password box.

The ?action=source has also been fixed to work for character 
sets other than ASCII.

Other minor bugfixes and enhancements are included -- for
more details see the ChangeLog.

Thanks as always,

Pm



More information about the pmwiki-users mailing list