aboutsummaryrefslogtreecommitdiffstats
path: root/includes/UserMailer.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 35019) Fix for rr99942: edit summaries are no longer transformed in no...Alexandre Emsenhuber2012-03-081-3/+7
* MFT r111580, r111695, r111697, r111832, r112021Sam Reed2012-02-211-11/+56
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-2/+2
* Bug 33880 - $wgUsersNotifiedOnAllChanges should not send e-mail to user who m...Sam Reed2012-01-231-0/+4
* w/s, remove unused vars per note in bug #33537Mark A. Hershberger2012-01-061-3/+3
* "else if" to "elseif"Sam Reed2011-11-251-1/+1
* Add, update, tweak documentationSam Reed2011-10-261-1/+12
* Remove duplicate setting of FromSam Reed2011-10-161-1/+0
* * Send "undisclosed-recipients" in "To" header when sending the mail to more ...Alexandre Emsenhuber2011-10-161-17/+14
* * Do magic word parsing after parameter replacement in MediaWiki:Enotif_body ...Alexandre Emsenhuber2011-10-161-48/+35
* Fix E_WARNING from r99863Alexandre Emsenhuber2011-10-151-1/+1
* Self revert r99899....I HATE YOU PHPUNIT YOU @#Q**#(#@(#@@#(!!!Chad Horohoe2011-10-151-23/+16
* Temporarily reverting r99863 to see if I can pin down test failuresChad Horohoe2011-10-151-16/+23
* * Added Language::userDate(), Language::userTime() and Language::userTimeAndD...Alexandre Emsenhuber2011-10-151-23/+16
* Unbreak sending emails using mailTargets() in safe_modeMax Semenik2011-10-101-1/+6
* * (bug 31081) $wgEnotifUseJobQ causes many unnecessary jobs to be queuedSam Reed2011-09-221-20/+57
* Followup r95547; Where'd that $ come from?Daniel Friesen2011-08-291-1/+1
* Followup r93417; Don't use $wgServer in a way that makes invalid Message-IDs....Daniel Friesen2011-08-261-3/+9
* Use canonical URLs (introduced in r94995) for all URLs in e-mailsRoan Kattouw2011-08-191-6/+6
* Expand all URLs in e-mail notifications to be full HTTP URLs. This prevents p...Roan Kattouw2011-08-041-6/+6
* re: r93415Mark A. Hershberger2011-08-021-2/+2
* followup r93415 — there is no “$this” in a static method.Mark A. Hershberger2011-07-291-1/+1
* wtf, who made this typo?Mark A. Hershberger2011-07-281-1/+1
* follow up r93397 — missed msgidMark A. Hershberger2011-07-281-7/+14
* Add hook that could be the solution for Bug #28026 (“Enable e-mailMark A. Hershberger2011-07-281-0/+7
* further sanity checks for sending email … bomb out if we aren't givenMark A. Hershberger2011-07-281-5/+7
* * followup r93397 — missing $destMark A. Hershberger2011-07-281-13/+15
* array of objects tostring conversion works correctly in php 5.2.3+Mark A. Hershberger2011-07-281-12/+2
* Reduce mail header differences by moving all the header creation codeMark A. Hershberger2011-07-281-36/+41
* small style tweaksJeroen De Dauw2011-07-271-13/+14
* style fixJeroen De Dauw2011-07-251-1/+1
* Fixes Bug#17866Mark A. Hershberger2011-07-071-9/+11
* Set envelope sender to the same as the From: address when PEAR mail is used. ...Mark A. Hershberger2011-07-071-0/+1
* w/s fixup before patchMark A. Hershberger2011-07-071-5/+5
* Fix for r89475: let's make this correctlyAlexandre Emsenhuber2011-06-041-2/+2
* Added missing $PAGEEDITTIME replacement for impersonal mailsAlexandre Emsenhuber2011-06-041-2/+4
* Use isAnon() so that the mail doesn't contain "anonymous user w.x.y.z" when a...Alexandre Emsenhuber2011-06-041-1/+1
* More comment updates, addition of some braces alsoSam Reed2011-05-211-7/+20
* (bug 29055) Make don't send email on minor edits preference apply toBrian Wolff2011-05-201-1/+3
* use string as callback when possible (since PHP 5.2.3)Antoine Musso2011-05-181-1/+1
* Makes sure wgAdditionalMailParams is null in safe modeAntoine Musso2011-05-181-9/+1
* makes UserMailer::send() a bit simplerAntoine Musso2011-05-181-14/+13
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+2
* Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globalsSam Reed2011-05-061-5/+4
* Removed more functions marked for removal in 1.19: wfParseCIDR(), wfRFC822Phr...Alexandre Emsenhuber2011-05-061-20/+0
* Tidy up some unused variables and suchSam Reed2011-04-231-1/+0
* HipHop fixes:Tim Starling2011-04-051-1/+6
* Tweak some documentationSam Reed2011-02-271-0/+1
* Move the include_path finding code to Fallback class.Platonides2011-02-261-6/+4
* When using safe_mode, mail() cannot take the 5th parameter. Rather than (need...Chad Horohoe2010-12-151-4/+11