turnermm / newpagetemplate

Updated version of newpagetemplate for handling new template Events
http://www.dokuwiki.org/plugin:newpagetemplate
4 stars 3 forks source link

Messages in DokuWiki deprecated log #11

Closed Autumnf0x closed 7 months ago

Autumnf0x commented 1 year ago

Messages in DokuWiki deprecated log: require(action.php) is deprecated. It was called from require() in /var/www/dokuwiki/lib/plugins/newpagetemplate/action.php:20 Autoloading should be used instead!

The plugin eliminates a lot of routine. I really, really hope it's still maintained.

turnermm commented 1 year ago

Comment out lines 20 and 21 in action.php and let me know the result

Autumnf0x commented 1 year ago

Comment out lines 20 and 21 in action.php and let me know the result

sure

/*
require_once(DOKU_PLUGIN.'action.php');
require_once(DOKU_INC.'inc/init.php');
*/

Deprecated log is disapear, and... didn't show up anymore. Leave it like that? Maybe... commit, new version, etc.?

turnermm commented 1 year ago

Would you be able to adopt this plugin? After many years with DW I am no longer playing an active role, and I am looking for users to take over my plugins. You can check on GitHub at turnermm. https://forum.dokuwiki.org/d/21534-retiring

Autumnf0x commented 1 year ago

Of course, it’s a pity when good plugins remain without support. The plugin newpagetemplate , in particular, solved many templating problems. In any case - thank you very much! And, I hope the popularity of plugins will ultimately affect the succession in terms of their support. Thank you again and wish you all the best. :)

dregad commented 7 months ago

I can't believe I had this fixed locally nearly 5 months ago, and I forgot to push the changes :/