lib-navigation MDL-21113 Fixed minor javascript error when positioning sidepanel...
[moodle.git] / blocks / upgrade.txt
CommitLineData
795a08ad 1This files describes API changes in /blocks/* - activity modules,
2information provided here is intended especially for developers.
3
4=== 2.0 ===
5
6required changes in code:
7* use new DML syntax everywhere
8* use new DDL syntax in db/upgrade.php
9* replace defaults.php by settings.php and db/install.php
10* replace STATEMENTS section in db/install.xml by db/install.php
11* move post instalation code from install() method into db/install.php
12* completely rewrite file handling
13* rewrite backup/restore
14
15optional - no changes needed in older code:
4ca6cfbf 16*
795a08ad 17
18
19TODO: add links to docs