137 Commits

Author SHA1 Message Date
Petr Skoda
5c2ed7e215 MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements 2010-01-03 15:46:14 +00:00
jerome mouneyrac
f03bff3e2f webservice MDL-20803 fix printed documentation (collapsible javascript broke the printed pages) 2009-12-22 07:26:20 +00:00
jerome mouneyrac
cdb0bd6afc webservice MDL-20803 add "Print All" button 2009-12-22 03:52:28 +00:00
jerome mouneyrac
334f9dbb7a webservice MDL-20803 add some comments to the code 2009-12-21 08:08:22 +00:00
jerome mouneyrac
4597fd4d61 webservice MDL-20803 replace all html tag display by output tag functions 2009-12-21 07:37:54 +00:00
jerome mouneyrac
7886efc41e webservice MDL-20803 add switch to disable documentation, fix renderer call on login page, fix xhtml strict, add css file. TODO: use output render function to display tag, move all css style into the css file 2009-12-21 04:01:02 +00:00
jerome mouneyrac
abf7dc44a2 webservice MDL-20803 auto-doc: added protocol checking, removed IP checking, removed all $USER reference, remove DEBUG call. TODO: split the code between login and documentation display, add switch to disable documentation, remove all html from the renderer using output function (create empty tag, create box, ... + css), fix xhtml strict 2009-12-18 03:19:22 +00:00
Petr Skoda
c927e35c48 MDL-21148 geenral support for rendering targets, this should give us more flexibility; please propose improvements in the tracker if necessary, thanks 2009-12-17 22:43:27 +00:00
Petr Skoda
755909352c MDL-21148 preparation for new target parameter in get_renderer() 2009-12-17 14:51:36 +00:00
Petr Skoda
649cf95d0b MDL-21147 renamed find_renderer back to get_renderer() - there are no more collisions with those magic getters 2009-12-17 14:06:22 +00:00
Petr Skoda
56cbc53b76 MDL-21143 theme renderers related refactoring, it should detect more problems now, there is also a list of core renderer subtypes, hopefully the api changes are improvements 2009-12-17 13:45:54 +00:00
Petr Skoda
50397e43ff MDL-20792 fixing forgotten moodle_ prefixes in renderers 2009-12-16 22:33:49 +00:00
Petr Skoda
2f67a9b3a5 MDL-20700 whitespace terror returns yet again 2009-12-16 22:22:37 +00:00
Petr Skoda
78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
jerome mouneyrac
7ef7363276 webservice MDL-20803 fix REST POST parameters documentation 2009-12-14 07:12:47 +00:00
jerome mouneyrac
886e3bfbd5 webservice MDL-20803 added REST POST parameters documentation 2009-12-14 06:01:13 +00:00
jerome mouneyrac
360e9415b4 webservice MDL-20803 fix xml-rpc documentation, now show the real sent PHP structure + response. REST POST parameters coming soon... 2009-12-14 05:30:12 +00:00
jerome mouneyrac
b5e4c8d4c1 webservice MDL-20803 little hack in order to not trigger environment.php in the header when $USER is set but the user is not logged 2009-12-13 14:06:09 +00:00
jerome mouneyrac
d4c6ef705c webservice MDL-20803 add web service documentation generator 2009-12-13 10:48:22 +00:00
jerome mouneyrac
64906d348c webservice MDL-17135 Add some Zend library needed for Amf + add one line in order to set amf server in development mode 2009-11-11 15:15:24 +00:00
Petr Skoda
fd8ad93868 MDL-12886 fixed TODOs 2009-11-10 09:34:40 +00:00
Petr Skoda
4a355d1834 MDL-12886 added missing token restriction 2009-11-10 09:31:52 +00:00
Petr Skoda
3f5995886a improved docs 2009-11-10 09:06:42 +00:00
Petr Skoda
443364ab39 MDL-12886 more external groups api 2009-11-05 22:13:25 +00:00
Petr Skoda
4efa248399 MDL-12886 more external groups api 2009-11-05 22:06:49 +00:00
Petr Skoda
c863dc389c MDL-12886 more external groups api 2009-11-05 20:04:27 +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
6f5e085205 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 16:48:45 +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
3086dd5964 MDL-20699 fixed ws protocol servers to use new abort transactiosn function 2009-11-01 10:07:58 +00:00
Petr Skoda
4a2ff5e40b MDL-12886 support for custom test client forms in plugins 2009-10-27 09:32:36 +00:00
Petr Skoda
2cb1ee78e4 MDL-12886 refactoring: improved test client forms support; fixing external group functions 2009-10-27 09:27:34 +00:00
Petr Skoda
4f0c6ad110 MDL-12886 inproved hadnling of bool ws params and return values 2009-10-26 22:39:08 +00:00
Petr Skoda
01482a4a14 MDL-17135 external token access support 2009-10-26 21:44:53 +00:00
Petr Skoda
dc3f5ffa12 MDL-12886 untested amf server 2009-10-26 19:30:12 +00:00
Petr Skoda
b107e64716 MDL-12886 zend based Soap server class 2009-10-24 20:59:59 +00:00
Petr Skoda
c187722c1f MDL-12886 improved zend base class 2009-10-24 16:25:31 +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
b9b3a3e7cd MDL-12886 fixed strict type checking of paramters in XML-RPC client 2009-10-23 00:09:22 +00:00
skodak
c7e8e6b72b MDL-12886 fixed regressions, WS may return any data type, we have to use some var_export() or something similar to make it printable 2009-10-23 00:03:10 +00:00
skodak
246f6da2b8 MDL-12886 one more external group function, other minor fixes 2009-10-22 23:54:35 +00:00
skodak
f507217757 MDL-12886 one more external group function, other minor fixes 2009-10-22 23:07:21 +00:00
skodak
f0dafb3c85 MDL-12886 refactored ws test client support and other minor tweaks 2009-10-21 18:25:00 +00:00
skodak
c91cc5ef45 MDL-12886 improved access exception 2009-10-20 23:00:57 +00:00
skodak
ca6340bf72 MDL-12886 improved response headers in Zend servers 2009-10-20 22:59:10 +00:00
skodak
e8b216709f MDL-12886 finally proper exception handling for Zend servers outside of the function execution 2009-10-20 22:49:39 +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
jerome
472f56d926 webservice MDL-17135 add disable javascript to the valid until fields 2009-10-20 14:33:01 +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
skodak
3795247688 MDL-12886 minor testclient refactoring 2009-10-16 07:55:34 +00:00