Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plugins: do not save metadata along plugin parameters | ArthurHoaro | 2020-09-12 | 1 | -0/+3 |
| | | | | | | Also prevent the token to be saved. Fixes #1550 | ||||
* | Better handling of plugin incompatibility | ArthurHoaro | 2020-08-27 | 1 | -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 if | ArthurHoaro | 2018-02-28 | 1 | -1/+1 |
| | | | | See https://www.php-fig.org/psr/psr-2/\#51-if-elseif-else | ||||
* | Unit tests for Router and PluginManager. | ArthurHoaro | 2015-11-07 | 1 | -0/+0 |
| | |||||
* | Plugin system - CORE | ArthurHoaro | 2015-11-07 | 1 | -0/+21 |
see shaarli/Shaarli#275 |