Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New init function for plugins, supports errors reporting | ArthurHoaro | 2016-10-14 | 1 | -2/+21 |
| | | | | | | | | 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. | ||||
* | PluginManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 1 | -4/+6 |
| | |||||
* | Use the configuration manager for wallabag and readityourself plugin | ArthurHoaro | 2016-06-11 | 1 | -2/+4 |
| | |||||
* | unit tests for readityourself plugin + remove hard error | ArthurHoaro | 2015-11-08 | 1 | -0/+75 |