123456789 |
- version=pmwiki-1.0.5
- newline=²
- text=!!!Version 1.0.5 (8-Jul-2004)²* Changed ctype_digit to preg_match--missed these in the 1.0.1 release (many thanks to John Coxon for finding this).²* Fixed bug with $WikiPageCreateSpaceFmt (thanks to John Rankin for finding this)²* Modified refcount.php so that save operations are given a chance to complete while refcounts are being computed.²²!!!Version 1.0.4 (2-Jul-2004)²* Modified search.php to enable searches to work when wiki.d is subdivided into subdirectories.²* Modified search.php so that save operations are given a chance to complete while searches are taking place.²* Cleaned <caption> markup to not use <td> cell attributes (suggested by John Rankin).²²!!!Version 1.0.3 (30-Jun-2004)²* Fixed E_NOTICE problem with missing QUERY_STRING on IIS systems (thanks to Wolfgang Bund for reporting this)²* Added column headers and caption cells to simple tables (suggested by John Rankin)²* Added support for &#x...; hexadecimal character entities (suggested by Clemens Koller)²²!!!Version 1.0.2 (28-Jun-2004)²* Fixed bug in Patch() function (thanks to Nils Knappmeier for finding this)²²!!!Version 1.0.1 (20-Jun-2004)²* Fixed title spacing in AsSpaced (thanks to Steven Leite)²* Changed ctype_digit() to preg_match() for PHP 4.1 compatibility²* Fixed missing $FarmD declaration in XLPage²²!!!Version 1.0.0 (13-Jun-2004)²* Eliminated use of $HTTP_* variables.²* Added code to be able to handle multiple ?'s in query strings.²* Added $DiffAccessLevel, allows WikiAdministrators to change the password required to access page history.²²!!!Version 0.6.21 (27-May-2004)²* Added experimental support for WikiFarms.²²!!!Version 0.6.20 (25-May-2004)²* Fixed bug in stdconfig.php with incorrect use of $HandleBrowse instead of $HandleActions (contributed by Ben Shakal)²* Added workaround in include: handling to overcome PHP's problem with incorrectly treating strings beginning with 'inf' as "infinity" (problem discovered after troubleshooting with Gregory Watts).²* Changed setting of $EnablePathInfo to be set only if not already set by some other script (requested by Jason Perkins)²* Updated intermap.txt to reflect new location of PmWiki on pmwiki.org.²* Modified GroupHeader and GroupFooter to automatically insert newlines if they aren't already there (excellent suggestion by Robin Sheat).²²!!!Version 0.6.19 (10-May-2004)²* Added support for edit "change summaries" to be included with each edit. See Cookbook:ChangeSummary for details (requested by Heather J.).²* Includes updates for "pmwe" from Scott Duff.²* Added [=[@...@]=] markup, which does something roughly equivalent to combining the [=@@...@@=] and [=[==]..=] markups (requested by J. Meijer).²²!!!Version 0.6.18 (7-May-2004)²²* Rewrote the Patch() function to use a purely PHP-based implementation instead of making an external call to patch(1). ²* Fixed bug with consecutive [=[==]...=] sequences on systems that treat $KeepToken as a sequence of digits, such as [=W2K-NL=] (discovered by J. Meijer).²* Modified [=[[include:]]=] handling so that include directives also work inside of pages called via [=PrintWikiPage()=] (e.g., in <!--wiki:...--> directives in templates).²* Added $GroupPrintHeaderFmt and $GroupPrintFooterFmt variables to specify the pages to be added as headers and footers to ?action=print (requested by Michael Weiner).²²!!!Version 0.6.17 (4-May-2004)²* Added extensions to [=[[include:]]=] syntax to allow portions of other pages to be included (suggested by John Rankin with contributions from many).²²!!!Version 0.6.16 (28-Apr-2004)²* Changed rounding for font size changes to nearest unit instead of nearest tenth (suggested by Enrique Pardo).²* Fixed mkgiddir to remove trailing slashes before directory operations (contributed by John Rankin and Donald Gordon).²²!!!Version 0.6.15 (30-Mar-2004)²* Added <span link='wikitrail'> around wiki trail markups (suggested by John Rankin).²* Added $TrailPathSep variable for use in TrailPaths (suggested by Niall Durham).²* Changed $AuthRealmFmt to eliminate per-group realms by default.²²!!!Version 0.6.14 (24-Mar-2004)²* Fixed bug with $WikiWordCountMax limiting replacements in double-brackets (thanks to Eric Celeste for noticing this)²* Added support for 'xlpage-i18n' option in XLPage to automatically load i18n-specific setup scripts (e.g., for alternate charsets).²²!!!Version 0.6.13 (20-Mar-2004)²* Updates the mailposts.php script to provide better customization of mailposts, e.g., authors and URLs to modified pages. (Thanks to Thomas -Balu- Walter for suggestions.)²²!!!Version 0.6.11 and 0.6.12 (20-Mar-2004)²* Fixed bug with @@[=%class=...%=]@@ wiki style (thanks to Christian Ridderström)²²!!!Version 0.6.10 (18-Mar-2004)²* Added .sit extension to default upload types (suggested by Enrique Pardo)²* Added .css extension to default upload types²* Cleaned up some bugs with indent code and handling of <pre> text²* Fixed problems in Page Attribute code²* Cleaned up pmwiki.css file²* Change pmwiki.tmpl to use XHTML Transitional 1.0, and a table for the wiki title.²* Fixed handling of $Needle and $SearchGroup in search.php (thanks to Thomas -Balu- Walter for reporting this)²²!!!Version 0.6.8 and 0.6.9 (3-Mar-2004)²* Added $EditMessageFmt to edit form.²* Added $DiffFunction and $PatchFunction for user-supplied diff/patch.²* Fixed bug with $HTMLTitle in scripts/upload.php (thanks to Mathias Dzionsko for noticing this).²* Minor edit checkbox now remains set when preview is selected (thanks to Mathias Dzionsko for noticing this).²* Added $HTMLLineBreak.²* Modified $WikiStylePattern to allow colons in addition to equals.²* Added font-family, font-style, font-weight, text-decoration, and class WikiStyle attributes.²* Added $EnablePostAuthorRequired.²* Added preliminary code to enable $PageFileFmt to place pages in subdirectories of $WikiDir.²* Added LoadPageTemplate function.²²!!!Version 0.6.7 (26-Feb-2004)²* Bugfix to search.php (introduced in 0.6.2)²* Added [=<!--/Page...Fmt-->=] template syntax to tlayout.php to end sections.²* pmwiki.php now defines a "PmWiki" constant that scripts can use to verify they're being called from PmWiki and not directly.²²!!!Version 0.6.6 (26-Feb-2004)²* Bugfix to authorization code (thanks to Thomas Stierli for finding this).²²!!!Version 0.6.5 (25-Feb-2004)²* Bugfix to pgcust.php code.²²!!!Version 0.6.4 (25-Feb-2004)²* Modified code for automatically inserting pub/css/local.css, pub/css/$Group.css, etc., to use a $PageCSSListFmt array for customization.²* Modified [=[++...++] and [--...--]=] markups to use <span> elements + CSS properties instead of the [------evil, terrible, awful------] <font> element.²²!!!Version 0.6.3 (25-Feb-2004)²* Fixed bug in search.php generating extraneous "<div id='wikitext'>" (thanks to Andres Yver).²* Moved code for PmWiki.EditQuickReference and PmWiki.UploadQuickReference into the $PageEditFmt and $PageUploadFmt variables (was previously in $HandleEditFmt and $HandleUploadFmt).²* Changed $HTMLHeaders to <!--HeaderText-->. $HTMLHeaders is deprecated.²* Added $AsSpacedFunction.²* Added code to automatically insert pub/css/local.css, pub/css/$Group.css, and pub/css/$Group.$Title_.css if they exist.²* Added code so that PmWiki preserves the old page if a new edit cannot be saved, e.g., due to disk full errors. (Thanks to Thomas -Balu- Walter for the suggestion.)²* Modified [=FmtPageName=] so that $...Fmt variables are substituted first.²* Modified PmWiki template for correct site url link and to use above modifications.²²!!!Version 0.6.2 (23-Feb-2004)²* Fixed possible bug with passing arguments by reference in tlayout.php (thanks to Runar Oudmayer for locating this)²* Template layout now allows [!--...--] in addition to <!--...--> for template directives.²* Cleaned up array handling for use with PHP 5 (thanks to Roy for reporting this)²²!!!Version 0.6.1 (22-Feb-2004)²* Redesigned layout (yet again!) to use template files, normally stored in pub/skins/. ²* Removes the stdconfig.php file from the distribution.²* Added link to author profile page in page history.²* Greatly improved variable documentation, changed vardoc.php to include [=[[$Varindex]]=] markup.²²!!!Version 0.6.0 (18-Feb-2004)²* Official release.²* Fixed bug in print.php with $UrlLinkTextFmt.²²!!!Version 0.6.beta17 (17-Feb-2004)²!!!Version 0.6.beta16 (16-Feb-2004)²* Added class selector to search form.²* Fixed a bug in handling double quotes inside of [=[=...=]=].²* Added $CurrentTime setting to [=HandlePost=].²* Fixed pagerev.php to allow better i18n of output²* Changed $PrintCSS variable to $PrintSkin.²* Fixed printable view to open in a new window.²* Updated the refcount.php and rss.php scripts for 0.6. Added an "orphans" option to refcount.php.²²!!!Version 0.6.beta15 (15-Feb-2004)²!!!Version 0.6.beta14 (15-Feb-2004)²* Changed $WikiWordSearchPathFmt to become $WikiWordPagePathFmt.²* Defaulted link count of PmWiki to 1.²* Changed location of configuration file to be local/config.php.²* Added $SpaceWikiWords==2 option for alternate [=AsSpaced()=] functionality.²* Fixed bug where "wiki:" of empty pages in [=PrintFmt=] printed current contents.²* Fixed bug in .indent class of stdlayout.css.²* Removed requirement of $action=='edit' to set author id.²* Added setting of pagename to stdconfig.php.²* Moved skins CSS files from pub/css/ to pub/skins/ .²²!!!Version 0.6.beta13 (13-Feb-2004)²* Really fixed search header for non-path info installations (credit to dave at thunderbunny)²²!!!Version 0.6.beta12 (13-Feb-2004)²* Fixed [=[==]...=] processing to work around [=[[noheader]]=], [=[[nofooter]]=], etc.²²!!!Version 0.6.beta11 (13-Feb-2004)²* Fixed search header for non-path info installations.²²!!!Version 0.6.beta10 (12-Feb-2004)²* Fixed bug in setting of $PageRedirectFmt (thanks to Christian Ridderström)²* Added print.php for printable page functionality²* Changed default layout slightly²* Changed default contents of left sidebar²²!!!Version 0.6.beta9 (12-Feb-2004)²* Removed notify.php script from distribution²* Added $GroupFreeLinkPattern to enable cookbook scripts to differentiate old vs. new freelinks. This may disappear in future releases.²* Added $WikiWordCount and $WikiWordCountMax.²* Added $WikiWordReplaceFmt.²²!!!Version 0.6.beta8 (11-Feb-2004)²* cleaned up E_NOTICE bugs²* added error_reporting(E_ALL ^ E_NOTICE) to pmwiki.php²* restored missing $PageRedirectFmt variable²* added [={{Group/free link}}=] markup for testing/evaluation²* fixed problem with consecutive --> indents²* redesigned stdlayout code yet again²* added Cookbook: InterMap entry²* fixed minor= and source= prompts for pagerevs²²!!!Version 0.6.beta7 (9-Feb-2004)²* Added $WikiWordSearchPathFmt functionality²* Fixed numerous internationalization strings²* Added [=XLPage()=] function to load translations from wiki pages²* Added missing .indent CSS class for indented text²* Changed identification markup (still working on this)²* Cleaned up performance problem with [=[[$Searchresults]]=] in search.php²²!!!Version 0.6.beta6 (9-Feb-2004)²* Fixed [=FmtPageName=] to again make copies instead of using references--the optimization introduced in 0.6.beta5 caused [=[==]...=] markups to fail.²²!!!Version 0.6.beta5 (8-Feb-2004)²* Changed [=FmtPageName=] to use references to globals instead of making copies. This eliminates the need for $GCount=0 in many module²* Added ---> markup²* Added $SearchExcludePatterns to search.php²* Made PmWiki a lot smarter (but probably still not perfect) about where/when to place paragraph tags²* Added SDVA() function²* Fixed bug in [=PrintAttrForm=] (thanks to James Davis)²* Added class='wikiaction' to action headers²* Redesigned stdlayout.php²* Added --signature markup²* Added setlocale() for environments with locale == 'C' to improve i18n²* Cleaned up lastmodifies in footers²* Re-enabled upload capabilities²²!!!Version 0.6.beta4 (2-Feb-2004)²* Added author tracking²* Added capability to remark on minor edits²* Added authorship information to diff output²* Added minor edit display toggle to diff output²* Improved support for international accents in page names and {{WikiWord}}s²* Cleaned up handling of url fragments²* Added capability for parameterized InterMap links--substituting a term or string in the middle of a target uri²* Fixed ISBN InterMap link²* Factored some FreeLinks code²* Fields saved with pages are now controlled by the $PostFields array.²²!!!Version 0.6.beta3 (31-Jan-2004)²* Fixed bug in "Restore" feature (thanks to JF)²* Added robots meta tag to output (suggested by bram brambring)²* Fixed WikiStyles to allow WikiWord-like patterns and not break uris with multiple %-encoded octets²* Added experimental support for international accents in {{WikiWord}}s²** Added [=FmtURIs=] function to convert chars >=127 to uri-escaped sequences²** Changed $LinkToken to \037 (was \264)²²!!!Version 0.6.beta2 (30-Jan-2004)²* Fixed bug in styles being over-applied to all HTML tags.²* Added '\\' at end of line to mean line break (excellent suggestion by Christian Ridderström)²* Updated [=HandleAttr=] and attributes code to use new layout design.²* Changed <p /> to be <p></p> to conform with XHTML 1.0 spec.²* Added $HTMLVSpace variable to control output of vertical space breaks.²* Added wikilink, createlink, and urllink CSS classes to anchor tags.²* Added |, `, and ^ to the list of characters that cannot appear in URL (in $UrlPathPattern).²* Removed some code that supports PHP <4.1; PHP 4.1.0 is now the minimum.²* Changed some $HTTP_POST_VARS and $HTTP_GET_VARS to $_REQUEST.²* Added "source=" parameter to page revisions code (pagerev.php)²* Redesigned search.php code, search results can now be placed inside of a wiki page.²* Fixed bug in search.php of not HTML encoding some characters such as > or '.²* Fixed possible bug in !!!-headings with creating <h7>, <h8>, <h9>, etc. (Thanks to Balu for finding this.)²²!!!Version 0.6.beta1 (20-Jan-2004)²* Moved old 0.5 default layout settings to scripts/layout-0.5.php²* Added stdlayout, csslayout to scripts directory²* Modified scripts/stdconfig.php to automatically include stdlayout.php unless $PageHeaderFmt is already set.²* Changed default umask setting to be set based on permissions in wiki.d/²* Created pub/ and pub/css/ directories²* Replaced $ScriptDir variable with $PmWikiDirUrl²* Replaced $WikiImgUrl in pmwiki.php with $PageLogoUrlFmt in scripts/stdlayout.php, eliminated $WikiImg variable.²* Added $PubDirUrl²* Removed $BodyWidth, $BodyLeft from pmwiki.php²* Moved default stylesheet information to pub/css/pmwiki.css ²* Changed location where default page name is determined²* Added optimization to [=FmtPageName=] to immediately return if string doesn't contain a '$'²* Redesigned page revision code, moved out of pmwiki.php into scripts/pagerev.php. Automatically included by scripts/stdconfig.php unless $HandleActions['diff'] is already defined.²²²!!!Version 0.5.27 (11-Jan-2004)²* Added Keep() function to make it easier for external modules to process text and preserve it from further PmWiki processing.²* Added name= attribute to files saved by [=WritePage=]() function.²²!!!Version 0.5.26 (29-Dec-2003)²* Added "preview=y" to restore links to generate page previews upon restore.²* Added support for named entities in RSS/RDF generation, convert non-ASCII characters in RDF descriptions into XML numbered entitites (thanks to Patrick Ogay for finding this)²* Fixed bug in $PageEditFmt (thanks to E. Duncan Scott for finding this)²* Added [=ThisSite:=] InterMap reference to thiswiki.php (contributed by Dave Jackson)²* Moved [=HandleCrypt=] to scripts/crypt.php, added sample code for inserting into local.php (suggested by Christian Ridderström)²²!!!Version 0.5.25 (10-Nov-2003)²* Fixed E_NOTICE error with $LastModifiedHost (thanks to Richard Canning for discovering this).²* Fixed WikiWord#label bug (thanks to John Rankin and others).²* Added $SpaceWikiWordsString for customizing [=AsSpaced()=] (suggested by Fred Henle).²* Added width and height WikiStyles for images.²²!!!Version 0.5.24 (9-Sep-2003)²* Added [=[[=]#anchor link text]] markup (suggested by Christian Ridderström and John Rankin)²* Fixed bug with \ not working at end of line in previews (thanks to Bernhard Weichel)²* Modified search.php to export $SearchIncl, $SearchExcl, and $SearchGroup parameters²²²!!!Version 0.5.23 (6-Sep-2003)²* Fixed bug in mailposts.php to properly recognize post from new page preview.²* Added [=[[=]$LastModifiedHost]] markup to display host that made last page modification.²* Changed [=HandleEdit()=] to use post routine given in $HandleActions array rather than calling [=HandlePost()=] directly.²²!!!Version 0.5.22 (3-Sep-2003)²* Fixed bug in [=HandleBrowse=] causing [=[[=]noheader=] to be processed after the header was already printed (thanks to Jean-Claude for discovering this)²* Fixed E_NOTIFY bug in [=HandleEdit=]²²!!!Version 0.5.21 (1-Sep-2003)²* Added page preview functionality to pmwiki.php (thanks to John Rankin and Bernhard Weichel for implementation ideas)²* Modified layout of edit page²* Added [=%curr%=] wikistyle to refer to current styles in effect²* Moved TipsForEditing link into EditQuickReference²²!!!Version 0.5.20 (16-Aug-2003)²* Modified upload.php to use Redirect() function and HTML-based redirection (thanks to Carlo Strozzi)²²!!!Version 0.5.19 (11-Aug-2003)²* Added HTML-based redirection to Redirect() function (contributed by Carlo Strozzi)²²!!!Version 0.5.18 (10-Aug-2003)²* Added RSS 1.0 (RDF) capabilities to scripts/rss.php.²* Fixed [=[[link text]]=] to work with any sort of whitespace between link and text--it used to allow only spaces (thanks to Christian Ridderström for finding this).²²!!!Version 0.5.17 (6-Aug-2003)²* Added /s modifier to wiki:, file:, and function: directives (thanks to John Rankin)²* Added [=$Group/RecentChanges=] as translatable text in $PageHeaderFmt and $PageFooterFmt.²²!!!Version 0.5.16 (5-Aug-2003)²* Added quota support for uploads.²* Added $PrintWikiPageNotFoundFmt variable for text to be output if no page found in wiki: list.²²!!!Version 0.5.15 (4-Aug-2003)²* Added fixperms.php script, which will automatically adjust ownership/permissions of files in the wiki.d directory.²* Updated printable-page.php script from Cookbook (thanks to John Rankin)²* Added code to handle links of the form [=WikiWord#fragment=] and [={{wiki word}}#fragment=] for destination anchors within wiki pages.²* Added code to allow for various string translation sets to support internationalizations. This currently affects pmwiki.php, search.php, and upload.php.²²!!!Version 0.5.14 (30-Jul-2003)²* Added $PageAttrFmt to allow internationalization of attributes page.²* Modified $UploadResultMsg in upload.php to improve internationalization.²* Fixed bug with preg_replace in include: handling (thanks to John Rankin for finding this)²* Fixed E_NOTICE warning in [=BasicAuth=] (thanks to Scott Duff for finding this)²²!!!Version 0.5.13 (29-Jul-2003)²* Changed the default mechanism for setting $EnablePathInfo (thanks to Mark Goldey for finding this)²²!!!Version 0.5.12 (23-Jul-2003)²* Added [[redirect:]] directive.²²!!!Version 0.5.11 (18-Jul-2003)²* Fixed another notice in pgcust.php (thanks to Robin for finding this)²* Fixed incorrect URL in $WikiImg when $EnablePathInfo==0 (thanks to John Feezell for finding this)²* Fixed GET/POST control handling when magic_quotes_gpc is set off (thanks to Ruediger Marwein for finding this)²²!!!Version 0.5.10 (15-Jul-2003)²* Another modification to Diff and Patch, recognizing that popen() may not be able to execute /bin/sh if executions are restricted.²* Moved initialization of $WikiLibDirs so that it is initialized before the call to local.php (suggested by John Rankin)²²!!!Version 0.5.9 (14-Jul-2003)²* Modified Diff and Patch functions to use popen() and system() commands to better cope with safe_mode on some web hosts (contributed by John Rankin/Sam Squared)²²!!!Version 0.5.8 (13-Jul-2003)²* Modified a number of scripts to work with strict error_reporting (E_ALL) turned on.²²!!!Version 0.5.7 (11-Jul-2003)²* Added [=%comment%=] wikistyle²* Added $SysDiffCmd and $SysPatchCmd to allow local customization of diff(1) and patch(1) locations (contributed by John Kim)²* Added $EnableUploadOverwrite feature to upload.php (suggested by Fabio R. Cecin)²* Added chmod() to upload.php to forcibly set permissions on newly-uploaded files according to $UploadPerms (contributed by Ruediger Marwein)²* Added $AllowPassword for allowing pages to be accessed w/o password²²!!!Version 0.5.6 (2-Jul-2003)²* Modified $TimeFmt variable to use [=%I=] instead of %l to be compatible with standard version of strftime (thanks to Mark Golde for pointing this out)²* Changed backslash at end of newline markup to occur after [=[==]...=] processing²* Modifed handling of $Newline substitutions throughout pmwiki.php, trails.php, and upload.php (thanks to Serge Semashko for excellent suggestions)²* Restored PATH_INFO handling back to version in place in 0.5.4, at least for people running PHP as an Apache module²* PmWiki now tries to autodetect the setting of the $EnablePathInfo variable based on PHP's runtime characteristics and the php_sapi_name() function²²!!!Version 0.5.5 (21-Jun-2003)²* Modified PATH_INFO handling so that the pagename only comes from any valid Group/Title sequence at the end of PATH_INFO²* Fixed search.php to use correct pagename and to understand $EnablePathInfo=0²²!!!Version 0.5.4 (20-Jun-2003)²* Added $FmtPageNamePatterns to enable URL rewriting for web hosting services that don't properly support CGI's PATH_INFO environment variable.²* Made some preliminary changes to possibly support a page preview option in a future release (don't rely on these)²²!!!Version 0.5.3 (16-Jun-2003)²* Fixed XHTML bug in search.php (thanks to Edward Andres for noticing this)²* Added [=GroupFooter=]/[[nogroupfooter]] to pmwiki.php²* Modified [=PrintWikiPage=] so that link references are relative to the actual page and not the wiki: included page²²!!!Version 0.5.2 (14-Jun-2003)²* Fixed bug with upload.php not producing valid upload link (thanks to Edward Andres for noticing this)²²!!!Version 0.5.1 (14-Jun-2003)²* Fixed bug in [=PrintWikiPage()=] (thanks to Bernhard Weichel for noticing this)²²!!!Version 0.5.0 (13-Jun-2003)²* Added vardoc.php to ignore wikiwords preceded by $ (as in $VariableName)²* Official 0.5.0 release.²²!!!Version 0.5.beta4 (11-Jun-2003)²* Fixed bug in edit that was causing $-substitutions to take place in the editable text.²²!!!Version 0.5.beta3 (9-Jun-2003)²* Removed SERVER_PORT concatenation from $ScriptUrl variable--apparently HTTP_HOST already has the port number in it.²* Fixed bug in multiple file: or wiki: page specifications (thanks to Bernhard Weichel for noticing this)²²!!!Version 0.5.beta2 (5-Jun-2003)²* Changed headers used for requesting HTTP authentication (thanks to Niall Durham for suggesting the changes)²* Changed many tags to produce XHTML output²* Changed block formatting code to produce proper XHTML output of nested lists²* Modified ||-tables and [[table]] to quote all attributes²* Added scripts/sessionauth.php to allow authentication via PHP sessions and HTML forms²²!!!Version 0.5.beta1 (3-Jun-2003)²* Modified some HTML tags to be lower case, to aim towards XHTML/XML compatibility²* Added action=phpinfo to diag.php²* Lots of major changes relating to handling of the $...Fmt variables. The ReleaseNotes contain full details.²²!!!Version 0.4.28 (27-May-2003)²* Fixed bug in upload.php with Main/AllRecentUploads not getting correct group name (thanks to Joe Crumpton for noticing this)²²!!!Version 0.4.27 (25-May-2003)²* Fixed bug in refcount.php with not providing a value for the submit button (thanks to Tom Hoover for finding this).²* Fixed bug with skipping references to pages w/o {{WikiWord}}s (thanks again to Tom Hoover).²* Fixed bug in $TimeFmt variable -- %P should've been %p (thanks to Bob Marsh for pointing this out)²²!!!Version 0.4.26 (18-May-2003)²* Fixed bug with extraneous "img>" attribute in HTML of inlined imagges (thanks to John Rankin for noticing this).²* Fixed bug in WikiTrails not handling single-word free links properly in WikiTrails (thanks to The Crisses for noticing this).²* Added code to $PageEditFmt to prevent escape key from restoring text (thanks to James Davis for suggestions)²* Modified pgcust.php to accept group-only pagenames when loading local/group.php (thanks to John Rankin for suggestion)²* Added hspace and vspace WikiStyles attributes for images.²²!!!Version 0.4.25 (9-May-2003)²* Fixed bug in handling $PageUrl in $PageSearchFmt (thanks to Ross Kowalski for noticing this).²²!!!Version 0.4.24 (6-May-2003)²* Fixed timeout bug resulting from pages containing {{free links}} where one or both of the closing braces are missing (e.g., @@[={{free links}=]@@). Thanks to Louis Katz for noticing the problem and to Scott Duff for suggesting the fix.²* Fixed bug in search.php where "-" was generating an empty search term.²* Changed search results to display pages by group instead of a numbered list. This includes moving the search configuration variables to search.php -- see the ReleaseNotes for full details. Thanks to Ross Kowalski and John Rankin for these suggestions.²* Changed stdconfig.php so that pgcust.php is automatically included.²* Moved [=[[#anchor]]=] markup out of $InlineReplacements and into $LinkPatterns[780] to allow [=[[#WikiWords]]=]. Also corrected HTML error of missing closing </a> (thanks to John Rankin).²²!!!Version 0.4.23 (1-May-2003)²* Fixed missing "\\b" in front of WikiWord patterns; was causing someWikiWord to be incorrectly treated as a link to WikiWord.²* Fixed RecentChanges link on search results page to go to Main/RecentChanges. This may change if/when group-limited searching is enabled.²* Added [=$TableCellAttr=] variable for default attributes for || cells.²* Fixed possible bug in [[table]] handling with multiple double-brackets on line.²* Changed structure of $LinkPatterns array. First index is now a "sequence number" to provide greater control over the order of entries in the $LinkPatterns array. This is a significant change from previous versions.²* Substantial changes to search routine -- moved search to scripts/gsearch.php. See the ReleaseNotes for full details. Thanks to John Rankin and Scott Duff for the suggestions.²* Added $AuthFunction variable to allow administrator to supply a custom authentication mechanism.²²!!!Version 0.4.22 (26-Apr-2003)²* Added numbered entity support.²* Added .htaccess files to wikilib.d, scripts, and local directories, to prevent files/scripts in these directories from be accessed independently of pmwiki.php.²* Added routine to create a .htaccess file in wiki.d, to prevent direct web access to wiki.d files (which may be protected by PmWiki read passwords).²²!!!Version 0.4.21 (23-Apr-2003)²* Added QuickLinks box to PmWiki home page.²* Added [=$HTTPHeaders=] array and set Content-Type to default to iso-8859-1 charset (per the [=W3C=] HTML validator).²* Cleaned up output a bit for HTML and CSS validation.²* Added test for umask()==0 to allow directory creation.²²!!!Version 0.4.20 (21-Apr-2003)²* Miscellaneous documentation and page updates.²* Added mkgiddir to cause directories to be created with appropriate setgid bit set. This feature can be overridden by setting [=$ForceMkdir=] to true in local.php.²²!!!Version 0.4.19 (20-Apr-2003)²* Fixed bug in [=$UploadFmt / $UploadName=] formatting. Thanks to Glenn Blalock for locating this bug.²²!!!Version 0.4.18 (20-Apr-2003)²* Changed [=$UploadPrefix=] variable such that [=$UploadDir=] and [=$UploadUrlFmt=] no longer need trailing slashes to work.²²!!!Version 0.4.17 (19-Apr-2003)²* Fixed bug in [=FmtUploadUrl=] (now [=FmtAttachLink=]).²* Added sort capabilities to [=[[$Attachlist]]=] and [=FmtUploadList=].²²!!!Version 0.4.16 (19-Apr-2003)²* Added PmWiki.UploadQuickReference page and code to include it in upload.php.²* Added automatic inclusion of [=local/$DefaultGroup.php=] to pgcust.php.²* Added [=$HandleActions=] array to map $actions to handlers instead of using if/else statements.²* Added preamble to pmwiki.php to clear any register_global variables.²* Added [=$UploadFormTarget=].²* Fixed bug in [=$UploadUrlFmt=] value setting.²²!!!Version 0.4.15 (18-Apr-2003)²* Documentation for UploadsAdmin begun.²* Modified pmwiki.php to use [=$PageAttributes=] array to decide what attributes to save for each page and how to change attributes.²* Added first version of upload.php script.²* Eliminated $Umask variable. Customizations that need to modify the umask from its default (002) should just call PHP's umask() function directly.²* Added diag.php script, modified stdconfig.php to include it if [=$EnableDiag=] is true.²²!!!Version 0.4.14 (14-Apr-2003)²* Added [=$MailPostsFrom=] variable to make it easier to specify mailposts' return address, and modified [=MailPostsSendmail=] to add the -f option when calling /usr/lib/sendmail.²²!!!Version 0.4.13 (13-Apr-2003)²* Changed the structure/content of [=$MailPostsMessages=] to include a gratuitous link to Main.AllRecentChanges.²* Added [=$MailPostsTimeFmt=].²²!!!Version 0.4.12 (13-Apr-2003)²* Added feature to mailposts.php to allow local.php to specify a replacement for the PHP mail() function.²²!!!Version 0.4.11 (12-Apr-2003)²* Added mailposts.php, which allows wiki administrators to set up automatic email notifications of page updates²* Added updated notify.php script from John Rankin²* Removed incorrect [=PmWiki.PmWikiVariables=] from distribution.²²!!!Version 0.4.10 (10-Apr-2003)²* Added [=UrlLinkTextFmt=] for handling double-bracketed links.²* Fixed bug in replacement code for straight-replacement $LinkPatterns.²²!!!Version 0.4.9 (09-Apr-2003)²* Added [=UrlLinkFmt=] and [=UrlImgFmt=] variables to allow customization of external link markups.²* Modified InterMap array and thiswiki.php to use [=$FmtUrlLink=] instead of constant [='FmtUrlLink'=]²²!!!Version 0.4.8 (07-Apr-2003)²* Changed [=LinkPattern=] handling so that InterMap entries are processed after normal uris, to avoid problems like http://www.wikipedia.org/wiki/Wikipedia:Help (tnx to John Rankin).²²!!!Version 0.4.7 (03-Apr-2003)²* Changed [=FreeLinkPattern=] to not include trailing hyphens as part of the free link pattern (tnx to John Rankin)²²!!!Version 0.4.6 (31-Mar-2003)²* Fixed possible bug in RecentChanges pages dealing with free-link pagenames (thanks to John Rankin)²²!!!Version 0.4.5 (28-Mar-2003)²* Fixed bug in [=FmtPageName=] for handling $Title in PHP < 4.0.5 .²²!!!Version 0.4.4 (18-Mar-2003)²* Modified [=$FreeLinkPattern=] to allow underscores, which act like spaces for purposes of constructing page titles.²* Changed $Tlink to do the equivalent of '{{$Title}}' whenever a page name is not a WikiWord (previously $Tlink did '{{$Title_}}').²* Added the [=[[$Tlink]]=] markup.²²!!!Version 0.4.3 (13-Mar-2003)²* Fixed double-bracket freelinks to work in WikiTrails (thanks to John Rankin)²²!!!Version 0.4.2 (13-Mar-2003)²* Fixed double-bracket links to work in WikiTrails (thanks to Glenn Blalock)²²!!!Version 0.4.1 (12-Mar-2003)²* Fixed overly permissive names in [[#target]] markup (thanks to John Rankin for discovering this).²²!!!Version 0.4.0 (07-Mar-2003)²* Official release of PmWiki 0.4. See the ReleaseNotes for more details regarding this release.²²!!!Version 0.3.17 (20-Feb-2003)²* Fixed bug with [=[[$Search]]=] markup introduced by [=$ScriptUrl=] change in 0.3.15. (thanks to Glenn Blalock for finding this:)²²!!!Version 0.3.16 (20-Feb-2003)²* Fixed bug with [=%newwin%=] style (mistakenly defined as [=%nw%=])²* Changed some scripts to use include_once() instead of include()²* Added local/README.local to tar image (missed it in 0.3.15)²²!!!Version 0.3.15 (20-Feb-2003)²* Created scripts/standard.php²* Moved intermap.txt into scripts/ subdirectory, fixed [=$InterMapFiles=] array to look for local/localmap.txt²* Created local/README.local file²* Changed algorithm used to set [=$ScriptUrl=] to include [=http://hostname[:port]=]²* Modified [=[[$Diff]], [[$Edit]]=] definitions²* Added scripts/thiswiki.php ([=ThisWiki:, ThisGroup:, and ThisPage:=] InterMap links)²* Added scripts/sample-local.php to illustrate various local.php customizations²* Added WikiStyles implementation, preliminary documentation²* Added WikiTrails documentation²* Suppressed safe_mode error output from Diff function (thanks to Kris Simms)²* Changed location of "Restore" links on diff pages²* Fixed (?) mismatched <td> and <tr> tags (thanks to John Rankin for discovering this)²* Modified pmwiki to ignore "empty edits" (suggested by Scott Duff)²²!!!Version 0.3.14 (14-Nov-2002)²* Fixed bug in [=HandleDiff=] (noticed by Scott Duff)²²!!!Version 0.3.13 (09-Nov-2002)²* Added "scripts/pgcust.php" as example of per-group and per-page customizations.²* Added warning to "scripts/trails.php".²²!!!Version 0.3.12 (09-Nov-2002)²* Fixed problem with [='''''...'''''=] markup generating incorrect HTML.²* Added "Restore" feature to restore previous versions of pages.²* Added "scripts/trails.php" for WikiTrails.²²!!!Version 0.3.11 (19-Oct-2002)²* Fixed problem with blank lines in a preformatted text section.²²!!!Version 0.3.10 (16-Oct-2002)²* Added pmwe (pmwikiedit) by Scott Duff--a perl script that allows editing PmWiki pages using Unix text editors.²* Added specialized table support ([[table]], [[cell]] markup)²²!!!Version 0.3.9 (28-Jul-2002) [[#0.3.9]]²* Fixed $-bug in register global variable conversion.²²!!!Version 0.3.8 (28-Jul-2002)²* Updated PmWiki logo colors²* Fixed PmWiki to not use register global variables (to be compatible with PHP version 4.2 and later)²²!!!Version 0.3.7 (23-Jul-2002)²* Initial public release on http://www.pmichaud.com/.²* Added [="https:"=] to [=$UrlPattern=]²* Changed header/footer links to use [=Main/WikiHelp=] instead of [=$DefaultGroup/WikiHelp=]²* Changed header/footer links to use [=Main/SearchWiki=] instead of [=$DefaultGroup/SearchWiki=]²* Cleaned up default PmWiki files (in wikilib.d)²
- time=1089314571
- host=216.7.163.171
- agent=pmwikiedit
- rev=347
- name=PmWiki.ChangeLog
- author=pmwikieditor
|