| 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 ...
|
| cc8fc761 | 28-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. |
| e3cafdc2 | 28-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 ...
|
| 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. |
| 80a9d315 | 30-Dec-2019 |
leimerp <leimerp@users.noreply.github.com> |
allow windows shares for Edge browser |
| 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 |
| 0a3e25f4 | 28-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove compatibility ft_ functions that are not used anywhere |
| 89b6193e | 27-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove compatibility idx_ functions that are not used anywhere |
| fe21229c | 27-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
make public listIndex() and listIndexLengths() method
because used in inc/infoutils.php file |
| c31af4f3 | 27-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use Indexer method instead of idx_get_indexer() |
| 173bfbca | 21-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
new namespace dokuwiki\Search |
| d43b19d0 | 20-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
deprecated class Doku_Indexer extends \Indexer |