mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
daefd6eb97
Includes new API in medialib.php and core_media_renderer in outputrenderers.php. Enable/disable settings moved from filter to systemwide appearance page. Filter changed to use new API. AMOS BEGIN MOV [flashanimation,filter_mediaplugin],[flashanimation,core_media] MOV [flashanimation_help,filter_mediaplugin],[flashanimation_desc,core_media] MOV [flashvideo,filter_mediaplugin],[flashvideo,core_media] MOV [flashvideo_help,filter_mediaplugin],[flashvideo_desc,core_media] MOV [html5audio,filter_mediaplugin],[html5audio,core_media] MOV [html5audio_help,filter_mediaplugin],[html5audio_desc,core_media] MOV [html5video,filter_mediaplugin],[html5video,core_media] MOV [html5video_help,filter_mediaplugin],[html5video_desc,core_media] MOV [mp3audio,filter_mediaplugin],[mp3audio,core_media] MOV [mp3audio_help,filter_mediaplugin],[mp3audio_desc,core_media] MOV [legacyquicktime,filter_mediaplugin],[legacyquicktime,core_media] MOV [legacyquicktime_help,filter_mediaplugin],[legacyquicktime_desc,core_media] MOV [legacyreal,filter_mediaplugin],[legacyreal,core_media] MOV [legacyreal_help,filter_mediaplugin],[legacyreal_desc,core_media] MOV [legacywmp,filter_mediaplugin],[legacywmp,core_media] MOV [legacywmp_help,filter_mediaplugin],[legacywmp_desc,core_media] MOV [legacyheading,filter_mediaplugin],[legacyheading,core_media] MOV [legacyheading_help,filter_mediaplugin],[legacyheading_desc,core_media] MOV [sitevimeo,filter_mediaplugin],[sitevimeo,core_media] MOV [sitevimeo_help,filter_mediaplugin],[sitevimeo_desc,core_media] MOV [siteyoutube,filter_mediaplugin],[siteyoutube,core_media] MOV [siteyoutube_help,filter_mediaplugin],[siteyoutube_desc,core_media] AMOS END
69 lines
1.8 KiB
Plaintext
69 lines
1.8 KiB
Plaintext
This files describes API changes in core lbraries and APIs,
|
|
information provided here is intended especially for developers.
|
|
|
|
|
|
=== 2.3 ===
|
|
|
|
Database layer changes:
|
|
* objects are not allowed in paramters of DML functions, use explicit casting to strings if necessary
|
|
|
|
Note:
|
|
* DDL and DML methods which were deprecated in 2.0 have now been removed, they will no longer produce
|
|
debug messages and will produce fatal errors
|
|
|
|
API changes:
|
|
|
|
* send_stored_file() has changed its interface
|
|
* deleted several resourcelib_embed_* functions from resourcelib.php
|
|
|
|
=== 2.2 ===
|
|
|
|
removed unused libraries:
|
|
* odbc, base32, CodeSniffer, overlib, apd profiling, kses, Smarty, PEAR Console, swfobject, cssshover.htc, md5.js
|
|
|
|
API changes:
|
|
* new admin/tool plugin type
|
|
* new context API - old API is still available
|
|
* deleted users do not have context any more
|
|
* removed global search
|
|
|
|
|
|
=== 2.1 ===
|
|
|
|
API changes:
|
|
* basic suport for restore from 1.9
|
|
* new mobile devices API
|
|
* new questions API
|
|
|
|
|
|
=== 2.0 ===
|
|
|
|
API changes:
|
|
* new DML API - http://docs.moodle.org/dev/DML_functions
|
|
* new DDL API - http://docs.moodle.org/dev/DDL_functions
|
|
* new file API - http://docs.moodle.org/dev/File_API
|
|
* new $PAGE and $OUTPUT API
|
|
* new navigation API
|
|
* new theme API - http://docs.moodle.org/dev/Theme_changes_in_2.0
|
|
* new javascript API - http://docs.moodle.org/dev/JavaScript_usage_guide
|
|
* new portfolio API
|
|
* new local plugin type
|
|
* new translation support - http://lang.moodle.org
|
|
* new web service API
|
|
* new cohorts API
|
|
* new messaging API
|
|
* new rating API
|
|
* new comment API
|
|
* new sessions API
|
|
* new enrolment API
|
|
* new backup/restore API
|
|
* new blocks API
|
|
* new filters API
|
|
* improved plugin support (aka Frankenstyle)
|
|
* new registration and hub API
|
|
* new course completion API
|
|
* new plagiarism API
|
|
* changed blog API
|
|
* new text editor API
|
|
* new my moodle and profiles API
|