Skip to content

Commit

Permalink
Merge branch 'wip-MDL-39145-m25' of git://github.com/marinaglancy/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Apr 16, 2013
2 parents 9156051 + b1c2fc6 commit 9004d7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions course/format/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion lib/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9004d7a

Please sign in to comment.