]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Complete rewrite of WikiUser.php.
authorcarstenklapp <carstenklapp@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 2 Dec 2003 05:46:36 +0000 (05:46 +0000)
committercarstenklapp <carstenklapp@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 2 Dec 2003 05:46:36 +0000 (05:46 +0000)
commit44a2724115d6c95d15c4c6468577e3526722cd85
treee5e3220cf909a12f744c524012563868284b3693
parent10fb26921d067923f5f5c0bd84b2b3aefc555b51
Complete rewrite of WikiUser.php.

This should make it easier to hook in user permission groups etc. some
time in the future. Most importantly, to finally get UserPreferences
fully working properly for all classes of users: AnonUser, BogoUser,
AdminUser; whether they have a NamesakePage (PersonalHomePage) or not,
want a cookie or not, and to bring back optional AutoLogin with the
UserName stored in a cookie--something that was lost after PhpWiki had
dropped the default http auth login method.

Added WikiUser classes which will (almost) work together with existing
UserPreferences class. Other parts of PhpWiki need to be updated yet
before this code can be hooked up.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2884 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/WikiUserNew.php [new file with mode: 0644]