Andrew Nicols
413172521a
Merge branch 'MDL-65550-master' of git://github.com/jleyva/moodle
2019-09-05 11:38:36 +08:00
Juan Leyva
cd43240d77
MDL-66376 webservice: Return user private access key for fetching files
2019-08-29 20:02:48 +01:00
Juan Leyva
20570e5d9f
MDL-65550 webservice: Return in get_site_info WS if user is admin
2019-08-21 12:31:49 +01:00
Mathew May
e00f1c663c
MDL-64506 phpunit: Update unit tests to use classic
2019-04-03 19:34:20 +08:00
Juan Leyva
355c37b8c7
MDL-64653 webservice: Return current theme in get_site_info WS
2019-02-07 15:41:23 +01:00
Juan Leyva
c851ee5ddb
MDL-53501 webservice: Avoid values higher than PHP_INT_MAX
...
Integers coming from site settings needs casting to int to avoid
returning values higher than PHP_INT_MAX.
2017-10-30 15:55:49 +01:00
Juan Leyva
bef5777fc4
MDL-59214 webservice: Return calendar type in get_site_info
2017-06-20 11:44:04 +01:00
Ilya Tregubov
1138af352a
MDL-57768 webservice: Delete manual setting of config in test
2017-02-10 11:49:09 +11:00
Juan Leyva
0c6c86643e
MDL-56607 settings: Move mobile settings to top-level
...
AMOS BEGIN
MOV [mobilecssurl,core_admin],[mobilecssurl,tool_mobile]
MOV [configmobilecssurl,core_admin],[configmobilecssurl,tool_mobile]
AMOS END
From Plugins / Web Services / Mobile to Appearance / Mobile
2016-11-07 09:53:29 +00:00
Dani Palou
43695b6a72
MDL-56160 ws: Return site course ID in get_site_info
2016-09-28 12:26:32 +02:00
Frederic Massart
4f9b94fdd5
Revert "MDL-44626 files: Show the PHP max upload size instead of 'unlimited'"
...
This reverts commit 6f0768618a
.
2016-06-23 11:51:44 +08:00
Andrew Nicols
6f0768618a
MDL-44626 files: Show the PHP max upload size instead of 'unlimited'
...
Even when a user has the appropriate capability to upload any sized files,
they are still restricted to the PHP post_max_size, and upload_max_filesize
values.
Rather than showing a value of "Unlimited', we should always restrict to
this value.
2016-02-11 10:55:54 +08:00
Juan Leyva
333e77703d
MDL-52586 webservices: Return the default user home page
2015-12-22 16:50:58 +01:00
Eloy Lafuente (stronk7)
33d65f705b
MDL-49425 webservices: Fix unit test dependent of php.ini
2015-03-25 03:09:24 +01:00
Juan Leyva
116c4a62c7
MDL-49425 webservices: Unit tests for the new settings
2015-03-20 14:44:19 +01:00
Juan Leyva
14ae63be25
MDL-49333 webservices: Additional unit tests for core_get_site_info
2015-03-06 11:34:42 +01:00
Damyon Wiese
106c55fb9c
MDL-22236 Webservice file upload - Allow webservice file uploads direct to a draft filearea.
...
Via post to /webservice/upload.php
2013-08-08 09:57:57 +08:00
Petr Škoda
8252b7c291
MDL-40901 standardise core test case class and file names
...
This finally allows us to type only the class name when executing individual core test cases.
2013-08-04 22:10:31 +02:00
Damyon Wiese
44b3927b70
MDL-39563: Change to use $CFG consistently
2013-07-15 15:01:39 +08:00
Juan Leyva
9184d44ded
MDL-39563 Fixing mobilecssurl is not being returned in WebService, phpunit tests
2013-07-11 16:25:17 +02:00
Jerome Mouneyrac
fb695f6e3d
MDL-37354 clean return value for each externallib PHPUnit tests
2013-01-09 13:47:01 +08:00
Jerome Mouneyrac
87ede25c9b
MDL-35593 core_webservice_get_site_info returns version number set to PARAM_TEXT and PARAM_FLOAT
2012-12-03 10:47:38 +08:00
Jerome Mouneyrac
92fa81d387
MDL-35998 get_site_info return current_language()
2012-11-02 18:03:20 +08:00
Jerome Mouneyrac
33af788210
MDL-35998 New mobile menu: with CSS url + existing enable mobile web services
2012-10-31 14:25:30 +08:00
Eloy Lafuente (stronk7)
498bc10c36
MDL-34962 Tidy up tests a bit
2012-09-11 19:38:12 +02:00
Paul Charsley
639bc8b2f3
MDL-34962 added release number to returned values
2012-09-07 18:19:01 +12:00