History log of /dokuwiki/inc/ (Results 1176 – 1200 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
033eb35b29-Feb-2020 kalenpw <kalenpwilliams@gmail.com>

Consistent capilization of io_saveFile and psr-2 formatting

2f19acc228-Feb-2020 bleistivt <bleistivt@users.noreply.github.com>

Show pencil symbol on preview

35253a8328-Feb-2020 Torgeir Blesvik <bletor@banenor.no>

translation update

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.

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

idx_get_indexer() returns MetadataIndex

According to the development manual, for [Metadata index](https://www.dokuwiki.org/devel:metadata#metadata_index), indexer object supports `addMetaKeys()`, `

idx_get_indexer() returns MetadataIndex

According to the development manual, for [Metadata index](https://www.dokuwiki.org/devel:metadata#metadata_index), indexer object supports `addMetaKeys()`, `lookupKey()`, and `getpages()`. This means that `idx_get_indexer()` should return MetadataIndex object.

show more ...

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

simplify dispatch()

9fdcc8fc18-Feb-2020 movatica <c0d3@movatica.com>

Respect fmode config setting

Fix hardcoded fmode overriding user config, which breaks with nondefault environments.

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

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

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

obsolete fulltext.php and indexer.php files

define deprecated functions in deprecated.php file.
fix load.php, loading fulltext.php and indexer.php is nolonger necessary.

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

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

fix first argument of dbg_deprecated()

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

fc6b11d226-Jan-2020 Michael Große <mic.grosse@googlemail.com>

Add feature flag for deferred javascript

This adds a feature flag for the jQuery and main-js requests added in
#2786 and #2958. This adds only a single feature flag since deferring
jQuery without d

Add feature flag for deferred javascript

This adds a feature flag for the jQuery and main-js requests added in
#2786 and #2958. This adds only a single feature flag since deferring
jQuery without deferring the main javascript request is likely to cause
errors and confusion.

The feature flag defaults to "on" as this should be unproblematic except
for a few plugins. Also, with this flag being on by default, it should
see more usage and is more likely to uncover existing issues.

This feature flag should be removed once this feature is deemed safe.

show more ...

1...<<41424344454647484950>>...266