]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiUserNew.php
exp. Session auth for already authenticated users from another app
[SourceForge/phpwiki.git] / lib / WikiUserNew.php
2004-04-12 rurbanexp. Session auth for already authenticated users from...
2004-04-12 rurbanadded auth_create: self-registering Db users
2004-04-11 rurbanpgsrc/CreatePagePlugin
2004-04-10 rurbansf bug#830912
2004-04-07 rurbanfixed pear/File_Passwd for Windows
2004-04-06 rurbanCleanup of special PageList column types
2004-04-02 rurbanfixed a nasty ADODB_mysql session update bug
2004-04-01 rurbanbetter wording
2004-03-30 rurbanfixed yet another Prefs bug
2004-03-27 rurbantwo catches by Konstantin Zadorozhny
2004-03-27 rurbaninit fix and validator reset
2004-03-27 rurbanpass init to pref subobject, so that it can avoid initi...
2004-03-27 rurbanfixed problem with unnecessary emailVerification mails...
2004-03-25 rurbanfixed HttpAuth
2004-03-25 rurbanfixed problem with two different dsn and auth_dsn datab...
2004-03-25 rurbanhelper to patch to and from php5 (workaround for strict...
2004-03-25 rurbanmore code to convert old-style pref array to new hash
2004-03-24 rurbanphp5 workaround code (plus some interim debugging code...
2004-03-18 rurbanworkaround for php5 object upgrading problem
2004-03-18 rurbanfixed sqlite support
2004-03-16 rurbanmore fixes for undefined property warnings
2004-03-14 rurbandb-handle session revivification, dba fixes
2004-03-12 rurbanpref fixes (base64)
2004-03-12 rurbanimportant cookie fix by Konstantin Zadorozhny
2004-03-11 rurbanfixed File Auth for user and group
2004-03-08 rurbanadded more WikiGroup::getMembersOf methods, esp. for...
2004-03-01 rurbanfixed DbPassuser pref init; lost userid
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.