Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.10
-
Fix Version/s: None
-
Component/s: Database SQL/XMLDB
-
Labels:None
-
Testing Instructions:
- Run the script with the "--list" parameter to see available commands
- Run commands with "--help" parameter to see the required parameters
- Run commands with valid parameters and check output is expected PHP
-
Affected Branches:MOODLE_310_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-70607-master -
Pull Master Diff URL:
Description
It would be useful to have a command line script for generating PHP code for upgrade.php in XMLDB.
The XMLDB editor is quite clunky and annoying and it's relatively easy to create and edit install.xml files without it, but it's not particularly easy to generate the upgrade PHP code without it. This script would allow developers to generate the code without having to use the user interface.