[pmwiki-announce] pmwiki-2.0.devel11 released
Patrick R. Michaud
pmichaud
Sun Oct 3 10:28:09 EDT 2004
I've just released pmwiki-2.0.devel11, which has a number of improvements
and changes over the previously announced release. The new version is
available from http://www.pmwiki.org/pub/pmwiki-devel/, and also
from sourceforge.net.
Changes since devel9:
* PmWiki now defaults to session-based authentication. Sites that wish
to use HTTP Basic authentication (a la PmWiki 1) should do
include_once('scripts/httpauth.php');
* The session-based authentication system now remembers each password
entered by a user, instead of just the last password entered.
* New markups have been added from proposals by John Rankin: '+big+',
'-small-', '^super^', '_sub_', {+ins+}, {-del-}. Also, placing a
` in front of a WikiWord prevents it from being treated as a WikiWord link,
and we have a "hanging indent" markup (--<, analogous to -->).
* PmWiki 2 now includes and defaults to a PHP-diff engine, removing the
need for calls to an external program to create the page history. (Many
thanks to Nils Knappmeier for his contributions.) The use of the
external diff program will be made available as a Cookbook recipe.
* Administrators can set $HTMLPNewline to have PmWiki honor newlines in
markup text, see http://www.pmwiki.org/pmwiki2/pmwiki.php/Cookbook/LineBreaks.
* PmWiki provides a $LinkPageSelfFmt variable to specify how self-referencing
links should be displayed.
Pm
More information about the pmwiki-announce
mailing list