Clean up docs around $wgUseSharedUploads
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 14 Jul 2018 01:22:44 +0000 (18:22 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 14 Jul 2018 01:22:44 +0000 (18:22 -0700)
commit50386d432551c0ac7580b6b56637964834bba95d
tree8e78f90305f63bd146f80261ca5a715129ba62c0
parente81c2423de097008787e78410b9536befdeebcf0
Clean up docs around $wgUseSharedUploads

* Remove references to these old configuration variables
  from documentation. Rather than wgLocalFileRepo referring to
  these for more information, move the docs there, and point
  there from the old variables.

* Move all their declarations in DefaultSettings.php together,
  and be in the same order as used in Setup.php.

* Add missing @var type and @since version docs.

Bug: T25122
Change-Id: I4eb9490ed4e978b2c3954de0593a9d0d3c5fe73c
includes/DefaultSettings.php
includes/Setup.php