* Prevent E_STRICT error when '$wgDebugDumpSql = true', and a path has been defined...
authorNick Jenkins <nickj@users.mediawiki.org>
Mon, 19 Mar 2007 07:08:58 +0000 (07:08 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Mon, 19 Mar 2007 07:08:58 +0000 (07:08 +0000)
commitf1fb0bc169837f2f0fe9ff4322243aca656f213a
tree7002ab70f7aaf8e7d4fc5e1fb485c3df11fb3b39
parent17fbf76b50225527b7b529d53c35f69547078dca
* Prevent E_STRICT error when '$wgDebugDumpSql = true', and a path has been defined for $wgDebugLogFile,
  but $wgDebugLogFile does not exist yet: "filesize(): stat failed for sql-log.txt in includes/GlobalFunctions.php on line 219"
* Removing unused global $IP.
* Indentation of an if/else block.
* Trivial comment typo.
* Prevent PHP Fatal error: "Call to a member function getText() on a non-object in includes/SpecialListusers.php on line 46",
  when opening a URL such as http://192.168.0.64/wiki/index.php/Special:Listusers?username=%22%27%3E
  (i.e. when "Display users starting at:" username supplied in Special:Listusers is not a valid MediaWiki title).
* Fix HTML validation of protection form (i.e. when "action=protect").
includes/GlobalFunctions.php
includes/MimeMagic.php
includes/ProtectionForm.php
includes/SpecialListusers.php
includes/SpecialUndelete.php