]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
renamed DB_Session to DbSession (in CVS also)
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 27 May 2004 17:49:06 +0000 (17:49 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 27 May 2004 17:49:06 +0000 (17:49 +0000)
commit88ccac6ab26a49b40766d2fe1310073adf4ca7dc
treef71707d578ecedc2964af6fc241afc3602507b19
parentd0b01517c91a3a3ac165d502748cedabe18f9eaa
renamed DB_Session to DbSession (in CVS also)
added WikiDB->getParam and WikiDB->getAuthParam method to get rid of globals
remove leading slash in error message
added force_unlock parameter to File_Passwd (no return on stale locks)
fixed adodb session AffectedRows
added FileFinder helpers to unify local filenames and DATA_PATH names
editpage.php: new edit toolbar javascript on ENABLE_EDIT_TOOLBAR

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3563 96ab9672-09ca-45d6-a79d-3d69d39ca109
14 files changed:
lib/DbSession.php
lib/ErrorManager.php
lib/FileFinder.php
lib/IniConfig.php
lib/PagePerm.php
lib/Theme.php
lib/WikiDB.php
lib/WikiUserNew.php
lib/editpage.php
lib/main.php
lib/pear/File_Passwd.php
lib/plugin/WhoIsOnline.php
lib/plugin/WikiAdminSetAcl.php
lib/plugin/WikiAdminUtils.php