Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | namespacing: add plugin tests to \Shaarli\Plugin\[...] | VirtualTam | 2019-01-12 | 2 | -3/+3 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 1 | -0/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: apply phpcbf to plugins/ | VirtualTam | 2018-12-02 | 1 | -1/+0 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 2 | -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 visibility | VirtualTam | 2017-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | 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. | ||||
* | Merge pull request #619 from ArthurHoaro/plugins/param-desc | VirtualTam | 2016-08-13 | 1 | -1/+3 |
|\ | | | | | Add a description to plugin parameters | ||||
| * | Add a description to wallabag plugin parameters | ArthurHoaro | 2016-08-02 | 1 | -1/+3 |
| | | |||||
* | | Fix: add missing final newlines, untabify text | VirtualTam | 2016-08-13 | 1 | -12/+12 |
|/ | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | PluginManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 3 | -27/+16 |
| | |||||
* | Use the configuration manager for wallabag and readityourself plugin | ArthurHoaro | 2016-06-11 | 1 | -11/+8 |
| | |||||
* | Fixes #411: remove hardcoded plugin icon size | ArthurHoaro | 2016-02-28 | 1 | -1/+1 |
| | |||||
* | Wallabag plugin: add version parameter in the meta file | ArthurHoaro | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 2 | -1/+3 |
| | |||||
* | Git *wants* to rewrite this file in the exact same way... | ArthurHoaro | 2016-01-06 | 1 | -71/+71 |
| | | | | Probably a line ending issue... | ||||
* | Wallabag plugin improvement | ArthurHoaro | 2015-12-27 | 5 | -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.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. | ||||
* | unit tests for the wallabag plugin | ArthurHoaro | 2015-11-08 | 1 | -7/+15 |
| | | | | | + removed exit error if the config is not found + coding style | ||||
* | PLUGIN wallabag | ArthurHoaro | 2015-11-07 | 5 | -0/+64 |
Add a Wallabag icon in linklist for each link. |