moodle/lib/classes/output
Damyon Wiese ba224fb42c MDL-50783 Ajax: Configure how to call a webservice through db/service.php
Now the db/service.php array can contain these extra keys to provide information
on how a webservice may be called:

    'ajax' => true (Default is false)

Replaces the xx_is_allowed_from_ajax callback.

    'loginrequired' => false (Default is true)

Means that this webservice can be called through lib/ajax/service-nosession.php
which sets NO_MOODLE_COOKIES to true (faster). This is only safe for webservices returning
static public data (e.g. get_string).
2015-09-14 15:10:21 +08:00
..
external.php MDL-50783 Ajax: Configure how to call a webservice through db/service.php 2015-09-14 15:10:21 +08:00
mustache_filesystem_loader.php MDL-50085 templates: Minor fixes from peer review 2015-05-05 03:19:39 +02:00
mustache_javascript_helper.php
mustache_pix_helper.php
mustache_string_helper.php
mustache_template_finder.php MDL-50254 Mustache: Missing alias for namespaced class in mustache 2015-05-18 15:11:12 +08:00
mustache_uniqid_helper.php
notification.php MDL-41608 lib: add notification renderable using mustache 2015-03-30 14:29:11 +08:00