Rename '$wgStreamLoggers' => '$wgRCEngines'
authorOri Livneh <ori@wikimedia.org>
Mon, 26 Aug 2013 20:58:29 +0000 (13:58 -0700)
committerOri Livneh <ori@wikimedia.org>
Mon, 26 Aug 2013 21:01:47 +0000 (14:01 -0700)
commitffc71cb6afeae296ed4365dcccdc07f2621b099d
treecc27f63e8aa02b9c40fb907eed70306d145f5c2f
parenta26ca1420842591ae8fc7aaf96544ce17cacf392
Rename '$wgStreamLoggers' => '$wgRCEngines'

The name '$wgStreamLoggers' captures the direction in which I'd like to see
this evolve, but for the time being it is a misnomer, giving the false
impression that it is more general than it in fact is. I did not bother
deprecating the old name since it was only merged to master yesterday.

Also renamed: RecentChange::getStreamEngine -> RecentChange::getEngine (for
consistency with the change to the config var name).

Change-Id: I0d7b08e591e897b24528ea0981a6fcb93cfe8831
includes/DefaultSettings.php
includes/RecentChange.php