Merge branch 'MDL-49330-master' of git://github.com/jleyva/moodle

Conflicts:
	lib/db/services.php
	version.php
This commit is contained in:
Eloy Lafuente (stronk7)
2015-04-02 11:06:20 +02:00
3 changed files with 294 additions and 0 deletions
+9
View File
@@ -333,6 +333,14 @@ $functions = array(
'capabilities' => 'moodle/course:managegroups',
),
'core_notes_get_course_notes' => array(
'classname' => 'core_notes_external',
'methodname' => 'get_course_notes',
'description' => 'Returns all notes in specified course (or site) for the specified user.',
'type' => 'read',
'capabilities' => 'moodle/notes:view',
),
// === file related functions ===
'moodle_file_get_files' => array(
@@ -1058,6 +1066,7 @@ $services = array(
'mod_forum_view_forum',
'core_course_view_course',
'core_completion_get_activities_completion_status',
'core_notes_get_course_notes',
),
'enabled' => 0,
'restrictedusers' => 0,