Improve in-line documentation of $wgUrlProtocols; add 'redis://'
authorOri Livneh <ori@wikimedia.org>
Sat, 3 May 2014 21:55:04 +0000 (14:55 -0700)
committerOri Livneh <ori@wikimedia.org>
Sat, 3 May 2014 21:55:04 +0000 (14:55 -0700)
commit62b1fbd5f42818d492bd086cfa68e01dca317c64
tree4c65fd032c55e1b383a3ee971b632173a7785846
parent1f3f032f2a34d56436b6f66147e58f6aa847c0ca
Improve in-line documentation of $wgUrlProtocols; add 'redis://'

* RedisPubSubFeedEngine uses 'redis://' URLs. So does redis-py and many other
  client libraries. It should be recognized by MediaWiki. So add it.
* Remove in-line comments justifying each individual URL scheme.
  DefaultSettings.php is long enough; it doesn't need to moonlight as
  the annals of the history of MediaWiki development.
* Make the documentation of $wgUrlProtocols a bit more useful.

Change-Id: I4c2de67cc4e243659b0bed674e0ccd48221c57f3
includes/DefaultSettings.php