Bug 35034 - moved autocomment-prefix between the prefix and the arrow. Follow up...
[lhc/web/wiklou.git] / includes / UserMailer.php
2012-03-08 Alexandre Emsenhuber* (bug 35019) Fix for rr99942: edit summaries are no...
2012-02-24 Sam ReedMore __METHOD__ in our madness
2012-02-18 Antoine Musso(bug 34421) duplicate Subject / wrong To: headers in...
2012-02-18 Antoine Musso(bug 34421) avoid duplicate Subject headers in mail
2012-02-18 Antoine Mussorevert r111765 bug 34421 avoid duplicate Subject headers
2012-02-18 Sam ReedFix possibly undefined variables
2012-02-17 Antoine Musso(bug 34421) avoid duplicate Subject headers
2012-02-10 mrbluesky(bug 32210) UserMailer.php: New edit emails should...
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-01-23 Sam ReedBug 33880 - $wgUsersNotifiedOnAllChanges should not...
2012-01-06 Mark A. Hershbergerw/s, remove unused vars per note in bug #33537
2011-11-25 Sam Reed"else if" to "elseif"
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-16 Sam ReedRemove duplicate setting of From
2011-10-16 Alexandre Emsenhuber* Send "undisclosed-recipients" in "To" header when...
2011-10-16 Alexandre Emsenhuber* Do magic word parsing after parameter replacement...
2011-10-15 Alexandre EmsenhuberFix E_WARNING from r99863
2011-10-15 Chad HorohoeSelf revert r99899....I HATE YOU PHPUNIT YOU @#Q**...
2011-10-15 Chad HorohoeTemporarily reverting r99863 to see if I can pin down...
2011-10-15 Alexandre Emsenhuber* Added Language::userDate(), Language::userTime()...
2011-10-10 Max SemenikUnbreak sending emails using mailTargets() in safe_mode
2011-09-22 Sam Reed* (bug 31081) $wgEnotifUseJobQ causes many unnecessary...
2011-08-29 Daniel FriesenFollowup r95547; Where'd that $ come from?
2011-08-26 Daniel FriesenFollowup r93417; Don't use $wgServer in a way that...
2011-08-19 Roan KattouwUse canonical URLs (introduced in r94995) for all URLs...
2011-08-04 Roan KattouwExpand all URLs in e-mail notifications to be full...
2011-08-02 Mark A. Hershbergerre: r93415
2011-07-29 Mark A. Hershbergerfollowup r93415 — there is no “$this” in a static method.
2011-07-28 Mark A. Hershbergerwtf, who made this typo?
2011-07-28 Mark A. Hershbergerfollow up r93397 — missed msgid
2011-07-28 Mark A. HershbergerAdd hook that could be the solution for Bug #28026...
2011-07-28 Mark A. Hershbergerfurther sanity checks for sending email … bomb out...
2011-07-28 Mark A. Hershberger* followup r93397 — missing $dest
2011-07-28 Mark A. Hershbergerarray of objects tostring conversion works correctly...
2011-07-28 Mark A. HershbergerReduce mail header differences by moving all the header...
2011-07-27 Jeroen De Dauwsmall style tweaks
2011-07-25 Jeroen De Dauwstyle fix
2011-07-07 Mark A. HershbergerFixes Bug#17866
2011-07-07 Mark A. HershbergerSet envelope sender to the same as the From: address...
2011-07-07 Mark A. Hershbergerw/s fixup before patch
2011-06-04 Alexandre EmsenhuberFix for r89475: let's make this correctly
2011-06-04 Alexandre EmsenhuberAdded missing $PAGEEDITTIME replacement for impersonal...
2011-06-04 Alexandre EmsenhuberUse isAnon() so that the mail doesn't contain "anonymou...
2011-05-21 Sam ReedMore comment updates, addition of some braces also
2011-05-20 Brian Wolff(bug 29055) Make don't send email on minor edits prefer...
2011-05-18 Antoine Mussouse string as callback when possible (since PHP 5.2.3)
2011-05-18 Antoine MussoMakes sure wgAdditionalMailParams is null in safe mode
2011-05-18 Antoine Mussomakes UserMailer::send() a bit simpler
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-05-06 Alexandre EmsenhuberRemoved more functions marked for removal in 1.19:...
2011-04-23 Sam ReedTidy up some unused variables and such
2011-04-05 Tim StarlingHipHop fixes:
2011-02-27 Sam ReedTweak some documentation
2011-02-26 PlatonidesMove the include_path finding code to Fallback class.
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...
next