moodle/repository
2015-04-01 10:41:41 +08:00
..
alfresco MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
areafiles MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
boxnet MDL-46124 libraries: Final deprecation of text libs and plugin libs 2014-12-15 17:02:31 +08:00
coursefiles MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
dropbox MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
equella Merge branch 'MDL-35983_equella_filename_dev' of git://github.com/dongsheng/moodle 2014-12-08 14:23:49 +00:00
filesystem MDL-47729 repository_filesystem: smarter sync of references 2015-03-13 11:01:02 +08:00
flickr MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
flickr_public MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
googledocs MDL-49241 lang: Merge English strings from the en_fix language pack 2015-02-24 11:15:15 +01:00
local MDL-23296 repository_local: Implementing search through server files 2015-03-05 13:41:47 +01:00
merlot MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
picasa MDL-49241 lang: Merge English strings from the en_fix language pack 2015-02-24 11:15:15 +01:00
recent MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
s3 MDL-49241 lang: Merge English strings from the en_fix language pack 2015-02-24 11:15:15 +01:00
skydrive MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
tests MDL-47960 behat: fix my private files navigation 2014-10-30 10:56:16 +08:00
upload MDL-48639 behat upload: support absolute paths & better errors 2014-12-19 11:58:59 +00:00
url MDL-41846 repository_url: Escape > < ' " in input url 2014-12-05 11:15:30 +08:00
user MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
webdav MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
wikimedia MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
youtube MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
draftfiles_ajax.php MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core 2013-07-04 15:41:06 +08:00
draftfiles_manager.php MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
filepicker.js MDL-28286 JavaScript: Convert all uses of M.str to M.util.get_string 2014-12-01 08:32:04 +13:00
filepicker.php MDL-45616 repositories: more clearly distinguish when we use source and when reference 2014-07-07 14:41:20 +08:00
lib.php MDL-42166 repositories: Finalise deprecation of repository sync methods 2014-12-16 15:57:50 +08:00
manage_instances.php MDL-37680 repositories: added blocks to manage page 2014-12-12 13:36:45 +13: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-45616 repositories: more clearly distinguish when we use source and when reference 2014-07-07 14:41:20 +08:00
repository_callback.php MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
upgrade.txt MDL-45616 repositories: API changes to avoid serialized data in user input 2014-07-07 14:41:20 +08: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