History log of /dokuwiki/_test/tests/inc/ (Results 176 – 200 of 575)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ...

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

fix data-wiki-id test failure

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.

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

b53267d317-Jun-2019 Phy <git@phy25.com>

Change cases of assertTrue in tests

0f43ea4410-Jun-2019 Schplurtz le Déboulonné <Schplurtz@laposte.net>

add drupal and seafile hash methods

7d3a1fc906-Mar-2020 bleistivt <me@bleistivt.net>

Add test for video titles

6d7829a703-Mar-2020 Phy <git@phy25.com>

add alternative support for PHP not throwing ArgumentCountError in remote/APi

PHP 5.6 and 7.0 won't throw ArgumentCountError. In this case, we use
set_error_handler on E_WARNING and throw exceptions

add alternative support for PHP not throwing ArgumentCountError in remote/APi

PHP 5.6 and 7.0 won't throw ArgumentCountError. In this case, we use
set_error_handler on E_WARNING and throw exceptions if it's about argument
missing.

show more ...

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

suppress argument missing warnings on remote API test

This makes sure PHPUnit won't convert warnings into exceptions, and thus behaves
as the same as regular DokuWiki where E_NOTICE is suppressed.

5c6412cc03-Mar-2020 Phy <git@phy25.com>

rename vague AuthPlugin used by remote and authdelete tests

81f50a5003-Mar-2020 Phy <git@phy25.com>

add unit tests that check exception type on remote args missing for #2545


/dokuwiki/.github/workflows/phpCS.yml
/dokuwiki/_test/phpcs.xml
/dokuwiki/_test/phpcs_MigrationAdjustments.xml
remote.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/inc/Debug/DebugHelper.php
/dokuwiki/inc/Parsing/Parser.php
/dokuwiki/inc/Remote/Api.php
/dokuwiki/inc/Remote/ApiCore.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/sr/admin.txt
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/template.php
/dokuwiki/install.php
/dokuwiki/lib/images/fileicons/index.php
/dokuwiki/lib/images/smileys/index.php
/dokuwiki/lib/plugins/acl/script.js
/dokuwiki/lib/plugins/authldap/lang/nl/settings.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/no/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/plugins/extension/action.php
/dokuwiki/lib/plugins/extension/admin.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/extension/helper/gui.php
/dokuwiki/lib/plugins/extension/helper/list.php
/dokuwiki/lib/plugins/extension/script.js
/dokuwiki/lib/plugins/revert/lang/no/lang.php
/dokuwiki/lib/plugins/styling/script.js
/dokuwiki/lib/plugins/usermanager/script.js
/dokuwiki/lib/scripts/behaviour.js
/dokuwiki/lib/scripts/edit.js
/dokuwiki/lib/scripts/editor.js
/dokuwiki/lib/scripts/fileuploaderextended.js
/dokuwiki/lib/scripts/linkwiz.js
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/scripts/page.js
/dokuwiki/lib/scripts/qsearch.js
/dokuwiki/lib/scripts/script.js
/dokuwiki/lib/scripts/search.js
/dokuwiki/lib/tpl/index.php
2ae2e00102-Mar-2020 Phy <git@phy25.com>

relax Revert permission to EDIT from manager

Revert is another type of edit, which may be simulated by manual editing without using this shortcut. This patch thus relaxes the permission check.

Than

relax Revert permission to EDIT from manager

Revert is another type of edit, which may be simulated by manual editing without using this shortcut. This patch thus relaxes the permission check.

Thank you @Klap-in for pointing this out.

show more ...


/dokuwiki/.github/workflows/phpCS.yml
/dokuwiki/_test/phpcs.xml
/dokuwiki/_test/phpcs_MigrationAdjustments.xml
Action/general.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/inc/Action/Revert.php
/dokuwiki/inc/Debug/DebugHelper.php
/dokuwiki/inc/Menu/Item/Revert.php
/dokuwiki/inc/Parsing/Parser.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/sr/admin.txt
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/template.php
/dokuwiki/install.php
/dokuwiki/lib/images/fileicons/index.php
/dokuwiki/lib/images/smileys/index.php
/dokuwiki/lib/plugins/acl/script.js
/dokuwiki/lib/plugins/authldap/lang/nl/settings.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/no/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/plugins/extension/action.php
/dokuwiki/lib/plugins/extension/admin.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/extension/helper/gui.php
/dokuwiki/lib/plugins/extension/helper/list.php
/dokuwiki/lib/plugins/extension/script.js
/dokuwiki/lib/plugins/revert/lang/no/lang.php
/dokuwiki/lib/plugins/styling/script.js
/dokuwiki/lib/plugins/usermanager/script.js
/dokuwiki/lib/scripts/behaviour.js
/dokuwiki/lib/scripts/edit.js
/dokuwiki/lib/scripts/editor.js
/dokuwiki/lib/scripts/fileuploaderextended.js
/dokuwiki/lib/scripts/linkwiz.js
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/scripts/page.js
/dokuwiki/lib/scripts/qsearch.js
/dokuwiki/lib/scripts/script.js
/dokuwiki/lib/scripts/search.js
/dokuwiki/lib/tpl/index.php
51ddbadd20-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

move histogram() into MetadataIndex class

5f9bd52520-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Revert "histogram() change args order"

This reverts commit 4d04b7bbfe9c97673b0f22586d88e161aca34f70.

fd9f989120-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

remove unnecessary comment

9329b00202-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

change static methods into instance methods

4a90f94b02-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

move backlinks() and mediause() into MediaIndex class

743c9a2831-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

rename PagewordIndex to FulltextIndex

4d04b7bb31-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

histogram() change args order

INdexer::histogram() is only used in indexer_histogram.test.php file.

4027a91a30-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

use Indexer.php instead of PageIndex.php

4352f97422-Jan-2020 Andreas Gohr <gohr@cosmocode.de>

Better callable support in Event default actions

Instead of parsing the passed callback ourselves, this patch relies on
call_user_func_array() instead to call an Event's default action. This
ensures

Better callable support in Event default actions

Instead of parsing the passed callback ourselves, this patch relies on
call_user_func_array() instead to call an Event's default action. This
ensures all possible ways to define a callback (including static
methods) can be used.

This should fix a problem mentioned in #2943

show more ...

c083b3ca20-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

create PluginUtils.test.php

c562873b19-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

remove Undefined method dispacher for _test

12345678910>>...23