History log of /dokuwiki/inc/Parsing/Handler/Quote.php (Results 1 – 4 of 4)
Revision Date Author Comments
# bcaec9f4 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Parsing


# d87ff0d3 03-Jun-2020 Andreas Gohr <andi@splitbrain.org>

fix phpdoc

Co-authored-by: Matthias Gutjahr <mattsches@gmail.com>


# 533aca44 02-Jun-2020 Andreas Gohr <andi@splitbrain.org>

Fix accessing calls

Some plugins need access to the handler (and rewriter) calls. One
example is the do plugin.

This adds some accessing methods to the callWriter objects, ensures
$calls can be acc

Fix accessing calls

Some plugins need access to the handler (and rewriter) calls. One
example is the do plugin.

This adds some accessing methods to the callWriter objects, ensures
$calls can be accessed and removes some duplicate code by introducing an
abstract base class.

show more ...


# be906b56 04-May-2018 Andreas Gohr <andi@splitbrain.org>

moved all parsing related namespaces to their own