]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiUserNew.php
private
[SourceForge/phpwiki.git] / lib / WikiUserNew.php
2004-06-27 rurbantypo detected by Philippe Vanhaesendonck
2004-06-25 rurbanWikiGroup refactoring:
2004-06-21 rurbanformatting: linewrap only
2004-06-20 rurbanget_class case-sensitivity issues
2004-06-16 rurbando not display no-connect warning: #2662
2004-06-16 rurbanstabilize on failing ldap queries or bind
2004-06-16 rurbanfix homepage prefs
2004-06-16 rurbanDisallow refernces in calls if the declaration is a...
2004-06-15 rurbanminor WikiGroup cleanup: no request param, start of...
2004-06-15 rurbanIMPORTANT: fixed passwd handling for passwords stored...
2004-06-14 rurbanrenamed global $Theme to $WikiTheme (gforge nameclash)
2004-06-08 rurbanstupid ldap bug detected by John Cole
2004-06-08 rurbanfixed typo detected by lucidcarbon (line 1663 assertion)
2004-06-06 rurbanadded more required ActionPages for foreign languages
2004-06-04 rurbanSeveral locale related improvements suggested by Pierri...
2004-06-04 rurbanRestrict valid usernames to prevent from attacks agains...
2004-06-03 rurbanfix file locking issues (only needed on write)
2004-06-03 rurbanfix signout, level must be 0 not -1
2004-06-03 rurbanfix eval warning on signin
2004-06-03 rurbanfix FileUser locking issues, new config ENABLE_PAGEPERM
2004-06-03 rurbanfix LDAP injection (wildcard in username) detected...
2004-06-02 rurbaninit global FileFinder to add proper include paths...
2004-06-02 rurbanfix adodb DbPassUser login
2004-06-01 rurbanAdminUser only ADMIN_USER not member of Administrators
2004-05-27 rurbanrenamed DB_Session to DbSession (in CVS also)
2004-05-18 rurbanSimplified strings for easier translation
2004-05-18 rurbanprevent from endless loop with oldstyle warnings
2004-05-16 rurbancheck more config-default and predefined constants
2004-05-15 rurbanfix some too loose PagePerms for signed, but not authen...
2004-05-15 rurbansome action=pdf Request fixes: With MSIE it works now...
2004-05-12 rurbanrequire_once fix for those libs which are loaded before...
2004-05-10 rurbanstabilize DbAuthParam statement pre-prozessor:
2004-05-06 rurbanimprove stability, trying to find the InlineParser...
2004-05-06 rurbanEnable the Administrators group, and add the WIKIPAGE...
2004-05-05 rurbanSupport to remove all UserPreferences
2004-05-04 rurbanhack: prevent from "'1' is properly formatted" warning...
2004-05-03 rurbanfixed sf,net bug #947264: LDAP options are constants...
2004-05-03 rurbanfixed UserPreferences update, esp for boolean and int
2004-05-02 rurbannew finally reliable way to detect if /index.php is...
2004-05-01 rurbanmore php-4.0.6 compatibility: superglobals
2004-04-29 rurbanPrevent from warning where no db pref was previously...
2004-04-29 zorlocFixes permission failure issues. With PagePermissions...
2004-04-27 rurbansf.net patch #940359 by rassie
2004-04-26 rurbanPOP3_AUTH_PORT deprecated, use "host:port" similar...
2004-04-20 rurbanSome IniConfig fixes: prepend our private lib/pear dir
2004-04-19 rurbanPrevent from some PHP5 warnings (ref args, no :: object...
2004-04-19 rurbannew pref: googleLink
2004-04-19 rurban2 errors: wrong strstr order, undeclared $prefix.
2004-04-18 rurbanre-use our simple prepare: just for table prefix warnings
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
next