Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Jerome Mouneyrac
93ce0e8296
MDL-32581 support additional format field with all text field in extrnal lib function + new possible ws params to decide how format is returned (which are stored in a singleton)
2012-05-31 12:31:27 +08:00
Dan Poltawski
8cba2bb747
Merge branch 'MDL-33028' of git://github.com/mouneyrac/moodle
2012-05-25 10:22:35 +08:00
Dan Poltawski
2ffd7f1824
Merge branch 'MDL-33060' of git://github.com/mouneyrac/moodle
2012-05-25 10:16:12 +08:00
Jerome Mouneyrac
96d3b93ba3
MDL-33060 remove some get_string from exceptions
2012-05-18 14:45:15 +08:00
Jerome Mouneyrac
3a68419430
MDL-33028 display debuginfo when server die at developer mode
2012-05-16 12:04:13 +08:00
Eloy Lafuente (stronk7)
5b0800d30e
MDL-32949 ws: minor comments cleanup
2012-05-15 13:10:50 +02:00
Jerome Mouneyrac
506df9acbf
MDL-32949 return exception errorcode from the REST/SOAP/XMLRPC servers
2012-05-15 18:23:43 +08:00
Jerome Mouneyrac
e1f9702056
MDL-31431 webservices: improve user pic docs
...
Explain how to retrieve profile picture when forcelogin is set to NO and guestaccess to Yes
2012-04-23 11:42:30 +08:00
Petr Skoda
5c3d290d75
MDL-32569 drop outdated webservice tests - it will be replaced by new tests soon
2012-04-21 16:37:45 +02:00
Jerome Mouneyrac
b449d3b7a2
MDL-30225 add some phpdoc mentioning to avoid to use broken get_user_capabilities ws lib function
2012-04-18 14:03:54 +08:00
Jerome Mouneyrac
fbf6cfe6fc
MDL-30225 Creating new web service tokens create error
2012-04-17 18:08:55 +08:00
Petr Skoda
caee6e6c26
MDL-32251 E_STRICT fixes part 3
2012-03-29 15:24:30 +02:00
Petr Skoda
f20edd5208
MDL-32094 fix various E_STRICT compatibility problems
2012-03-18 18:37:24 +01:00
Eloy Lafuente (stronk7)
4c000e8481
MDL-31710 webservice unit test: cleanup
...
This commit:
- fixes some missing (public|private) scope in methods.
- fixes whitespace
- fixes inline comments
- fixes other codechecker warnings/errors
2012-03-02 12:17:58 +01:00
Jerome Mouneyrac
a0a07014c2
MDL-30994 webservice API, check and update DocBlock
2012-03-02 09:49:41 +08:00
Sam Hemelryk
06749fde07
Merge branch 'MDL-30495' of git://github.com/mouneyrac/moodle
2012-02-20 11:50:56 +13:00
Jerome Mouneyrac
dcd902a0f6
MDL-30495 HTML5 apps cannot call Webservices functions if a HTTP resource is retrieved from the Moodle installation
2012-02-15 11:33:11 +08:00
Eloy Lafuente (stronk7)
8ea8291f93
Merge branch 'MDL-30126' of git://github.com/mouneyrac/moodle
2012-02-14 13:12:07 +01:00
Jerome Mouneyrac
db7c80d9e3
MDL-30126 rest client should be updated fo json support
2012-02-14 12:01:54 +08:00
Jerome Mouneyrac
069fe36008
MDL-30688 REST simpleserver does not accept the moodlewsrestformat parameter
2012-02-13 16:39:50 +08:00
Sam Hemelryk
1a20b3494b
Merge branch 'MDL-31077' of git://github.com/mouneyrac/moodle
2012-01-23 11:48:59 +08:00
Petr Skoda
927010240f
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-18 01:17:25 +01:00
Jerome Mouneyrac
2ada59b759
MDL-31077 REST server should return null if nothing fail and if the description function return null.
2012-01-17 15:37:27 +08:00
Sam Hemelryk
073b19a281
Merge branch 'MDL-29712' of git://github.com/mouneyrac/moodle
2011-12-08 12:41:21 +13:00
Jerome Mouneyrac
d2f127e65c
MDL-29712 REST-XML server was translating too many HTML characters. use htmlspecialchars instead of htmlentities. Translated characters by htmlspecialchars are compatible with XML validation, and so XML parsers for javascript, java...
2011-12-02 11:26:48 +08:00
Jerome Mouneyrac
3b40f3b1a7
MDL-30496 fix upload max size issue when server limit is set + return some kind of json error object for filenameexists and oversizedfile errors
2011-12-01 15:13:52 +08:00
Sam Hemelryk
6416c6c25b
Merge branch 'MDL-30007' of git://github.com/stronk7/moodle
2011-12-01 17:14:52 +13:00
Jerome Mouneyrac
264764e222
MDL-30459 when one filename already exist we bypass the execution and continue. We just return the error into the json string
2011-12-01 15:56:15 +13:00
Sam Hemelryk
bba1338a60
Merged branch 'MDL-30459' of git://github.com/mouneyrac/moodle.git with whitespace fixes
2011-12-01 14:43:39 +13:00
Jerome Mouneyrac
f25aee3251
MDL-30459 better error message when file already exist
2011-11-30 15:15:59 +08:00
Petr Skoda
b5c04aa153
MDL-30007 standardise webservice version files
2011-11-29 22:12:15 +01:00
Jerome Mouneyrac
07cc3d11e2
MDL-28646 add missing authentication web service checks. Merge download/upload script checks in the same lib functions. Make the download scrit return json error message. Add missing webservice lang. Minor unit test doc improvement.
2011-11-29 11:18:36 +08:00
Dongsheng Cai
ec0d6ea2a9
MDL-28646 Web service: core_course_get_contents()
...
1. Implement core_course_get_contents web service
2. Implement callbacks in folder, resource, page and url modules
3. Implement download script for web service
2011-11-28 16:22:38 +08:00
Sam Hemelryk
b28de4b412
Merge branch 'MDL-28629' of git://github.com/mouneyrac/moodle
2011-11-22 18:26:35 +13:00
Aparup Banerjee
3a59d04c65
MDL-30268 Web service : resolved version number conflict
2011-11-21 14:47:23 +08:00
Nadav Kavalerchik
7a25d39873
MDL-27516 Several CSS fixes for right to left languages
2011-11-17 11:42:12 +13:00
Jerome Mouneyrac
af03513f93
MDL-30268 add 'Can download files' field to service
2011-11-16 11:51:03 +08:00
Aparup Banerjee
8887601196
MDL-28670 webservice : (review) changes improving performance
2011-11-14 11:25:36 +08:00
Jerome Mouneyrac
07a90ec313
MDL-28629 more checks during web service authentication
2011-11-11 15:07:18 +08:00
Aparup Banerjee
e88c193fb0
MDL-28670 webservice : added dimming of service name in security keys page if webservice is disabled or not on authorised list to access webservice.
2011-11-07 14:21:40 +08:00
Sam Hemelryk
e6acc5518b
MDL-29106 white space clean up
2011-10-25 15:28:52 +13:00
Sam Hemelryk
2d94084463
Merge branch 'MDL-29825' of git://github.com/mouneyrac/moodle
2011-10-25 11:46:51 +13:00
Sam Hemelryk
c486d7f2d8
Merge branch 'MDL-29459' of git://github.com/mouneyrac/moodle
2011-10-25 11:45:58 +13:00
Sam Hemelryk
2336a84333
MDL-29106 webservices: Minor whitespace cleanup
2011-10-25 11:43:53 +13:00
Sam Hemelryk
b8b594843c
Merge branch 'MDL-29106' of git://github.com/mouneyrac/moodle
2011-10-25 11:42:40 +13:00
Petr Skoda
22d7cede55
MDL-29887 add forgotten flashvars
...
Thanks Eloy!
2011-10-24 17:43:05 +02:00
Jerome Mouneyrac
5d1017e11d
MDL-29106 new web service naming convention
2011-10-24 11:06:00 +08:00
Petr Skoda
13ae464c0f
MDL-29887 remove outdated swfobject
...
Contrib code can use YUI flash embedding, manual embedding or better switch to JS/HTML 5.
2011-10-23 12:05:44 +02:00
Jerome Mouneyrac
729ca37388
MDL-29825 better debug info when a ws client user misses a protocol capability
2011-10-21 15:11:38 +08:00