Use local context to get message instead of relying on global variables
[lhc/web/wiklou.git] / includes / specials / SpecialPasswordReset.php
2011-11-25 Sam Reed"else if" to "elseif"
2011-10-26 Aaron SchulzSplit out checkExecutePermissions() function from userC...
2011-09-24 Happy-melon(bug 30636) integrate the remaining functionality of...
2011-09-24 Alexandre EmsenhuberUse local context instead of global variables
2011-09-08 Ryan LaneAdding support for domains in SpecialPasswordReset...
2011-09-05 Roan KattouwDon't use $wgServer (potentially protocol-relative...
2011-08-28 Thomas Griesthis commit reverts my r95596 because that patch for...
2011-08-27 Thomas GriesPatch to make SpecialPasswordReset only available to...
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-08-17 Daniel FriesenFix some bad "Implements Special:*" comments in include...
2011-07-25 Aaron SchulzMarked canChangePassword protected, w/s fixes
2011-07-19 Jeroen De Dauwstyle fix
2011-07-18 Sam ReedKill unused globals
2011-07-12 Mark A. Hershbergerfollowup r91985 — remove duplication of code per ^demon...
2011-07-12 Mark A. HershbergerBug #29807 — Special:PasswordReset listed on Special...
2011-07-12 Mark A. Hershbergereol w/s before commiting real patch
2011-05-25 Mark A. HershbergerFixes Bug #29133: “Special:PasswordReset button text...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-20 Happy-melonFollow-up r86482: patch to add an index on user_email...
2011-04-20 Happy-melon(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669...