]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiUser.php
Started with Group_Ldap (not yet ready)
[SourceForge/phpwiki.git] / lib / WikiUser.php
2004-02-01 rurbanStarted with Group_Ldap (not yet ready)
2004-01-27 rurbanrenamed ->Username => _userid for consistency
2004-01-26 rurban* changed stored pref representation as before.
2003-12-09 carstenklappBugfix: The last BogoUserPrefs-bugfix prevented the...
2003-12-06 carstenklappSecurity bugfix (minor): Prevent BogoUser~s from saving...
2003-12-04 carstenklappBugfix: Under certain PhpWiki installations (such as...
2003-11-30 carstenklappMinor code optimization: use include_once instead of...
2003-11-21 carstenklappBugfix: When DEFAULT_LANGUAGE was not 'en', a user...
2003-11-21 carstenklappBugfix: login.tmpl was always displayed in English...
2003-10-28 carstenklappSecurity bug fix for admin password, submitted by Julie...
2003-09-13 carstenklappHook for new user preference 'noLinkIcons'.
2003-02-22 dairikiFixes for "Call-time pass by reference has been depreca...
2003-02-21 dairikiEnsure that language preference is a string.
2003-02-16 dairikiRefactor the HTTP validator generation/checking code.
2003-02-15 dairikiAPI Change! Explicit $request argument added to contru...
2003-01-22 zorlocModified WikiUser constructor to move the DB request...
2003-01-21 zorlocModified WikiUser::_ok() -- Inverted the logic so the...
2003-01-15 carstenklappcode reformatting
2003-01-15 carstenklappBugfix: Previously stored preferences were not loading...
2002-11-19 carstenklappFix fatal error: theme was not being initialized for...
2002-11-14 carstenklappSettings for user language and theme default to Wiki...
2002-10-12 carstenklappFixed a couple typos in variable names, theme switching...
2002-09-18 dairikiMinor cleanup/refactors.
2002-09-18 dairikiMinor cleanup of preference setting code for theme...
2002-09-12 rurbanoops. missed some fixes
2002-09-12 rurban->_homepage error
2002-09-09 rurbanFileFinder: added OS specific code. Just for testing...
2002-08-30 wainsteadAgain with the missing underscore!
2002-08-27 rurbanLANG still broken, working on better locale handling.
2002-08-24 wainsteadFixed typo: missing underscore on _request
2002-08-23 rurbanmor Preferences testing (still wrong)
2002-08-23 rurbanfixed login, theme selection, UserPreferences.
2002-08-22 rurbanfixed minor upgrade problem
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-02-24 carstenklappPassword encrypt utility for php versions and operating...
2002-01-24 dairikiBug fix for sign-in code (when password required.)
2002-01-24 dairikiBig Template cleanup and refactor.
2002-01-23 dairikiRefactor/cleanup of login code continues.
2002-01-19 dairikiBig refactor of lib/WikiUser.php. The login mechanism...
2002-01-10 rurbanGerman Translation Improvements, two renamed pages.
2001-12-28 carstenklappvery minor gettext & sprintf cleanups
2001-12-21 rurbansome xhtml, fixed error with no admin password
2001-12-11 dairikiFix MonsterCookie bug. (See http://phpwiki.sf.net...
2001-12-06 dairikiKludgy patch to close a potential security hole.
2001-12-02 joe_edelmanA patch necessary to support plugin/UserPage.php. ...
2001-11-29 dairikiFix bugs in access logging code.
2001-11-26 dairikiFix typos in getPreferences.
2001-09-18 dairikiJeff's hacks II.