moodle/repository
2012-05-03 11:33:55 +08:00
..
alfresco Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag" 2012-04-11 17:18:58 +12:00
boxnet MDL-32095 some more E_STRICT fixes 2012-03-26 11:47:15 +02:00
coursefiles MDL-32094 fix various E_STRICT compatibility problems 2012-03-18 18:37:24 +01:00
dropbox MDL-32095 some more E_STRICT fixes 2012-03-26 11:47:15 +02:00
filesystem MDL-30964 fix phpdocs in access.php files in all plugins 2012-02-27 07:23:10 +01:00
flickr MDL-32417: Fixed pagination bug in Flickr search results, also return thumbnail sizes 2012-04-23 09:33:58 +08:00
flickr_public MDL-32095 some more E_STRICT fixes 2012-03-26 11:47:15 +02:00
googledocs MDL-32095 some more E_STRICT fixes 2012-03-26 11:47:15 +02:00
local Merge branch 'wip-MDL-27236-master' of git://github.com/marinaglancy/moodle 2012-03-21 14:51:40 +08:00
merlot MDL-32095 some more E_STRICT fixes 2012-03-26 11:47:15 +02:00
picasa MDL-32416: Picasa repository now returns path, also fixed album title retrieval 2012-05-03 11:30:08 +08:00
recent MDL-32095 some more E_STRICT fixes 2012-03-26 11:47:15 +02:00
s3 MDL-32095 some more E_STRICT fixes 2012-03-26 11:47:15 +02:00
upload MDL-32094 fix E_STRICT problems in repository API 2012-03-18 18:31:32 +01:00
url MDL-31928: Fixing bugs in repository_url 2012-04-23 09:33:27 +08:00
user MDL-32094 fix E_STRICT problems in repository API 2012-03-18 18:31:32 +01:00
webdav MDL-32497: WebDAV repository need to return more information and work correctly with subdirs 2012-04-23 09:34:08 +08:00
wikimedia MDL-32269: undoing changes from MDL-32095 causing fatal error when using wikimedia 2012-03-30 09:11:57 +08:00
youtube MDL-32095 some more E_STRICT fixes 2012-03-26 11:47:15 +02:00
draftfiles_ajax.php MDL-31113 filemanager element - refresh file list from server on load and prevent revertion to browser drag and drop behaviour when max files reached 2012-01-19 19:28:16 +00:00
draftfiles_manager.php Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag" 2012-04-11 17:18:58 +12:00
filepicker.js MDL-32106: fixed JS bug - when html element did not exist the script stopped 2012-03-26 09:52:01 +08:00
filepicker.php MDL-30686 improve accuracy of qualified_me() by trying PAGE->url first 2012-04-27 13:39:18 +02:00
lib.php MDL-32381: Fixed Accessing non-static methods in repository class as static (causing php notices) 2012-04-12 15:05:20 +08: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-32037: MDL-32037: After displaying error message filepicker could not send proper request to server 2012-03-16 09:38:33 +08:00
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