Don't rely on $wgTitle in WebRequest
authorChad Horohoe <chadh@wikimedia.org>
Wed, 24 Sep 2014 20:38:17 +0000 (13:38 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 24 Sep 2014 20:49:38 +0000 (13:49 -0700)
commit35e1c7cd67f6a8eb58f269c575dba581aa7f2f92
treef9415dac23f3704de886a6a6e7f02590b9da8cce
parent343c01d56b8539d0d70d10841c0123b7cce3cd18
Don't rely on $wgTitle in WebRequest

All callers have been updated to provide their own getLocalUrl() calls as
appropriate, so deprecate calling appendQueryValue() and appendQueryArray()
with $onlyquery = false.

appendQuery() is now unused and deprecated as it always assumed $onlyquery = false

Change-Id: I142195c39f278165118a52143031008d9c68e01a
includes/WebRequest.php