84 Commits

Author SHA1 Message Date
skodak
cc93c7da15 MDL-12886 minor web service code refactoring which includes new base server class, slightly changed admin UI, sample REST test client, cleaned up lang packs; more changes ahead and lots of TODOs to elliminate; expect more commints in the next few days 2009-10-12 21:46:16 +00:00
jerome
35b9a80aa6 webservice MDL-12886 commit for Petr to work on the last code this weekend (SOAP code very not clean) 2009-10-09 09:57:07 +00:00
skodak
265eaf365f MDL-12886 external functions and services maintenance is now part of the upgrade process - removing old unused code 2009-10-08 10:58:24 +00:00
skodak
960dc29857 MDL-12886 minor improvement in return value validation 2009-10-08 10:57:20 +00:00
skodak
ab55925e27 MDL-12886 fixed DML use in service access control 2009-10-07 22:29:00 +00:00
skodak
fa53a1f2a9 MDL-12886 new sample simple REST web service layer - this is kind of proposal outlining a bit improved OOP WS server framework; please note it fully works including most of the security checks and authentication - more details in notes at the top of the file; the missing bit is token based authentication 2009-10-07 21:55:27 +00:00
skodak
551f442078 fixing copyright, this was in fact work of several people :-) 2009-10-07 10:15:07 +00:00
skodak
d18e0fe646 MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
skodak
893d7f0f11 MDL-12886 moved WS related stuff to webservice lib instead of external lib 2009-09-16 19:03:21 +00:00
jerome
06930a7e4a webservice MDL-12886 include => include_once (zend lib) 2009-09-14 03:45:37 +00:00
jerome
2e1f3939ef webservice MDL-12886 fix doc 2009-09-14 03:43:38 +00:00
jerome
9baf682518 webservice MDL-12886 web service administration 2009-09-09 07:55:03 +00:00
samhemelryk
96db467adb lib MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 01:39:12 +00:00
jerome
886d755609 web service MDL-12886 internal web service discovery function 2009-09-04 09:25:55 +00:00
jerome
b3d58bceb9 web services MDL-12886 ws params: objects into an object were not cleaned, neither documented 2009-09-02 03:58:09 +00:00
jerome
2b04910245 web services MDL-12886 remove library functions from previous web service description design 2009-09-02 03:36:52 +00:00
jerome
c927b7cf8e web services MDL-12886 trivial change 2009-09-01 08:52:28 +00:00
jerome
b7510c3aa8 web services MDL-12886 fix documentation: support of a unique description object into two diffferent function descriptions 2009-09-01 02:39:39 +00:00
nicolasconnault
c1c0cecf3a MDL-14632 Improved the output code of the settings block and fixed typo of toogle to toggle. 2009-08-28 10:28:16 +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
jerome
ebcc6bd3b5 webservices MDL-12886 "params" parameter has been changed into an object (conform with the web description structure) + clean_params() function filters parameters and throws an exception for any unexpected parameters/malformed parameters 2009-08-28 07:03:03 +00:00
skodak
ebdd9fed4b MDL-20169 fixed coding style, parameter type required 2009-08-27 08:49:54 +00:00
jerome
4553c3d2f0 webservice MDL-12886 remove old documentation file 2009-08-26 08:04:08 +00:00
jerome
fbe52a393f webservice MDL-12886 refactor web service description + implement clean_function_params() function 2009-08-25 05:35:59 +00:00
jerome
bae129ff8d web service MDL-12886 minor fix on the exception call (it doesn't display any Notice) 2009-08-11 06:26:37 +00:00
nicolasconnault
8f270f3e8d MDL-20014 Converted all print_footer() calls 2009-08-06 14:27:26 +00:00
samhemelryk
4d49202ffc javascript-UFO MDL-19738 Stopped ufo.js being included in outputlib and included it in each place it was actually being used.
It will no only be loaded when it is being used. If something new comes along they will need to remember to require it.
At the same time cleaned up a few deprecated calls
2009-07-08 04:12:11 +00:00
jerome
3265eb1ab3 webservice MDL-12886 clean SOAP client 2009-05-04 06:36:43 +00:00
jerome
677d7d9e89 webservice MDL-12886 SOAP server: register moodle_exception (fix for "unknown exception" ) 2009-05-04 05:27:39 +00:00
jerome
fdae69373e webservice MDL-12886 SOAP server: register moodle_exception (fix for "unknown exception" ) 2009-05-04 05:26:02 +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
fmarier
316914bf6e MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +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
add1a6da62 web service MDL-12886 fix syntax error for description generation 2009-03-26 01:54:56 +00:00
jamiesensei
69afc75844 Test client using Flex 3 compiler to produce a Flash 9 client for moodle web services. 2009-03-24 08:19:00 +00:00
jamiesensei
93efb8404f Fixed "PHP Notice: Use of undefined constant classpath - assumed 'classpath'" 2009-03-12 09:03:47 +00:00
jerome
dfdfe762b1 web service MDL-12886 documentation: manage no return value into the description array 2009-03-11 04:28:04 +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
fa0797ecf4 web service MDL-12886 better looking documentation, use a lower integer for the mock token 2009-03-04 03:18:14 +00:00
jerome
ab7844b748 web service MDL-12886 documentation 2009-02-27 01:05:51 +00:00
jerome
6fcd56724c web service MDL-12886 documentation: check if "Display debug messages" is set Off 2009-02-27 01:01:34 +00:00
jerome
eabd5ae101 web service MDL-12886 documentation: complete description of the return type 2009-02-27 00:48:26 +00:00
jerome
839bd5a204 web service MDL-12886 documentation: better display, test if web services are enable, display return type 2009-02-26 08:18:28 +00:00
jerome
87171bd8ee web service MDL-12886 add lang strings for web services 2009-02-26 04:22:26 +00:00
jerome
2f4dc99d95 web service MDL-12886 comment the web service description array generation (too much complex, need refactoring) 2009-02-26 02:27:18 +00:00
jerome
3fba577b26 web service MDL-12886 comment the web service description array generation (too much complex, need refactoring) 2009-02-26 02:23:31 +00:00
jerome
7c9152bc7f web service MDL-12886 return value fix for REST server 2009-02-25 04:52:17 +00:00
jerome
13036898c7 web service MDL-12886 fix empty optional description for REST server 2009-02-25 00:50:47 +00:00
jerome
437d9ff54c web service MDL-12886 modify phpdoc for group_external class 2009-02-24 08:26:25 +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