aboutsummaryrefslogtreecommitdiffstats
path: root/includes/User.php
Commit message (Expand)AuthorAgeFilesLines
* * Move editsectiononrightclick setup to JavaScript (it requires JS anyway)Brion Vibber2005-03-251-1/+0
* * do showtoc option via CSS hiding of toc when it's off.Brion Vibber2005-03-251-1/+0
* * remove 'hover' option; always put in the title attribute on linksBrion Vibber2005-03-251-1/+0
* removed commented-out sectionsTim Starling2005-03-201-21/+3
* Making the secret key source a bit more robust for existing installationsTim Starling2005-03-161-1/+8
* Stronger user token generationTim Starling2005-03-161-6/+2
* * (bug 1370) e-notif correctionBrion Vibber2005-03-151-1/+1
* De-cruftification continues.Brion Vibber2005-02-211-0/+20
* Remove some cruft from skins... sooooo much cruft yet to goBrion Vibber2005-02-211-0/+17
* Audit tweaks: extra post checks, markup fixes.Brion Vibber2005-02-211-7/+13
* variable.... not constantBrion Vibber2005-02-181-1/+1
* Patch for bug #1138 (ipblock-related)Nicolas Weeger2005-02-171-5/+21
* Revert last checkin by Nicolas Weeger which caused massive corruption of the ...Brion Vibber2005-02-151-21/+38
* Fix for bug http://bugzilla.wikimedia.org/show_bug.cgi?id=1138 (ip block rela...Nicolas Weeger2005-02-141-38/+21
* Security tweaks:Brion Vibber2005-02-041-0/+33
* BUG#1389 i18n for proxy blocker messageJens Frank2005-01-231-1/+1
* Much more graceful way of not showing logged-in pages to logged-out usersTom Gilder2005-01-181-20/+9
* Don't show cached logged-in pages to logged-out users (bug 63)Tom Gilder2005-01-181-0/+21
* Allowing user functions to work in command-line scripts, this will probably b...Tim Starling2005-01-081-1/+5
* not too many of enotif errors or cleanup involved here, just unbreaking wikiDomas Mituzas2005-01-051-4/+7
* uncommenting ISO8859-1 converted password fixTim Starling2005-01-041-2/+2
* Merged my changes from REL1_4Zheng Zhu2004-12-241-3/+1
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-1/+1
* Add User::getTitleKey() to encapsulate the user name -> title DB key conversi...Brion Vibber2004-12-181-31/+43
* Refactor a bit; move a couple methods from UserMailer (?!) to User. Use the p...Brion Vibber2004-12-181-0/+44
* (bug 454) Merge e-notif 2.00Brion Vibber2004-12-181-41/+45
* added user option to disable Chinese language conversionZheng Zhu2004-12-071-5/+5
* 1014 fix from REL1_4Brion Vibber2004-12-061-6/+30
* Make User::newFromName set the user object's ID attribute, so it canEvan Prodromou2004-11-291-0/+1
* Another step in removing deferred updates. Removed the UserTalkUpdateEvan Prodromou2004-11-291-11/+38
* Don't use setOption() in loadDefaultFromLanguage, as this triggers some slow ...Brion Vibber2004-11-221-14/+33
* (bug 924) $wgDefaultUserOptions to set the preference defaults from LocalSett...Brion Vibber2004-11-211-1/+4
* Convert MonoBook to pure PHP, not requiring PHPTAL.Brion Vibber2004-11-191-1/+1
* Experimental authentication plugin interface. Will require a little bit more ...Brion Vibber2004-11-161-0/+9
* add ugly notice asking to populate groups data, if anonymous group is not loadedDomas Mituzas2004-11-151-0/+4
* Use correct names of fieldsBrion Vibber2004-10-241-2/+2
* Implementing user levels management. This is only a very basic interface and ...Antoine Musso2004-10-241-9/+55
* Renaming columns:Jens Frank2004-10-241-10/+10
* Rename fields of user_rights and user_groups table to tablename_columnname sc...Jens Frank2004-10-241-12/+12
* Moved user_newtalk fetch to later in execution, i.e. on demand. This should r...Tim Starling2004-10-231-30/+36
* Adding the interface language to the page rendering hash; also fixed some for...Zheng Zhu2004-10-111-11/+11
* New userlevel feature. Sysop only, for testing. NO FORM IS VALIDATED : use at...Antoine Musso2004-10-011-4/+49
* Improved security: don't send out password hashes or store them in the sessio...Tim Starling2004-09-261-22/+42
* Setting default user option using the content language rather than the UI lan...Zheng Zhu2004-09-241-4/+4
* More consistent method for immediate logout, means that the IP rather than th...Tim Starling2004-09-231-1/+2
* One more time... :P shouldn't commit this late at night.Brion Vibber2004-09-221-1/+1
* Whoops, typo in making variable name legible. ;)Brion Vibber2004-09-221-2/+2
* Undo fatal mistake added in revision 1.82.Brion Vibber2004-09-221-5/+6
* Adding a wgContLang object to handle message translation for the content of t...Zheng Zhu2004-09-221-5/+6
* added a language variant field to the page rendering hash, but only for langu...Zheng Zhu2004-09-201-0/+7