6553f23b | 04-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
use newer DokuWiki test workflow |
02c330c7 | 22-Sep-2023 |
Michael Hamann <michael@content-space.de> |
Fix PHPUnit warnings |
69781840 | 05-Jul-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update tests so they pass on master branch
Note: Tests will fail on PHP 5.6 |
69877801 | 30-Sep-2018 |
Michael Hamann <michael.hamann@kit.edu> |
Fix namespace include test for changed test data directory |
dbb479d3 | 25-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 ...
|
6cfb597d | 02-Jan-2017 |
Michael Hamann <michael@content-space.de> |
Add an additional test case for michitux/dokuwiki-plugin-move#83 |
9d6a86f3 | 21-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
mark tests skipped when move plugin is missing |
c76c7b12 | 21-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
added correct group declarations to tests |
82a2b8df | 20-Aug-2015 |
Phil Hopper <philhopper@sibertec.com> |
Update namespace_includes.test.php |
83d8bead | 11-Jun-2015 |
Michael Hamann <michael@content-space.de> |
Fix include plugin to support new version of move plugin |
306441b3 | 24-Nov-2013 |
Michael Hamann <michael@content-space.de> |
Change pagemove support into move support
The new pagemove plugin has been renamed into move. |
0c3e533a | 04-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. |
8b00ba47 | 20-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. |
7026615f | 19-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 ...
|
12d9bd9e | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Change editx test case into pagemove test case |
c69c4423 | 28-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Use natural string ordering for sorting pages in namespace includes |
d0eed7ed | 28-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 |
b5295d80 | 23-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 ...
|
9c0b18fd | 02-Oct-2012 |
Michael Hamann <michael@content-space.de> |
Add support for updating the include syntax after moves with editx |
b26ef077 | 20-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix tests for changed HTML output in DokuWiki |
afa996bc | 30-Jun-2012 |
Michael Hamann <michael@content-space.de> |
Migrate tests to PHPUnit (used in development version of DokuWiki) |
75668fa9 | 27-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 ...
|