From pmichaud at pobox.com Sun Feb 13 17:35:58 2005 From: pmichaud at pobox.com (Patrick R. Michaud) Date: Wed Jul 13 12:30:39 2005 Subject: [pmwiki-announce] pmwiki 2.0.beta21 released Message-ID: <20050213223558.GA21399@pmichaud.com> I've just released PmWiki 2.0.beta21, which incorporates some minor bugfixes. The biggest change that exists (which really shouldn't affect anyone) is that PmWiki 2 now defaults to a umask value of 002 instead of 000, which slightly improves file security on some sites. If you don't know what "umask" means and everything continues to work, then you don't need to worry about it. However, if you start seeing file permission errors where PmWiki used to function correctly before, then try adding the line umask(0); to your local/config.php and let me know about it so I can figure out what went wrong. :) In addition, this release: - adds a DisableMarkup() function for "turning off" selected markups, - changes the tag produced by ?action=rss to correctly honor pages' (:title:) directives - fixes some minor bugs in HTML generation of simple tables, - corrects some bugs in setting $AuthorPage and $AuthorLink variables, and - improves the v1-to-v2 conversion script slightly for select cookbook recipes. Questions, comments, suggestions welcome as always on the pmwiki-users mailing list. Pm From pmichaud at pobox.com Thu Feb 24 00:15:07 2005 From: pmichaud at pobox.com (Patrick R. Michaud) Date: Wed Jul 13 12:30:39 2005 Subject: [pmwiki-announce] pmwiki 2.0.beta22 released Message-ID: <20050224051507.GC8971@pmichaud.com> 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