moodle/repository
2012-07-13 16:12:17 +08:00
..
alfresco MDL-27125 better manage file handles when downloading multiple files. 2012-06-20 16:46:29 +12:00
boxnet Merge branch 'wip-MDL-33832-master' of git://github.com/marinaglancy/moodle 2012-06-20 16:55:29 +08:00
coursefiles MDL-33417 Show reference icon for files in filepicker 2012-06-19 11:15:51 +08:00
dropbox MDL-33832 Fixed filling of files.source field 2012-06-20 16:09:37 +08:00
equella Merge branch 'wip-MDL-33777-master' of git://github.com/marinaglancy/moodle 2012-06-25 16:18:27 +08:00
filesystem MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
flickr Merge branch 'MDL-34077-master' of git://github.com/FMCorz/moodle 2012-07-09 13:37:20 +08:00
flickr_public MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
googledocs MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts. 2012-06-29 11:41:09 +08:00
local MDL-33417 Show reference icon for files in filepicker 2012-06-19 11:15:51 +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-34077-master' of git://github.com/FMCorz/moodle 2012-07-09 13:37:20 +08:00
recent MDL-33950 check if source file is accessible in repository_ajax.php 2012-07-06 09:44:07 +08:00
s3 MDL-33832 Fixed filling of files.source field 2012-06-20 16:09:37 +08:00
tests MDL-28666 Extends repository to support references 2012-05-21 11:57:51 +08:00
upload MDL-34107 Upload repository - do not add a dot to files without an extension 2012-07-02 08:10:24 +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-33417 Show reference icon for files in filepicker 2012-06-19 11:15:51 +08:00
webdav MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02: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-34213 fixed mistype causing wrong link in some browsers 2012-07-13 16:12:17 +08:00
filepicker.php MDL-33950 Correctly initialise repository and check access in js and non-js filepicker 2012-07-06 09:44:07 +08:00
lib.php MDL-33950 Correctly initialise repository and check access in js and non-js filepicker 2012-07-06 09:44:07 +08:00
manage_instances.php standardized PHPDocs package info 2010-09-06 11:17:43 +00: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-33950 Correctly initialise repository and check access in js and non-js filepicker 2012-07-06 09:44:07 +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