Skip to content

Commit

Permalink
MDL-46375 core_files: Split parts of file_storage into new file system
Browse files Browse the repository at this point in the history
This change moves all operations which deal with the fetching/updating, or
setting of files from the file_storage class into a new file_system class.

A new file_system can be specified in the config.php and used to replace
all relevant methods in order to move the file system component to an
alternative solution.
  • Loading branch information
andrewnicols committed Feb 14, 2017
1 parent 7a3b115 commit 16a34ae
Show file tree
Hide file tree
Showing 14 changed files with 3,493 additions and 486 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"require-dev": {
"phpunit/phpunit": "5.5.*",
"phpunit/dbUnit": "1.4.*",
"moodlehq/behat-extension": "3.33.1"
"moodlehq/behat-extension": "3.33.1",
"mikey179/vfsStream": "^1.6"
}
}
78 changes: 62 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 16a34ae

Please sign in to comment.