Merge branch 'wip-mdl-31405-new' of git://github.com/rajeshtaneja/moodle

Conflicts:
	lib/upgrade.txt
    mod/upgrade.txt
This commit is contained in:
Dan Poltawski 2013-10-21 10:57:44 +08:00
commit fb032ccb3f
5 changed files with 56 additions and 9 deletions

View file

@ -9,6 +9,8 @@ information provided here is intended especially for developers.
a custom help text set. Also instead of array it can now return
MOD_SUBTYPE_NO_CHILDREN. This is optional and still defaults to prior
behavior. See get_module_metadata() in course/lib.php for details.
* shift_course_mod_dates() has been modified to accept optional mod instance id. If mod instance id is passed then
dates changed will happen only on specific module instance and not on all instances of that module in course.
=== 2.5 ===