| 780c1400 | 13-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
define histogram() in PageIndex class |
| 185796b3 | 13-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
allow public access to getIndex(), etc. |
| 9dd6e5f7 | 13-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
obsolete deletePageNoLock() |
| 7dcabbd7 | 13-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
separate deletePageNoLock() process |
| 872fcdcd | 12-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
set $errors when index lock() failed |
| 5d3ae62e | 10-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
child class of AbstractIndex must have claer() |
| b9b08db0 | 09-Jan-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
removed unused 'salt' parameter from function definition... |
| 38a4a86e | 09-Jan-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
Added password change support for argon2i/argon2id, added matching config options and hash_X functions |
| 1f993c33 | 09-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. |
| 96f7b5b5 | 08-Jan-2020 |
Peter Mydliar <peto.mydliar@gmail.com> |
translation update |
| f640692e | 08-Jan-2020 |
Tuomo Hartikainen <tuomo.hartikainen@heksia.fi> |
translation update |
| 5aa57cb9 | 07-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
make $pidCache static, refactor getPID()
all extending acstract classes should use a static pidCache array |
| 86fc7283 | 07-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
separate methods into metadata, Pageword, Page index classes |
| f076e3f1 | 07-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Abstraction Index classes
PageIndex, PagewordIndex, MetadataIndex inherit the AbstractIndex class |
| 903d43fe | 31-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. |
| 6225b270 | 28-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 ...
|
| 3f1a8e5d | 05-Jan-2020 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 66df75b2 | 05-Jan-2020 |
Eric Haberstroh <ehaberstroh@gmail.com> |
translation update |
| fe2d1da1 | 05-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change class name to MetadataSearch |
| 6b6becab | 05-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 |
| 677f78a7 | 05-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move Quicksearch methods into MetaSearch class
pageLookup() does not use fulltext index, but metadata index |
| 3837ea91 | 05-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. |
| 48b92653 | 30-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
define constants inside namespace |
| f9c5d304 | 29-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Revert "updateTuple() 2nd parameter"
This reverts commit 115f49194ce52c68de5b52a13f9f6e017b138e12. |
| 115f4919 | 28-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
updateTuple() 2nd parameter
updateTuple() accept int for the second argument |