version=pmwiki-2.0.beta24 newline=² text=!!!Version 2.0.beta25 (2-Mar-2005²* Heading markups now consume an optional space following the markup chars (suggested by H. Fox).²* Added option to `ParseArgs() to allow capture of arguments in the order specified (suggested by C. Ridderström).²²!!!Version 2.0.beta24 (1-Mar-2005)²* Fixed loss of version number in wiki field (PITS:00217, found by Hugo Alrøe).²* Fixed bug with handling of '?'s encoded as %3f in incoming urls. ²* Fixed mis-handling of "`PageNotFound" requests.²* Added $EnablePostAttrClearSession switch to control remembering of session's passwords when posting attributes (requested by Dirk Blaas).²* List markups now consume optional space following markup char.²* Added `ParseArgs() function for uniform handling of directive argument processing.²* Switched pagelist.php to use `ParseArgs().²²!!!Version 2.0.beta23 (24-Feb-2005)²* Fixed post attributes to clear "remembered" passwords so that password enabling and testing is more visible.²* Added $EnablePageListProtect -- when set to a true value it causes read-protected pages to not appear in page listings and search results unless the browser has already been authorized to read them (based on suggestions from Nils Knappmeier, Neil Herber, and PITS:00344).²²!!!Version 2.0.beta22 (23-Feb-2005)²* Fixed authorization form so that cursor is automatically placed in password box (contributed by Hans).²* Fixed bug with non-ASCII character sets in ?action=source (PITS:00336, noted by HansB).²* Updated scripts/guiedit.php to allow buttons with arbitrary HTML actions.²* Fixed permissions on .lastmod (PITS:00339, reported by Mark S. and others).²* Fixed bug in PCache where variables weren't set correctly for RecentChanges pages.²* Made substantial changes to skins.php to ease control of page template sections.²²!!!Version 2.0.beta21 (13-Feb-2005)²* Changed width of edit box in pmwiki skin to be 98% for IE (suggested by Hans).²* Fixed bug in scripts/pgcust.php with checking wrong flag for loading local/default.php (PITS:00305, discovered by Joe Miller).²* Fixed bug with empty table heading (
...
tags (PITS:00074, reported by John Rankin).²* WikiTrails now allows alternate text in the trail page reference (PITS:00271, requested by Oneida Kincaid).²* Added "styles" index to default $HTMLHeaderFmt, to allow disabling of inlined styles.²* Added $GUIButtonDirUrlFmt variable to guiedit to make it easy to provide alternate guibutton sets.²* Added more guibuttons.²* Moved "Attach:" guibutton code into upload.php.²* Fixed bug with $LastModified timestamp in page history (noted by Neil Herber and others).²* Modified guiedit code so that the sample text is highlighted after hitting a button (makes it easy to locate and overwrite existing sample text).²²²!!!Version 2.0.beta17 (12-Jan-2005)²* Fixed bug in advanced tables not closing properly.²* Fixed wikistyles so that color changes extend to anchor tags (PITS:00282).²* Fixed a bug in handling arrayed default passwords.²* Added $Titlespaced conversion to compat1x.php.²²!!!Version 2.0.beta16 (11-Jan-2005)²* Fixed missing guiedit.js file in distribution.²²!!!Version 2.0.beta15 (10-Jan-2005)²* Fixed problem with [@{$Title}@] markup (PITS:00177, thanks to Neil Herber).²* Added $Titlespaced and [@{$Titlespaced}@] (requested by H. Fox).²* Fixed another bug in vardoc.php that was preventing some restore links from working.²* Fixed bug in compat1x.php that was incorrectly converting reference-style links (noticed by Christian Ridderström).²* Re-adjusted wikistyles again to allow styles to appear in link text.²* Cleaned up rss encodings of named character entities (PITS:00129 and PITS:00239, reported by Bronwyn, GrahamL, and others).²* Fixed problem with block styling containing only links (PITS:00258, reported by Hans Bracker).²²!!!Version 2.0.beta14 (28-Dec-2004)²* Removed border= attribute from tags, now uses style='border:0px;' instead. (PITS:00169, reported by Balu).²* Removed extraneous $Fragment from print skin (PITS:00241, reported by BrBrBr).²* Fixed ?action=crypt posting (reported by Hans Bracker)²* Added id='text' to $PageEditFmt.²* Cleaned up 'posteval' code for `MarkupToHTML() function.²* Optimized a number of patterns for (hopefully) faster pattern matching.²* Fixed URLs to better encode non-ASCII characters.²* Converted substr() comparisons to more efficient expressions.²* Added a cache to `PageExists() function.²* Cleaned up `PrintFmt() function for better processing.²* Added Lock(0) to `PrintFmt to release locks prior to sending data to browser.²* Fixed bug with empty `StopWatch() function (reported by K. Alboldt).²* Changed ?action=diff to require 'read' permissions (Note: this will change to be admin configurable in another release).²²!!!Version 2.0.beta13 (22-Dec-2004)²* Fixed a bug introduced in 2.0.beta7 that causes ?action=refcount to produce incorrect links (thanks to Leo for reporting this).²²!!!Version 2.0.beta12 (21-Dec-2004)²* Addedformatted text not in a single block (thanks to Steffen Bauch)²²!!!Version 2.0.devel16 (22-Oct-2004)²* Fixed numerous bugs in `PrintAttrForm (thanks to S. Sherebrin).²* Fixed bug in calling getrusage() for Windows (PITS:00094, thanks to Adam Bull)²* Fixed bug with WikiTrails and spacewikiwords (PITS:00103, thanks to jr)²* Modified per-page and per-group customizations so that per-group customizations are loaded even if a per-page customization exists -- see scripts/pgcust.php.²* Changed $EnablePerGroupCust to $EnablePGCust.²* Modified [@`WikiWord@] markup to protect [@`Group.WikiWord@].²* Added code to go ahead and look for ''config.php'' in the current directory if ''local/config.php'' doesn't exist.²* Added $EnableLocalConfig to allow farm administrators to control automatic local configuration.²* Fixed `LinkIMap to properly url-encode non-ASCII characters (needed for IE, related to PITS:00053).²* Fixed problems with non-ASCII characters in attachment names (PITS:00053, thanks to Henning and Zverik).²* PmWiki now sets locale to en_US if default is UTF-8 or C.²* Added $PageSkinFmt and $PrintSkinFmt to simplify layout template specs, which also reorganizes the files in the pub/skins directory.²²!!!Version 2.0.devel15 (21-Oct-2004)²* Fixed bugs in [@(:if:)@] markup.²* Added 'true', 'group', and 'name' conditions to ConditionalMarkup.²* Fixed bug with nested lists appearing inside of non-nesting blocks (PITS:00101, thanks to Mystique for finding this bug).²* Fixed date-formatting bug in Last-Modified header (PITS:00099, thanks to PRZ).²* Fixed bug with $DiffClassMinor in edit (PITS:00095).²* Improved phpdiff algorithm to ignore blank lines as target of shortest-distance search (PITS:00096, thanks to Elias Soong for analysis and suggestion).²* Added "clear:both;" to default print template (PITS:00079, suggested by SV).²²²!!!Version 2.0.devel14 (20-Oct-2004)²* Fixed problem with html entities being translated in included text (PITS:00100, thanks to Knut Alboldt)²* Added capability to use a `WikiTrail as the scope of a search.²* Fixed bug with $SearchPatterns (PITS:00066, thanks to PRZ).²* Added list= parameter to searchresults, pagelist, etc. to filter list output (requested by P. Krait and others).²* Converted [:directive:] to (:directive:)²* Changed $PageName to $FullName. $PageName still but is deprecated and will be removed in the 2.0 release.²* Added $Action and $ActionTitleFmt to create betters. (PITS:00093, thanks to jr).²* Deprecated $HTMLTitleFmt, updated layout templates.²²²!!!Version 2.0.devel13 (11-Oct-2004)²* Added code to remove trailing slashes from pagename in `URLs (suggested by Steven Leite).²* Made change to set the default locale using PmWiki 1's algorithm.²* Modified httpauth to keep track of multiple passwords via sessions (if possible).²* Added wikiword spacing and title control via `WikiLink function.²* Added $AsSpacedFunction and `AsSpaced.²* Fixed trails.php to use `MakePageName instead of `MakeLink to build pagenames.²* Added `SaveAttributes, which extracts a page's title and link targets into separate page attributes.²* Fixed search function to also search for matching targets.²* Added $LinkWikiWords to control WikiWord linking.²* Changed $PageTitle to $Title.²* Added `PCache to provide quick access to subsets of page attributes; this eliminates the `SetPage function.²²!!!Version 2.0.devel12 (10-Oct-2004)²* Fixed [@[:nofooter:]@] (PITS:00080, thanks to PRZ).²* Fixed incorrect array cast (PITS:00073, thanks to noe).²* Fixed handling of WikiWords with query fragments (PITS:00069, thanks to jr)²* Fixed bug with empty double-brackets links (PITS:00083, thanks to PRZ).²* Fixed bug with link text in WikiTrails (PITS:00085, thanks to PRZ).²²!!!Version 2.0.devel11 (3-Oct-2004)²* Added [@'+big+', '-small-', '^super^', '_sub_', {+ins+}, {-del-}@] and [@`WikiWord@] (with credit to John Rankin).²* Added [@-- tags when creating a target link. This may allow inline markups to be processed before links.²* Fixed url pattern used for mailto: links.²* Moved inline markups to occur before link processing. This should enable many inline markups within link text. It may also cause some problems, so this change is a bit tentative.²²!!!Version 2.0.devel6 (20-Sep-2004)²* Fixed ||!table caption!|| (PITS:00040, thanks to John Rankin)²* Added $UrlLinkFmt, $IMapLinkFmt (PITS:00050, thanks to John Rankin)²* Removed extraneous spaces from link texts (PITS:00047, thanks to Bronwyn)²* Fixed author tracking (PITS:00048, thanks to Larry Baltz)²* Added "markup:" parameter for `PrintFmt (addresses PITS:00051)²* Added template option.²²!!!Version 2.0.devel5 (13-Sep-2004)²²* Fixed wikistyle nesting problem (PITS:00032, thanks to Balu for catching this)²* Moved body { margin-left:20px; } into pmwiki.css (PITS:00034, thanks to Balu)²* Changed calls to ucwords() to use preg_replace() since ucwords doesn't work properly in some languages (PITS:00031, thanks to Zverik)²* Fixed problems with partial `URLs (PITS:00013)²* Fixed upload.php to use SDVA on $UploadExts (thanks to Larry Baltz)²* Fixed problem with WikiStyles crossing header tags (PITS:00032, thanks to Balu)²²!!!Version 2.0.devel4 (6-Sep-2004)²²* Fixed call-time-pass-by-reference in simuledit.php (thanks to CB).²* Added ?action=crypt.²* Added ?action=print.²* Added `XLPage() functions and fixed problems with i18n (PITS:00011)²* Fixed bug in trails.php code (PITS:00017)²* Documented custom markup functions (PITS:00003)²* Improved ?action=ruleset slightly²* Added [@[[<<]]@] markup (thanks to JF)²²!!!Version 2.0.devel3 (27-Aug-2004)²²* Fixed missing mode parameter in mkdir (thanks to javajunky on irc).²²!!!Version 2.0.devel2 (27-Aug-2004)²²* Added $EnablePathInfo support.²* Fixed problem with QUERY_STRING handling of '?'.²²!!!Version 2.0.devel1 (26-Aug-2004)²²* Initial release. For experimental and development use '''only'''.²² time=1109778904 name=PmWiki.ChangeLog host=64.28.111.141 agent=pmwikiedit rev=227 author=Pm targets=PmWiki.HansB,PmWiki.PCache,PmWiki.RecentChanges,PmWiki.PageStore,PmWiki.PmWiki,PmWiki.WikiTrails,PmWiki.GrahamL,PmWiki.BrBrBr,PmWiki.URLs,PmWiki.StopWatch,PmWiki.EditQuickReference,Main.GroupAttributes,PmWiki.GroupAttributes,PmWiki.SimpleTables2,PmWiki.UpgradingFromPmWiki1,PmWiki.WikiStyles,PmWiki.ConditionalMarkup,PmWiki.WikiWord,PmWiki.WikiWords,PmWiki.AdvancedTables