Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plugins W3C compliance | ArthurHoaro | 2016-11-05 | 1 | -1/+1 |
| | | | | Add an alt attribute to images | ||||
* | New init function for plugins, supports errors reporting | ArthurHoaro | 2016-10-14 | 1 | -4/+15 |
| | | | | | | | | 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 | 2 | -9/+4 |
| | |||||
* | Use the configuration manager for wallabag and readityourself plugin | ArthurHoaro | 2016-06-11 | 1 | -8/+7 |
| | |||||
* | Fixes #411: remove hardcoded plugin icon size | ArthurHoaro | 2016-02-28 | 1 | -1/+1 |
| | |||||
* | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 2 | -1/+3 |
| | |||||
* | Bugfix: do not store plugin errors in data.php | ArthurHoaro | 2015-11-22 | 1 | -1/+1 |
| | | | | | | Before this, calling writeConfig() would have write error messages in data.php, because it uses 'plugins' array which is used for plugin configuration. Causing the message error appear everytime. | ||||
* | Handle errors raised by plugins in template. fixes #370 | ArthurHoaro | 2015-11-08 | 1 | -3/+3 |
| | |||||
* | unit tests for readityourself plugin + remove hard error | ArthurHoaro | 2015-11-08 | 1 | -7/+15 |
| | |||||
* | PLUGIN readityourself | ArthurHoaro | 2015-11-08 | 4 | -0/+39 |
Add an icon for each link (linklist) for ReadItYourself |