moodle/repository
2012-08-15 11:48:27 +12:00
..
alfresco MDL-27125 better manage file handles when downloading multiple files. 2012-07-04 09:33:12 +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-34748 repository_filesystem: Sort files by title by default 2012-08-13 11:57:55 +08:00
flickr Merge branch 'MDL-34077-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE 2012-07-09 13:37:34 +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-34240 - google plugins: switch to PARAM_RAW_TRIMMED 2012-07-13 10:09:39 +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-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-34107 Upload repository - do not add a dot to files without an extension 2012-07-10 11:47:48 +12: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-33640 - change $templatesinitialized to an array; improve naming and automate use of template 2012-08-09 09:43:53 +12:00
filepicker.php MDL-30792 Files API: Cleaner approach to get maxbytes size in filepicker 2012-08-03 11:36:38 +08:00
lib.php MDL-33640 - change $templatesinitialized to an array; improve naming and automate use of template 2012-08-09 09:43:53 +12: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-30792 Files API: Cleaner approach to get maxbytes size in filepicker 2012-08-03 11:36:38 +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