Main.SideBar (edit)PmWiki |
Version 2.0.beta7 (8-Dec-2004)This release has a number of improvements and changes to it. First, this release provides a scripts/xlpage-utf-8.php file, which adapts PmWiki to be able to work somewhat with utf-8 characters in pagenames. Since PHP's preg_* functions seem to be unable to detect UTF-8 alphanumeric characters, the trade-off at the moment is that WikiWord links are limited to the ASCII character set. We're working on ways to get around this restriction, however. The xlpage-utf-8.php script can be automatically loaded by any XLPage? translation that specifies 'xlpage-i18n' => 'utf-8'. This release also:
Version 2.0.beta6 (5-Dec-2004)This release contains a number of relatively minor bugfixes (see the ChangeLog), and it also restores the The sample-config.php file has been updated with more comments and suggestions for customizations. Finally, this release increases the default value of Version 2.0.beta5 (1-Dec-2004)Version 2.0.beta4 (1-Dec-2004)These releases fix a number of bugs introduced by the changes in 2.0.beta3. Users of 2.0.beta3 are encouraged to upgrade directly to this release. Version 2.0.beta3 (30-Nov-2004)This release provides a simple version of the Internally, this release also changes the edit page sequence to use the $_POST autoglobal instead of $_REQUEST (i.e., posting edits is only allowed via method='post' and not via query string parameters). Version 2.0.beta2This release fixes the bug that caused $PageTemplateFmt to no longer work in pmwiki-2.0.beta1. Version 2.0.beta1This release marks PmWiki 2.0 as entering "beta" status, as it finally begins moving towards official release. The major change for this release is in the skins code -- previous versions of PmWiki used $PageTemplateFmt to specify the location of the template file to be used; newer versions now use the $Skin variable to specify the location of the skins directory (in pub/skins/) that contains the skin template file, php configuration script, and other files. In general, if you previously had $PageTemplateFmt set to "pub/skins/myskin/myskin.tmpl", then you now simply set $Skin='myskin'; to get things to work. See PmWiki.LayoutBasics? for more details. Version 2.0.devel releasesThese are the release notes for the development releases of PmWiki 2.0. First, this is definitely still in the development stages, so many things are likely to change between now and the official releases. Second, at present there's not a good way to upgrade from PmWiki 1.0 to PmWiki 2.0, although upgrade support is expected to arrive in future (development) releases. So, you can use this version just to see the new developments and gain some experience, but migrating from 1.0 to this version is still likely to be a bit of a chore. Bugs and other requests can be reported to the PmWiki Issue Tracking System at http://www.pmwiki.org/wiki/PITS/PITS. Any help in testing, development, and/or documentation is greatly appreciated. |