1d5848a6 | 21-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 ...
|
36300e60 | 09-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 ...
|
a16ec182 | 27-Aug-2022 |
Name <nam@example.com> |
translation update |
3e2e2c4f | 17-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
avoid php8 warnings in authad. fixes #3746 |
c243774d | 14-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
another go at #3717
c0ece86a0ac0cfab0856b056fb3ce8e726855542 was wrong too, because most deprecation logs drop the callee |
c0ece86a | 14-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 ...
|
aa726f38 | 14-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
better deprecation message for require. fixes #3717 |
042e7b39 | 13-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
declare visibility o new method (codestyle fix) |
be6462f4 | 13-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 ...
|
586feb6e | 13-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
Fix PHP8.1 warnings in logviewer |
0d48ec5c | 13-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 |
2ab59305 | 07-Aug-2022 |
Benjamin BERNARD <benjamin.bernard@benvii.com> |
:bug: Fixes #3738 , default value for mediamanger in fullscreen mode |
ef42a6cf | 26-Jul-2022 |
Marc Zulet <marczulet@gmail.com> |
translation update |
8e9d8d55 | 24-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 ...
|
8095a27b | 16-Jun-2022 |
Marek Adamski <fevbew@wp.pl> |
translation update |
06b50631 | 16-Jun-2022 |
Joan <aseques@gmail.com> |
translation update |
ecd83b31 | 06-Jun-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
2fdbf10e | 29-May-2022 |
Michael Sy <38754074+Michaelsy@users.noreply.github.com> |
Broken link removed (fr) |
b550b16b | 29-May-2022 |
Michael Sy <38754074+Michaelsy@users.noreply.github.com> |
Broken link removed (de) |
d799b83b | 29-May-2022 |
Michael Sy <38754074+Michaelsy@users.noreply.github.com> |
Broken link removed (de-informal) |
efc7c022 | 29-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 |
f4b4490f | 12-May-2022 |
Andreas Gohr <andi@splitbrain.org> |
automatically check that config options have docs
closes #3674 |
ffd2c6d6 | 12-May-2022 |
Andreas Gohr <andi@splitbrain.org> |
use https URLs in config manager |
3df364a3 | 25-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. |
a1910c4a | 12-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 |