* Set default disabled values for DjVu render options
[lhc/web/wiklou.git] / includes / SpecialUserlogin.php
2006-08-29 Yuri Astrakhan* Separated login code from UI rendering code to allow...
2006-08-17 Brion Vibber* (bug 7031) Report missing email on 'email password...
2006-08-02 Tim StarlingAvoid duplicate require_once() under windows by using...
2006-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-07-10 Tim Starling* Allow blocks on anonymous users only.
2006-06-30 Rob Church(bug 6493) Preserve language selections in the mode...
2006-06-22 Rob Church* Remove incorrect comment fragment
2006-06-22 Rob ChurchIntroduce optional (off by default) language selector...
2006-06-20 Rotem Liss(bug 6189) Show an error to an unprivilleged user tryin...
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-21 Rob Church* (bug 3974) Add parameter for site URL to "passwordrem...
2006-05-13 Rob Church(bug 5370) Allow throttling of password reminder reques...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-04-30 Rob ChurchRe-fix 5377 following privacy issues. Now holds back...
2006-04-30 Brion VibberEmergency revert of r 13955, serious privacy violation
2006-04-30 Rob Church(bug 5377) Do not auto-login when creating an account...
2006-04-29 Rob ChurchWhoops, capitalisation matters. Capitalise all instance...
2006-04-29 Anders Wegge JakobsenUse the returnto parameter on successfull login
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-17 Brion Vibber* (bug 3884) Add $user parameter to AddNewUser hook...
2006-04-14 Rob ChurchAdd $wgReservedUsernames configuration directive to...
2006-04-04 Rob ChurchLet's not have another fatal error due to a simple...
2006-04-04 Rob Church(bug 2544) Illogical error reporting order in Special...
2006-04-04 Rob ChurchPrevent registration/login with the username "MediaWiki...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-03-02 Brion Vibber* (bug 5141) Gracefully handle the new account link...
2006-02-22 Rob ChurchFixed up that buggered commit so Brion won't stab me.
2006-02-22 Rob ChurchBollocks, something's wrong with that - it's buggered...
2006-02-22 Rob Church(bug 4319) Don't show a "create account" link on the...
2006-02-18 Brion Vibber* Remove legacy PHPTal code, hasn't been maintained...
2006-02-11 Tim StarlingAllow cookies to be shared between multiple wikis with...
2006-02-08 Rob Churchpartial bug 3456) Disable auto redirect to Main Page...
2006-01-29 Brion Vibber* Adjust user login/creation form hooks to work with...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-26 Brion Vibber* Remove unused OutputPage::addCookie()
2005-12-17 Brion Vibber* Add a hook for additional user creation throttle...
2005-12-04 Antoine MussoClean up unused globals!
2005-12-02 Tom GilderMake e-mail password message not display as error;...
2005-12-02 Tom GilderMajor overhaul of Special:Userlogin
2005-10-22 Antoine MussoCode obfuscation (useless $r)
2005-09-24 Niklas Laxström$wgMinimalPasswordLength was not in global statement
2005-09-05 Tim StarlingDeferred initialisation of $wgIP, because it's potentia...
2005-08-26 Ævar Arnfjörð Bjar... * Null no longer needs to be passed explicitly to wfRun...
2005-08-17 Ævar Arnfjörð Bjar... * Added a new hook, 'AddNewAccount', which is run after...
2005-07-26 Tim Starlingfixed proxy block message, arbitrarily changed session...
2005-07-05 Brion Vibber* (bug 2708) Avoid undefined notice on cookieless login...
2005-07-01 Brion Vibber* (bug 2629) Automatically capitalize usernames again...
2005-06-27 Ævar Arnfjörð Bjar... * Fixed a bug that would occour if $wgCapitalLinks...
2005-06-22 Brion Vibber* Restored prior text for password reminder button...
2005-06-19 Tim Starlingported changes to SORBS check from 1.4
2005-06-19 Tim Starlingported site_stats change from 1.4
2005-06-14 Brion VibberSomebody broke this.
2005-06-13 Jens Frank(bug 2400) don't send confirmation mail on account...
2005-06-03 Brion Vibber* (bug 814) Integrate AuthPlugin changes to support...
2005-04-25 Brion VibberClean up e-mail authentication code.
2005-04-24 Jens FrankBUG#1831 - Enotif patches for Wikinaut
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-16 Tim StarlingStronger user token generation
2005-03-13 Jens FrankBug 1617: Incorrect login message when using AuthPlugin
2005-03-13 Evan ProdromouChanged the calling protocol for function wfRunHooks...
2005-03-05 Antoine Musso* some comments
2005-03-04 Antoine MussoFix #1585 : incorrect title on post-login redirection...
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-02-13 River Tarnelldisallow 0x80-0xA0 in login names in latin1 wikis ...
2005-01-30 Jens FrankBUG#621 Require a minimum password length at account...
2005-01-16 Tom GilderVarious XHTML fixes
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-11-29 Evan ProdromouMake User::newFromName set the user object's ID attribu...
2004-11-29 Evan ProdromouSince updates are no longer truly deferred, replaced...
2004-11-27 Evan ProdromouAdd an extension for logging MediaWiki events to the...
2004-11-25 Brion VibberAdd site-wide options to disable all e-mail functions...
2004-11-25 Brion VibberSeparate the HTML guts of the user login form into...
2004-11-16 Brion VibberExperimental authentication plugin interface. Will...
2004-10-14 Brion VibberEscape input on a few error messages
2004-09-26 Tim StarlingImproved security: don't send out password hashes or...
2004-09-22 Antoine Mussosingle quotes !!1!
2004-09-22 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=459 Sorting...
2004-09-11 Brion Vibber* Sensible error messages when illegal title chars...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-22 Brion VibberChange 'welcomecreation' and 'loginsuccess' messages...
2004-08-15 Jens FrankBugfix: When cookies are disabled, don't show login...
2004-08-13 Brion VibberAntiglobalization!
2004-08-06 Jens FrankBug [ 991515 ]: moved wgAccountCreationThrottle test...
2004-07-30 Tim Starlingcommitting Hendrik Brummermann's checkPassword() patch...
2004-07-19 Jens FrankBUG#983680: Test user names for validity. Patch by...
2004-06-26 Tim Starlingbug fixes for throttle feature
2004-06-26 Tim StarlingAccount creation throttle
2004-05-29 Evan ProdromouPer request, I've added code to disable setting the...
2004-04-30 Brion VibberFix the return-to-last-page on login/logout in MonoBook...
2004-04-18 Evan ProdromouAdded a user_real_name column to the user table, and...
2004-04-03 Brion VibberFix login/logout under XHTML
2004-04-01 Tim StarlingRefactored (object-orientified) to make them play nice...
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-08 Brion VibberMake login work again; some var init fixes
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
next