History log of /dokuwiki/lib/plugins/remote.php (Results 1 – 16 of 16)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# dccd6b2b 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: function call spacing


# 54cc7aa4 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to the rest of lib/plugin


# 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


# b97865bf 13-Aug-2020 Andreas Gohr <andi@splitbrain.org>

adjust callstack depth for deprecation message further


# e4aa0139 13-Aug-2020 Andreas Gohr <andi@splitbrain.org>

better deprecation messages for self required plugin base files


# e1d9dcc8 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

First go at moving the plugin classes into their own namespace


# dd87735d 07-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 compatibility for the remote API libs


# 42c2870a 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

plugin prototype adjustments

They are now proper abstract classes


# 14529785 15-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

adjusted for scrutinizer hints


# 67fe7d43 15-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

first go at using reflection for remote export


# 67b479b2 30-Jun-2015 Gerrit Uitslag <klapinklapin@gmail.com>

PHPDocs for remote and action


# 2d74814f 05-Feb-2012 Dominik Eckelmann <deckelmann@gmail.com>

added getapi methods to remote plugin


# d80d35e2 22-Dec-2011 Dominik Eckelmann <deckelmann@gmail.com>

added forgotten remote.php in lib/plugins