[dokuwiki] [patch] opensearch icon
- From: Michael Klier <chi@xxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 25 Jan 2007 00:27:55 +0100
Hi,
it seems that the opensearch doesn`t show the favicon in the search
engines list of firefox (at least on my machine FF 2.0). Adding the
"width" and "height" attributes to the <Image> tag in
lib/exe/opensearch.php fixed it. A patch is attached to this mail.
Cheers
chi
--
Michael Klier
mail: chi@xxxxxxxxxxx
www: http://www.chimeric.de
icq: 206179334
jabber: chi@xxxxxxxxxxxxx
key: http://downloads.chimeric.de/chi.asc
key-id: 0x8308F551
New patches:
[added missing with/height attributes to opensearch image tag
Michael Klier <chi@xxxxxxxxxxx>**20070124232113] {
hunk ./lib/exe/opensearch.php 32
-echo ' <Image type="image/x-icon">'.$ico.'</Image>'.NL;
+echo ' <Image width="16" height="16" type="image/x-icon">'.$ico.'</Image>'.NL;
}
Context:
[GeSHi update to 1.0.7.17
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070124202520]
[fixed broken table alignment
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070124201255]
[moved interwiki resolve logic to base renderer class
Andreas Gohr <gohr@xxxxxxxxxxxx>**20070124111438]
[moved simple URL handling from renderer to handler
Andreas Gohr <gohr@xxxxxxxxxxxx>**20070124101306]
[move title function to base renderer
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070123083854]
[Some renderer plugin updates
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070120002731
The namingscheme for renderer plugins now matches the other types, the plugin
manager now returns info on renderer plugins, too
]
[Renderer now inherits from Doku_Plugin
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070119234945
This makes typical plugin functions available to render plugins.
]
[moved plugin base class to inc
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070119233350]
[added missing functions to renderer base class
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070115201107]
[delete empty dir
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070115192509]
[move tar and zip libs to inc
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070115192414
Move the compression libs of the plugin manager toa mre common place to
make them available to plugin authors.
]
[HTML_LOGINFORM_INJECTION event
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070109213258
Another injection event similar to the existing ones to insert custom HTML into
the login form.
]
[Check cookie auth data silently
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070109213155]
[show lastmod datetime in mediamanager FS#964
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070106125603]
[make sure cachekey is a string in auth_nameencode FS#1000
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070106122851]
[Galician translation
medulio@xxxxxxxxxxxxxxxxxx**20070106112310]
[readded two changes from recent rollback
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070106111209]
[language updates
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070106111111]
[regex_simpler.patch
henning.noren@xxxxxxxxx*-20070104194953
Replaces some simple regular expressions with standard (faster) string
functions
]
[regex_simpler.patch
henning.noren@xxxxxxxxx**20070104194953
Replaces some simple regular expressions with standard (faster) string
functions
]
[fixed a forgotten space in install.php
Samuele Tognini <samuele@xxxxxxxxxxxxxxx>**20070104201822]
[faster_indent.patch
henning.noren@xxxxxxxxx**20070104195358
Replaces a print-loop with str_repeat concatenated with the final output
]
[tf_rename_lower.patch
henning.noren@xxxxxxxxx**20070103205700
Name the TRUE/FALSE-constants consistently as lowercase everywhere.
This might also be an tiny optimization in some environments.
]
[check for preg_replace in install.php
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070102204857
to avoid problems like in http://forum.dokuwiki.org/thread/521
]
[TAG develsnap 2007-01-01
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070101000001]
Patch bundle hash:
955769d2e189fd648eda6bbd4fa144e4e355ec50
Other related posts:
- » [dokuwiki] [patch] opensearch icon