| 2e8a45f2 | 14-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
make the new handler work, rename it back to it's old name
Other plugins (like the include plugin) rely on the the handler being a helper plugin at least by name. |
| 1085dd73 | 14-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
relace deprecated assertion |
| db707aeb | 30-Apr-2024 |
Michael Hamann <michael@content-space.de> |
Add modern plugin skeleton
* Add license file * Migrate to DokuWiki workflow * Add general test |
| cefbae52 | 26-Jan-2022 |
Michael Hamann <michael@content-space.de> |
Fix rewriting of links to the root start page
Previously, we had a bug that the "start"-name was not appended to the id in this case, and we thus didn't detect that the old relative link was still v
Fix rewriting of links to the root start page
Previously, we had a bug that the "start"-name was not appended to the id in this case, and we thus didn't detect that the old relative link was still valid. Further, this could have caused issues if the root start page is renamed where certain links wouldn't have been adapted.
show more ...
|
| 91cfbff1 | 06-Feb-2021 |
Damien Regad <dregad@mantisbt.org> |
PHPUnit tests: fix function signatures
Added return type void to setUp() and tearDown() methods. |
| fc4412ff | 01-Oct-2018 |
Michael Hamann <michael@content-space.de> |
Plan tests: store error on mocked failure
This avoids errors later as the code assumes that on failure an error message has been triggered. |
| a428ba58 | 02-Jan-2017 |
Michael Hamann <michael@content-space.de> |
Make the handler helper a proper helper plugin, fixes #84, fixes #33 |
| 52037678 | 18-Oct-2015 |
Michael Hamann <michael@content-space.de> |
Clean media ids, too. Might help with #52
In DokuWiki, media ids are cleaned, too (e.g. in mediaFN()). Therefore the move plugin now also rewrites ids like "foo bar.jpg". This also removes leading c
Clean media ids, too. Might help with #52
In DokuWiki, media ids are cleaned, too (e.g. in mediaFN()). Therefore the move plugin now also rewrites ids like "foo bar.jpg". This also removes leading colons in new absolute media ids.
show more ...
|
| 1388aff9 | 18-Oct-2015 |
Michael Hamann <michael@content-space.de> |
Renamed test file |
| 54f18c5a | 17-Oct-2015 |
Michael Hamann <michael@content-space.de> |
Fix #54 adding ':' to absolute ids in the root namespace |
| 228db22d | 17-Oct-2015 |
Michael Hamann <michael@content-space.de> |
Add test case for cache handling |
| 4a0d3169 | 16-May-2015 |
Michael Grosse <grosse@cosmocode.de> |
findMissingDocuments expects both src and dst to end with colon |
| 3ad67da3 | 16-May-2015 |
Michael Grosse <grosse@cosmocode.de> |
Skip broken test |
| 7aa8a5bc | 15-May-2015 |
Michael Grosse <grosse@cosmocode.de> |
Delete all data to fix random fails |
| 31c7c89e | 15-May-2015 |
Dalibo <dalibo@dlb1.(none)> |
Fix findMissingDocuments. page_exists doesn't work for media |
| 00c9a895 | 15-May-2015 |
Dalibo <dalibo@dlb1.(none)> |
Fix wrong affected pages by media move |
| 1c0789b1 | 15-May-2015 |
Dalibo <dalibo@dlb1.(none)> |
Fix test to not depend on linkbase detection |
| cdbedf50 | 13-May-2015 |
Michael Große <grosse@cosmocode.de> |
Save wip |
| 98390e8f | 11-May-2015 |
Michael Große <grosse@cosmocode.de> |
Fix rewriting of links to moved mediafiles starting with : |
| 52f67fd4 | 21-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Remove obsolete comments |
| 59187253 | 21-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Add tests for moving the subscriptions to namespace and pages |
| dfd45b07 | 21-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Also delete meta directory on teardown |
| 2c2cf400 | 20-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Test affectedPages with media files |
| 1430f9f8 | 20-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Add unittests for findMissingDocuments |
| e7b1fd24 | 20-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Group tests which take longer than 1 sec as slow |