Skip to content

Will break with DokuWiki Index refactoring #71

Description

@micgro42

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');

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions