History log of /dokuwiki/ (Results 1876 – 1900 of 10762)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
868bf7c919-Jan-2020 rusly-id <rusly-id@users.noreply.github.com>

translation update

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

remove Undefined method dispacher for _test

8bff05a319-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix _test/tests/inc/indexer_rename.test.php

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

rewrite test files

replace idx_* and ft_* functions with relevant class metods

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

move lookup() to PagewordIndex class, reduce term 'Indexer'

make similar MetadataIndex::lookupKey() and PagewordIndex::lookup()

46b8351419-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

resolve conflictions, CodeSniffer errors

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

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

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

use ::class for class name resolution

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

0cba610b14-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

rewrite deprecated ft_* functions

3f4a342b14-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

rewrite deprecated idx_* functions

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

remove getInstance() from AbstractIndex

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

fix $errors static

839557ad13-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix Undefined methods dispatcher

489a7bf913-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Undefined methods dispatcher

prepared for unit tests compatibility only

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.

1...<<71727374757677787980>>...431