-
Notifications
You must be signed in to change notification settings - Fork 34
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
Form Events and Compatibility with upcoming release Igor #159
Comments
I am using the plugin. I cannot find a mention of HTML_RECENTFORM_OUTPUT HTML_REVISIONSFORM_OUTPUT is used once. There is no use of the replacement FORM_REVISIONS_OUTPUT, so I guess the plugin has not been adaped. Is someone working on it? |
HTML_RECENTFORM_OUTPUT dokuwiki-plugin-publish/action/recent.php Line 17 in 85ca7af
This is replaced by the event FORM_RECENT_OUTPUT. This means an extra event handler should be added which listens to the new event, and executes a copy of handle_recent(), but which should use the new Form, not the old Doku_Form. HTML_REVISIONSFORM_OUTPUT
This is replaced the event FORM_REVISIONS_OUTPUT. This means an extra event handler should be added which listens to the new event, and executes a copy of handle_revisions(), but which should use the new Form. I think no one is working on this yet, so feel free to take this task. |
Thanks. As I am not a programmer, I am unsure if this is something I should start. At the moment I also do not have the devel-environment or the git checkout. Without a step-by-step manual I would not try my luck. |
This plugin seems to make use of one or more form related action events that will be removed in the next DokuWiki release. Please have a look at https://www.patreon.com/posts/better-forms-58551930 for details.
My apologies if this has already been addressed in your code. If you have any questions on how to implement the needed changes please let me know.
The text was updated successfully, but these errors were encountered: