moodle/lib/ajax
Damyon Wiese 72f8324ec5 MDL-49163 Webservices, AJAX: Add support for a new ajax webservice handler.
This is a new script that can call any function in the built-in AJAX webservice. This is
a new system service that is added at install time (like the mobile webservice). It has no
protocols added to it, but it accessible by a new ajax script /lib/ajax/service.php.

Requests and responses to the script are required to be in json format, and multiple functions can
be called in a single request.
2015-03-12 15:07:08 +08:00
..
ajaxlib.php MDL-44061 Ajax: Log whitespace issues to the server error log 2014-03-05 16:34:35 +08:00
blocks.php MDL-48968 blocks: fixed bug with pagetype handling 2015-01-26 09:28:42 +13:00
getnavbranch.php MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
getsiteadminbranch.php MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
service.php MDL-49163 Webservices, AJAX: Add support for a new ajax webservice handler. 2015-03-12 15:07:08 +08:00
setuserpref.php MDL-30988 Fixed phpdocs during integration review 2012-02-21 12:01:00 +13:00