moodle/repository
2009-06-18 07:58:37 +00:00
..
alfresco "MDL-16384, add text to descripe what is alfresco API url is" 2009-06-08 06:36:38 +00:00
boxnet "MDL-13766, ->pixpath doesn't work in web service, use ->httpswwwroot instead" 2009-06-04 09:33:25 +00:00
filesystem "MDL-13766, ->pixpath doesn't work in web service, use ->httpswwwroot instead" 2009-06-04 09:33:25 +00:00
flickr "MDL-17316, non-js file manager, support externel authentication" 2009-06-11 02:54:33 +00:00
flickr_public "MDL-17316, supported flickr_public plugin working in non-js filepicker" 2009-06-18 07:58:37 +00:00
googledocs "MDL-17474, repository plugin, add check_login to construct function" 2009-05-27 03:35:58 +00:00
local MDL-19350 upgrade blocks - tiding up minor bits in repo plugins 2009-06-03 17:31:09 +00:00
mahara "MDL-13766, ->pixpath doesn't work in web service, use ->httpswwwroot instead" 2009-06-04 09:33:25 +00:00
picasa "MDL-17474, repository plugin, add check_login to construct function" 2009-05-27 03:35:58 +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 "MDL-13766, ->pixpath doesn't work in web service, use ->httpswwwroot instead" 2009-06-04 09:33:25 +00:00
upload "MDL-17316, fix upload form in non-js file picker" 2009-06-18 06:31:51 +00:00
url "MDL-19180, repository url plugin, fixed undefined index" 2009-05-29 09:18:55 +00:00
webdav "webdav plugin/MDL-16908, fix header check code, reformat code" 2009-04-23 09:50:30 +00:00
wikimedia MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +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-17316, supported flickr_public plugin working in non-js filepicker" 2009-06-18 07:58:37 +00:00
lib.php "MDL-13766, use new API to load javascript files, fix xhtml strict issues in javascript, but YUI cannot work in xml strict mode, so do not true on xml strict option in moodle if you want to use file picker" 2009-06-16 02:42:32 +00:00
manage_instances.php "MDL-18888, fixed duplicated course name in breadcrumbs for course repositories page" 2009-04-17 08:20:52 +00:00
README.txt
repository.js javascript: MDL-19475 replace require_js calls with $PAGE->requires->js. 2009-06-15 05:37:57 +00:00
repository.src.js "MDL-17316, fix upload form in non-js file picker" 2009-06-18 06:31:51 +00:00
ws.php "MDL-19002, implement attachment files limit in file picker" 2009-06-12 05:57:25 +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