(bug 21870) Remove Google logo loaded from it servers (privacy concern).
authorPlatonides <platonides@users.mediawiki.org>
Wed, 20 Jan 2010 22:01:37 +0000 (22:01 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 20 Jan 2010 22:01:37 +0000 (22:01 +0000)
The form is now left as googlesearch message. We should probably remove the duplication and load it with wfMsgWeirdKey.

RELEASE-NOTES
includes/db/Database.php

index a6d71e8..af2f180 100644 (file)
@@ -723,6 +723,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 22096) IE50Fixes.css and IE55Fixes.css have been dropped from the Monobook 
   and Chick skins
 * Fixed bug involving unclosed "-{" markup in the language converter
+* (bug 21870) No longer include Google logo from an external server on wiki error.
 
 == API changes in 1.16 ==
 
index dcda5d8..32c6ec7 100644 (file)
@@ -2636,8 +2636,6 @@ class DBConnectionError extends DBError {
     <input type="hidden" name="ie" value="$wgInputEncoding" />
     <input type="hidden" name="oe" value="$wgInputEncoding" />
 
-    <img src="http://www.google.com/logos/Logo_40wht.gif" alt="" style="float:left; margin-left: 1.5em; margin-right: 1.5em;" />
-
     <input type="text" name="q" size="31" maxlength="255" value="$search" />
     <input type="submit" name="btnG" value="$googlesearch" />
   <div>