moodle/repository
Petr Skoda aff24313be MDL-29401 introduce new frankenstyle PARAM types
New PARAM_COMPONENT, PARAM_AREA and PARAM_PLUGIN + fixing of hopefully all current incorrect parameter types. This should help with diagnosing of incorrectly named 3rd party plugins too.
2011-09-25 09:59:55 +02:00
..
alfresco MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
boxnet MDL-27289, upgrade box.net repository plugin to use new box.net authentication process 2011-08-17 11:42:23 +08:00
coursefiles MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
dropbox Merge branch 's9_MDL-27382_dropbox_get_file_fix_master' of github.com:dongsheng/moodle 2011-05-05 13:25:36 +08:00
filesystem standardized PHPDocs package info 2010-09-06 11:29:21 +00:00
flickr MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
flickr_public MDL-26677 flickr repo - fix undefined index usewatermarks 2011-06-23 17:13:46 +08:00
googledocs MDL-24321 switching to standard stdClass() 2010-09-21 08:54:01 +00:00
local MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
merlot MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
picasa MDL-24321 switching to standard stdClass() 2010-09-21 08:54:01 +00:00
recent MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
s3 standardized PHPDocs package info 2010-09-06 11:29:21 +00:00
upload Merge branch 'w33_MDL-26796_m22_arrayparams' of git://github.com/skodak/moodle 2011-08-24 14:06:22 +02:00
url MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
user MDL-26388, pop up a dialog when attaching a file already being used in draft area. 2011-05-02 10:11:19 +08:00
webdav MDL-27530 The webdav-repository loads empty files 2011-05-16 15:35:16 +02:00
wikimedia MDL-24321 switching to stdClass in /repository/ 2010-09-21 08:22:04 +00:00
youtube MDL-28509 repository : fixed youtube repository search keyword 2011-09-19 11:57:46 +08:00
draftfiles_ajax.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
draftfiles_manager.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
filepicker.js MDL-28554 fix problematic loading of io-upload-frame 2011-08-24 15:00:10 +02:00
filepicker.php MDL-19380 fix redirect when virus found in JS-less mode 2011-08-18 09:01:53 +02:00
lib.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02: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-26890 Forums check on filesize if the file is added to the forum from private area 2011-09-20 10:01:42 +05:30
repository_callback.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01: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