Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: docs.moodle.org, download.moodle.org
-
Labels:None
Description
Information for module developers is obsolete and don't cover all required functionality and requirements such as availability backuplib.php and restorelib.php , or capabilities definition for the role system. This situation confuse 3d party module developers.
The information is obsolete at least in following places:
1. readme.txt file in the mod directory of moodle code
2. Documentation wiki Modules (for Developers)
3. New module template for download
Please update them.
Attachments
Issue Links
| This issue has a non-specific relationship to: | ||||
| CONTRIB-52 | Improvements to make NEWMODULE really useful |
|
|
|
I have written a updated version of the old NEWMODULE template code. It has a folder for lang files as well as a install.xml file to make use of the XMLDB editor.