]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiUserNew.php
new POP3 auth (thanks to BiloBilo: pentothal at despammed dot com)
[SourceForge/phpwiki.git] / lib / WikiUserNew.php
2004-02-29 rurbannew POP3 auth (thanks to BiloBilo: pentothal at despamm...
2004-02-28 rurbanFirst PagePerm implementation:
2004-02-28 rurbangenerally more PHPDOC docs
2004-02-27 rurbanseveral performance improvements, esp. with peardb
2004-02-27 rurbanmore stability. detected by Micki
2004-02-26 rurbannew HttpAuthPassUser class (forces http auth if in...
2004-02-26 rurbanimportant fixes: endless loops in certain cases. minor...
2004-02-25 rurbanimprove stability
2004-02-24 rurbanfixed minor warnings: unchecked args, POST => Get urls...
2004-02-17 rurbanstarted with changePass support. not yet used.
2004-02-15 rurbanoops, fixed showstopper (endless recursion)
2004-02-15 rurbanPageList enhanced and improved.
2004-02-15 rurbanworkaround for lost db connnection handle on session...
2004-02-09 rurbanfor now default DB_SESSION to false
2004-02-07 rurbanfixed auth from session (still double code but works)
2004-02-03 rurbanLDAP cleanup, start of new Pref classes
2004-02-01 rurbanStarted with Group_Ldap (not yet ready)
2004-01-30 rurbanfixed DBAuthParams['pref_select']: wrong _auth_dbi...
2004-01-30 rurbanfix "lib/WikiUserNew.php:572: Notice[8]: Undefined...
2004-01-27 rurbanrenamed ->Username => _userid for consistency
2004-01-26 rurban* changed stored pref representation as before.
2004-01-25 rurbanFirst working version, but has some problems with the...
2003-12-07 carstenklappCode Housecleaning: fixed syntax errors. (php -l *...
2003-12-06 carstenklappFinished off logic for determining user class, including
2003-12-03 carstenklappAdded admin user, password user, and preference classes...
2003-12-02 carstenklappComplete rewrite of WikiUser.php.