moodle/repository
2010-09-03 18:58:04 +00:00
..
alfresco "MDL-23382 added confirm button, credits to Stefan" 2010-08-25 04:15:56 +00:00
boxnet MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code 2010-08-12 20:37:24 +00:00
coursefiles MDL-23308, coursefiles plugin could return the file link instead of copying it 2010-09-03 04:14:29 +00:00
dropbox MDL-23771 empty string removed, thanks to Ralf Hilgenstock for report 2010-08-30 13:29:09 +00:00
filesystem MDL-23984 fixed filesystem repository to use our default permissions 2010-08-29 16:35:22 +00:00
flickr REPOSITORY MDL-23533, fixed incorrect archetype 2010-07-28 08:56:49 +00:00
flickr_public MDL-23477, flickr_public repository plugin, click search button go back to search screen 2010-08-06 08:49:01 +00:00
googledocs REPOSITORY MDL-23533, fixed incorrect archetype 2010-07-28 08:56:49 +00:00
local MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code 2010-08-12 20:37:24 +00:00
merlot MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code 2010-08-12 20:37:24 +00:00
picasa MDL-13766, fixed repository instance name and configplugin language string 2010-08-03 07:58:59 +00:00
recent "MDL-23990, fixed sql condition, repository recent plugin" 2010-08-30 04:16:12 +00:00
s3 MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code 2010-08-12 20:37:24 +00:00
upload "MDL-23894 fixed user quota limit" 2010-08-24 07:18:08 +00:00
url MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code 2010-08-12 20:37:24 +00:00
user MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code 2010-08-12 20:37:24 +00:00
webdav REPOSITORY MDL-23533, fixed incorrect archetype 2010-07-28 08:56:49 +00:00
wikimedia MDL-13766, fixed repository instance name and configplugin language string 2010-08-03 07:58:59 +00:00
youtube MDL-13766, fixed repository instance name and configplugin language string 2010-08-03 07:58:59 +00:00
draftfiles_ajax.php assignment MDL-23820 fixed broken file manager UI, have set the page context => related to MDL-23797 2010-08-18 06:37:32 +00:00
draftfiles_manager.php "MDL-23786, added sesskey and added s() filter" 2010-08-13 06:53:28 +00:00
filepicker.js MDL-23477, flickr_public repository plugin, click search button go back to search screen 2010-08-06 08:49:01 +00:00
filepicker.php "MDL-23786, added sesskey and added s() filter" 2010-08-13 06:53:28 +00:00
lib.php MDL-14679 fixed remaining old style set_field()s 2010-09-03 18:14:55 +00:00
manage_instances.php MDL-23856 fixed incorrect integer comparison, we should not use === or !== because one may be integer and the other string 2010-08-18 22:18:53 +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_ajax.php adding a TODO highlighting bad api design 2010-09-03 18:58:04 +00:00
repository_callback.php "MDL-13766, added missing type option" 2010-08-03 08:59:09 +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