aboutsummaryrefslogtreecommitdiffstats
path: root/includes/UserMailer.php
Commit message (Expand)AuthorAgeFilesLines
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-10/+10
* Make sure we always restore the error handler.daniel2013-11-151-7/+12
* doc: Remove repetitive "Give grep a chance" phrase from commentsTimo Tijhof2013-08-291-5/+8
* Give grep a chance to find the usagesshirayuki2013-08-161-0/+4
* Merge "Mime emails should be sent with UTF-8 charset"Tychay2013-07-151-1/+1
|\
| * Mime emails should be sent with UTF-8 charsetbsitu2013-07-021-1/+1
* | Avoid date()/gmdate() for date formattingumherirrender2013-07-081-1/+1
|/
* Fix the error in html email when pear mail_mime is missingbsitu2013-06-231-0/+2
* Add new hook AbortTalkPageEmailNotificationbsitu2013-06-101-3/+5
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-2/+2
* Pass array to Title::getLocalURL instead of an urlencoded stringumherirrender2013-04-271-2/+2
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-5/+6
* Add missing wfProfileOut before throwing an exceptionumherirrender2013-04-081-0/+1
* Fix case of some Title methodsAlexandre Emsenhuber2013-03-271-7/+7
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-2/+2
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-13/+13
* fix some spacingumherirrender2013-03-071-3/+1
* fix some spacingumherirrender2013-02-041-11/+11
* (bug 42941) Add $CHANGEDORCREATED back for custom templatebsitu2013-01-111-2/+6
* Add support for mulitpart mime email to email sending codelwelling2012-12-281-19/+84
* Remove fallback for PHP installs < v5.3.2 as that is now an install requirementlwelling2012-12-101-6/+1
* Merge "Tidy up some unbalanced returns in methods"IAlex2012-12-091-3/+5
|\
| * Tidy up some unbalanced returns in methodsReedy2012-12-091-3/+5
* | Add numerous missing @throws to method documentationReedy2012-12-091-0/+2
|/
* Use JobQueueGroup::singleton()Platonides2012-12-071-1/+1
* (bug 14901) Email notification mistakes log action for new page creationbsitu2012-11-261-14/+28
* Fix tabs inside/between statements/textumherirrender2012-10-261-1/+1
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* Changed notifyOnPageChange() to use onTransactionIdle().Aaron Schulz2012-09-241-16/+20
* Replace deprecated wfMsg* calls with Message class calls.Siebrand Mazeland2012-08-271-13/+17
* Noticed while looking at $wgShowUpdatedMarker related database queries, queri...Reedy2012-04-281-4/+4
* * (bug 35019) Fix for rr99942: edit summaries are no longer transformed in no...Alexandre Emsenhuber2012-03-081-3/+7
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* (bug 34421) duplicate Subject / wrong To: headers in mailAntoine Musso2012-02-181-13/+56
* (bug 34421) avoid duplicate Subject headers in mailAntoine Musso2012-02-181-0/+2
* revert r111765 bug 34421 avoid duplicate Subject headersAntoine Musso2012-02-181-3/+3
* Fix possibly undefined variablesSam Reed2012-02-181-2/+3
* (bug 34421) avoid duplicate Subject headersAntoine Musso2012-02-171-3/+3
* (bug 32210) UserMailer.php: New edit emails should offer a single-diff link.mrbluesky2012-02-101-6/+7
* More return documentationSam Reed2012-02-091-0/+2
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* 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