| #
058c6bae |
| 09-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
adjusted tests for new buildURLparams()
null values are no longer added as empty parameters.
|
| #
f7711f2b |
| 01-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
always use the same htmlspecialchars setup
defaults for htmlspecialchars change in PHP 8.1
All calls should always use our hsc() method to ensure comparability (especially when testing)
|
| #
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
|
| #
65df6532 |
| 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
missed another unit test
|
| #
f5956b91 |
| 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
fix test again
|
| #
a98160dc |
| 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
Remove height & weight defaults from video embeds
|
| #
4d0c2688 |
| 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
d'oh completely overlooked this
|
| #
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
|
| #
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
|
| #
7d3a1fc9 |
| 06-Mar-2020 |
bleistivt <me@bleistivt.net> |
Add test for video titles
|
| #
79fdbafc |
| 20-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Adjusted pattern for matching media links to properly handle a single '}' in the link text. Fixes #1587.
|
| #
ef08383e |
| 01-Jul-2016 |
Andreas Gohr <andi@splitbrain.org> |
filesize_h might not be used in HTML content only #1622
Using an HTML entitiy might be problematic in non HTML renderers or when the output is escaped again.
|
| #
25692208 |
| 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
always separate a number and a unit by a non-breaking space
|
| #
d09fc643 |
| 20-Aug-2015 |
Phil Hopper <phillip_hopper@wycliffeassociates.org> |
Fix Parser Media tests running locally
These tests were passing on travis-ci but failing when run locally because the tests were assuming the value of DOKU_BASE would be '/./' but it was actually '/
Fix Parser Media tests running locally
These tests were passing on travis-ci but failing when run locally because the tests were assuming the value of DOKU_BASE would be '/./' but it was actually '/tmp/' instead.
show more ...
|
| #
7268f44f |
| 18-Dec-2014 |
Michael Große <grosse@cosmocode.de> |
Remove stray comment block
|
| #
50e07413 |
| 18-Dec-2014 |
Michael Große <grosse@cosmocode.de> |
Fix file size
|
| #
db42b6f8 |
| 18-Dec-2014 |
Michael Große <grosse@cosmocode.de> |
Add test for internal video files
|
| #
912be8f6 |
| 27-Nov-2014 |
Michael Große <mic.grosse+github@googlemail.com> |
Add tests: known and unknown external video files
|