aboutsummaryrefslogtreecommitdiffstats
path: root/includes/mail
Commit message (Expand)AuthorAgeFilesLines
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Fix return type documentation for AlternateUserMailer hookUmherirrender2020-11-201-1/+1
* Document hook names in hook interfaces.daniel2020-09-278-0/+24
* Remove some space indentingReedy2020-09-141-2/+2
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-3/+3
* Merge "Replace "@stable for implementation" with "@stable to implement""jenkins-bot2020-07-138-8/+8
|\
| * Replace "@stable for implementation" with "@stable to implement"daniel2020-07-138-8/+8
* | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
|/
* Annotate newable classesdaniel2020-07-071-0/+4
* Filter out expired watched items when sending email notificationsMusikAnimal2020-06-241-2/+6
* Remove terminating line breaks from debug messagesTim Starling2020-06-032-16/+16
* Hooks::run() call site migrationTim Starling2020-05-302-9/+9
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-111-3/+3
* Hook interface doc comment followupTim Starling2020-04-211-1/+1
* docs: Hook interface doc comment reviewapaskulin2020-04-218-49/+63
* Automatically generated hook interfacesTim Starling2020-04-208-0/+185
* Introduce Emailer as servicePeter Ovchyn2020-03-172-0/+121
* phan: Enable PhanTypeMismatchArgument issueUmherirrender2019-09-191-0/+1
* Merge "Fix param docs and passed type of UserMailer::sendWithPear"jenkins-bot2019-09-121-5/+7
|\
| * Fix param docs and passed type of UserMailer::sendWithPearUmherirrender2019-09-121-5/+7
* | Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-111-2/+8
|/
* mail: Avoid use of global state and use MediaWiki services DIDerick Alangi2019-08-271-9/+21
* Mail: Add visibility for some methods without method visibilityDerick Alangi2019-06-303-10/+9
* Deprecate User::isBlocked()David Barratt2019-04-251-2/+6
* Collapse some nested if statementsReedy2019-04-041-3/+2
* i18n: Add line-break in email notificaton for minor editsDerick Alangi2019-03-181-2/+3
* Drop EmailNotification::updateWatchlistTimestamp(), deprecated in 1.27 and un...James D. Forrester2019-02-091-28/+0
* Rename WikiMap DB domain ID methods to reduce confusion with web domainsAaron Schulz2019-02-061-1/+1
* Safe replacement of a lot of `!count()` with `=== []`Thiemo Kreuz2019-01-151-1/+1
* Fix type for UserMailer::send $body paramUmherirrender2019-01-031-2/+2
* EmailNotification should provide a getter for pageStatusMark A. Hershberger2018-12-211-0/+14
* mail: Correct return value of sendPersonalised() methodAlangi Derick2018-12-031-2/+3
* Merge "Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to ...jenkins-bot2018-10-291-1/+2
|\
| * Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMapAaron Schulz2018-10-291-1/+2
* | Merge "Fix code style in EmailNotification.php"jenkins-bot2018-10-251-1/+1
|\ \
| * | Fix code style in EmailNotification.phpAlangi Derick2018-10-251-1/+1
* | | MailAddress->toString(): Reduce complexity by inverting ifsReedy2018-10-251-16/+17
|/ /
* / Don't pass a MailAddress pass the email to mail()Reedy2018-10-201-1/+1
|/
* EmailNotification: Add newline before minor edit textAlex Monk2018-09-291-2/+2
* Stop MailAddress accepting a User objectReedy2018-09-211-12/+4
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-7/+7
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-4/+3
* Only load PEAR Smtp mailer from vendor/composer, not from `pear` itselfChad Horohoe2018-05-231-12/+1
* mail: Refactor checks looking for PEAR libraries to be clearerKunal Mehta2018-04-251-11/+44
* mail: Always quote uncoded names in MailAddressAlexia E. Smith2018-04-241-2/+3
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-4/+4
* EmailNotification: Hard deprecate updateWatchlistTimestamp()James D. Forrester2018-02-031-1/+1
* Cleanup, removed spaceSimeon Dahl2017-11-021-1/+0
* Use correct variable name in @param documentationUmherirrender2017-08-111-2/+2