Merge branch 'MDL-43319-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
This commit is contained in:
@@ -496,7 +496,7 @@ M.core_filepicker.loadedpreviews = M.core_filepicker.loadedpreviews || {};
|
||||
/**
|
||||
* Set selected file info
|
||||
*
|
||||
* @parma object file info
|
||||
* @param object file info
|
||||
*/
|
||||
M.core_filepicker.select_file = function(file) {
|
||||
M.core_filepicker.active_filepicker.select_file(file);
|
||||
|
||||
@@ -291,7 +291,7 @@ class behat_filepicker extends behat_files {
|
||||
* @When /^I add "(?P<filepath_string>(?:[^"]|\\")*)" file from "(?P<repository_string>(?:[^"]|\\")*)" to "(?P<filemanagerelement_string>(?:[^"]|\\")*)" filemanager$/
|
||||
* @throws ExpectationException Thrown by behat_base::find
|
||||
* @param string $filepath
|
||||
* @parma string $repository
|
||||
* @param string $repository
|
||||
* @param string $filemanagerelement
|
||||
*/
|
||||
public function i_add_file_from_repository_to_filemanager($filepath, $repository, $filemanagerelement) {
|
||||
@@ -304,7 +304,7 @@ class behat_filepicker extends behat_files {
|
||||
* @When /^I add and overwrite "(?P<filepath_string>(?:[^"]|\\")*)" file from "(?P<repository_string>(?:[^"]|\\")*)" to "(?P<filemanagerelement_string>(?:[^"]|\\")*)" filemanager$/
|
||||
* @throws ExpectationException Thrown by behat_base::find
|
||||
* @param string $filepath
|
||||
* @parma string $repository
|
||||
* @param string $repository
|
||||
* @param string $filemanagerelement
|
||||
*/
|
||||
public function i_add_and_overwrite_file_from_repository_to_filemanager($filepath, $repository, $filemanagerelement) {
|
||||
@@ -318,7 +318,7 @@ class behat_filepicker extends behat_files {
|
||||
* @When /^I add "(?P<filepath_string>(?:[^"]|\\")*)" file from "(?P<repository_string>(?:[^"]|\\")*)" to "(?P<filemanager_field_string>(?:[^"]|\\")*)" filemanager as:$/
|
||||
* @throws ExpectationException Thrown by behat_base::find
|
||||
* @param string $filepath
|
||||
* @parma string $repository
|
||||
* @param string $repository
|
||||
* @param string $filemanagerelement
|
||||
* @param TableNode $data Data to fill the form in Select file dialogue
|
||||
*/
|
||||
@@ -332,7 +332,7 @@ class behat_filepicker extends behat_files {
|
||||
* @When /^I add and overwrite "(?P<filepath_string>(?:[^"]|\\")*)" file from "(?P<repository_string>(?:[^"]|\\")*)" to "(?P<filemanager_field_string>(?:[^"]|\\")*)" filemanager as:$/
|
||||
* @throws ExpectationException Thrown by behat_base::find
|
||||
* @param string $filepath
|
||||
* @parma string $repository
|
||||
* @param string $repository
|
||||
* @param string $filemanagerelement
|
||||
* @param TableNode $data Data to fill the form in Select file dialogue
|
||||
*/
|
||||
@@ -346,7 +346,7 @@ class behat_filepicker extends behat_files {
|
||||
*
|
||||
* @throws ExpectationException Thrown by behat_base::find
|
||||
* @param string $filepath
|
||||
* @parma string $repository
|
||||
* @param string $repository
|
||||
* @param string $filemanagerelement
|
||||
* @param TableNode $data Data to fill the form in Select file dialogue
|
||||
* @param false|string $overwriteaction false if we don't expect that file with the same name already exists,
|
||||
|
||||
Reference in New Issue
Block a user