]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
for now default DB_SESSION to false
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 9 Feb 2004 03:58:20 +0000 (03:58 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 9 Feb 2004 03:58:20 +0000 (03:58 +0000)
commit95b84981f82ffc81881f370a40fc90c603f6e76a
treed606bfaf8c9686a871711fa1bfe7ea6bbb2e851a
parent75184d662012a63b2a3c095d00d61436e064669b
for now default DB_SESSION to false
PagePerm:
  * not existing perms will now query the parent, and not
    return the default perm
  * added pagePermissions func which returns the object per page
  * added getAccessDescription
WikiUserNew:
  * added global ->prepare (not yet used) with smart user/pref/member table prefixing.
  * force init of authdbh in the 2 db classes
main:
  * fixed session handling (not triple auth request anymore)
  * don't store cookie prefs with sessions
stdlib: global obj2hash helper from _AuthInfo, also needed for PagePerm

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2988 96ab9672-09ca-45d6-a79d-3d69d39ca109
index.php
lib/PagePerm.php
lib/WikiUserNew.php
lib/main.php
lib/plugin/_AuthInfo.php
lib/stdlib.php