moodle/repository
David Monllao 9f8ef4294a MDL-42625 behat: Step definitions + related changes in features
In general aiming for compatibility with multiple browsers,
firefox, chrome and phantomjs to be more specific.

* Removing hardcoded waits
* Adding @_alert, @_switch_window and @_switch_frame tags,
  to label actions that different drivers have problems with.
* Adding missing @_files_upload and @_only_local tags to features that
  uploads files.
* Fixing a few wait for page ready what specified miliseconds.
* New methods to ensure elements (usual selectors), sections and editors
  are ready to interact with
* Changing the select an option implementation to deal with the different
  drivers implementations when listening to JS events.
2013-12-06 15:53:55 +08:00
..
alfresco MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
areafiles MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
boxnet MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
coursefiles MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
dropbox MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
equella MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
filesystem MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
flickr MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
flickr_public MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
googledocs MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
local MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
merlot MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
picasa MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
recent MDL-42174 behat: replace word filepicker with filemanager in file upload step 2013-12-06 17:31:58 +11:00
s3 MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
skydrive Merge branch 'MDL-42573-master' of git://github.com/danpoltawski/moodle 2013-11-12 03:27:22 +01:00
tests MDL-42625 behat: Step definitions + related changes in features 2013-12-06 15:53:55 +08:00
upload MDL-42625 behat: Step definitions + related changes in features 2013-12-06 15:53:55 +08:00
url MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
user MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
webdav MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
wikimedia MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
youtube MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +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-39177 Discard file origin when moving/renaming a file in filemanager 2013-05-17 13:43:45 +10:00
filepicker.js Merge branch 'MDL-41232-master' of git://github.com/mouneyrac/moodle 2013-11-06 11:59:41 +08:00
filepicker.php MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core 2013-07-04 15:41:06 +08:00
lib.php MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
manage_instances.php Merge branch 'MDL-39640-master-int' of git://github.com/FMCorz/moodle 2013-05-27 16:15:51 +08: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 Merge branch 'wip-MDL-27684-master' of git://github.com/satrun77/moodle 2013-09-16 10:27:16 +12:00
repository_callback.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
upgrade.txt MDL-42016 repository: Simplify API to sync external files 2013-10-06 18:05:09 +11: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