PmWiki: ReleaseNotes6

Version 1.0.8 (26-Aug-2004)

This release provides a minor bugfix to sessionauth.php.

Version 1.0.7 (23-Aug-2004)

This release provides a minor bugfix to prevent links containing <img ...> tags at the end of a markup line from being inappropriately floated to the front when the source of the tag was not an image link.

Version 1.0.6 (19-Aug-2004)

This release provides some minor improvements: A $LockFile variable has been introduced to allow the location of the ".flock" file to be set, and the sample-config.php file has been improved.

Version 1.0.5 (8-Jul-2004)

This release provides some minor bugfixes: it corrects a bug with $WikiPageCreateSpaceFmt, and eliminates a couple of ctype_digit() calls that were missed in the 1.0.1 release (for PHP 4.1 compatibility).

Version 1.0.4 (2-Jul-2004)

This release cleans up the table caption code a bit, and also makes some minor enhancements to the search functionality. See the ChangeLog for details.

Version 1.0.3 (30-Jun-2004)

This release adds the capability to author captions and column headers in SimpleTables. In addition, the release eliminates the warning message generated on IIS systems when QUERY_STRING is not set. Finally, support for &#x...; hexadecimal character encodings has been added.

Version 1.0.2 (28-Jun-2004)

This release fixes a bug in the Patch() function that incorrectly applied non-diff lines to page restores.

Version 1.0.1 (20-Jun-2004)

This release provides a couple of minor bugfixes:

Version 1.0.0 (13-Jun-2004)

This is the PmWiki 1.0 release. The primary purpose of this release
is to give PmWiki a "1.0" release number to reflect its demonstrated
stability. In reality, the changes between 0.6.21 and this version are
the same as a minor version change--upgrading to this version should not
pose any difficulties. The minor changes are:

More details about this release will be available in the pmwiki-users [http://www.pmwiki.org/wiki/PmWiki/MailingLists] archives.

Version 0.6.21 (27-May-2004)

This release is experimental and contains a first implementation for WikiFarms. A WikiFarm is a way of having multiple independent wikis run from a single installed copy of PmWiki.

Version 0.6.20 (24-May-2004)

This release contains some bugfixes and minor enhancements to the
[[include:]] syntax, newlines between GroupHeader and GroupFooter
pages, and other miscellaneous details. For full information, see
the ChangeLog.

Version 0.6.19 (10-May-2004)

This release contains only minor changes:

In addition, Pm advises cookbook authors and other local customizers that the internal routines for editing, previewing, and posting pages may change somewhat within the next few revisions. This is not expected to warrant a significant change for any but the most complex PmWiki installations with significant deviations from the standard edit code.

Version 0.6.18 (7-May-2004)

The major change in this release is that PmWiki's default Patch() function has been rewritten to run entirely in PHP, without requiring a call to an external program such as patch(1). This provides a number of advantages:

However, because of potential differences in the way that various operating systems store page history information, there's a possibility that the new Patch() function will not work where the external call to patch(1) previously did. To revert to using the old method (via an external program), simply add the line

    include_once('scripts/syspatch.php');

to local/config.php and PmWiki will revert to using the function found in previous versions of PmWiki.

This release also has some minor improvements:

Version 0.6.17 (4-May-2004)

This release adds some extensions to the [[include:]] syntax to allow portions of another page to be included in the current one, based on either anchors embedded in the page or line numbers in the source markup. More details are available at SpecialMarkups#Includes .

Version 0.6.16 (28-Apr-2004)

This release provides some minor improvements:

Version 0.6.15 (30-Mar-2004)

This release provides some minor improvements to trail markups.

It also changes the default value of $AuthRealmFmt to use a single realm for the entire site instead of the per-group realm in previous versions. To revert back to the old behavior, use
    $AuthRealmFmt = '$WikiTitle - $Group';

Version 0.6.14 (24-Mar-2004)

This version provides a minor bugfix to $WikiWordCountMax, and adds support for XLPage files to automatically load i18n-specific setup scripts (e.g., for alternate charsets).

Version 0.6.13 (20-Mar-2004)

This version updates the mailposts.php script to provide better
functionality. See PmWiki.MailPosts for details.

Version 0.6.11, 0.6.12 (20-Mar-2004)

These releases fix a bug in the %class% wiki style.

Version 0.6.10 (18-Mar-2004)

This release makes some minor changes:

Version 0.6.8, 0.6.9 (3-Mar-2004)

This release cleans up a few documentation bugs and adds a few minor features.

Version 0.6.7 (26-Feb-2004)

Version 0.6.6 (26-Feb-2004)

Version 0.6.3 through Version 0.6.5 (25-Feb-2004)

    $PageEditFmt = array('...your custom edit template...',
      'wiki:$[PmWiki.EditQuickReference]');

Version 0.6.2 (23-Feb-2004)

Version 0.6.1 (22-Feb-2004)

Version 0.6.0

This is the 0.6.0 release. WikiAdministrators should carefully read the notes below before upgrading from 0.5.x to 0.6, as many substantial changes have been incorporated into this release. PmWiki:Upgrade6Notes contains notes from others who are currently undergoing 0.5.x to 0.6 upgrades.

Major changes from version 0.5.27

New features in PmWiki 0.6

本頁更新於 2004 年 08 月 27 日,11:05 PM