| 033eb35b | 29-Feb-2020 |
kalenpw <kalenpwilliams@gmail.com> |
Consistent capilization of io_saveFile and psr-2 formatting |
| 2f19acc2 | 28-Feb-2020 |
bleistivt <bleistivt@users.noreply.github.com> |
Show pencil symbol on preview |
| 35253a83 | 28-Feb-2020 |
Torgeir Blesvik <bletor@banenor.no> |
translation update |
| 51ddbadd | 20-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move histogram() into MetadataIndex class |
| 5f9bd525 | 20-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Revert "histogram() change args order"
This reverts commit 4d04b7bbfe9c97673b0f22586d88e161aca34f70. |
| b4c31a26 | 20-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 ...
|
| 11d2e7d0 | 20-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
simplify dispatch() |
| 9fdcc8fc | 18-Feb-2020 |
movatica <c0d3@movatica.com> |
Respect fmode config setting
Fix hardcoded fmode overriding user config, which breaks with nondefault environments. |
| 3aa75874 | 18-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 ...
|
| 9329b002 | 02-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change static methods into instance methods |
| db879364 | 02-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix getPID()
getPID() will be called only when the page exists. |
| f2e1d0bf | 02-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix set Stopwords property |
| 4a90f94b | 02-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move backlinks() and mediause() into MediaIndex class |
| 653b91a2 | 01-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
AbstractIndex class const INDEX_MARK_DELETED |
| 6f58ff65 | 01-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. |
| 743c9a28 | 31-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rename PagewordIndex to FulltextIndex |
| 5237d405 | 31-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
trigger error when lock/unlock index directory failed |
| 4d04b7bb | 31-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
histogram() change args order
INdexer::histogram() is only used in indexer_histogram.test.php file. |
| a2f39162 | 30-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix typo |
| 8fb944f7 | 30-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change wordlen() to non-static method |
| 4f93610a | 30-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix first argument of dbg_deprecated() |
| 4027a91a | 30-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use Indexer.php instead of PageIndex.php |
| 9a025b52 | 30-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
dispatch indexing request to addPage() or deletePage() |
| f36fd307 | 29-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
refactor getPID()
getPID() : mark deleted page entry in page.idx getPIDNoLock() : obsoleted getPages() : exclude deleted pages |
| fc6b11d2 | 26-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 ...
|