History log of /dokuwiki/inc/ (Results 1251 – 1275 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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

coding style PSR-12

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

encapsulate functions into Classes

class FulltextSearch
class MetaSearch

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

make Doku_Indexer singleton

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

encapsulate wordlen() in the Indexer

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

encapsulate idx_get_stopwords()

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

encapsulate idx_get_version()

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

encapsulate idx_addPage()

Note: idx_listIndexLengths() is used in iinc/TaskRunner.php and inc/Remote/ApiCore.php file

Also used in _test files.

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

deprecated idx_lookup()

This function is not called from elsewhere.

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

deprecated idx_tokenizer()

This function is not called from elsewhere.

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

deprecated idx_getIndex()

Note: idx_getIndex() is used in inc/infoutils.php file

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

encapsulate idx_listIndexLengths()

Note: idx_listIndexLengths() is used in inc/infoutils.php file

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

deprecated idx_indexLengths()

This function is not called from elsewhere.

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

encapsulate idx_cleanName()

idx_cleanName() was called only from Doku_Indexer::addMetaKeys(), lookupKey(), getPages(), histogram()

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

coding style

3a5cb03401-Dec-2019 Phy <git@phy25.com>

PHP8 fix: string offset out of range due to null

68491db901-Dec-2019 Phy <git@phy25.com>

PHP8 fix part 5: Trying to access array offset on value of type bool/null

aac83cd401-Dec-2019 Phy <git@phy25.com>

PHP8 fix part 4: Trying to access array offset on value of type bool/null

3e9ae63d01-Dec-2019 Phy <git@phy25.com>

PHP8 fix part 3: Trying to access array offset on value of type bool/null

06f34f5401-Dec-2019 Phy <git@phy25.com>

PHP8 fix part 2: Trying to access array offset on value of type bool/null

1...<<51525354555657585960>>...266