History log of /dokuwiki/lib/ (Results 301 – 325 of 4510)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1d5848a621-Sep-2022 fiwswe <53953985+fiwswe@users.noreply.github.com>

Replace direct access to $_SERVER with $INPUT->server->…

2nd try on a separate branch
Also fixes a line that was too long

Note: As I do not use this plugin, this is completely untested.

It sh

Replace direct access to $_SERVER with $INPUT->server->…

2nd try on a separate branch
Also fixes a line that was too long

Note: As I do not use this plugin, this is completely untested.

It should fix splitbrain#3778 (unless I made a stupid mistake).

See https://github.com/fiwswe/dokuwiki/commit/ce0feb5f5c38d0e698bd162105fbe61ceb27fca8

show more ...

36300e6009-Sep-2022 Andreas Gohr <andi@splitbrain.org>

opening up CSP headers for fetch.php resources

This drops the sandbox attribute as discussed in #3710 to re-enable
inline display of PDFs in Safari again.

Dropping the sandbox attribute should also

opening up CSP headers for fetch.php resources

This drops the sandbox attribute as discussed in #3710 to re-enable
inline display of PDFs in Safari again.

Dropping the sandbox attribute should also help with using navigational
links within SVG files as discussed in
https://forum.dokuwiki.org/d/20420-how-to-embed-svg-with-links-the-proper-way

It also allows the loading of fonts from within SVG files. This
currently does not allow font loading from google fonts as asked for
in #3709 though. I'm not sure if we should favor any font provider here.

show more ...

a16ec18227-Aug-2022 Name <nam@example.com>

translation update

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

avoid php8 warnings in authad. fixes #3746

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

another go at #3717

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

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

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

better deprecation message for require. fixes #3717

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

declare visibility o new method (codestyle fix)

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

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

Fix PHP8.1 warnings in logviewer

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

fixes for the popularity plugin

* initialize values to avoid warnings in PHP 8.1
* avoid iterating over a missing change log

2ab5930507-Aug-2022 Benjamin BERNARD <benjamin.bernard@benvii.com>

:bug: Fixes #3738 , default value for mediamanger in fullscreen mode

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

translation update

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

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

translation update

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

translation update

ecd83b3106-Jun-2022 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

2fdbf10e29-May-2022 Michael Sy <38754074+Michaelsy@users.noreply.github.com>

Broken link removed (fr)

b550b16b29-May-2022 Michael Sy <38754074+Michaelsy@users.noreply.github.com>

Broken link removed (de)

d799b83b29-May-2022 Michael Sy <38754074+Michaelsy@users.noreply.github.com>

Broken link removed (de-informal)

efc7c02229-May-2022 Michael Sy <38754074+Michaelsy@users.noreply.github.com>

Broken link removed

The corrected link is now entered in the documentation. See https://www.dokuwiki.org/config:broken_iua

f4b4490f12-May-2022 Andreas Gohr <andi@splitbrain.org>

automatically check that config options have docs

closes #3674

ffd2c6d612-May-2022 Andreas Gohr <andi@splitbrain.org>

use https URLs in config manager

3df364a325-Apr-2022 Timo Richter <timo.richter@richter-leiterplatten.de>

CORS on XMLRMPC API

This allows setting a CORS header to make the xmlrpc API accessible from
JavaScript clients directly in the browser.

a1910c4a12-May-2022 Andreas Gohr <andi@splitbrain.org>

better title for homepage link

It also lowercases the accesskey hint to be in sync with others.

fixes #3661

1...<<11121314151617181920>>...181