Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 1 | -7/+3 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | application: introduce the Shaarli\Config namespace | VirtualTam | 2017-03-04 | 1 | -0/+1 |
| | | | | | | | | | | | Namespaces have been introduced with the REST API, and should be generalized to the whole codebase to manage object scope and benefit from autoloading. See: - https://secure.php.net/manual/en/language.namespaces.php - http://www.php-fig.org/psr/psr-4/ Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #619 from ArthurHoaro/plugins/param-desc | VirtualTam | 2016-08-13 | 1 | -2/+8 |
|\ | | | | | Add a description to plugin parameters | ||||
| * | Parse plugin parameters description with the PluginManager | ArthurHoaro | 2016-08-02 | 1 | -2/+8 |
| | | | | | | | | | | | | Plugin parameter can contain a description in their meta file under the key: parameter.<param_name>="<description>" | ||||
* | | Fix: add missing final newlines, untabify text | VirtualTam | 2016-08-13 | 1 | -1/+1 |
|/ | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | PluginManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 1 | -15/+19 |
| | |||||
* | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 1 | -0/+19 |
| | |||||
* | Unit tests for Router and PluginManager. | ArthurHoaro | 2015-11-07 | 1 | -6/+6 |
| | |||||
* | Plugin system - CORE | ArthurHoaro | 2015-11-07 | 1 | -0/+66 |
see shaarli/Shaarli#275 |