History log of /dokuwiki/inc/parser/handler.php (Results 1 – 25 of 171)
Revision Date Author Comments
# 95078f23 02-Sep-2023 Andreas Gohr <andi@splitbrain.org>

apply code sniffer rules to inc/parser as well


# 5c46ca3d 02-Sep-2023 Andreas Gohr <andi@splitbrain.org>

simplify URL linking in handler


# faf3f01b 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/parser


# ac1d8211 19-Mar-2023 Andreas Gohr <andi@splitbrain.org>

fix some php 8.2 deprecation warnings


# ac2b3d9e 19-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Merge pull request #3798 from splitbrain/nofootshoot

Remove the htmlok and phpok embedding options


# ec34bb30 19-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Update core code to make use of sexplode()

This makes use of our own explode mechanism everywhere were we expect a
fixed number of results.


# bbe6b3a7 12-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Remove the htmlok and phpok embedding options

Both options have grave security implications and novice users seem to
ignore advice about them. In the last decades I never came across a wiki
that had

Remove the htmlok and phpok embedding options

Both options have grave security implications and novice users seem to
ignore advice about them. In the last decades I never came across a wiki
that had legitimate use of these options.

If someone needs the functionality, it can easily be added back using a
plugin. But I prefer to give users one less option to shoot themselves
in the foot.

Removal of the translations for the config strings can follow after this
has been merged.

show more ...


# d8ab8746 26-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Revert "Merge pull request #3039 from takuy/video-attributes"

This reverts commit 408d79f78505248f9ccb44bd2561cedc250ce5a1, reversing
changes made to b7c67f83bd81eff3186e4ebd2d9e86cd2c32468d.


# e36579e9 26-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Revert "fixed video attribute handling in php8"

This reverts commit f5cdab8ec90af0cde0c0e32209470cfa820b8ab5.


# c48d6608 26-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Revert "more php8 fixes for the video attributes"

This reverts commit 89e046c85b43365a46ce9f137a1b843d3ef6813b.


# 89e046c8 20-Dec-2021 Andreas Gohr <andi@splitbrain.org>

more php8 fixes for the video attributes

I defaulted back to null instead of an empty array.


# f5cdab8e 20-Dec-2021 Andreas Gohr <andi@splitbrain.org>

fixed video attribute handling in php8


# 408d79f7 20-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Merge pull request #3039 from takuy/video-attributes

Add handling for video embed attributes


# eb33b670 04-Jun-2020 Andreas Gohr <andi@splitbrain.org>

make handler status available via accessors. fixes #2931

This allows plugins to inspect and manipulate the status if needed.


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


# deb02173 06-Apr-2020 Sam <1631095+takuy@users.noreply.github.com>

another fix


# 50598979 06-Apr-2020 Sam <1631095+takuy@users.noreply.github.com>

only pass around videoAtts if it's a video

try to make tests happy again

another try at fixing tests

Delete local.php.bak.php

more test fixes

one more (lol)

one more


# 4a572c5a 06-Apr-2020 Sam <1631095+takuy@users.noreply.github.com>

add options & defaults to config, no* counterparts


# 256ac28f 05-Apr-2020 Sam <1631095+takuy@users.noreply.github.com>

typo fix

bug fixes & added fixes for existing tests


# 2a4a042d 05-Apr-2020 Sam <1631095+takuy@users.noreply.github.com>

Add handling for video embed attributes


# 767b83f9 31-Oct-2019 Andreas Gohr <gohr@cosmocode.de>

make addPluginCall accessible again

Some plugins are using this method.


# 31c0895a 31-Oct-2019 Andreas Gohr <gohr@cosmocode.de>

make addCall accessible again. fixes #2887

It also reintroduces _addCall() as a deprecated alias.


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

deprecated trigger_event() in favor of a static method on Event


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

First go at moving the plugin classes into their own namespace


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

some more visibility declarations


1234567