slawkens
5726c9fa94
Load hooks before twig, add new hooks: HOOK_TWIG + HOOK_INIT
2025-05-16 07:42:50 +02:00
slawkens
8195b44061
require src/plugins.php
2024-11-19 07:46:16 +01:00
slawkens
518ae4d97a
* don't install plugin when requirements are not satisfied
2020-02-15 22:41:52 +01:00
slawkens
75d1ed6eea
Add proper exit() code to bin/ commands
2020-01-21 18:18:29 +01:00
slawkens
9620ac7d25
* fix include path not found in install_plugin.php when running from other directory
2019-04-23 23:52:13 +02:00
slawkens
bf361238cb
* remove whitespaces
2018-05-29 21:06:15 +02:00
slawkens
42d23e9b37
* remove unnecessary parentheses in include/require
2018-05-29 21:00:56 +02:00
slawkens
5aa1ae003e
* allow comments inside plugin json file
...
* updated German translation (by German native speaker)
2018-01-08 16:15:34 +01:00
slawkens1
0515f2825a
* fixed loading hooks from plugin installed from command line
2017-11-10 23:03:54 +01:00
slawkens
cde42ec3fa
* new command line tool: install_plugin.php
...
* can be used to install plugins from command line. Usage: "php install_plugin.php path_to_file"
* fixed if HTTP_HOST not set in common.php when executed from command line
* Added 'Are you sure?' popup when uninstalling plugin
* Moved plugin install logic to a new class: Plugins
* added some warnings when plugin json file is incomplete
2017-10-19 10:06:43 +02:00