]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiUser.php
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / lib / WikiUser.php
2013-05-29 vargenauvar --> public
2013-01-14 vargenauseperate --> separate
2012-12-04 vargenauUse smart quotes
2012-10-06 vargenauReformat code
2012-10-02 vargenauWhitespace only
2012-10-02 vargenauWhitespace only
2012-09-28 vargenauinclude [all] Include and file path should be devided...
2012-09-28 vargenauphp_closing_tag [PSR-2] The closing ?> tag MUST be...
2012-08-31 vargenauphpdoc_params
2011-03-05 vargenauNo tabs
2011-03-03 vargenauRemove rcs_id
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2008-09-07 vargenauRemoved history
2008-08-22 vargenauActivated Id substitution for Subversion
2008-03-22 rurbanMore missing fields in old login: protect against missi...
2008-02-14 rurbansignin fixes for !ENABLE_USER_NEW (to overcome php...
2007-07-14 rurbanSemanticWeb.php
2006-03-19 rurbansf.net patch #1333957 by Matt Brown: Authentication...
2006-03-07 rurbanwikihash for php-5.1
2005-06-05 rurbanDefault ENABLE_DOUBLECLICKEDIT = false. Moved to UserPr...
2005-02-08 rurbanencrypt password. fix strict logic.
2005-01-21 rurbanreformatting
2004-11-21 rurbanremove final \n to be ob_cache independent
2004-10-21 rurbanfix seperate page login
2004-06-15 rurbanIMPORTANT: fixed passwd handling for passwords stored...
2004-06-14 rurbanrenamed global $Theme to $WikiTheme (gforge nameclash)
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 eval warning on signin
2004-06-03 rurbanfix LDAP injection (wildcard in username) detected...
2004-04-29 zorlocFixes permission failure issues. With PagePermissions...
2004-04-10 rurbansf bug#830912
2004-04-10 rurbanfixed old WikiUser
2004-04-06 rurbanCleanup of special PageList column types
2004-02-26 rurbanfixed session login with old WikiUser object. strangely...
2004-02-15 rurbanPageList enhanced and improved.
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.