Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
2b6e9e40
Commit
2b6e9e40
authored
Oct 14, 2015
by
Juan Leyva
Browse files
MDL-51772 webservice: Export add_user_private_files as Web Service
parent
6d8dbfee
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/db/services.php
View file @
2b6e9e40
...
...
@@ -465,6 +465,15 @@ $functions = array(
'capabilities'
=>
''
,
),
'core_user_add_user_private_files'
=>
array
(
'classname'
=>
'core_user_external'
,
'methodname'
=>
'add_user_private_files'
,
'classpath'
=>
'user/externallib.php'
,
'description'
=>
'Copy files from a draft area to users private files area.'
,
'type'
=>
'write'
,
'capabilities'
=>
'moodle/user:manageownfiles'
,
),
// === enrol related functions ===
'core_enrol_get_enrolled_users_with_capability'
=>
array
(
...
...
version.php
View file @
2b6e9e40
...
...
@@ -29,7 +29,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$version
=
2014111008.0
4
;
// 20141110 = branching date YYYYMMDD - do not modify!
$version
=
2014111008.0
5
;
// 20141110 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment