aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/PluginManager.php
Commit message (Collapse)AuthorAgeFilesLines
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-244/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: apply phpcbf to application/VirtualTam2018-12-021-2/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Shaarli's translationArthurHoaro2017-10-221-2/+5
| | | | | | | | | * 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.
* New init function for plugins, supports errors reportingArthurHoaro2016-10-141-0/+25
| | | | | | | | 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/+5
|\ | | | | Add a description to plugin parameters
| * Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-021-1/+5
| | | | | | | | | | | | Plugin parameter can contain a description in their meta file under the key: parameter.<param_name>="<description>"
* | Fix: add missing final newlines, untabify textVirtualTam2016-08-131-1/+1
|/ | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* PluginManager no longer uses singleton patternArthurHoaro2016-06-111-36/+14
|
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+51
|
* Template upgrade to handle plugin zonesArthurHoaro2015-11-071-1/+1
| | | | Add a bunch of plugin placeholders in templates
* Plugin system - COREArthurHoaro2015-11-071-0/+184
see shaarli/Shaarli#275