Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / UserMailer.php
2010-12-15 Chad HorohoeWhen using safe_mode, mail() cannot take the 5th parame...
2010-12-10 Sam ReedFollowup r78101 fixme, remove wfQuotedPrintable per...
2010-12-09 Siebrand MazelandFollow-up r78101:
2010-12-08 PlatonidesMove wfQuotedPrintable() into UserMailer class
2010-12-05 Chad Horohoephp4 access declarations are silly
2010-12-04 Alexandre EmsenhuberStylise UserMailer.php ; added some "public" to public...
2010-12-04 Alexandre Emsenhuber* Converted UserMailer stuff to return a Status object...
2010-11-07 Alexandre EmsenhuberKill E_STRICTs from Mail package
2010-11-07 Alexandre Emsenhuber* (bug 25728) Added $wgPasswordSenderName to allow...
2010-11-06 Alexandre Emsenhuberadded wfDeprecated() to wfRFC822Phrase() and userMailer...
2010-10-31 Sam ReedRemove a few more unused variables
2010-10-31 Alexandre Emsenhuber* (bug 25642) A exception is now thrown instead of...
2010-10-27 Max SemenikIntroduced $wgAdditionalMailParams to allow adjusting...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-11 Sam ReedUsing oimplode( ',', $to ) in wfDebug would only result...
2010-08-14 Alexandre Emsenhuber* Standardised file description headers
2010-08-05 Ævar Arnfjörð Bjar... UserMailer.php: Send diff links from old->new on $wgEno...
2010-07-25 Sam ReedMore unused variables, whitespace
2010-07-24 Sam ReedRemoval of unused globals
2010-07-18 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-27 PlatonidesFollow up r65027. Use wfMsgForContent, the message...
2010-05-25 Chad Horohoe(bug 23648) PHP yells about using objects in implode...
2010-05-19 Mark A. Hershberger* remove function_exists calls for things that function...
2010-04-30 PlatonidesNo MaxSem, you can't revert r65715 on r65716. Use a...
2010-04-14 Chad HorohoeFix regression in unwatch links sent out by enotif...
2009-09-11 Chad HorohoeRevert r55459, 55467, 55469, 55518 (Page creation notif...
2009-08-23 Purodha B BlissenbachSplit date, and time, in Mediawiki:enotif_body, and...
2009-08-22 Raimond SpekkingFollow-up r55459: Fix for PHP Notice: Undefined variabl...
2009-08-22 Alex ZParse error: syntax error, unexpected T_VARIABLE in...
2009-08-21 Chad Horohoe(bug 15646) Page creation notification email is sent...
2009-06-25 Chad Horohoe(bug 17804) Make EmailNotification members protected
2009-05-18 Brion VibberMove wfDebug() call about use of PHP mail() function...
2009-04-20 Ilmari Karonenfix regression from r47927
2009-03-20 Niklas Laxström* Don't use wgLang for dates in emails
2009-03-02 Roan Kattouw(bug 10172) Move setting the "changed since last visit...
2009-02-04 Tim StarlingAdded basic support for Wietse Venema's taint feature...
2009-01-24 Aaron SchulzAvoid slave lag on $title->getLatestRevID()
2009-01-24 Aaron SchulzHurry up and commit db op before doing mailing op to...
2009-01-19 Jack Phoenixtweak UserMailer.php documentation. $replyto must be...
2009-01-18 Aryeh GregorFix typo in r43155
2009-01-03 Aaron SchulzRemove old comment
2009-01-02 Aaron Schulz(bug 16429) "nominornewtalk" should not trigger e-mail...
2008-12-23 Brion VibberRevert r44702, r44703, r44704 (wfInvoke and UserMailer...
2008-12-17 Alexandre Emsenhuber* Short circuit EmailNotification::notify() to not...
2008-12-17 Niklas Laxström* Shut this up
2008-12-17 David McCabeUserMailer bigtime refactor. Please test.
2008-12-10 David McCabeRevert r44386; depends on wfInvoke, also reverted.
2008-12-10 David McCabeRefactored UserMailer.php. Please let me know if this...
2008-11-03 Siebrand MazelandAs discussed with Aaron on irc. Remove "@param bool...
2008-11-03 Siebrand MazelandUpdate documentation as pointed out by Aaron. Fix on...
2008-11-03 Siebrand MazelandAdd missing global $wgEnotifUseRealName. Fix for undefi...
2008-11-03 Siebrand Mazeland(bug 15068) Added $wgEnotifUseRealName, which allows...
2008-10-30 Aaron SchulzMake getTimestampFromId() need a title. Avoids some...
2008-10-09 Aaron SchulzStop watchlist links from hoping around from bold to...
2008-09-26 David McCabeUse PHP-5 private members.
2008-09-18 Greg Sabino MullaneDuplicate code
2008-08-27 Roan KattouwRevert part of r40107 (Revert r40042 because of regress...
2008-08-27 Brion VibberRevert r40042 "* In Article::replaceSection(), actually...
2008-08-26 Roan Kattouw* In Article::replaceSection(), actually return null...
2008-08-06 Brion Vibber* (bug 15055) Talk page notifications no longer attempt...
2008-08-01 Brion Vibber* (bug 13376) Use $wgPasswordSender, not $wgEmergencyCo...
2008-07-10 Brion VibberRevert r37490, 37493 for now -- 'NotifyOnPageChangeComp...
2008-07-10 Krzysztof KrzyzaniakNotifyOnPageChangeComplete hook added
2008-07-09 Brion VibberRevert the rest of r37393 -- appears to be debugging...
2008-07-09 Daniel Kinzlerimproved integration into category bar. Note: options...
2008-06-27 Alexandre Emsenhuber* Fixed some Doxygen warnings
2008-05-26 Krzysztof Krzyzaniak$to could be array, replaced by $dest variable
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-22 Aaron Schulz*The function is User::getID() not getId()
2008-05-17 Aaron Schulz* Make enotif job use user ID rather than name for...
2008-04-15 Aryeh GregorMake sure to use table prefixes correctly. Thanks...
2008-04-15 Tim StarlingIn User:
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-02 Aryeh Gregor(bug 13562) Misspelled option $wgUserNotifedOnAllChange...
2008-03-21 Greg Sabino MullaneDon't call composeCommonMailtext() until we are sure...
2008-02-13 Brion Vibber* (bug 11567) Fix error checking for PEAR::Mail. UserMa...
2008-01-22 Brion Vibber* (bug 12327) Comma in username no longer disrupts...
2007-10-11 Nick JenkinsMinor tweak to prevent an E_STRICT warning:
2007-10-03 Brion VibberFix for regression from r26357: send newtalk notificati...
2007-10-03 Tim StarlingWARNING! NEEDS CAREFUL DEPLOYMENT
2007-09-20 Brion Vibber* (bug 4918) Clean up logic for email notification...
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-07-12 Steve Sanbegmissed a brace.
2007-07-12 Steve SanbegAdd error checking for mail() function
2007-07-11 Brion VibberFix regression from r23575 -- wl_notificationtimestamp...
2007-07-10 Rob ChurchRevert bogus reversion
2007-07-09 Aryeh GregorOkay, use named constants that are actually equivalent...
2007-07-09 Aryeh GregorMagic numbers are evil, use named constants.
2007-07-09 Rob ChurchDon't waste time queuing or checking email notification...
2007-06-30 Aaron Schulz*Mark all versions newer than the time of the latest...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-21 Rob ChurchSome job cleanup:
2007-05-11 River Tarnellinstead of storing every mail as a job, have a job...
2007-05-11 River Tarnellenglish stripping
2007-05-08 River Tarnellmail() sending was not chucking recips properly in...
2007-05-07 River Tarnell< brion-sushi> Error sending mail: Undefined variable...
2007-05-06 River Tarnell- default value of $wgEnotifImpersonal should be false
2007-05-05 River Tarnellallow enotif mails to be sent via job queue
2007-05-05 River Tarnellenotif should have a way to send bulk mail without...
2007-04-22 Tim StarlingAdded $wgUsersNotifedOnAllChanges, array of usernames...
next