mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'wip-MDL-39145-m25' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
9004d7a51c
@ -2,6 +2,14 @@ This files describes API changes for course formats
|
||||
|
||||
Overview of this plugin type at http://docs.moodle.org/dev/Course_formats
|
||||
|
||||
=== 2.5 ===
|
||||
|
||||
* Functions responsible for output in course/lib.php are deprecated, the code is moved to
|
||||
appropriate renderers: print_section(), print_section_add_menus(), get_print_section_cm_text(),
|
||||
make_editing_buttons()
|
||||
See functions' phpdocs in lib/deprecatedlib.php
|
||||
* Function get_print_section_cm_text() is deprecated, replaced with methods in cm_info
|
||||
|
||||
=== 2.4 ===
|
||||
|
||||
Course format API has been changed significantly. Instead of implementing callbacks course formats
|
||||
|
@ -10,7 +10,8 @@ information provided here is intended especially for developers.
|
||||
an option for 0 bytes. Existing code that was replacing the 0 option in the return
|
||||
from this function with a more sensible message, can now use the return from this function directly.
|
||||
* Functions responsible for output in course/lib.php are deprecated, the code is moved to
|
||||
appropriate renderers: print_section_add_menus()
|
||||
appropriate renderers: print_section(), print_section_add_menus(), get_print_section_cm_text(),
|
||||
make_editing_buttons()
|
||||
See functions' phpdocs in lib/deprecatedlib.php
|
||||
* Function get_print_section_cm_text() is deprecated, replaced with methods in cm_info
|
||||
* zip_packer may create empty zip archives, there is a new option to ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user