| 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 |
| 2a4a042d | 05-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
Add handling for video embed attributes |
| 5d27cd14 | 05-Apr-2020 |
Phy <git@phy25.com> |
Fix Linkwiz Ajax zero id/ns issue, closes #2610 |
| b65274ec | 05-Apr-2020 |
Phy <git@phy25.com> |
Fix noNSorNS zero ID issue with unit tests, fixes #3037 |
| 33033745 | 01-Apr-2020 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| 9efb6f4a | 25-Mar-2020 |
Phy <git@phy25.com> |
check if user is empty in userSubscription, fixes #2003
This makes sure SubscriberRegexBuilder is used properly and won't throw exception in userSubscription. |
| 9ced17c4 | 25-Mar-2020 |
Phy <git@phy25.com> |
fix undefined index notice in DebugHelper::dbgDeprecatedFunction |
| 6c0c9f5c | 12-Mar-2020 |
Apostolos Tsompanopoulos <info@aptlogs.com> |
translation update |
| 4da6a3ce | 10-Mar-2020 |
Phy <git@phy25.com> |
Fix php styling of too long regexp |
| 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 ...
|
| 2bfa4000 | 10-Mar-2020 |
Phy <git@phy25.com> |
fix comment formating |
| 08e9b52f | 16-Jun-2019 |
Phy <git@phy25.com> |
Renamed constant to RECENTS_ONLY_CREATION
This clarifies that it also works when requesting media changelog. |
| 68f43bcf | 26-Oct-2018 |
Tero Kivinen <kivinen@iki.fi> |
Implemented only_new option for RSS feed, so you can request RSS feed that contains only new files. |
| 81e99965 | 10-Mar-2020 |
Phy <git@phy25.com> |
fallback to auth_login check when trustExternal returns null
This is a work based on #2701, Before this patch, it is either fully external, or fully internal (and DokuWiki's auth cookie mechanism is
fallback to auth_login check when trustExternal returns null
This is a work based on #2701, Before this patch, it is either fully external, or fully internal (and DokuWiki's auth cookie mechanism is used in auth_login()). I believe we should provide plugin developers with a third state as out-put. Semantically $auth->trustExternal() === null to delegate auth flow back to DokuWiki makes sense to me - like no external auth result is returned, so we need to run internal auth flow.
Co-Authored-By: paweljasinski <paweljasinski@users.noreply.github.com>
show more ...
|
| bbac1489 | 09-Mar-2020 |
Phy <git@phy25.com> |
generate curid class by jQuery
internallink's output <a> tag gets a new attribute, data-wiki-id, so that jQuery doesn't need to parse the various link format to get the ID.
Any plugin javascript th
generate curid class by jQuery
internallink's output <a> tag gets a new attribute, data-wiki-id, so that jQuery doesn't need to parse the various link format to get the ID.
Any plugin javascript that loads after DokuWiki's script should be able to discover curid class as usual, as long as they use the default js.php facility.
fixes #1511, fixes #2968.
show more ...
|
| 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. |
| ef50b304 | 09-Mar-2020 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| b98368cc | 16-Aug-2019 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
fix typo in phpdoc comment |
| 862a2eae | 10-Jun-2019 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
fix missing $ in variable use |
| 0f43ea44 | 10-Jun-2019 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
add drupal and seafile hash methods |