aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PluginManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-0/+16
* Plugin system: allow plugins to provide custom routesArthurHoaro2020-11-151-0/+39
* Use assertRegExp polyfill instead of regexMatchesArthurHoaro2020-09-291-1/+2
* Compatibility with PHP 8ArthurHoaro2020-09-291-2/+2
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
* Plugins: do not save metadata along plugin parametersArthurHoaro2020-09-121-15/+29
* Better handling of plugin incompatibilityArthurHoaro2020-08-271-6/+23
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-171-2/+1
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-7/+3
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-0/+1
* Merge pull request #619 from ArthurHoaro/plugins/param-descVirtualTam2016-08-131-2/+8
|\
| * Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-021-2/+8
* | Fix: add missing final newlines, untabify textVirtualTam2016-08-131-1/+1
|/
* PluginManager no longer uses singleton patternArthurHoaro2016-06-111-15/+19
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+19
* Unit tests for Router and PluginManager.ArthurHoaro2015-11-071-6/+6
* Plugin system - COREArthurHoaro2015-11-071-0/+66