History log of /dokuwiki/ (Results 301 – 325 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1418a77609-Feb-2024 Andreas Gohr <andi@splitbrain.org>

API: legacy compatibility fix

wiki.getAllPages and dokuwiki.getPagelist differed in how the last
modification timestamp was communicated.

This should fix splitbrain/dokuwiki-plugin-sync#70

64e1c19b08-Feb-2024 Nickeau <gerardnico@users.noreply.github.com>

Reintroduce the FEED_DATA_PROCESS event

As explained here:
https://github.com/dokuwiki/dokuwiki/issues/4191

71808afb07-Feb-2024 Andreas Gohr <andi@splitbrain.org>

fix logo aspect ratio and printing. fixes #4187

643ea3a607-Feb-2024 Andreas Gohr <andi@splitbrain.org>

fix overeager optimization in Table handler. fixes #4186

This reverts an optimization introduced in
bcaec9f47d06126b3e653fea89a86d8b6a6cbef8

The number of elements in $this->tableCalls may change d

fix overeager optimization in Table handler. fixes #4186

This reverts an optimization introduced in
bcaec9f47d06126b3e653fea89a86d8b6a6cbef8

The number of elements in $this->tableCalls may change during the loop,
so they need to be recounted on every step. To protect it from being
"optimized" again, the loop was changed into a while loop.

Ultimately it should be checked if this method could be optimized in
another way.

show more ...

ab86a1cd06-Feb-2024 Andreas Gohr <andi@splitbrain.org>

adjust group type hint for User API response

932ec83706-Feb-2024 Andreas Gohr <andi@splitbrain.org>

fix User response object in API

8b267e5e06-Feb-2024 splitbrain <splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

e9472a9806-Feb-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Fix false errors when calling getInfo() from some plugins

e02c158c04-Feb-2024 Mr_Fang <klxf@vip.qq.com>

translation update

cd9495f404-Feb-2024 mod <modex@mail.ru>

translation update

e08e278904-Feb-2024 Bheesham Persaud <171007+bheesham@users.noreply.github.com>

inc/fulltext Result from splice could be empty

The code for `AND` and `OR` assumes the call to splice will always
return 2 elements, which isn't the case if no terms are found.

Example log messages

inc/fulltext Result from splice could be empty

The code for `AND` and `OR` assumes the call to splice will always
return 2 elements, which isn't the case if no terms are found.

Example log messages:

PHP Warning: Undefined array key 0 in .../dokuwiki/inc/fulltext.php on line 134
PHP Warning: Undefined array key 1 in .../dokuwiki/inc/fulltext.php on line 134
PHP Warning: foreach() argument must be of type array|object, null given in .../dokuwiki/inc/fulltext.php on line 614

Simplified example, via `php -a`:

php > $arr = [];
php > [$a, $b] = array_splice($arr, -2);
PHP Warning: Undefined array key 0 in php shell code on line 1
PHP Warning: Undefined array key 1 in php shell code on line 1

To clear the warning we check if the result is empty and break early,
otherwise we pass the result into `ft_resultCombine` or
`ft_resultUnite`, which both handle the length 1 arrays.

show more ...

cc47c50f02-Feb-2024 splitbrain <splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

77081e6b02-Feb-2024 splitbrain <splitbrain@users.noreply.github.com>

�� Update deleted files

e6380ba302-Feb-2024 Andreas Gohr <andi@splitbrain.org>

replace LESS library. fixes #4088

This replaces the abandoned fork with my own fork at splitbrain/lesserphp

That fork has been cleaned up somewhat and the issues in #4088 should be
fixed.

fba8735a30-Jan-2024 Marek Adamski <fevbew@wp.pl>

translation update

2abe2b1330-Jan-2024 splitbrain <splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

99a9643330-Jan-2024 Impeck <impeck@ya.ru>

translation update

f4d0426b29-Jan-2024 Gerrit Uitslag <klapinklapin@gmail.com>

show update message in Extension Manager if available

e502773d28-Jan-2024 CodyMaster007 <lazorenkoda1@gmail.com>

translation update

d160d64a27-Jan-2024 JPdroid <jpdroid.jpo@gmail.com>

translation update

32b5865d26-Jan-2024 NiteNeal <niteneal@gmail.com>

translation update

87f6c71826-Jan-2024 Andreas Gohr <andi@splitbrain.org>

remove obsolete feed creation code

This was left over in #4156

2fb31c4f26-Jan-2024 Andreas Gohr <andi@splitbrain.org>

io_deleteFromFile: pass a string not null

72c714a326-Jan-2024 splitbrain <splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

2cadabe726-Jan-2024 Andreas Gohr <andi@splitbrain.org>

Updated composer dependencies

1...<<11121314151617181920>>...420