Add the other existing $skin.css/.js to the message files too to be consistent
[lhc/web/wiklou.git] / includes / SpecialEmailuser.php
2008-06-02 Bryan Tong MinhPut ratelimiter and edittoken checking in backend.
2008-06-01 Bryan Tong MinhAPI: Add action=emailuser
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-15 Kwan Ting ChanFix error where user blocked from email can still send...
2008-05-11 Bryan Tong MinhRefactor SpecialEmailUser.php to split outputting from...
2008-04-14 Brion VibberRevert r33178 -- doesn't actually work.
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-12 Andrew Garrett* Add a footer (emailuser-footer) to the bottom of...
2008-03-14 Siebrand MazelandEmail subject in content language instead of sending...
2008-02-29 Brion Vibber* (bug 13031) Add links to usepages in e-mail form
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-13 Brion Vibber* (bug 11567) Fix error checking for PEAR::Mail. UserMa...
2008-01-21 Brion VibberUse $wgPasswordSender instead of $wgEmergencyContact
2008-01-21 Brion Vibber* (bug 12655) Added $wgUserEmailUseReplyTo config optio...
2007-11-30 Aryeh Gregor(bug 12166) Fix XHTML validity for Special:Emailuser...
2007-11-26 Raimond SpekkingHint from Danny: the deal is the id must be the same...
2007-11-26 Raimond Spekking* (bug 12082) Add CSS id for textarea
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-23 Tim Starling* Make $wgUser->editToken() work for either logged...
2007-06-07 Daniel Cannon(bug 7997) Added ability to Special:Blockip to block...
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-02-25 Tim Starlingoops
2007-02-25 Tim Starlingping limiter only on submit
2007-02-24 Tim StarlingAdded rate limiter for Special:Emailuser
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-12-01 Rob Church(bug 8024) Introduce "send me copies of emails I send...
2006-11-03 Nick Jenkins* (bug 1133) Special:Emailuser: add an option to send...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-08-27 Rob Church* (bug 832) Return to user page after emailing a user
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-05-27 Niklas Laxström* <br/> -> <br />
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-12 Brion Vibber* (bug 3407) Fix encoding of subject and from/to header...
2005-12-04 Antoine MussoClean up unused globals!
2005-11-26 Jens FrankFixed typo
2005-11-26 Jens FrankChanged mail form to have a bigger message entry box...
2005-05-06 Ævar Arnfjörð Bjar... * Special:Allpages, Special:Contributions, Special...
2005-04-25 Brion VibberClean up e-mail authentication code.
2005-03-13 Evan ProdromouChanged the calling protocol for function wfRunHooks...
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-02-21 Brion VibberAudit tweaks: extra post checks, markup fixes.
2005-02-11 Brion Vibber* XHTML fix: encoding of usernames
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 ProdromouAdded hook events for "E-mail this user" feature. Docum...
2004-11-25 Brion VibberAdd site-wide options to disable all e-mail functions...
2004-10-14 Brion VibberXHTML fix, handle bad target more gracefully
2004-10-13 Jens FrankFix cross site scripting bug
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-04-24 Brion VibberAllow forgotten Special:Emailuser/Username link style...
2004-04-01 Tim Starlinguse of $wgRequest
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-27 Nicholas Pisarro, JrAdded the ability to do an authenticated SMTP login...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-12 Evan ProdromouChanged default email subject from hard-coded string...
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-12 Tim StarlingLatest features and bug fixes imported from stable
2003-04-14 Lee Daniel CrockerInitial revision