History log of /dokuwiki/inc/Search/ (Results 76 – 100 of 128)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
abb227bc13-Mar-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

add comment for $requireLock argument

51ddbadd20-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

move histogram() into MetadataIndex class

5f9bd52520-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Revert "histogram() change args order"

This reverts commit 4d04b7bbfe9c97673b0f22586d88e161aca34f70.

11d2e7d020-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

simplify dispatch()

3aa7587418-Feb-2020 movatica <c0d3@movatica.com>

Fixed inconsistent handling of falsy values on fperm setting

The $conf['fperm'] value was checked in multiple files using different methods.
This can cause permission trouble with restricted environ

Fixed inconsistent handling of falsy values on fperm setting

The $conf['fperm'] value was checked in multiple files using different methods.
This can cause permission trouble with restricted environments, i.e. when chmod is forbidden and file permissions are non-default.
Now, all checks use implicit cast to boolean which leads to consistent behaviour.

Also, a misleading variable was renamed in context to better understand one of the checks.

show more ...


/dokuwiki/_test/phpcs.xml
/dokuwiki/_test/tests/inc/Extension/Event.test.php
/dokuwiki/_test/tests/inc/PluginUtils.test.php
/dokuwiki/_test/tests/inc/common_basicinfo.test.php
/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/conf/license.php
/dokuwiki/inc/Ajax.php
/dokuwiki/inc/Cache/Cache.php
/dokuwiki/inc/Debug/DebugHelper.php
/dokuwiki/inc/Extension/Event.php
/dokuwiki/inc/Extension/SyntaxPlugin.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/Menu/Item/AbstractItem.php
/dokuwiki/inc/Parsing/Parser.php
/dokuwiki/inc/PassHash.php
/dokuwiki/inc/Remote/ApiCore.php
Indexer.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/id/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sr/admin.txt
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/acl/lang/fi/lang.php
/dokuwiki/lib/plugins/acl/lang/id/lang.php
/dokuwiki/lib/plugins/authad/lang/fi/lang.php
/dokuwiki/lib/plugins/authad/lang/fi/settings.php
/dokuwiki/lib/plugins/authldap/lang/fi/settings.php
/dokuwiki/lib/plugins/authldap/lang/nl/settings.php
/dokuwiki/lib/plugins/authplain/lang/fi/lang.php
/dokuwiki/lib/plugins/authplain/lang/id/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/lang/fi/lang.php
/dokuwiki/lib/plugins/config/lang/id/intro.txt
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/sk/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/extension/helper/gui.php
/dokuwiki/lib/plugins/extension/lang/fi/lang.php
/dokuwiki/lib/plugins/popularity/lang/fi/lang.php
/dokuwiki/lib/plugins/revert/lang/fi/lang.php
/dokuwiki/lib/plugins/styling/lang/sk/lang.php
/dokuwiki/lib/plugins/usermanager/_test/csv_import.test.php
/dokuwiki/lib/plugins/usermanager/lang/fi/lang.php
/dokuwiki/lib/plugins/usermanager/lang/id/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sk/lang.php
/dokuwiki/lib/scripts/behaviour.js
/dokuwiki/lib/tpl/dokuwiki/lang/sk/lang.php
9329b00202-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

change static methods into instance methods

db87936402-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix getPID()

getPID() will be called only when the page exists.

f2e1d0bf02-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix set Stopwords property

4a90f94b02-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

move backlinks() and mediause() into MediaIndex class

653b91a201-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

AbstractIndex class const INDEX_MARK_DELETED

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

rename PagewordIndex to FulltextIndex

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

trigger error when lock/unlock index directory failed

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

histogram() change args order

INdexer::histogram() is only used in indexer_histogram.test.php file.

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

fix typo

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

change wordlen() to non-static method

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

use Indexer.php instead of PageIndex.php

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

dispatch indexing request to addPage() or deletePage()

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

refactor getPID()

getPID() : mark deleted page entry in page.idx
getPIDNoLock() : obsoleted
getPages() : exclude deleted pages

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

claer() idx files only created by index class

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

define getPages() in AbstractIndex instead of PageIndex

getPages() is inherited to each subclass of AbstractIndex, but MetadataIndex::getPages() will override the inherited method.

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

restore accessibility protected for getIndexWords()

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

separate Tokenizer class

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

remove Undefined method dispacher for _test

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

123456