aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/PluginReadityourselfTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove readityourself pluginArthurHoaro2017-04-011-99/+0
| | | | Fixes #818
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-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>
* Cleanup: explicit method visibilityVirtualTam2017-01-051-5/+5
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* New init function for plugins, supports errors reportingArthurHoaro2016-10-141-2/+21
| | | | | | | | All plugins can optionally add an init function named `pluginname_init()` which is called when the plugin is loaded. This function is aware of the config, and can return initialization errors, which are displayed in the header template. Note that the previous error system hack no longer work.
* PluginManager no longer uses singleton patternArthurHoaro2016-06-111-4/+6
|
* Use the configuration manager for wallabag and readityourself pluginArthurHoaro2016-06-111-2/+4
|
* unit tests for readityourself plugin + remove hard errorArthurHoaro2015-11-081-0/+75