Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will break with DokuWiki Index refactoring #71

Open
micgro42 opened this issue Mar 9, 2020 · 0 comments · May be fixed by #74
Open

Will break with DokuWiki Index refactoring #71

micgro42 opened this issue Mar 9, 2020 · 0 comments · May be fixed by #74

Comments

@micgro42
Copy link

micgro42 commented Mar 9, 2020

The upcoming refactoring of DokuWiki's index handling in dokuwiki/dokuwiki#2943 will break this plugin.

That being said, what breaks this plugin is requiring inc/indexer.php directly. This isn't the right way to do things for some time now and refactoring it might allow this plugin to work both with the current stable version of DokuWiki and the upcoming master.

plugin-cloud/syntax.php

Lines 227 to 228 in 4a913ee

if (@file_exists($conf['indexdir'].'/page.idx')) { // new word-length based index
require_once(DOKU_INC.'inc/indexer.php');

@ssahara ssahara linked a pull request Jun 27, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant