Rajesh Taneja
|
ccc77f9152
|
MDL-27759 user webservice - added new PARAM for timezone PARAM_TIMEZONE, to validate timezone input in webservice while deling with user information
|
2011-06-14 10:15:00 +08:00 |
|
Sam Hemelryk
|
650142bb9b
|
Merge branch 's11_MDL-27497_upload_master' of github.com:dongsheng/moodle
|
2011-06-14 09:43:24 +08:00 |
|
Dongsheng Cai
|
42b2809ff3
|
MDL-27497, using webservice token to upload files
|
2011-06-13 16:06:18 +08:00 |
|
Sam Hemelryk
|
00a33dcbac
|
Merged branch 'MDL-26777-wip' of git://github.com/mouneyrac/moodle.git
|
2011-06-08 17:52:59 +08:00 |
|
Sam Hemelryk
|
96e0194c05
|
Merged branch 'MLD-27551' of git://github.com/mouneyrac/moodle.git with changes
|
2011-06-08 17:34:17 +08:00 |
|
Jerome Mouneyrac
|
c1b658832d
|
MDL-27551 add enable mobile feature (enable web services + mobile service - add mobile builtin service - add unique shortname for service)
|
2011-06-08 15:10:26 +08:00 |
|
Sam Hemelryk
|
0373264c20
|
Merge branch 'MLD-27565-wip' of 'git://github.com/mouneyrac/moodle.git' with changes and conflict resolution for MDL-27565
|
2011-06-08 10:11:51 +08:00 |
|
Jerome Mouneyrac
|
8d46dabb6e
|
MDL-27565 implement moodle_notes_create_note
|
2011-06-07 17:28:51 +08:00 |
|
Jerome Mouneyrac
|
a623b6b892
|
MDL-27566-wip implement moodle_message_send_messages function (matching front end logic - TODO: 2 core functions to change to support bulk operations)
|
2011-06-07 16:40:55 +08:00 |
|
Jerome Mouneyrac
|
0bf486a619
|
MDL-26777 moodle_webservice_mobile_get_siteinfo TODO: add this service name into the service of MDL-27551
|
2011-06-07 15:19:53 +08:00 |
|
Jerome Mouneyrac
|
543967a9e8
|
MDL-26250 Create a web service function that enrols users to a certain course
|
2011-05-04 12:23:18 +08:00 |
|
Petr Skoda
|
8a7703ce53
|
MDL-25973 add missing charset
|
2011-01-14 09:32:17 +01:00 |
|
jerome mouneyrac
|
ed2441128f
|
webservice MDL-21658 add moodle_add_groupmembers, moodle_create_groups, moodle_delete_groupmembers, moodle_delete_groups unit tests
|
2010-12-01 08:20:52 +00:00 |
|
jerome mouneyrac
|
e76e431c66
|
webservice MDL-21658 add moodle_group_get_groupmembers() and moodle_group_get_course_groups() unit test functions
|
2010-11-30 07:52:05 +00:00 |
|
jerome mouneyrac
|
3acb709515
|
webservice MDL-21658 add moodle_role_unassign() unit test function
|
2010-11-30 06:18:05 +00:00 |
|
jerome mouneyrac
|
cae9c119c6
|
webservice MDL-21658 add moodle_role_assign() unit test function
|
2010-11-30 05:51:52 +00:00 |
|
jerome mouneyrac
|
a9f07c4130
|
webservice MDL-21658 add moodle_user_update_users() unit test function
|
2010-11-29 09:15:14 +00:00 |
|
jerome mouneyrac
|
d1d0788d47
|
webservice MDL-21658 add moodle_user_delete_users() unit test function + fix moodle_user_get_users_by_id unit test + add support of options for the SOAP client (important to force synchronous SOAP mode)
|
2010-11-29 06:26:38 +00:00 |
|
jerome mouneyrac
|
820b42c57b
|
webservice MDL-25323 clean get_ws_authorised_usersget_ws_authorised_users from obsolete code
|
2010-11-23 09:16:34 +00:00 |
|
jerome mouneyrac
|
9d1b6ea35c
|
webservice MDL-25195 fix web service admin pages navigation bar/navigation
|
2010-11-16 07:45:31 +00:00 |
|
Andrew Davis
|
46505ee75e
|
message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version
|
2010-11-05 08:04:40 +00:00 |
|
jerome mouneyrac
|
8abfe38321
|
webservice MDL-24758 ws doc better looking on chrome + print default value for array/object
|
2010-10-29 03:51:03 +00:00 |
|
David Mudrak
|
136e69c40f
|
MDL-24767 webservices logs use hard coded site id 1 instead of SITEID
|
2010-10-19 15:26:24 +00:00 |
|
Petr Skoda
|
346c5887b1
|
MDL-24751 using new memory constants
|
2010-10-19 10:13:15 +00:00 |
|
Petr Skoda
|
252708c64d
|
fixed coding style
|
2010-10-08 08:51:22 +00:00 |
|
jerome mouneyrac
|
9ef728d660
|
webservice MDL-24541 change wsdoc.php external authentication into a normal moodle page with require_login(), no form, documentation directly related to the token and display from the user security keys page (see MDL for more information)
|
2010-10-08 03:03:10 +00:00 |
|
jerome mouneyrac
|
de55d4695e
|
webservice MDL-24230 fix /admin/ into $CFG->admin + /lib/ into $CFG->libdir
|
2010-09-24 02:45:39 +00:00 |
|
Petr Skoda
|
7a424cc4f2
|
MDL-24321 switching to stdClass in /webservice/
|
2010-09-21 08:28:15 +00:00 |
|
Petr Skoda
|
fc0fcb27e2
|
fixed created timestamp
|
2010-09-17 20:07:49 +00:00 |
|
jerome mouneyrac
|
c25662b0e4
|
web service MDL-23338 clean up Service editing page + delete token related to a service when delete service (display warning on confirmation page) + fix glitch on the navigation with 'Register your site' and 'Edit service' pages (they are now hidden and the parent page link is displayed)
|
2010-09-16 04:21:52 +00:00 |
|
jerome mouneyrac
|
b02b5fb74c
|
webservice MDL-23943 fix moodle_enrol_get_enrolled_users (return function, return value, sql result not unique, param name never used) + add unit test
|
2010-08-30 07:48:09 +00:00 |
|
jerome mouneyrac
|
8150f74683
|
webservice MDL-23555 SOAP: add some common exception handlers
|
2010-08-30 05:51:06 +00:00 |
|
Jamie Pratt
|
00fa663431
|
MDL-20808 "Create AMF test client" this patch includes further improvements to test client
|
2010-08-27 01:16:01 +00:00 |
|
Petr Skoda
|
c924a469a6
|
MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case
|
2010-08-25 08:30:52 +00:00 |
|
jerome mouneyrac
|
6bb31e404e
|
webservice MDL-13129 add moodle_course_get_courses and moodle_course_create_courses
|
2010-08-06 15:22:27 +00:00 |
|
Petr Skoda
|
8725605d7a
|
MDL-22001 fixed hidden bug triggerred by recent fixes in format_string() - credit goes to Myles Carrick , thanks! + fixing sloppy trailing whitespace :-(
|
2010-08-01 10:24:52 +00:00 |
|
jerome mouneyrac
|
b2cde2cb78
|
webservice MDL-23539 fix missing capabilities information
|
2010-07-27 07:29:02 +00:00 |
|
jerome mouneyrac
|
9c954e883b
|
webservice MDL-21908 admin: use renderer into token pages + a bit of code cleaning
|
2010-07-27 03:53:55 +00:00 |
|
jerome mouneyrac
|
1d2a1936c5
|
webservice MDL-23341 function list page: display "no functions" message, a better title, and fix a css typo
|
2010-07-23 06:54:59 +00:00 |
|
jerome mouneyrac
|
72f68b51e6
|
webservice MDL-23341 add required capabilities to the service function declaration (lib/services.php), display missing capaibilities for users linked to a token and for authorised users, display function capabilities, refactor service add function page
|
2010-07-23 06:17:06 +00:00 |
|
jerome mouneyrac
|
390cc887da
|
webservice MDL-23345 fix moodledocs link in the ws doc
|
2010-07-20 03:22:55 +00:00 |
|
Jonathan Harker
|
7785dc2e9f
|
lib, auth, webservice: MDL-20876 fix deprecated split() calls.
|
2010-07-20 01:38:54 +00:00 |
|
jerome mouneyrac
|
fde884c342
|
webservice MDL-23083 change $param => $paramanddefault (for multiple/single structure VALUE_DEFAULT)
|
2010-07-14 05:42:21 +00:00 |
|
Jamie Pratt
|
fcfd211788
|
MDL-20808 "Create AMF test client" Some updates to client
|
2010-07-13 06:59:10 +00:00 |
|
Jamie Pratt
|
b7d76bfdcb
|
MDL-20808 "Create AMF test client" Some updates to client :
|
2010-07-13 06:55:24 +00:00 |
|
Jamie Pratt
|
b437f681f9
|
MDL-20808 Fixing default param handling.
|
2010-07-12 13:01:56 +00:00 |
|
jerome mouneyrac
|
d6cae0311a
|
webservice MDL-20808 removing managing default from service_class_method_body()
|
2010-07-12 10:51:26 +00:00 |
|
jerome mouneyrac
|
02998b3f63
|
webservice MDL-23083 web service function generated code included default value assignement everytime a parameter was printed, causing error all over. Fixed.
|
2010-07-12 07:06:08 +00:00 |
|
Jamie Pratt
|
3bb041c551
|
MDL-23083 "Zend SOAP does not support struct in the phpdoc" Jerome's update to amf code for changes he made to web services as part of MDL-23083. I tested it and it works.
|
2010-07-09 05:25:49 +00:00 |
|
jerome mouneyrac
|
c06503b83a
|
webservice MDL-23083 Zend now cast object into array before calling the external function.
|
2010-07-09 04:07:37 +00:00 |
|