aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/wallabag
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-092-6/+8
|
* Plugin wallabag: minor improvementsArthurHoaro2020-10-271-2/+3
| | | | | | | | - hide the wallabag icon for logged out users - set API V2 as default parameter - fix URL encoding issue with special chars Fixes #1147
* Inject ROOT_PATH in plugin instead of regenerating it everywhereArthurHoaro2020-10-161-1/+1
|
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-1/+3
|
* Process plugins administration page through Slim controllersArthurHoaro2020-07-231-1/+1
|
* namespacing: add plugin tests to \Shaarli\Plugin\[...]VirtualTam2019-01-122-3/+3
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-0/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: apply phpcbf to plugins/VirtualTam2018-12-021-1/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Shaarli's translationArthurHoaro2017-10-222-4/+22
| | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.
* Cleanup: explicit method visibilityVirtualTam2017-01-051-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* 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.
* Merge pull request #619 from ArthurHoaro/plugins/param-descVirtualTam2016-08-131-1/+3
|\ | | | | Add a description to plugin parameters
| * Add a description to wallabag plugin parametersArthurHoaro2016-08-021-1/+3
| |
* | Fix: add missing final newlines, untabify textVirtualTam2016-08-131-12/+12
|/ | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* PluginManager no longer uses singleton patternArthurHoaro2016-06-113-27/+16
|
* Use the configuration manager for wallabag and readityourself pluginArthurHoaro2016-06-111-11/+8
|
* Fixes #411: remove hardcoded plugin icon sizeArthurHoaro2016-02-281-1/+1
|
* Wallabag plugin: add version parameter in the meta fileArthurHoaro2016-02-101-1/+1
|
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-312-1/+3
|
* Git *wants* to rewrite this file in the exact same way...ArthurHoaro2016-01-061-71/+71
| | | | Probably a line ending issue...
* Wallabag plugin improvementArthurHoaro2015-12-275-10/+108
| | | | | | | | * Fixes a bug where URL weren't properly encoded. * Adds Wallabag V2 support. * Adds a URL function to handle trailing slash. * UT. * README updated.
* 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.