* Removed function_exists check in MWTidy, proc_open is on any PHP at out minimum...
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 13 Jul 2011 22:10:20 +0000 (22:10 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 13 Jul 2011 22:10:20 +0000 (22:10 +0000)
commit486624cfe475d1aa69e9dc2771b4e2c50bb5ef95
treeafe3aa6304132cbb23d9a57e65e957ee2bce5a11
parent0511b157062d1e11d09d8b46fa5928f8b4617a9d
* Removed function_exists check in MWTidy, proc_open is on any PHP at out minimum PHP version
* Show warnings if we can't run tidy for some reason (bug 27889)
* Moved $wgDebugTidy check (changing the value from null would break MWTidy::tidy())
* Fixed some outdated comment
* Made a few w/s changes
includes/DefaultSettings.php
includes/parser/Tidy.php