History log of /dokuwiki/lib/exe/opensearch.php (Results 1 – 14 of 14)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 5a5ec053 30-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

reformat /lib/exe/ folder


# c1482d1c 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: function argument spacing


# e3c3abf1 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to lib/exe


# 65cc1598 01-Aug-2017 Phy <git@phy25.com>

Replace htmlspecialchars to hsc in core


# 654436fb 21-Jul-2013 Anika Henke <anika@selfthinker.org>

fixed references to images in old template (FS#2816)


# 81aca18e 01-Feb-2012 Andreas Gohr <andi@splitbrain.org>

removed some more occurances of DOKU_TPL*


# e3776c06 29-Nov-2010 Michael Hamann <michael@content-space.de>

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is o

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.

show more ...


# d0a27cb0 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use fullpath() before initialized

darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz


# 00976812 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure setups.

This patch replaces all realpath() calls with a PHP only replacement
which should solve those problems.

darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz

show more ...


# 20ed4822 02-Apr-2007 Tom N Harris <tnharris@whoopdedo.org>

opensearch uses correct path to templates

darcs-hash:20070402043249-6942e-c69c700456d6feb5d275f3fab46bdba82505e30f.gz


# b243dd27 24-Jan-2007 Michael Klier <chi@chimeric.de>

added missing with/height attributes to opensearch image tag

darcs-hash:20070124232113-23886-5fdea45dec232c6a94995d83439f1c05beb33c6e.gz


# 50561e72 07-Dec-2006 Mike Frysinger <vapier@gentoo.org>

fix opensearch icon search

darcs-hash:20061207165258-5224c-8b65b6bd08d123fae7e141fd1b1ff497a0e3c1ce.gz


# da96af35 10-Nov-2006 Andreas Gohr <andi@splitbrain.org>

OpenSearch support

This adds support for the OpenSearch specification to autodetect
DokuWiki's search engine. The patch was submitted by Mike Frysinger
some time ago.
Some changes were made to the o

OpenSearch support

This adds support for the OpenSearch specification to autodetect
DokuWiki's search engine. The patch was submitted by Mike Frysinger
some time ago.
Some changes were made to the original patch. Only tested in FireFox 2.0

darcs-hash:20061110151453-7ad00-298ad77603854a604a642c0afd3975a997b8dc09.gz

show more ...