aboutsummaryrefslogtreecommitdiffstats
path: root/includes/EventRelayerGroup.php
Commit message (Collapse)AuthorAgeFilesLines
* Drop EventRelayerGroup::singleton(), deprecated in 1.27 and unusedJames D. Forrester2019-02-091-11/+0
| | | | Change-Id: I9e63fc255a575086a6c0934e51e593b5ee0a31d8
* Hard deprecate EventRelayerGroup::singleton()Kunal Mehta2018-09-241-0/+1
| | | | | | No uses spotted by codesearch. Change-Id: If2bffc7a216cf7b437ff112794742d5af0dd30fd
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+19
| | | | | Bug: T139301 Change-Id: Ib5248e8e27d60611c7373bce4b29dd5e85aa3489
* Convert EventRelayerGroup to services infrastructureStanislav Malyshev2016-04-251-11/+7
| | | | Change-Id: If55ddf441de69189c7fcdd3440f899c6b14f690f
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
| | | | | | | | | | Per wikitech-l consensus: https://lists.wikimedia.org/pipermail/wikitech-l/2016-February/084821.html Notes: * Disabled CallTimePassByReference due to false positives (T127163) Change-Id: I2c8ce713ce6600a0bb7bf67537c87044c7a45c4b
* Fix EventRelayerGroup constructorAaron Schulz2016-02-091-1/+1
| | | | | Bug: T126371 Change-Id: Iaffb3854f1ab7b03ce24563054bd1ba5f55bbf2c
* Make CDN purges send EventRelayer eventsAaron Schulz2016-02-091-0/+58
* Also create EventRelayerGroup class and config Bug: T97562 Change-Id: Id7c9b0deb0ffd21277572a8e6407f87be6931a4d