History log of /dokuwiki/lib/plugins/cli.php (Results 1 – 10 of 10)
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


# eb8d789e 10-Nov-2017 Andreas Gohr <andi@splitbrain.org>

Introducing a new Plugin type: CLI

Now plugins can create their own command line interfaces. They are
executed through a single entry point in bin/plugin.php