moodle/repository
Eloy Lafuente (stronk7) 6dd561a11c MDL-73352 phpunit: lib_test and locallib_test testcase names
All lib_test and locallib_test classes:

- Namespaced with component (and API whenever makes sense).
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed or add new uses.
- All them passing individually.
- Complete runs passing too.

Special mention to tests under login/tests:

1) The core_login component doesn't exist.
2) But login/tests are allowed because there is a suite pointing to it (phpunit.xml).
3) So, the only possible namespace for them is "core".
4) And to avoid problems with other core testcases (under lib/tests)
   they have been renamed to have login_xxxx as prefix.
2021-12-30 16:21:48 +01:00
..
areafiles MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
boxnet MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts 2021-05-16 00:00:43 +02:00
classes/privacy MDL-63785 core_repository: performance improvement 2018-12-10 14:52:12 +11:00
contentbank MDL-72179 behat: Make use of page resolvers 2021-07-26 15:14:24 +08:00
coursefiles MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
dropbox MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts 2021-05-16 00:00:43 +02:00
equella MDL-71583 versions: bump all versions and requires near release 2021-05-11 18:50:34 +02:00
filesystem MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
flickr MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:09 +01:00
flickr_public MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
googledocs MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:34 +01:00
local MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
merlot MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
nextcloud MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:48 +01:00
onedrive MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:09 +01:00
picasa MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts 2021-05-16 00:00:43 +02:00
recent MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:48 +01:00
s3 MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
skydrive MDL-71583 versions: bump all versions and requires near release 2021-05-11 18:50:34 +02:00
tests MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:09 +01:00
upload MDL-70946 repository: Reenable and fix the disabled behat test 2021-09-20 08:10:09 +08:00
url MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:48 +01:00
user MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
webdav MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
wikimedia MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
youtube MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
draftfiles_ajax.php MDL-37802 repository: return error if unzipping files fails. 2020-09-25 09:33:54 +01:00
draftfiles_manager.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
filepicker.js Merge branch 'MDL-71813-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE 2021-06-17 11:28:34 +08:00
filepicker.php MDL-69028 repository: Put a rate limit on draft file uploads 2021-05-04 17:22:21 +02:00
lib.php MDL-71313 repositories: warn if get_instances context is wrong type 2021-04-12 20:32:35 +01:00
manage_instances.php MDL-61098 repository: Retrieve correct context for repo instance 2017-12-21 11:33:11 +01:00
README.txt
repository_ajax.php MDL-69028 repository: Put a rate limit on draft file uploads 2021-05-04 17:22:21 +02:00
repository_callback.php MDL-59008 repository: add reload parent window support to callback 2017-07-03 13:41:58 +08:00
upgrade.txt MDL-61768 repository_googledocs: Deprecate unused methods 2021-04-15 12:43:00 +08:00

Repository API
==============

This directory contains all the interfaces and plugins for access to repositories.

   Specs:  http://docs.moodle.org/dev/Repository_API
   Track:  http://tracker.moodle.org/browse/MDL-13766