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

Hide modules and methods #6378

Closed
wants to merge 10 commits into from

Conversation

d-skora
Copy link

@d-skora d-skora commented Oct 3, 2014

I've changed the @hideExceptForSuperUser annotation to a @hide annotation. @hide takes up to one argument. If there's no argument @hide will always hide the annotated plugin's API. If the argument is set then there is a API.DocumentGenerator.hide event dispatched. The event should be handled in the plugin and it should set the &$response to true if the plugin API should be hidden from the current user or false if the user should be able to see the plugin API.

@d-skora d-skora closed this Oct 3, 2014
@mattab mattab added the wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it. label Oct 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants