1 This files describes API changes in core lbraries and APIs,
2 information provided here is intended especially for developers.
7 Database layer changes:
8 * objects are not allowed in paramters of DML functions, use explicit casting to strings if necessary
13 removed unused libraries:
14 * odbc, base32, CodeSniffer, overlib, apd profiling, kses, Smarty, PEAR Console, swfobject, cssshover.htc, md5.js
17 * new admin/tool plugin type
18 * new context API - old API is still available
19 * deleted users do not have context any more
20 * removed global search
26 * basic suport for restore from 1.9
27 * new mobile devices API
34 * new DML API - http://docs.moodle.org/dev/DML_functions
35 * new DDL API - http://docs.moodle.org/dev/DDL_functions
36 * new file API - http://docs.moodle.org/dev/File_API
37 * new $PAGE and $OUTPUT API
39 * new theme API - http://docs.moodle.org/dev/Theme_changes_in_2.0
40 * new javascript API - http://docs.moodle.org/dev/JavaScript_usage_guide
42 * new local plugin type
43 * new translation support - http://lang.moodle.org
51 * new backup/restore API
54 * improved plugin support (aka Frankenstyle)
55 * new registration and hub API
56 * new course completion API
60 * new my moodle and profiles API