History log of /plugin/include/_test/ (Results 1 – 22 of 22)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6553f23b04-Jul-2025 Andreas Gohr <andi@splitbrain.org>

use newer DokuWiki test workflow

02c330c722-Sep-2023 Michael Hamann <michael@content-space.de>

Fix PHPUnit warnings

6978184005-Jul-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Update tests so they pass on master branch

Note: Tests will fail on PHP 5.6

6987780130-Sep-2018 Michael Hamann <michael.hamann@kit.edu>

Fix namespace include test for changed test data directory

dbb479d325-May-2017 LarsDW223 <lars_paulsen@web.de>

Made test 'test_depth()' more flexible:
It now scans the directory 'wiki' and adds all found pages to the expected pages list.
This prevents the test from failing just because the content of the wiki

Made test 'test_depth()' more flexible:
It now scans the directory 'wiki' and adds all found pages to the expected pages list.
This prevents the test from failing just because the content of the wiki test directory changed (e.g. new test pages added).

show more ...

6cfb597d02-Jan-2017 Michael Hamann <michael@content-space.de>

Add an additional test case for michitux/dokuwiki-plugin-move#83

9d6a86f321-Aug-2015 Andreas Gohr <andi@splitbrain.org>

mark tests skipped when move plugin is missing

c76c7b1221-Aug-2015 Andreas Gohr <andi@splitbrain.org>

added correct group declarations to tests

82a2b8df20-Aug-2015 Phil Hopper <philhopper@sibertec.com>

Update namespace_includes.test.php

83d8bead11-Jun-2015 Michael Hamann <michael@content-space.de>

Fix include plugin to support new version of move plugin


pagemove_support.test.php
/plugin/include/action.php
/plugin/include/conf/default.php
/plugin/include/conf/metadata.php
/plugin/include/helper.php
/plugin/include/lang/ar/settings.php
/plugin/include/lang/cs/settings.php
/plugin/include/lang/da/settings.php
/plugin/include/lang/de-informal/lang.php
/plugin/include/lang/de-informal/settings.php
/plugin/include/lang/de/lang.php
/plugin/include/lang/de/settings.php
/plugin/include/lang/en/settings.php
/plugin/include/lang/eo/settings.php
/plugin/include/lang/es/settings.php
/plugin/include/lang/fr/lang.php
/plugin/include/lang/fr/settings.php
/plugin/include/lang/hu/lang.php
/plugin/include/lang/hu/settings.php
/plugin/include/lang/it/settings.php
/plugin/include/lang/ja/settings.php
/plugin/include/lang/ko/settings.php
/plugin/include/lang/nl/lang.php
/plugin/include/lang/nl/settings.php
/plugin/include/lang/pt/lang.php
/plugin/include/lang/ru/lang.php
/plugin/include/lang/ru/settings.php
/plugin/include/lang/sl/lang.php
/plugin/include/lang/sl/settings.php
/plugin/include/lang/sv/settings.php
/plugin/include/lang/tr/lang.php
/plugin/include/lang/tr/settings.php
/plugin/include/lang/zh/lang.php
/plugin/include/lang/zh/settings.php
/plugin/include/plugin.info.txt
/plugin/include/style.css
/plugin/include/syntax/closelastsecedit.php
/plugin/include/syntax/editbtn.php
/plugin/include/syntax/footer.php
/plugin/include/syntax/header.php
/plugin/include/syntax/include.php
/plugin/include/syntax/locallink.php
/plugin/include/syntax/readmore.php
/plugin/include/syntax/sorttag.php
/plugin/include/syntax/wrap.php
306441b324-Nov-2013 Michael Hamann <michael@content-space.de>

Change pagemove support into move support

The new pagemove plugin has been renamed into move.

0c3e533a04-Jun-2013 Michael Hamann <michael@content-space.de>

Fix #111 external images in links were broken

This fixes the fix for internal relatively referenced images such that
it is really only applied to internal images and not external images.

8b00ba4720-Apr-2013 Michael Hamann <michael@content-space.de>

Fix #104 relative media ids in link titles

Relative media ids in link titles weren't adjusted by the include
plugin to be relative to the original page.

7026615f19-Apr-2013 Michael Hamann <michael@content-space.de>

Fix local links to not included sections, fixes #108

This transforms local links in an included page into internal links if
the page hasn't been fully included. This doesn't consider the case that
t

Fix local links to not included sections, fixes #108

This transforms local links in an included page into internal links if
the page hasn't been fully included. This doesn't consider the case that
the target section (but not the full page) has been included at another
place in the page as this is considered to be rather unlikely.

show more ...

12d9bd9e20-Feb-2013 Michael Hamann <michael@content-space.de>

Change editx test case into pagemove test case

c69c442328-Nov-2012 Michael Hamann <michael@content-space.de>

Use natural string ordering for sorting pages in namespace includes

d0eed7ed28-Nov-2012 Michael Hamann <michael@content-space.de>

Add test cases for the recently added namespace include features

This tests:
- exclusion of hidden pages
- ordering by page ID and custom metadata
- the various options of the depth parameter

b5295d8023-Nov-2012 Michael Hamann <michael@content-space.de>

Add "safeindex" feature, prevents indexing of protected included metadata

The safeindex feature that is turned on by default prevents the indexer
from indexing metadata from included pages that are

Add "safeindex" feature, prevents indexing of protected included metadata

The safeindex feature that is turned on by default prevents the indexer
from indexing metadata from included pages that are non-public. This
means that for example only links from included pages that are public
will be indexed.

This affects plugins that add their own metadata to the index in the
following ways:

* there is no effect when all included pages are public or when no user
is logged in when the page is indexed
* when the plugin's event handler is called after the include plugin,
the plugin will get only metadata from included pages that are public
* when the plugin's event handler is called before the include plugin
the include plugin will delete the plugin's metadata. I'm happy to add
special handlers or exceptions for plugins like the tag plugin
(already included) that are affected by this problem.

The safeindex feature can be turned off when the ACL rules of all parent
pages match the child pages or when information disclosure through
metadata like backlinks is no problem.

show more ...

9c0b18fd02-Oct-2012 Michael Hamann <michael@content-space.de>

Add support for updating the include syntax after moves with editx

b26ef07720-Sep-2012 Michael Hamann <michael@content-space.de>

Fix tests for changed HTML output in DokuWiki

afa996bc30-Jun-2012 Michael Hamann <michael@content-space.de>

Migrate tests to PHPUnit (used in development version of DokuWiki)

75668fa927-Nov-2010 Michael Hamann <michael@content-space.de>

Implemented test cases for nested includes, see issue #21

These test cases partially fail, I get from 8 to 16 failing tests from
a total of 24 tests. I don't know why these number differ so much as

Implemented test cases for nested includes, see issue #21

These test cases partially fail, I get from 8 to 16 failing tests from
a total of 24 tests. I don't know why these number differ so much as
theoretically all data that influences the test should be removed
before/after each test cases.

show more ...