aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/wallabag
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* unit tests for the wallabag pluginArthurHoaro2015-11-081-7/+15
| | | | | + removed exit error if the config is not found + coding style
* PLUGIN wallabagArthurHoaro2015-11-075-0/+64
Add a Wallabag icon in linklist for each link.