aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/test/test.php
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
* Unit tests for Router and PluginManager.ArthurHoaro2015-11-071-0/+0
|
* Plugin system - COREArthurHoaro2015-11-071-0/+21
see shaarli/Shaarli#275