Petr Skoda
f20edd5208
MDL-32094 fix various E_STRICT compatibility problems
2012-03-18 18:37:24 +01:00
Jerome Mouneyrac
a0a07014c2
MDL-30994 webservice API, check and update DocBlock
2012-03-02 09:49:41 +08:00
Petr Skoda
b5c04aa153
MDL-30007 standardise webservice version files
2011-11-29 22:12:15 +01:00
Eloy Lafuente (stronk7)
22ca3e49e0
NOBUG - whitespace fixes (MDL-19488, MDL-27242, MDL-29435)
2011-10-17 10:19:59 +02:00
Jerome Mouneyrac
2c28fa7643
MDL-29435 SOAP/XMLRPC server return debuginfo into the exception message when DEBUG >= NORMAL
2011-10-07 14:21:41 +08:00
jerome mouneyrac
001251f222
web service MDL-12886 extends xml-rpc client from Zend client
2010-07-08 08:15:46 +00:00
Sam Marshall
31c9330392
accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php
2010-05-21 11:51:23 +00:00
jerome mouneyrac
07ab0c80ec
hub MDL-19309 new site registration form + course publication + community block
2010-05-01 05:05:55 +00:00
Jamie Pratt
2d0acbd5f9
MDL-21579 "Implement session token for embedded application" implemented a second type of session token linked to a session for use in applications embedded in web pages.
2010-04-28 13:16:58 +00:00
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
David Mudrak
bda5f9b115
MDL-21694 Moving webservices strings into plugin space
2010-03-29 20:46:38 +00:00
jerome mouneyrac
d07ff72d15
webservice MDL-21580 remove reponse hook, add response cleaning to the method body for all Zend servers.
2010-02-22 07:07:44 +00:00
jerome mouneyrac
8300f99e09
webservice MDL-21580 remove personal log function call
2010-02-22 05:30:56 +00:00
jerome mouneyrac
3ac3223eb7
webservice MDL-21580 remove personal test code
2010-02-19 06:48:47 +00:00
jerome mouneyrac
eae18ab60c
webservice MDL-21580 remove hard coded string from validate_parameters function, clean XML-RPC response from additional values, XML-RPC return an exception if a return value is wrong
2010-02-19 02:40:10 +00:00
jerome mouneyrac
52dd27bfbc
webservice MDL-17135 remove old webserviceuse capability. It is now controlled by protocol capabilities. Add warning to protocol capabilities.
2010-02-01 03:23:35 +00:00
Petr Skoda
0ac940b3bf
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
2009-11-04 19:24:12 +00:00
Petr Skoda
ad3abe2052
MDL-20693 fixed debug output problems of WS protocol servers
2009-11-01 10:13:38 +00:00
Petr Skoda
b107e64716
MDL-12886 zend based Soap server class
2009-10-24 20:59:59 +00:00
Petr Skoda
2458e30a86
MDL-12886 zend base class improvements, somebody forgot to update Zend framework, this should help with compativiltiy too
2009-10-24 15:28:01 +00:00
skodak
f0dafb3c85
MDL-12886 refactored ws test client support and other minor tweaks
2009-10-21 18:25:00 +00:00
skodak
5593d2dc36
MDL-12886 refactored function return full external function info and improved reporting of access control problems
2009-10-20 22:30:18 +00:00
skodak
d4e764ab28
MDL-12886 rewritten xmlrpc client, not finished yet - need to solve error sending when exception occures outside of the executed method; the test client needs a lot of refactoring too
2009-10-19 23:14:26 +00:00
jerome
c927b7cf8e
web services MDL-12886 trivial change
2009-09-01 08:52:28 +00:00
jerome
5000d34e8e
webservices MDL-12886 update xmlrpc server/client to work with new web service description
2009-08-28 10:06:14 +00:00
skodak
ebdd9fed4b
MDL-20169 fixed coding style, parameter type required
2009-08-27 08:49:54 +00:00
jerome
f83dfcf686
web services MDL-12886 fix REST/SOAP/XMLRPC test clients (function names are not called tmp_ anymore)
2009-04-28 07:04:50 +00:00
jerome
f7631e7397
web service MDL-12886 administration: implement settings for servers (add amf debug option)
2009-03-31 03:29:01 +00:00
jerome
a73e1ab4c5
web service MDL-12886 Add unit tests for User web service functions.
...
Change most of User web service functions to support multiple operation in one call. Adapt SOAP and XMLRPC test client. (REST User test clients wont work anymore till REST server supports array parameter)
2009-03-05 06:59:58 +00:00
jerome
40f024c9f3
web service MDL-12886
...
* Remove description array => all these information are now into the phpdoc. Remove all call/reference to moodleexternal.php
* Adapt our own REST server to these changes
* Remove Zend REST server as it's going to be deprecated in Zend Framework 1.8
* Remove our own SOAP server as we use the Zend SOAP server
2009-02-24 05:11:04 +00:00
jerome
24350e0625
Web service MDL-17135 add web services administration
2009-02-13 03:08:35 +00:00
jerome
06e7fadc43
web serviceMDL-12886 refactor servers into object + add Zend_soap and Zend_xmlrpc server
2009-02-11 06:57:30 +00:00