Calculators   PmWiki /
ReleaseNotes
SearchWiki
PmWiki.RecentChanges
Edit Page
Page Revisions

Version 0.5.22 (3-Sep-2003)

Version 0.5.21 (1-Sep-2003) Version 0.5.20 (16-Aug-2003) Version 0.5.19 (11-Aug-2003) Version 0.5.18 (10-Aug-2003) Version 0.5.17 (6-Aug-2003)

Minor improvements:

Version 0.5.16 (5-Aug-2003)

This release adds a couple of new features. However, if upgrading from a version before 0.5.15, be sure to read the release notes below.

Version 0.5.15 (4-Aug-2003)

This release almost warrants a major release number but I've decided to stay with the 0.5 series for now. But, it's recommended to read these release notes carefully since there are some potentially significant changes.

Version 0.5.14 (30-Jul-2003)

Version 0.5.13 (29-Jul-2003)

Version 0.5.12 (23-Jul-2003)

This version adds the [[redirect:]] directive to Pm Wiki.

Version 0.5.11 (18-Jul-2003)

Miscellaneous fixes:

Version 0.5.10 (15-Jul-2003)

Version 0.5.9 (14-Jul-2003)

Version 0.5.8 (13-Jul-2003)

Version 0.5.7 (11-Jul-2003)

A variety of improvements and requested features...

Version 0.5.6 (2-Jul-2003)

    $TimeFmt = '%B %d, %Y, at %I:%M %p';


Version 0.5.5 (21-Jun-2003)

Modified PATH_INFO handling so that the pagename is determined only from a valid Group/Title component at the end of PATH_INFO. This should help systems running in environments that place the entire script name in PATH_INFO or otherwise set PATH_INFO incorrectly.

Modified the handling of $SearchTagFmt so that $PageUrl is substituted upon output (when the correct pagename is known) instead of on initialization.

Version 0.5.4 (20-Jun-2003)

Made some changes to Fmt Page Name? to hopefully make life easier for those who are stuck on hosting services that don't properly support the CGI PATH_INFO variable. A Wiki Administrator can simply set

    $EnablePathInfo = 0;
in local.php and this will cause page names to be placed in the CGI QUERY_STRING variable instead of PATH_INFO. This is done by rewriting '$ScriptUrl/{pagename}' in fmt-strings to read '$ScriptUrl?pagename={pagename}' (and adjusting any existing query string as appropriate).

Version 0.5.3 (16-Jun-2003)

Modified PrintWikiPage() so that link and page references in included pages are relative to the including page instead of the included page.

Added Group Footer? and capabilities.

Fixed an XHTML error in search.php.

Version 0.5.2 (14-Jun-2003) Version 0.5.1 (14-Jun-2003)

Bugfix in Print Wiki Page?() and upload.php.

Version 0.5.0 (13-Jun-2003)

This is the 0.5.0 release. WikiAdministrators should carefully read the notes below before upgrading from 0.4.x to 0.5, as some substantial changes have been incorporated into this release.

    $HTTPHeaders[] = "Content-Type: text/html; charset=utf-8;";

    <?php PrintWikiPage('Main.MyInsetPage'); ?>


Edit Page - Page Revisions - WikiHelp - SearchWiki - RecentChanges
Page last modified on September 03, 2003, at 01:38 AM