History log of /dokuwiki/lib/plugins/ (Results 251 – 275 of 2871)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f5457a6610-Oct-2022 Olivier HUMBERT <trebmuh@users.noreply.github.com>

Update French translation

consistency with the rest of the translation

9e83fb7b10-Oct-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

use real French words. Thanks to @Trebmuh

7ca546c709-Oct-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translate the logviwer plugin into French

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

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

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

translation update

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.

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

access plugin repository over SSL only

fixes #3677

1...<<11121314151617181920>>...115