History log of /dokuwiki/inc/ (Results 476 – 500 of 6440)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c243774d14-Aug-2022 Andreas Gohr <andi@splitbrain.org>

another go at #3717

c0ece86a0ac0cfab0856b056fb3ce8e726855542 was wrong too, because most
deprecation logs drop the callee

6c6732d614-Aug-2022 Andreas Gohr <andi@splitbrain.org>

output log messages to STDERR during unit testig

This is especially helpful to notice deprecation messages

c0ece86a14-Aug-2022 Andreas Gohr <andi@splitbrain.org>

Another fix for #3717

The deprecation mechanism did actually log the wrong file (callee
instead of caller). This was fixed and the message adjusted again.

A guardian for very short backtraces and l

Another fix for #3717

The deprecation mechanism did actually log the wrong file (callee
instead of caller). This was fixed and the message adjusted again.

A guardian for very short backtraces and large offsets was added

show more ...

25edeeca14-Aug-2022 Andreas Gohr <andi@splitbrain.org>

log deprecation messages independent from allowdebug

Only the logging configuration should influnece if deprecation messages
are to be logged. By default they should be logged.

704bf76814-Aug-2022 Andreas Gohr <andi@splitbrain.org>

replace deprecated call to dbglog. fixes #3726

be6462f413-Aug-2022 Andreas Gohr <andi@splitbrain.org>

log warnings to error log

This introduces an error handler that will log warnings, including a
stack trace in the error log. This should help plugin and core authors with
identifying cases of uninit

log warnings to error log

This introduces an error handler that will log warnings, including a
stack trace in the error log. This should help plugin and core authors with
identifying cases of uninitilized variables in PHP8+ environments.

A feature flag (default off) will let users temporarily disable the
display of warnings in the frontend. This should allow the usage of not
yet upgraded plugins in many cases. In the future the flag can be
removed again.

show more ...

3f16857405-Aug-2022 TherealperO <110610509+TherealperO@users.noreply.github.com>

Update Recent.php

Fix bug in line 158:

Change
$itemType = $info['mode'] = $info['media'] ? 'media' : 'page';
to
$itemType = $info['media'] ? 'media' : 'page';

3855b15e04-Aug-2022 TherealperO <110610509+TherealperO@users.noreply.github.com>

Update Recent.php

Change to use $info['media'] instead of checking for dots in $ID to decide $info['mode'].

35bad86a04-Aug-2022 TherealperO <110610509+TherealperO@users.noreply.github.com>

Update changelog.php

Change so `$x['media']` is always set to either true or false. This so in Recent.php `$recent['media']` is never null and won't cause undefined array key error in PHP8.

f8a541a204-Aug-2022 TherealperO <110610509+TherealperO@users.noreply.github.com>

Update PageDiff.php

921c2ae304-Aug-2022 TherealperO <110610509+TherealperO@users.noreply.github.com>

Update MediaDiff.php

4d8dc0ce04-Aug-2022 TherealperO <110610509+TherealperO@users.noreply.github.com>

Update PageRevisions.php

Fix history for pages with dot in name

7efac80b04-Aug-2022 TherealperO <110610509+TherealperO@users.noreply.github.com>

Update MediaRevisions.php

Fix history for pages with dot in name.

29baf67604-Aug-2022 TherealperO <110610509+TherealperO@users.noreply.github.com>

Update RevisionInfo.php

Fix broken history for pages with dots in name

5a10fbce27-Jul-2022 Andreas Gohr <andi@splitbrain.org>

Support the multiple attribute in Form selects

This should fix a problem mentioned in
https://github.com/splitbrain/dokuwiki-plugin-data/pull/229#issuecomment-1196367602

Note that prefilling from $

Support the multiple attribute in Form selects

This should fix a problem mentioned in
https://github.com/splitbrain/dokuwiki-plugin-data/pull/229#issuecomment-1196367602

Note that prefilling from $INPUT is still only supported for single
value selects.

show more ...

ef42a6cf26-Jul-2022 Marc Zulet <marczulet@gmail.com>

translation update

d967ecd806-Jul-2022 Andreas Gohr <andi@splitbrain.org>

fix image resizing with width only. fixes #3707

When only a width is given, the image should be resized to this width
always. The code wrongly used the width to create a bounding box
instead.

723f2b4902-Jul-2022 Gerrit Uitslag <klapinklapin@gmail.com>

add deprecated IXR classes

a8ac20ea02-Jul-2022 Gerrit Uitslag <klapinklapin@gmail.com>

use function_exists and use a string

?do=check in php8.1
Fixes:
inc/infoutils.php(92) Error: Undefined constant "zlib_decode"
inc/infoutils.php(92) ArgumentCountError: method_exists() expects
exactl

use function_exists and use a string

?do=check in php8.1
Fixes:
inc/infoutils.php(92) Error: Undefined constant "zlib_decode"
inc/infoutils.php(92) ArgumentCountError: method_exists() expects
exactly 2 arguments, 1 given

show more ...

baa301e229-Jun-2022 Andreas Gohr <andi@splitbrain.org>

correctly create log file name. fixes #3699

strtoftime does not always recognize Unix Timestamps

8e9d8d5524-Jun-2022 Andreas Gohr <andi@splitbrain.org>

minor SVG improvements

* never try to use slika to resize SVGs - let the browser do it
* use object-fit:cover for all images - this properly crops inside the
browser if the backend didn't (like fo

minor SVG improvements

* never try to use slika to resize SVGs - let the browser do it
* use object-fit:cover for all images - this properly crops inside the
browser if the backend didn't (like for SVGs). currently dokuwiki
template only - might be worth moving to default styles
* show previews for SVGs in media manager

show more ...

7fc3281a24-Jun-2022 Andreas Gohr <andi@splitbrain.org>

increased API version

b1d4a66724-Jun-2022 Andreas Gohr <andi@splitbrain.org>

throw exceptions in API on user creation errors

As discussed in #3609

8095a27b16-Jun-2022 Marek Adamski <fevbew@wp.pl>

translation update

06b5063116-Jun-2022 Joan <aseques@gmail.com>

translation update

1...<<11121314151617181920>>...258