From: ArthurHoaro Date: Fri, 14 Oct 2016 11:22:58 +0000 (+0200) Subject: New init function for plugins, supports errors reporting X-Git-Tag: v0.8.1~26^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=7fde6de1212323418401c15efba06026c704ca87;hp=7fde6de1212323418401c15efba06026c704ca87;p=github%2Fshaarli%2FShaarli.git New init function for plugins, supports errors reporting All plugins can optionally add an init function named `pluginname_init()` which is called when the plugin is loaded. This function is aware of the config, and can return initialization errors, which are displayed in the header template. Note that the previous error system hack no longer work. ---