moodle/repository
2012-10-16 13:31:31 +08:00
..
alfresco MDL-34290 repository API: add timeout to get_file and throw exception 2012-08-29 13:12:02 +08:00
boxnet MDL-34290 repository_boxnet, boxlib use request timeouts 2012-08-29 13:12:03 +08:00
coursefiles MDL-33417 Show reference icon for files in filepicker 2012-06-19 11:15:51 +08:00
dropbox MDL-35542 Fixed a bug when trying to directly link to a file from Dropbox 2012-09-20 15:50:28 +08:00
equella MDL-34290 repository_equella: do not download files when not needed 2012-08-29 13:12:03 +08:00
filesystem MDL-34290 repository_filesystem: do not store files in moodle filepool unless images 2012-08-29 13:12:07 +08:00
flickr MDL-34633 Repository: Flickr supports small images 2012-09-03 14:19:47 +08:00
flickr_public MDL-34633 Repository: Flickr supports small images 2012-09-03 14:19:47 +08:00
googledocs MDL-35034 Repository: Google Docs does not fail when download is restricted 2012-09-03 14:11:12 +08:00
local MDL-33857 Increase performance of queries for Server files repository (small improvements) 2012-09-20 15:49:01 +08:00
merlot MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
picasa Merge branch 'MDL-34240-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE 2012-07-16 10:37:42 +12:00
recent MDL-33950 check if source file is accessible in repository_ajax.php 2012-07-10 14:57:35 +08:00
s3 MDL-25953 Repository: Amazon S3 supports sub directories 2012-07-27 10:52:16 +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-08 11:19:48 +13:00
url MDL-34047 repository URL downloader must say that it returns only images 2012-07-04 09:51:51 +08:00
user MDL-34428 Private files repository should have a 'manage' link 2012-07-23 12:37:57 +12:00
webdav Merge branch 'MDL-34715-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE 2012-08-07 10:42:11 +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-33098 filemanager now stores the new author field correctly 2012-05-21 11:57:56 +08:00
draftfiles_manager.php MDL-33322: fixed strict standards 2012-06-01 10:53:10 +08:00
filepicker.js MDL-35664 filepicker: Filepicker knows about the current path and uses it 2012-10-15 09:45:59 +08:00
filepicker.php MDL-34290 repository API: do not confuse source and reference 2012-08-29 13:12:01 +08:00
lib.php MDL-35892 repository: prepare_listing recursively prepares the data 2012-10-15 09:46:00 +08:00
manage_instances.php MDL-34945 Repository: Creating an instance requires the user to have the permission to view it 2012-09-04 16:17:25 +08: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 MDL-34290 Auto synchronise newly created references when possible 2012-08-29 13:12:06 +08: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