History log of /dokuwiki/ (Results 1776 – 1800 of 10762)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
916ef7cf25-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 ...

39f31b6e14-Mar-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Follow up #2985, fperm seetting

Fixed inconsistent handling of falsy values on fperm setting

abb227bc13-Mar-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

add comment for $requireLock argument

6c0c9f5c12-Mar-2020 Apostolos Tsompanopoulos <info@aptlogs.com>

translation update

23a97d4e11-Mar-2020 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

36c8a75c10-Mar-2020 Phy <git@phy25.com>

Fix ExternalLink tests

4da6a3ce10-Mar-2020 Phy <git@phy25.com>

Fix php styling of too long regexp

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

2bfa400010-Mar-2020 Phy <git@phy25.com>

fix comment formating

08e9b52f16-Jun-2019 Phy <git@phy25.com>

Renamed constant to RECENTS_ONLY_CREATION

This clarifies that it also works when requesting media changelog.

68f43bcf26-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.

81e9996510-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 ...

9ea219ce09-Mar-2020 Phy <git@phy25.com>

fix PHP styling on extension/admin

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

8de6bd9809-Mar-2020 Phy <git@phy25.com>

initialize rssRecentChanges flag to 0

7b299f2221-Sep-2017 Aurélien Martin <01aurelien@gmail.com>

Add option rss_show_deleted

90d36bec09-Mar-2020 Phy <git@phy25.com>

fix data-wiki-id test failure

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

4986a58409-Mar-2020 Phy <git@phy25.com>

shortcut relative link: fix 3 levels up situation

26a03f0809-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.

ef50b30409-Mar-2020 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

8b68e0b808-Mar-2020 Phy <git@phy25.com>

use install.php $LC and en default for license url language code

install.php includes license.php without $conf array so we need to determine the value.

This fixes #2999.

4bdfdb3208-Mar-2020 Phy <git@phy25.com>

separate some test AuthPlugins to single files

created AuthDeletePlugin and AuthCaseInsensitivePlugin under dokuwiki\test\mock

7a0654be08-Mar-2020 Phy <git@phy25.com>

check RemoteException code in unit tests

b98368cc16-Aug-2019 Schplurtz le Déboulonné <Schplurtz@laposte.net>

fix typo in phpdoc comment

1...<<71727374757677787980>>...431