Version 2.0.devel20 (29-Oct-2004)
- Added
%align=left%
and %align=right%
WikiStyles? for images (PITS:00009).
- Added category
[[!Category]]
markup (proposed by jr). This is still experimental, and may be changed/removed for 2.0.
- Fixed handling of $PageSkinFmt and $PrintSkinFmt.
Version 2.0.devel19 (27-Oct-2004)
- Fixed bug in FmtPageName? with substituting null strings if an invalid $pagename is encountered (related to PITS:00117, thanks to jr).
Version 2.0.devel18 (27-Oct-2004)
- Fixed handling of
(:searchresults:)
directive with parameters (thanks to Knut Alboldt for finding this).
Version 2.0.devel17 (26-Oct-2004)
- Restored file: links (PITS:00112, thanks to Chris Untold)
- Added scripts/refcount.php.
- Fixed bug with <pre> formatted 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 UTF8? 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 better <title>s. (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)
Version 2.0.devel11 (3-Oct-2004)
- Added
'+big+', '-small-', '^super^', '_sub_', {+ins+}, {-del-}
and `WikiWord
(with credit to John Rankin).
- Added
--<hanging indent
text (suggested by John Rankin).
- Added $DefaultPasswords.
- Switched pmwiki to default to session-based passwords.
- Added scripts/httpauth.php for administrators who wish to use HTTP Basic authentication.
Version 2.0.devel10 (1-Oct-2004)
- Fixed $GroupPattern bug in trails.php (PITS:00057, thanks to John Rankin).
- Added comments about markups supported by || in stdmarkup.php (PITS:00056, thanks to John Rankin).
- Added $HTMLPNewline to specify what to output for newlines in the middle of paragraph text (PITS:00063).
- Fixed ~~~ markup to properly display in page previews (PITS:00059, thanks to Larry Baltz and others).
- Added
$LinkPageSelfFmt
to specify how self-referencing page links should be formatted (kudos to John Rankin).
- Added a PHP-based diff engine, set it as the default for edits (with great thanks to Nils Knappmeier).
- Cleaned up the page history output slightly.
Version 2.0.devel9 (30-Sep-2004)
- Modified FmtPageName?() so that dynamic substitutions are customizable.
- Added StopWatch? features.
- Changed $KeepToken so that it wouldn't be treated as part of a WikiWord (at least not in latin-1 charsets).
- Cleaned up ReadPage?.
- Added "advanced tables?" markup (
[:table:]
). May still need some testing.
- Added scripts/compat1x.php to assist with converting 1.x sites to 2.0.
Version 2.0.devel8 (22-Sep-2004)
- Added browser caching via If-Modified-Since HTTP headers. This can be enabled via $EnableIMSCaching=1; in config.php.
Version 2.0.devel7 (21-Sep-2004)
- Modified MakeLink?() function to strip <html> 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 <!--markup:...--> 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.
Page last modified on October 29, 2004, at 10:48 PM