From: Reini U. <ru...@x-...> - 2004-11-28 19:29:46
|
I've made a patch against 1.2.4 which fixes several issues: http://sourceforge.net/tracker/index.php?func=detail&aid=1074757&group_id=6121&atid=306121 The main feature is register_globals=off safety. Those reports got annoying. But I also found several bugs with the dba, dbm, file and msql backends on GetAllWikiPagenames which affected dumpserial and zip. I'd appreciate test reports before I'll release that as new stable release. Release 1.2.5 ChangeLog: * admin.php, index.php, lib/config.php(global, compute_default_scripturl): import _SERVER and _GET/_POST to support register_globals=off * admin.php: on (un)lock=pagename display the (un)lock'ed page not FrontPage * lib/pgsql.php, lib/config.php: add pg_user and pg_pass (patch #1001339 by Jack Twilley) * lib/dbalib.php, lib/dbmlib.php, lib/db_filesystem: fix GetAllWikiPagenames() using $dbi['wiki']. This fixes zip and dumpserial on dba, dbm and file. * lib/msql.php: typo in GetAllWikiPageNames(). This fixes zip and dumpserial on msql. -- Reini Urban http://phpwiki.org |