aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/test
Commit message (Collapse)AuthorAgeFilesLines
* Plugins: do not save metadata along plugin parametersArthurHoaro2020-09-121-0/+3
| | | | | | Also prevent the token to be saved. Fixes #1550
* Better handling of plugin incompatibilityArthurHoaro2020-08-271-0/+5
| | | | | If a PHP is raised while executing plugin hook, Shaarli will display an error instead of rendering the error page (or just ending in fatal error for default hooks). Also added phpErrorHandler which is handled differently that regular errorHandler by Slim.:
* PSR: use elseif instead of else ifArthurHoaro2018-02-281-1/+1
| | | | See https://www.php-fig.org/psr/psr-2/\#51-if-elseif-else
* Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-021-1/+3
| | | | | | Plugin parameter can contain a description in their meta file under the key: parameter.<param_name>="<description>"
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+2
|
* Unit tests for Router and PluginManager.ArthurHoaro2015-11-071-0/+0
|
* Plugin system - COREArthurHoaro2015-11-071-0/+21
see shaarli/Shaarli#275