From: Reini U. <ru...@x-...> - 2007-06-09 20:19:58
|
I released the first patchset for 1.3.13 today and updated http://phpwiki.sf.net/phpwiki/ also. 1.3.13p1 June, 9 2007, Reini Urban An immediate security fix for 1.3.13, plus some minor fixes. fixes: * LDAP Auth: Disallow empty passwords! Certain ldap implementations return true on empty passwords with ldap_bind(). * LDAP Auth: fix password quoting * fix action=upgrade for dba, rename nosql to nodb * fixes SpamBlockList config file locations (config/two-level-tlds, config/whitelist) * enable $MailNotify->onChangePage * fix display of pagenames containing ":" in certain lists * fixed backend asArray access to iterators (DebugInfo with SQL) * fix wrong PhpWikiCvs InterWikiMap entry * fix syntax error in pgsrc/Help%2FActionPage * fix case in pgsrc/Help%2FAsciiSVGPlugin * fix links in pgsrc/Help%2FSemanticRelations * fix pgsrc/Help%2FWikiPlugin changes: * allow \n and single letter pages in {{ }} template syntax. patch #1732793 by AlJeux and ReiniUrban * with ENABLE_SPAMBLOCKLIST check only new external links: max 5, allow interwiki links, and improve failed output. ---- Besides Mediawiki import and Creole Markup I'm also working on making Theme class inheritance possible, by putting all globals from themeinfo.php into the class and initialize the theme with an additional ->load method. This needs a little bit of testing and requires all user-written themes to be checked and simplified. You may also want to check back the monthly #wikiohana discussion the major wiki engine implementors hold now each first tuesday a month: http://wikiohana.net/cgi-bin/wiki.pl/IrcMeetingJune2007 http://tools.splitbrain.org/irc/wikiohana/index.php?d=2007-06-05 http://www.wikicreole.org/ http://aboutus.org/UniversalWikiEditButton And most likely I will not be able to make it to tommorrows barcamp vienna 07. |