Skip to content

Commit

Permalink
MDL-17376 more plugin info
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed May 20, 2010
1 parent 70d35fe commit aaff9f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions local/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------------
Expand Down

0 comments on commit aaff9f7

Please sign in to comment.