Merge branch 'MDL-40955-m' of git://github.com/andrewnicols/moodle
authorSam Hemelryk <sam@moodle.com>
Tue, 6 Aug 2013 00:49:28 +0000 (12:49 +1200)
committerSam Hemelryk <sam@moodle.com>
Tue, 6 Aug 2013 00:49:28 +0000 (12:49 +1200)
Conflicts:
course/format/upgrade.txt

1  2 
course/format/upgrade.txt
course/renderer.php

@@@ -4,8 -4,9 +4,11 @@@ Overview of this plugin type at http://
  
  === 2.6 ===
  
 +* core_course_renderer::course_section_cm_edit_actions has two new optional arguments and now uses and action_menu component.
 +* core_course_renderer::course_section_cm has been altered to call core_course_renderer::course_section_cm_edit_actions with the two new arguments
+ * An additional course renderer function has been created which allows you to
+   specify the wrapper for a course module within a section (e.g. the <li>).  This can be
+   found in core_course_renderer::course_section_cm_list_item().
  
  === 2.5 ===
  
Simple merge