History log of /dokuwiki/inc/search.php (Results 101 – 123 of 123)
Revision Date Author Comments
# 23a34783 31-Jul-2005 Andreas Gohr <andi@splitbrain.org>

optimized Image metadata handling

darcs-hash:20050731115030-7ad00-2a1a423985864f0daae57545c2f3945abfc10257.gz


# e28299cc 26-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

redefine reference check options

This patch correct the meaning of the reference check configuration
options. They become more logical.
refcheck boolean Enable/Disable the reference checker.

redefine reference check options

This patch correct the meaning of the reference check configuration
options. They become more logical.
refcheck boolean Enable/Disable the reference checker. If set
to '0' the existence of references is not
checked and vica versa.
recshow int defines how many references should be displayed
If set to '0' no references are shown at all.

This meaning is more logical. The first parameter switches the checker
on/off and the second would be set, if the user wanted to see where the
references are and how many should be displayed.

darcs-hash:20050626153207-7ef76-0800eb2e394bf1b9f4233e7698b4d894f4b58e5b.gz

show more ...


# d0c4dcfd 17-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

option merge of refcheck and refcount

The options refcheck and refcount were merged to refcheck. This reduces
configuration options and make the function more robust.

darcs-hash:20050617201556-7ef7

option merge of refcheck and refcount

The options refcheck and refcount were merged to refcheck. This reduces
configuration options and make the function more robust.

darcs-hash:20050617201556-7ef76-47841e0b8713a26b6fb7eacffa9e89752f65ae50.gz

show more ...


# 396b7edb 17-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

search fix FS#395

This patch fixes FS#395 and another bug in the fulltext search
which accepts single '+' and '-' signs as search input.

darcs-hash:20050617113855-7ef76-368041107843f805c9ab539253dd

search fix FS#395

This patch fixes FS#395 and another bug in the fulltext search
which accepts single '+' and '-' signs as search input.

darcs-hash:20050617113855-7ef76-368041107843f805c9ab539253ddc17eb617be61.gz

show more ...


# d67ca2c0 16-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

media reference check part 2

Part 1 only checks for the existance of references.
Part 2 will show where this references are so that the user
could easily find them.

Both parts are configurable:
ref

media reference check part 2

Part 1 only checks for the existance of references.
Part 2 will show where this references are so that the user
could easily find them.

Both parts are configurable:
refcheck

darcs-hash:20050616163425-7ef76-a7fce6cd1ef5d2cc2e4ac3b869969a65c671770a.gz

show more ...


# b59a406b 05-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

media reference check

This patch implements the first step of a media file reference
checker. Every time the user wanted to delete a media file
it would be ckecked for still existing references to t

media reference check

This patch implements the first step of a media file reference
checker. Every time the user wanted to delete a media file
it would be ckecked for still existing references to this media
file. File deletion is denied if this media file is still in use.

darcs-hash:20050605185038-7ef76-475e5990609587e1b8cee0e155fa6002f1c5b27c.gz

show more ...


# 5a5d942d 05-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

extended search fix no. 2

The last patches confused darcs so we get a mixed up code.
This patch corrected the mess hopefully.

darcs-hash:20050605085854-7ef76-83d86fd24ce667f7cb506466ef2aef39ccc38ce

extended search fix no. 2

The last patches confused darcs so we get a mixed up code.
This patch corrected the mess hopefully.

darcs-hash:20050605085854-7ef76-83d86fd24ce667f7cb506466ef2aef39ccc38cea.gz

show more ...


# 248a7321 04-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

extended search fix

This patch fixes a bug in the search code and did some
optimizations. Furtheron queries with only excluded
words will be rejected because they won't produce
usable output and was

extended search fix

This patch fixes a bug in the search code and did some
optimizations. Furtheron queries with only excluded
words will be rejected because they won't produce
usable output and waste only time.

darcs-hash:20050604212026-7ef76-7a096791875407859eae390290165e4b6e7ef082.gz

show more ...


# 4735a949 04-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

UNDO: extended search fix

This patch fixes a bug in the search code and did some
small optimizations.

The possibility to start a search with _only_ excluded
words (only words start with a minus sig

UNDO: extended search fix

This patch fixes a bug in the search code and did some
small optimizations.

The possibility to start a search with _only_ excluded
words (only words start with a minus sign) was disabled
because this seem to crash PHP 4.3.10 (at least the ppc
version :-()

darcs-hash:20050604194621-7ef76-c240e1089df10645f5ea959a7ccb664a50afde7a.gz

show more ...


# 339d75a5 04-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

extended search fix

This patch fixes a bug in the search code and did some
small optimizations.

The possibility to start a search with _only_ excluded
words (only words start with a minus sign) was

extended search fix

This patch fixes a bug in the search code and did some
small optimizations.

The possibility to start a search with _only_ excluded
words (only words start with a minus sign) was disabled
because this seem to crash PHP 4.3.10 (at least the ppc
version :-()

darcs-hash:20050604194621-7ef76-10a5bb6a5b2804bcadcbffcdf2ea500db7ceeb91.gz

show more ...


# 5ef370d2 03-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

extended search function

The DokuWiki search function uses 'OR' to combine
multiple search words. This behaviour is unusual and
not very helpful to narrow the search results.
This patch changed the

extended search function

The DokuWiki search function uses 'OR' to combine
multiple search words. This behaviour is unusual and
not very helpful to narrow the search results.
This patch changed the behaviour to 'AND'. Multiple
search words will reduce the count of search results.

It uses assertions now. This has the big advantage
that only one regular expression have to be processed
for each file and the behaviour can be changed easily.

The functionallity has been extended: Words with a
preceding minus sign (-) will be excluded from and
words with a preceding plus sign (+) will be included
in the search results. Is a preceding sign is missing
(+) is assumed.

darcs-hash:20050603182746-7ef76-03b18a3707c91e8c5cbb99253b603d090b679c1a.gz

show more ...


# 156a608c 30-May-2005 andi <andi@splitbrain.org>

keep txt extension on uploaded txt files #360

darcs-hash:20050530181055-9977f-9a771ac829c8fe48557f6932cc99fd4318579a9e.gz


# 64f50cdb 19-May-2005 andi <andi@splitbrain.org>

make search skip .lock files

darcs-hash:20050519161353-9977f-3ea310a2dd433c8bc3ff634bde962d6a9adce549.gz


# 63f2400b 15-May-2005 andi <andi@splitbrain.org>

experimental AJAX quicksearch

This isn't perfect yet, but it works. It's tested in Mozilla Firefox only.
Patches welcome!

darcs-hash:20050515131507-9977f-5ad6c4483faec67f7ce7c980b5a2bd6d9e81012a.gz


# 37e34a5e 22-Apr-2005 andi <andi@splitbrain.org>

backlink with camelcase support (untested)

darcs-hash:20050422164153-9977f-443f332fa6e591dfa352448ceb5dd24811d227a2.gz


# 340756e4 13-Apr-2005 andi <andi@splitbrain.org>

removed closing php tag for includes

darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz


# de3dfc91 31-Mar-2005 andi <andi@splitbrain.org>

fixed index to not include the cache dir (#230)

darcs-hash:20050331155416-9977f-32ef07e8c97584c9d16b4f43504767bdbd217138.gz


# ed7b5f09 19-Feb-2005 andi <andi@splitbrain.org>

added init.php - may have broken something! (related to #153)

darcs-hash:20050219102055-9977f-575d654e742934c911ffab855d82aa91f198b5cf.gz


# d5a2a500 23-Jan-2005 andi <andi@splitbrain.org>

utf8 compatible fulltext search

darcs-hash:20050123165100-9977f-697d62ef2daa33eaf167e59754bb6f9444a06135.gz


# 49c713a3 23-Jan-2005 andi <andi@splitbrain.org>

Unicode filenames with URL encoding

darcs-hash:20050123102905-9977f-1065a1112bfd47caed0f198b94e5226c81351b64.gz


# cb70c441 15-Jan-2005 andi <andi@splitbrain.org>

fancy index

darcs-hash:20050115205741-9977f-75c87471f0c801a8b623e2a0af53896331f80975.gz


# 15fae107 14-Jan-2005 andi <andi@splitbrain.org>

phpdoc comments

darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz


# f3f0262c 12-Jan-2005 andi <andi@splitbrain.org>

Initial revision.

darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz


12345