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 | -3/+4 |
| | |||||
* | Use the configuration manager for wallabag and readityourself plugin | ArthurHoaro | 2016-06-11 | 1 | -2/+3 |
| | |||||
* | Wallabag plugin improvement | ArthurHoaro | 2015-12-27 | 1 | -1/+3 |
| | | | | | | | | * Fixes a bug where URL weren't properly encoded. * Adds Wallabag V2 support. * Adds a URL function to handle trailing slash. * UT. * README updated. | ||||
* | unit tests for the wallabag plugin | ArthurHoaro | 2015-11-08 | 1 | -0/+49 |
+ removed exit error if the config is not found + coding style |