moodle/lib/db
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
..
access.php MDL-29801 core_message: added delete message caps 2015-09-02 01:29:41 -07:00
caches.php MDL-50303 cache: removed unused cache definition 2015-08-13 11:56:53 +08:00
events.php MDL-45052 events: Cleanup db/events.php 2014-04-28 10:33:18 +08:00
index.html NOBUG - reduce whitespace errors a little 2013-04-15 13:29:14 +01:00
install.php MDL-48239 gradebook: Calculated grades maxgrade now able to be set. 2015-07-02 11:13:25 +08:00
install.xml MDL-29801 install: added message deleted fields 2015-08-31 15:09:51 -07:00
log.php MDL-34435 reports: Log category actions 2013-01-10 15:10:22 +08:00
messageinbound_handlers.php MDL-48510 inbound: Use correct value of expiration 2015-01-15 08:32:39 +00:00
messages.php MDL-39923 badges: Send badge messages through internal messaging system 2013-11-07 14:49:27 +13:00
renamedclasses.php MDL-50453 core: Replace reserved word usage in progress\null (PHP7) 2015-06-15 12:21:27 +09:30
services.php MDL-50783 Ajax: Configure how to call a webservice through db/service.php 2015-09-14 15:10:21 +08:00
tasks.php MDL-50287 completion: Rename tasks to remove the word 'cron' 2015-08-27 14:58:04 +01:00
upgrade.php Merge branch 'MDL-29801_master' of git://github.com/markn86/moodle 2015-09-02 19:19:27 +02:00
upgradelib.php MDL-50757 gradebook: Update fix for pre 2.8 upgrades. 2015-07-03 13:13:12 +08:00