| 90b57d56 | 01-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Documentation update
Minor changes. |
| 0384d31d | 01-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Test class for sort without collator |
| 30ad1f25 | 01-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Test class for sort with collator |
| 8d43d15e | 11-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix tests for cached isAdmin/isManager |
| 10da1f74 | 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
more tests and a fix for #3036
Exploding lines left dangling commas for the addresses. In addition the $text variable was not reset properly later on leading to an additional error. |
| 98548fef | 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
added failing test for #3036 |
| 462a3bae | 14-Apr-2020 |
Phy <git@phy25.com> |
fix slash regression in toolbar signature #3045 |
| 9180d19d | 09-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
disable update check by default during tests
This should speed up integration tests that use our TestRequest mechanism |
| 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 |
| b65274ec | 05-Apr-2020 |
Phy <git@phy25.com> |
Fix noNSorNS zero ID issue with unit tests, fixes #3037 |
| 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 ...
|
| 90d36bec | 09-Mar-2020 |
Phy <git@phy25.com> |
fix data-wiki-id test failure |
| 4986a584 | 09-Mar-2020 |
Phy <git@phy25.com> |
shortcut relative link: fix 3 levels up situation |
| 26a03f08 | 09-Mar-2020 |
Phy <git@phy25.com> |
Match multiple levels shortcut relative link, fixes #1076
Previously the regex only matches one level. Test added as well. |
| 4bdfdb32 | 08-Mar-2020 |
Phy <git@phy25.com> |
separate some test AuthPlugins to single files
created AuthDeletePlugin and AuthCaseInsensitivePlugin under dokuwiki\test\mock |
| 7a0654be | 08-Mar-2020 |
Phy <git@phy25.com> |
check RemoteException code in unit tests |