History log of /dokuwiki/ (Results 1901 – 1925 of 10762)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
96f7b5b508-Jan-2020 Peter Mydliar <peto.mydliar@gmail.com>

translation update

f640692e08-Jan-2020 Tuomo Hartikainen <tuomo.hartikainen@heksia.fi>

translation update

5aa57cb907-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

make $pidCache static, refactor getPID()

all extending acstract classes should use a static pidCache array

86fc728307-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

separate methods into metadata, Pageword, Page index classes

f076e3f107-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Abstraction Index classes

PageIndex, PagewordIndex, MetadataIndex inherit the AbstractIndex class

903d43fe31-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Check code style against PSR12

In 2019 PSR-12 was officially released and PSR-2 deprecated. We should
adapt to that and check our files against that new coding standard.

6225b27028-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Extract dokuwiki\Search\Indexer class

Not sure why Doku_Indexer caused phpcs to complain about the class name
not being in PascalCase, but Doku_Handler didn't. ��

The namespace and new class name w

Extract dokuwiki\Search\Indexer class

Not sure why Doku_Indexer caused phpcs to complain about the class name
not being in PascalCase, but Doku_Handler didn't. ��

The namespace and new class name was selected to be compatible with the
upcoming changes in #2943. This should hpopefully reduce the overall
hassle of touching the same code base.

show more ...

cc8fc76128-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Ignore some more definitions

Some of the files are still having both logic and side-effects for
legacy reasons. We are excluding them for now and might deal with them
later.

e3cafdc228-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Check our code style for every PR

This excludes the currently failing checks with automatic fixes, as they
are out of scope of this commit. The current goal is automatically
reject pull requests tha

Check our code style for every PR

This excludes the currently failing checks with automatic fixes, as they
are out of scope of this commit. The current goal is automatically
reject pull requests that don't me the standards that the rest of our
code base already follows.

show more ...

3f1a8e5d05-Jan-2020 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

66df75b205-Jan-2020 Eric Haberstroh <ehaberstroh@gmail.com>

translation update

fe2d1da105-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

change class name to MetadataSearch

6b6becab05-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

bug fix and PHP74 warnings

Warning: Parameter 1 to dokuwiki\Search\MetaSearch::callback_pageLookup() expected to be a reference, value given in /path/to/dokuwiki/inc/Extension/Event.php on line 135

677f78a705-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

move Quicksearch methods into MetaSearch class

pageLookup() does not use fulltext index, but metadata index

3837ea9105-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

create QueryParser class

provides convert($query), recert_simple(), and termParser().
No needs to pass $Indexer in method's arguments.

80a9d31530-Dec-2019 leimerp <leimerp@users.noreply.github.com>

allow windows shares for Edge browser

48b9265330-Dec-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

define constants inside namespace

f9c5d30429-Dec-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

Revert "updateTuple() 2nd parameter"

This reverts commit 115f49194ce52c68de5b52a13f9f6e017b138e12.

115f491928-Dec-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

updateTuple() 2nd parameter

updateTuple() accept int for the second argument

0a3e25f428-Dec-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

remove compatibility ft_ functions that are not used anywhere

89b6193e27-Dec-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

remove compatibility idx_ functions that are not used anywhere

fe21229c27-Dec-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

make public listIndex() and listIndexLengths() method

because used in inc/infoutils.php file

c31af4f327-Dec-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

use Indexer method instead of idx_get_indexer()

173bfbca21-Dec-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

new namespace dokuwiki\Search

d43b19d020-Dec-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

deprecated class Doku_Indexer extends \Indexer

1...<<71727374757677787980>>...431