From aaff9f7f1476d36eec11f6b358f91d91f08a302d Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Thu, 20 May 2010 07:31:53 +0000 Subject: [PATCH] MDL-17376 more plugin info --- local/readme.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/local/readme.txt b/local/readme.txt index 3e70439aca1..a0cdcae3049 100644 --- a/local/readme.txt +++ b/local/readme.txt @@ -55,6 +55,18 @@ Local plugins are used in cases when no standard plugin fits, examples are: * new capability definitions used in core hacks * custom admin settings +Standard plugin features: +* /local/xxx/db/version.php - version of script (must be incremented after changes) +* /local/xxx/db/install.xml - executed during install (new version.php found) +* /local/xxx/db/install.php - executed right after install.xml +* /local/xxx/db/uninstall.php - executed during uninstallation +* /local/xxx/db/upgrade.php - executed after version.php change +* /local/xxx/db/access.php - definition of capabilities +* /local/xxx/db/events.php - event handlers and subscripts +* /local/xxx/db/messages.php - messaging registration +* /local/xxx/db/external.php - web services and external functions descriptions +* /local/xxx/lang/en/local_pluginname.php - language file + Local plugin version specification ---------------------------------- -- 2.43.0