History log of /dokuwiki/_test/tests/inc/parser/parser_links.test.php (Results 1 – 17 of 17)
Revision Date Author Comments
# 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.


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


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

Merge pull request #3039 from takuy/video-attributes

Add handling for video embed attributes


# 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


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

accidentally removed this on an earlier commit

more test fixes


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

typo fix

bug fixes & added fixes for existing tests


# 36c8a75c 10-Mar-2020 Phy <git@phy25.com>

Fix ExternalLink tests


# f216edae 21-Jun-2018 Lars Paulsen <lars_paulsen@web.de>

Fixed broken link rendering for external links at start of line

External links at the start of line like 'www.example.com' were
not rendered as links any more. The issue was introduced with PR #1988

Fixed broken link rendering for external links at start of line

External links at the start of line like 'www.example.com' were
not rendered as links any more. The issue was introduced with PR #1988.
Fixes #2399.

show more ...


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

moved all parsing related namespaces to their own


# 36dc94bb 28-Apr-2018 Andreas Gohr <andi@splitbrain.org>

split out parser modes into their own files

This moves all the parser classes into their own namespace and files.
Next up are the handler classes.

I'm not sure about the namespace, yet. A nested na

split out parser modes into their own files

This moves all the parser classes into their own namespace and files.
Next up are the handler classes.

I'm not sure about the namespace, yet. A nested namepspace Parser\Modes
would probably make more sense... we'll see.

This also removes the duplicated coded in the Plugin mode. We now use
the plugin trait and can inherit from AbstractMode instead.

show more ...


# c99d7c88 27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

Merge pull request #1988 from LarsGit223/issue936

Corrected external link syntax, now requires preceding whitespace.


# 2e3f2c78 27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

added one more test for internal links

just to be sure, we're not breaking something simple here.


# 5e964d2b 25-May-2017 LarsDW223 <lars_paulsen@web.de>

Corrected external link syntax, now requires preceding whitespace. Fixes #936.


# 9bda387a 24-May-2017 LarsDW223 <lars_paulsen@web.de>

Corrected internal link pattern to properly handle included square brackets. Fixes #829.


# f8369d7d 18-Apr-2012 Tobias Sarnowski <sarnowski@cosmocode.de>

moved _testing to _test