| 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 |
| 83198f92 | 20-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
coding style PSR-12 |
| cd17dbdc | 19-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
encapsulate functions into Classes
class FulltextSearch class MetaSearch |
| b5daf9f9 | 17-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
make Doku_Indexer singleton |
| 88965682 | 17-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
encapsulate wordlen() in the Indexer |
| 0af7b625 | 16-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
encapsulate idx_get_stopwords() |
| 8c019491 | 16-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
encapsulate idx_get_version() |
| 56d1fe92 | 16-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
encapsulate idx_addPage()
Note: idx_listIndexLengths() is used in iinc/TaskRunner.php and inc/Remote/ApiCore.php file
Also used in _test files. |
| abfaea29 | 16-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
deprecated idx_lookup()
This function is not called from elsewhere. |
| e15020b4 | 16-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
deprecated idx_tokenizer()
This function is not called from elsewhere. |
| 861eb325 | 16-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
deprecated idx_getIndex()
Note: idx_getIndex() is used in inc/infoutils.php file |
| 43161237 | 16-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
encapsulate idx_listIndexLengths()
Note: idx_listIndexLengths() is used in inc/infoutils.php file |
| 1dad69b4 | 16-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
deprecated idx_indexLengths()
This function is not called from elsewhere. |
| 0fb77e9d | 16-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
encapsulate idx_cleanName()
idx_cleanName() was called only from Doku_Indexer::addMetaKeys(), lookupKey(), getPages(), histogram() |
| ddc452a2 | 16-Dec-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
coding style |
| 3a5cb034 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix: string offset out of range due to null |
| 68491db9 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix part 5: Trying to access array offset on value of type bool/null |
| aac83cd4 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix part 4: Trying to access array offset on value of type bool/null |
| 3e9ae63d | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix part 3: Trying to access array offset on value of type bool/null |
| 06f34f54 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix part 2: Trying to access array offset on value of type bool/null |