moodle/contentbank
Sara Arjona ca37dd3baf MDL-76691 core_h5p: Add core lib changes after upgrading it
Apart from applying the points described in readme_moodle.txt, the following
changes have been done too:

- The parameter $folderName from the method libraryToString() have been removed
and a new method, libraryToFolderName() has been added to the H5PCore API.
References to libraryToString() with the $folderName set to true have been
replaced to the new method.
- missing-main-library has been added and replaces in some cases to
missing-required-library.
- The framework saveLibraryData method must be called before saveLibrary
(h5p.classes.php file has been patched to leave the original order because
libraryid is required to save the itemid).
- The getLibraryId() method from H5PCore has been rewritten to use MUC, in
order to avoid PHPUnit failures.
2023-02-06 16:48:07 +01:00
..
amd MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
classes MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
contenttype/h5p MDL-76691 core_h5p: Add core lib changes after upgrading it 2023-02-06 16:48:07 +01:00
templates MDL-74324 contentbank: fix RTL dropdown menu 2022-03-30 12:40:00 +02:00
tests MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
edit.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
index.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lib.php MDL-69762 core_contentbank: let users hide their content 2021-02-15 13:26:32 -05:00
upgrade.txt MDL-67999 contentbank: Remove contentbank/upload.php 2021-04-14 18:10:04 +02:00
view.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30