moodle/repository
2009-08-04 14:06:41 +00:00
..
alfresco filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon 2009-07-07 06:16:01 +00:00
boxnet filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon 2009-07-07 06:16:01 +00:00
draft MDL-19690 - eliminate the $OUTPUT->initialise_deprecated_cfg_pixpath horrible hack. 2009-07-02 11:23:47 +00:00
filesystem "MDL-18520, use select instead radio button in admin page" 2009-07-29 02:39:33 +00:00
flickr "MDL-13766, added more language strings for repository api" 2009-06-22 03:45:24 +00:00
flickr_public "MDL-18830, add watermark to flickr image" 2009-07-05 14:15:18 +00:00
googledocs "MDL-16383, add check_login to construct function" 2009-06-25 07:44:27 +00:00
local MDL-19690 - eliminate the $OUTPUT->initialise_deprecated_cfg_pixpath horrible hack. 2009-07-02 11:23:47 +00:00
mahara filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon 2009-07-07 06:16:01 +00:00
picasa "MDL-13766, improve search form in file picker, improve error handing" 2009-06-25 04:12:43 +00:00
remotemoodle "REPOSITORY/MDL-13766, create prepare_file function, it will prepare temp file for repository api" 2009-03-16 02:16:50 +00:00
s3 filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon 2009-07-07 06:16:01 +00:00
upload "MDL-17316, fix upload form in non-js file picker" 2009-06-18 06:31:51 +00:00
url filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon 2009-07-07 06:16:01 +00:00
webdav filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon 2009-07-07 06:16:01 +00:00
wikimedia filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon 2009-07-07 06:16:01 +00:00
youtube "MDL-19180, repository url plugin, download file into moodle by inputing url directly" 2009-05-18 03:51:09 +00:00
filepicker.php MDL-19821 Migrated most of filepicker's output code to new outputlib API 2009-08-04 14:06:41 +00:00
lib.php filemanager MDL-16597 fix YUI repository requires and remove style='display:none' from filemanager form - credit: Dongsheng 2009-07-23 07:48:30 +00:00
manage_instances.php "MDL-19985, fixed undefined typeid, thanks for andrei's patch" 2009-08-03 07:22:55 +00:00
README.txt Making a start http://www.mae.ncsu.edu/EBIII/02-27-08-State_Leaders_Break_Ground.jpg 2008-06-25 07:25:39 +00:00
repository.css "MDL-13766, fixed print_msg function and fixed upload form, update compressed js" 2009-06-28 10:06:04 +00:00
repository.js "MDL-19661, adding combobox support" 2009-07-28 04:03:41 +00:00
repository.src.js MDL-16597 fixed broken maxfiles == -1 support in file manager 2009-08-02 18:53:41 +00:00
ws.php "MDL-13766, improve search form in file picker, improve error handing" 2009-06-25 04:12:43 +00:00

Repository API
==============

This directory contains all the interfaces and plugins for access to repositories.

   Specs:  http://docs.moodle.org/en/Development:Repository_API
   Track:  http://tracker.moodle.org/browse/MDL-13766