aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/readityourself
Commit message (Collapse)AuthorAgeFilesLines
* Plugins W3C complianceArthurHoaro2016-11-051-1/+1
| | | | Add an alt attribute to images
* New init function for plugins, supports errors reportingArthurHoaro2016-10-141-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 patternArthurHoaro2016-06-112-9/+4
|
* Use the configuration manager for wallabag and readityourself pluginArthurHoaro2016-06-111-8/+7
|
* Fixes #411: remove hardcoded plugin icon sizeArthurHoaro2016-02-281-1/+1
|
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-312-1/+3
|
* Bugfix: do not store plugin errors in data.phpArthurHoaro2015-11-221-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 #370ArthurHoaro2015-11-081-3/+3
|
* unit tests for readityourself plugin + remove hard errorArthurHoaro2015-11-081-7/+15
|
* PLUGIN readityourselfArthurHoaro2015-11-084-0/+39
Add an icon for each link (linklist) for ReadItYourself