MDL-35415 completely remove add activity in settings (MDL-22732)

This commit is contained in:
Marina Glancy 2012-09-25 14:42:25 +08:00
parent 6a02b50ff7
commit b874d5c6b4
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,11 @@ This files describes API changes for course formats
Overview of this plugin type at http://docs.moodle.org/dev/Course_formats
=== 2.4 ===
* Function settings_navigation::add_course_editing_links() is completely removed, course format
functions callback_XXXX_request_key() are no longer used (where XXXX is the course format name)
=== 2.3 ===
* The new $course->coursedisplay option was introduced, users can now choose to display

View File

@ -6,6 +6,7 @@ information provided here is intended especially for developers.
* Pagelib: Numerous deprecated functions were removed as classes page_base, page_course
and page_generic_activity.
* use $CFG->googlemapkey3 instead of removed $CFG->googlemapkey and migrate to Google Maps API V3
* Function settings_navigation::add_course_editing_links() is completely removed
YUI changes:
* moodle-enrol-notification has been renamed to moodle-core-notification