[pmwiki-announce] PmWiki 2.2.13 released
Petko Yotov
5ko at 5ko.fr
Sun Feb 21 11:07:00 CST 2010
Hello. I have released pmwiki-2.2.13 today, available at :
http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.13.tgz
http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.13.zip
svn://www.pmwiki.org/pmwiki/tags/latest
This release fixes a bug with $DiffKeepNum introduced in 2.2.10 -- the count
of revisions was incorrect and a page could drop more revisions than it
should.
The page history layout changed with a rough consensus in the community[1].
The history now shows by default wiki-source "markup" view with word-level
highlighting of the changes[2]. Authors can see the changes in rendered output
by clicking on the link "Show changes to output". Admins can switch back the
default to output view by adding such a line to config.php :
$DiffShow['source'] = (@$_REQUEST['source']=='y')?'y':'n';
To disable word-level highlighting and show plain text changes :
$EnableDiffInline = 0;
In the page history rendering, a few minor bugs were fixed and the code was
slightly optimized.
The documentation was updated.
Thanks,
Petko
[1] Thanks to all who participated in the mailing list discussion, on
PITS:00571 and on the InlineDiff-Users and -Talk pages.
[2] Note that the external modules InlineDiff plus PEAR/Text/Diff are no
longer required and may be uninstalled, as a comparable, although simpler
and lighter implementation was written and added to the PmWiki core.
--
Change log: http://www.pmwiki.org/wiki/PmWiki/ChangeLog
Release notes: http://www.pmwiki.org/wiki/PmWiki/ReleaseNotes
If you upgrade: http://www.pmwiki.org/wiki/PmWiki/Upgrades
More information about the pmwiki-announce
mailing list