moodle/repository
2012-11-08 15:15:54 +08:00
..
alfresco MDL-34572 accessibility compliance for repository: add label for form input text and select tag 2012-11-05 15:06:33 +08:00
boxnet MDL-34290 repository_boxnet, boxlib use request timeouts 2012-08-29 11:56:15 +08:00
coursefiles MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
dropbox MDL-35990 repository: Added MOODLE_INTERNAL check and removed config inclusion 2012-10-16 14:01:29 +08:00
equella MDL-34290 repository_equella: do not download files when not needed 2012-08-29 11:56:15 +08:00
filesystem MDL-34290 repository_filesystem: do not store files in moodle filepool unless images 2012-08-29 11:56:19 +08:00
flickr MDL-34633 Repository: Flickr supports small images 2012-09-03 14:21:53 +08:00
flickr_public MDL-34633 Repository: Flickr supports small images 2012-09-03 14:21:53 +08:00
googledocs MDL-35904 send notifications from main admin and improve coding style 2012-10-13 09:52:45 +02:00
local MDL-33857 Increase performance of queries for Server files repository (small improvements) 2012-10-10 15:21:27 +08:00
merlot MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
picasa MDL-35904 send notifications from main admin and improve coding style 2012-10-13 09:52:45 +02:00
recent MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
s3 MDL-25953 Repository: Amazon S3 supports sub directories 2012-07-27 10:52:26 +08:00
tests MDL-28666 Extends repository to support references 2012-05-21 11:57:51 +08:00
upload MDL-35288 drag and drop upload - adjust error message text when attempting to upload a folder 2012-10-03 08:46:55 +01:00
url Merge branch 'wip-MDL-34047-master' of git://github.com/marinaglancy/moodle 2012-07-04 09:51:25 +08:00
user MDL-34458 Librairies: Replaced deprecated get_context_instance() 2012-07-24 16:58:17 +08:00
webdav Merge branch 'MDL-34715-master' of git://github.com/FMCorz/moodle 2012-08-07 10:40:22 +08:00
wikimedia MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
youtube MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
draftfiles_ajax.php MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
draftfiles_manager.php MDL-34572 accessibility compliance for repository: add label for form input text and select tag 2012-11-05 15:06:33 +08:00
filepicker.js MDL-35771 lower the index values in file related code to prevent dragging problems in YUI 2012-10-21 14:37:10 +08:00
filepicker.php MDL-34572 accessibility compliance for repository: add label for form input text and select tag 2012-11-05 15:06:33 +08:00
lib.php Merge branch 'MDL-35990-master' of git://github.com/FMCorz/moodle 2012-10-29 14:32:11 +08:00
manage_instances.php Merge branch 'MDL-34945-master' of git://github.com/FMCorz/moodle 2012-09-06 20:11:53 +02:00
README.txt MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/" 2011-07-05 14:27:31 +08:00
repository_ajax.php Merge branch 'wip-MDL-34290-master' of git://github.com/marinaglancy/moodle 2012-08-29 12:11:00 +02:00
repository_callback.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
upgrade.txt MDL-33694 repository: docs about 2.3 changes 2012-06-25 16:01:54 +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