Mikel Martín
a575fe46db
MDL-84952 theme_boost: Fix spacing for collapse/expand buttons
2025-03-26 15:41:57 +01:00
Huong Nguyen
da47f4dafb
Merge branch 'MDL-83579-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2025-02-13 11:11:47 +07:00
Jun Pataleta
c5b12b8434
Merge branch 'MDL-83809-m404' of https://github.com/sammarshallou/moodle into MOODLE_404_STABLE
2025-02-05 18:13:02 +01:00
sam marshall
25641fd188
MDL-83809 Accessibility: Focus issues in modals
...
This change fixes 2 issues:
1 The focus lock for modals (e.g. within Tiny editor) did not
correctly loop round from the end of the modal to the start.
2 After clicking 'Browse repositories' button in a Tiny editor
modal, and closing the file picker, focus did not return to
the button as expected.
2025-02-04 12:59:06 +00:00
Huong Nguyen
e2259ad35f
Merge branch 'MDL-81478-404' of https://github.com/meirzamoodle/moodle into MOODLE_404_STABLE
2025-02-03 09:32:34 +07:00
Huong Nguyen
07496fe189
Merge branch 'MDL-83794-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
2025-02-03 09:20:49 +07:00
Sara Arjona
854d8c248e
Merge branch 'MDL-84321-404-enfix' of https://github.com/mudrd8mz/moodle into MOODLE_404_STABLE
2025-01-31 15:42:50 +01:00
David Mudrák
aa036f8f2d
MDL-84321 lang: Use the fixed strings in tests, too
2025-01-28 20:58:49 +01:00
Helen Foster
51af4b62e6
MDL-84321 lang: Import fixed English strings (en_fix)
2025-01-28 20:55:25 +01:00
Andrew Nicols
416317aa71
MDL-83794 editor_tiny: Add support for MathML
2025-01-22 11:41:45 +08:00
Paul Holden
5b8a7b7d73
MDL-83579 tiny_media: pass filepicker accepted types to dropzone.
2025-01-16 17:37:59 +00:00
meirzamoodle
5e4ee44064
MDL-84095 tiny_recordrtc: Shows error toast for failures
2025-01-09 15:57:00 +07:00
meirzamoodle
a1437fd754
MDL-81478 tiny_recordrtc: Add webm audio support as a fallback
...
Co-authored-by: Djarran Cotleanu <djarrancotleanu@catalyst-au.net >
2025-01-08 12:53:34 +07:00
Jun Pataleta
a3b50194ee
MDL-83570 tiny_recordrtc: Use the correct upgrade_plugin_savepoint()
...
And move the release upgrade line comment before the upgrade step.
2024-11-20 18:17:17 +08:00
meirzamoodle
55fb142c2f
MDL-83570 tiny_recordrtc: Turn the audio bitrate input to Select field
...
The current code may have a bug. If users set the audio bit rate to
a non-supported value, such as 1000,
Firefox will display an error in the console,
while Chrome will create the recorded audio file successfully,
but it will have no sound. I tested this on Ubuntu 24.04.
The minimum bit rate threshold varies depending on the audio format.
During my tests with Firefox version 131.0.3, which uses
the audio/Ogg format, I found that the minimum supported value
is 24000. In Chrome 129.0.6668.70, which uses the audio/MP4 format,
the minimum supported value is 2400.
Due to these differences, I decided to change the input from
a text field to a select field, offering options that support both
Ogg and MP4 audio formats.
The database conversion for the old value has been provided in
the lib/db/upgrade.php. The script will find the closest match to
the current data and update it accordingly.
2024-11-20 10:08:10 +07:00
Paul Holden
c0a69e036e
MDL-82718 tiny_media: fix error string loading for invalid image.
2024-08-27 09:21:38 +01:00
David Mudrák
1e0f46a125
MDL-82599 lang: Use the fixed strings in tests, too
2024-08-02 17:44:42 +02:00
Helen Foster
1abeac9ba4
MDL-82599 lang: Import fixed English strings (en_fix)
2024-08-02 17:42:52 +02:00
Paul Holden
d69212b895
MDL-82596 behat: switch manual private files upload to generator.
2024-07-28 19:16:57 +01:00
Paul Holden
f1bc96a8ab
MDL-82527 h5p: improve editor Behat scenarios for embedding content.
...
* Move the shared drag fixture out of the Atto plugin;
* Switch to using faster generators for populating private files;
* Clarify required fields for private files generator
2024-07-18 09:37:47 +01:00
Jun Pataleta
4246ca2fbf
Merge branch 'MDL-82246-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
2024-06-20 11:41:49 +08:00
Andrew Nicols
f3ade2b67a
MDL-82246 tiny_recordrtc: Correct string name for insecure alert title
2024-06-20 10:58:13 +08:00
Sara Arjona
d84efee3e2
Merge branch 'MDL-82181-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-19 15:42:27 +02:00
Andrew Nicols
877e585704
Merge branch 'MDL-81739-404' of https://github.com/davewoloszyn/moodle into MOODLE_404_STABLE
2024-06-18 22:34:10 +08:00
Paul Holden
c8bdae260b
MDL-82181 tiny_media: correctly determine whether to show dropzone.
2024-06-12 14:19:47 +01:00
David Woloszyn
1913cdb088
MDL-81739 tiny_noautolink: Remove URL checking when preventing auto-link
2024-06-06 15:06:04 +10:00
David Mudrák
61c5863b1a
MDL-81982 lang: Fix strings order
...
Fixes the strings order in files where CI has detected the wrong order
of modified strings.
2024-06-05 10:25:06 +08:00
David Mudrák
0091b1a153
MDL-81982 lang: Use fixed strings in tests, too
2024-06-05 10:25:06 +08:00
Helen Foster
b12afc89e4
MDL-81982 lang: Import fixed English strings (en_fix)
2024-06-05 10:25:06 +08:00
Sara Arjona
35914200b5
MDL-80571 tiny_premium: Fix version
2024-04-30 15:45:39 +02:00
David Woloszyn
a95ac513bf
MDL-80571 tiny_premium: Premium plugins can be individually enabled
2024-04-30 09:40:42 +10:00
Sara Arjona
582eb88404
MDL-81570 tiny_premium: Add missing lang string
2024-04-23 12:43:40 +02:00
Huong Nguyen
8e682899cc
Merge branch 'MDL-81549-main' of https://github.com/junpataleta/moodle
2024-04-17 10:33:28 +07:00
Jun Pataleta
a180dba314
MDL-81549 versions: bump all versions and requires near release
2024-04-17 00:03:29 +08:00
Jun Pataleta
548796db50
MDL-81556 tiny_media: Remove unnecessary labels
...
* Remove usage of label tags that are not associated with any
form elements.
* Remove setting of title for the label tags. This is not necessary
as the title text is the same as the text showed in the label.
2024-04-16 17:05:22 +08:00
Sara Arjona
fa7eece0f3
Merge branch 'MDL-80633-main' of https://github.com/laurentdavid/moodle
2024-04-10 12:21:41 +02:00
Laurent David
45816d40b2
MDL-80633 lib: Modify moodle files after codemirror upgrade
2024-04-10 09:22:45 +02:00
Laurent David
e37bd90064
MDL-80633 lib: Upgrade beautify to 1.15.1
2024-04-10 09:22:45 +02:00
Huong Nguyen
ca449af186
Merge branch 'MDL-81351-main-enfix' of https://github.com/mudrd8mz/moodle
2024-04-10 13:54:56 +07:00
Laurent David
aea57c9f1e
MDL-80633 lib: Adjust build.sh to new version
...
* Repository beautifier-web/js-beautify has moved to beautifier/js-beautify
* Display version for codemirror and beautify so to easily add them in thirdpartylibs.xml
2024-04-09 15:11:31 +02:00
Sara Arjona
44d3549a4b
Merge branch 'MDL-78096-main-alt' of https://github.com/meirzamoodle/moodle
2024-04-08 13:13:38 +02:00
meirzamoodle
2d67005f21
MDL-78096 tiny_media: Handle repositories if none is active
2024-04-04 15:31:08 +07:00
meirzamoodle
1927c6f668
MDL-78096 editor_tiny: Scenario updates for TinyMCE image enhancements
2024-04-04 15:31:08 +07:00
meirzamoodle
7fda4d6f63
MDL-78096 tiny_media: Add a new details image
2024-04-04 15:31:07 +07:00
meirzamoodle
4d3c8e895e
MDL-78096 tiny_media: Implement drag-drop to upload an image
2024-04-04 15:30:53 +07:00
meirzamoodle
a420f895d6
MDL-78096 tiny_media: Implement repository
2024-04-04 09:32:39 +07:00
meirzamoodle
087b286a16
MDL-78096 tiny_media: Implement external image URL
2024-04-04 09:32:39 +07:00
meirzamoodle
de026219d3
MDL-78096 tiny_media: Add a new insert image
2024-04-04 09:32:35 +07:00
Mikel Martín
e9d73c5834
MDL-81400 tiny_media: Fix size inputs in image modal
...
MDL-75670 generated a regression in the insert image modal width and height inputs
that were not being displayed in a single line as before.
Modify the insert media modal template to fix it and display them in a single line again.
2024-04-03 09:31:50 +02:00
meirzamoodle
ef5969e794
MDL-78096 tiny_media: Deprecate the alignment
2024-04-03 11:41:09 +07:00