History log of /dokuwiki/inc/ (Results 1226 – 1250 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
780c140013-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

define histogram() in PageIndex class

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

allow public access to getIndex(), etc.

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

obsolete deletePageNoLock()

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

separate deletePageNoLock() process

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

set $errors when index lock() failed

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

child class of AbstractIndex must have claer()

b9b08db009-Jan-2020 Christian Marg <marg@rz.tu-clausthal.de>

removed unused 'salt' parameter from function definition...

38a4a86e09-Jan-2020 Christian Marg <marg@rz.tu-clausthal.de>

Added password change support for argon2i/argon2id, added matching config options and hash_X functions

1f993c3309-Jan-2020 Christian Marg <marg@rz.tu-clausthal.de>

Added support for argon2i and argon2id password hashes to PassHash.php using php's own password_verify function.

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 ...

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.

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

1...<<41424344454647484950>>...266