| 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 |
| fdd649a2 | 26-Mar-2020 |
Andreas Gohr <andi@splitbrain.org> |
Rough fix for ActiveDirectory caching
This is a very rough fix for (some) of the problems described in #3025. It should at least ensure that subsequent calls to authad->retrieveUsers() will return t
Rough fix for ActiveDirectory caching
This is a very rough fix for (some) of the problems described in #3025. It should at least ensure that subsequent calls to authad->retrieveUsers() will return the correct data (or data at all).
The changes in here are as ugly as the original code but should be simple enough to backport to stable for affected users.
A proper fix would involve setting this whole thing on fire and restart from the ashes.
show more ...
|
| 65dd7e55 | 26-Mar-2020 |
Andreas Gohr <andi@splitbrain.org> |
Upgrade for jQuery.Cookie to 1.4.1
This fixes a problem with badly encoded cookies that may have been set by other software on the same domain. Eg. cookies encoded in latin1 instead of UTF-8.
Note:
Upgrade for jQuery.Cookie to 1.4.1
This fixes a problem with badly encoded cookies that may have been set by other software on the same domain. Eg. cookies encoded in latin1 instead of UTF-8.
Note: this library is abandoned and superseeded by js-cookie but an upgrade to that is not straight forward (and the benefits for us are unclear)
show more ...
|
| 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 |
| 916ef7cf | 25-Mar-2020 |
Andreas Gohr <andi@splitbrain.org> |
AuthAD: allow empty account suffix
This patch makes it possible to setup authad without specifying an account_suffix. Users need to login with their full <user>@<domain> formatted UserPrincipalName
AuthAD: allow empty account suffix
This patch makes it possible to setup authad without specifying an account_suffix. Users need to login with their full <user>@<domain> formatted UserPrincipalName in this case. This is useful when users of different domains are managed within the Domain Controller.
show more ...
|
| 6c0c9f5c | 12-Mar-2020 |
Apostolos Tsompanopoulos <info@aptlogs.com> |
translation update |
| 23a97d4e | 11-Mar-2020 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| 36c8a75c | 10-Mar-2020 |
Phy <git@phy25.com> |
Fix ExternalLink tests |
| 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 ...
|
| 9ea219ce | 09-Mar-2020 |
Phy <git@phy25.com> |
fix PHP styling on extension/admin |
| bc20e40a | 09-Mar-2020 |
Phy <git@phy25.com> |
add overwrite option on extension upload form
By default, on frontend $overwrite is false. Backend function installFromUpload / installFromURL will have a default of true to preserve existing behavi
add overwrite option on extension upload form
By default, on frontend $overwrite is false. Backend function installFromUpload / installFromURL will have a default of true to preserve existing behavior for other API users.
installArchive now will insert a frontend msg() about not installing because of overwrite restriction. It's not being exposed by exception, but it should be reflected on its return array list of installed plugin.
This fixes #715.
show more ...
|
| 8de6bd98 | 09-Mar-2020 |
Phy <git@phy25.com> |
initialize rssRecentChanges flag to 0 |
| 7b299f22 | 21-Sep-2017 |
Aurélien Martin <01aurelien@gmail.com> |
Add option rss_show_deleted |
| 90d36bec | 09-Mar-2020 |
Phy <git@phy25.com> |
fix data-wiki-id test failure |
| 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 |