wiki.techinc.nl/includes/rcfeed
This, that and the other 6cbdf65b4f Add $wgLocalInterwikis to handle multiple local prefixes
This is akin to $wgSkipSkin/$wgSkipSkins. It is quite plausible for a wiki
to have more than one self prefix (e.g. enwiki has w: en: wikipedia: and
maybe others).

Some recent changes code seems to use $wgLocalInterwiki for quite unclear
purposes:
- I removed the line using $wgLocalInterwiki from the RecentChange
  class, as the 'lang' field of $mExtra is not used anywhere in core code.
  Extensions may use it, but it would seem more appropriate for them to
  use something like $wgDBname (or indeed to consult $wgLocalInterwikis
  directly) if they need to identify a particular wiki.
- In the IRC formatter, the first prefix in the array is used (if set).
  Appropriate documentation is added to DefaultSettings.php.

Related to bug 954 comment 3.

Bug: 954
Bug: 955
Change-Id: I9dbb566385b464402c5e78510b95dd2ffb4d9489
2014-03-12 13:32:07 +01:00
..
IRCColourfulRCFeedFormatter.php Add $wgLocalInterwikis to handle multiple local prefixes 2014-03-12 13:32:07 +01:00
JSONRCFeedFormatter.php Add XMLRCFeedFormatter 2014-01-10 17:50:41 -08:00
MachineReadableRCFeedFormatter.php rcfeed: Use wfWikiID() instead of $wgDBname 2014-01-10 17:52:25 -08:00
RCFeedEngine.php Cleanup of includes/rcfeed 2014-01-04 21:12:03 -08:00
RCFeedFormatter.php Cleanup of includes/rcfeed 2014-01-04 21:12:03 -08:00
RedisPubSubFeedEngine.php Cleanup of includes/rcfeed 2014-01-04 21:12:03 -08:00
UDPRCFeedEngine.php Cleanup of includes/rcfeed 2014-01-04 21:12:03 -08:00
XMLRCFeedFormatter.php Add XMLRCFeedFormatter 2014-01-10 17:50:41 -08:00