| 868bf7c9 | 19-Jan-2020 |
rusly-id <rusly-id@users.noreply.github.com> |
translation update |
| c562873b | 19-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove Undefined method dispacher for _test |
| 8bff05a3 | 19-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix _test/tests/inc/indexer_rename.test.php |
| bb38a884 | 19-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite test files
replace idx_* and ft_* functions with relevant class metods |
| be5c1ea2 | 19-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move lookup() to PagewordIndex class, reduce term 'Indexer'
make similar MetadataIndex::lookupKey() and PagewordIndex::lookup() |
| 46b83514 | 19-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
resolve conflictions, CodeSniffer errors |
| 6527515c | 15-Jan-2020 |
Michael Große <mic.grosse@googlemail.com> |
Fix one remaining line being too long for PSR-12
This slipped in with #2957 between the checks on #2945 being run and that pull request being merged. |
| 166288e3 | 15-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
cast int for addIndexKey()
Does it solve scrutinizer inspection? The expression ``$this->addIndexKey('page', '', $page);`` of type ``false|integer|string`` adds the type ``string`` to the return on
cast int for addIndexKey()
Does it solve scrutinizer inspection? The expression ``$this->addIndexKey('page', '', $page);`` of type ``false|integer|string`` adds the type ``string`` to the return on line 73 which is incompatible with the return type documented by ``dokuwiki\Search\AbstractIndex::getPID`` of type ``integer|false``.
show more ...
|
| efe70805 | 15-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use ::class for class name resolution |
| a9912249 | 15-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove global FT_SNIPPET_NUMBER
it is defined as namespace constant in Search/FulltextSearch.php file, and used in Remote/ApiCore.php and Ui/Search.php files. |
| 0cba610b | 14-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite deprecated ft_* functions |
| 3f4a342b | 14-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite deprecated idx_* functions |
| 9ad37f37 | 14-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove getInstance() from AbstractIndex |
| b47a51d9 | 14-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix $errors static |
| 839557ad | 13-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix Undefined methods dispatcher |
| 489a7bf9 | 13-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Undefined methods dispatcher
prepared for unit tests compatibility only |
| 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. |