* Added WebRequest::getFuzzyBool, which is a more JavaScript friendly version of...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 22 Sep 2010 20:15:31 +0000 (20:15 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 22 Sep 2010 20:15:31 +0000 (20:15 +0000)
commit6de869074638d4683504cdaefa11f784d41ccfd9
tree9c13185da048eb90d017b7df29abb5396cfb0406
parentc032accd70b50bd4f01ed6795bf1a4247a6477d9
* Added WebRequest::getFuzzyBool, which is a more JavaScript friendly version of getBool. Essentailly the same thing, except the string 'false' is also considered boolean false.
* Made use of getFuzzyBool where otherwise awkward and sometimes varied versions of 'flase' === false detection were being used.
includes/OutputPage.php
includes/ResourceLoaderContext.php
includes/WebRequest.php