Skip to content

Support reporting changes in root namespace. #25

@Miro-Collas

Description

@Miro-Collas

Currently the code works very well except when changes are made to pages in the root namespace. Say you have a page :test. The function isValidNamespace is receiving 'test' in the $namespace function argument, rather than ':' or an empty string.

isValidNamespace seems to be called from processEvent(PageSaveEvent $event) in action.php, so it looks like the namespace set in the $event argument is incorrect for pages in the root.

NOTE: I am not a PHP programmer, let alone knowledgeable in Dokuwiki coding. I'm just digging, trying to get this to do what I need it to do. I'll keep digging...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions