moodle/h5p/classes
Sara Arjona 982a9a5919 MDL-68985 core_h5p: fix issue with composed code languages
Composed code languages, such as 'Spanish, Mexican' are different
in H5P and Moodle:
- In H5P, they use '-' to separate the language from the country.
For instance: es-mx.
- However, in Moodle, they have '_' instead of '-'. For example: es_mx.
2020-06-09 14:38:27 +02:00
..
event MDL-66404 core_h5p: Add new h5p_deleted event 2019-11-07 10:43:20 +01:00
form MDL-67920 core_h5p: Move upload button into form and fix title 2020-02-21 08:59:27 +01:00
local/library MDL-68985 core_h5p: fix issue with composed code languages 2020-06-09 14:38:27 +02:00
output MDL-67814 core_h5p: added renderer and editor classes 2020-04-16 11:29:35 +08:00
privacy
api.php MDL-68448 core_h5p: Add get export information to helper 2020-05-25 09:12:06 +02:00
core.php MDL-68641 core_h5p: Fixing capability checks in ajax.php 2020-06-04 13:44:23 +02:00
editor.php MDL-68873 core_h5p: fix editor H5P file update 2020-06-08 10:44:23 +08:00
editor_ajax.php MDL-68904 core_h5p: order libraries by title 2020-06-03 12:01:59 +02:00
editor_framework.php MDL-68697 core_h5p: Store missing translations as null 2020-05-13 16:35:41 +08:00
external.php MDL-67043 h5p: Whitespace fix 2019-11-08 08:27:13 +08:00
factory.php MDL-67814 core_h5p: implemented H5P Core/Editor library interfaces 2020-04-16 11:29:35 +08:00
file_storage.php MDL-67814 core_h5p: implemented H5P Core/Editor library interfaces 2020-04-16 11:29:35 +08:00
framework.php MDL-68578 contenttype_h5p: Save content title from uploaded H5P file 2020-06-02 16:17:22 +02:00
helper.php Merge branch 'MDL-68917-master' of git://github.com/sarjona/moodle 2020-06-08 09:41:27 +08:00
player.php MDL-68448 core_h5p: Add get export information to helper 2020-05-25 09:12:06 +02:00