Albert Gasset
72f00e28b0
MDL-84353 editor_tiny: Add new external function to get configuration
2025-03-17 09:33:10 +01:00
Andrew Nicols
f3da0f5eb5
Merge branch 'MDL-84126-main' of https://github.com/davewoloszyn/moodle
2025-03-05 14:03:12 +08:00
Andrew Nicols
1aeaf278c1
MDL-83282 core: Remove most reference to Atto
...
Some references can remain, and others should remain until we drop
support for YUI, or Atto is no longer supported in the plugins database.
Note: Some reference to Atto will remain until such a time as it is no
longer possible to support the editor via the plugins database.
2025-03-05 11:35:25 +08:00
David Woloszyn
fd29be217c
MDL-84126 tiny_recordrtc: Capability check added
2025-03-04 15:03:28 +11:00
meirzamoodle
d3139ac91b
MDL-78349 tiny_recordrtc: Convert recorded audio to MP3 format
2025-02-24 20:51:44 +07:00
meirzamoodle
c857e0c6ac
MDL-78349 tiny_recordrtc: Add lamejs library
2025-02-24 20:51:28 +07:00
Mikel Martín
691e6c6042
MDL-75669 theme_boost: Refactor btn-block class removed in BS5
2025-02-14 10:58:36 +01:00
Huong Nguyen
56a7e2077c
Merge branch 'MDL-81478-main' of https://github.com/meirzamoodle/moodle
2025-02-03 09:32:02 +07:00
meirzamoodle
31887ff87a
MDL-84095 tiny_recordrtc: Shows error toast for failures
2025-01-09 15:14:26 +07:00
meirzamoodle
533feac594
MDL-81478 tiny_recordrtc: Add webm audio support as a fallback
...
Co-authored-by: Djarran Cotleanu <djarrancotleanu@catalyst-au.net >
2025-01-08 13:55:02 +07:00
Jun Pataleta
1ff50ac088
NOBUG: Bump versions for main to the current date
2024-12-18 23:53:12 +08:00
Paul Holden
2770dd65f1
Merge branch 'MDL-83570-main-fix' of https://github.com/junpataleta/moodle into main
2024-11-20 12:28:49 +00:00
Jun Pataleta
7f122657cf
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:06:32 +08:00
meirzamoodle
392ed9c627
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 09:59:14 +07:00
Jun Pataleta
c9356e039f
MDL-83374 upgrade: add the 4.5.0 separation line to all upgrade scripts
2024-10-05 21:16:13 +08:00
Jun Pataleta
f24e0ecf53
MDL-83309 versions: Bump all versions and requires near release
2024-10-02 17:04:53 +08:00
Huong Nguyen
e6ea778c03
NOBUG: Fixed SVG browser compatibility
2024-08-16 08:37:01 +07:00
Huong Nguyen
31e1fa1f1b
Merge branch 'MDL-82211-main' of https://github.com/sarjona/moodle
2024-08-13 15:37:02 +07:00
Sara Arjona
d597e00506
MDL-82211 atto: Update SVG icons
2024-08-13 07:22:42 +02:00
Mikel Martín
0a03018116
MDL-75671 theme_boost: Refactor spacing classes for BS5
...
- Add SCSS code for spacing utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (pr-1 > pe-1, ml-auto > ms-auto, ml-sm-3 > ms-sm-3, ...)
2024-08-09 07:40:17 +02:00
Helen Foster
c5b3abf9f5
MDL-82599 lang: Import fixed English strings (en_fix)
2024-08-02 14:57:43 +02:00
tai.letan
0208b9cae2
MDL-81111 tiny_recordrtc: add 'Pause' button for recording A/V
2024-06-21 09:22:17 +07:00
Andrew Nicols
5f512be7b9
MDL-82246 tiny_recordrtc: Correct string name for insecure alert title
2024-06-20 10:57:31 +08:00
Jun Pataleta
e5d52aa315
Merge branch 'MDL-81982-main' of https://github.com/junpataleta/moodle
2024-06-05 10:30:44 +08:00
Helen Foster
7b8da78e01
MDL-81982 lang: Import fixed English strings (en_fix)
2024-06-05 10:25:28 +08:00
Paul Holden
6cb06dc43a
MDL-81572 editor_tiny: use standard plugin name in editor help dialog.
2024-06-03 09:40:08 +01:00
Sara Arjona
4c9e2e4d0d
NOBUG: Fixed SVG browser compatibility
2024-05-30 17:00:00 +02:00
Huong Nguyen
aa09138d75
MDL-81212 tiny_recordrtc: Screen-recorder improvements and cleanups
2024-05-29 19:54:51 +07:00
toanlam
b91b442a80
MDL-81212 tiny_recordrtc: Add Screen-recorder button
2024-05-28 10:30:14 +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
94bc2cd38b
MDL-79551 versions: bump all versions and requires near release
2023-10-04 13:57:17 +08:00
Andrew Nicols
1660b7d53e
MDL-78324 editor_tiny: Update modals to stop using factory
2023-09-09 00:04:00 +08:00
Jun Pataleta
cc7bc1a553
Merge branch 'MDL-79064-master' of https://github.com/andrewnicols/moodle
2023-08-29 13:32:45 +08:00
Andrew Nicols
af7719682d
MDL-79064 core: Update all get_strings as uses
2023-08-29 10:57:54 +08:00
Julien Boulen
57bdedcbe7
MDL-78241 tiny_recordrtc: fix availability conditions
2023-08-25 18:16:28 +02:00
Jun Pataleta
8764f03abf
MDL-78770 tiny_recordrtc: Use proper window.console.warn() function
2023-07-20 14:22:14 +08:00
Huong Nguyen
592e9590d0
MDL-78391 tiny_recordrtc: Fix recording issue with Chrome
2023-07-06 15:33:38 +07:00
Jun Pataleta
9c73441c4a
Merge branch 'MDL-78391-master' of https://github.com/andrewnicols/moodle
2023-07-06 11:59:04 +08:00
Ruslan Kabalin
80a111d25e
MDL-74301 eslint: Address issues reported by eslint
2023-07-03 15:21:53 +01:00
Andrew Nicols
a6e697c8a4
MDL-78391 tiny_recordrtc: Set filename according to container
2023-07-03 16:52:26 +08:00
Andrew Nicols
323f5237de
MDL-78391 tiny_recordrtc: Switch to mp4 container for h264
...
The recommendation at
https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Containers
is to use webm with an mp4 fallback.
General purpose video, preferably in an open format
WebM (ideally with MP4 fallback)
2023-07-03 16:52:07 +08:00
Andrew Nicols
bb44b2a1c6
MDL-78391 tiny_recordrtc: Improve codec selection
...
From my experimentation I have discovered that Safari does not properly
respect the standard MediaRecorder mimetype. Instead of using `codecs=`
it uses `codecs:`.
This change copies the codec array to have the list of possible codecs
include both codecs= and codecs: whilst remaining in order.
2023-07-03 16:50:14 +08:00
Andrew Nicols
5fd2b9d4bd
MDL-78391 tiny_recordrtc: Respect codec options
...
The audio and video plugins were overriding the wrong method, and thus
preventing selection of a relevant codec and breaking playback on some
devices.
2023-07-03 16:50:11 +08:00
Andrew Nicols
77b4d0236f
MDL-78306 core: Provide helper method to register modals classes
2023-06-14 21:41:49 +08:00
Eloy Lafuente (stronk7)
061c9d7ba0
MDL-77940 versions: bump all versions and requires near release
...
version = 2023042400 release version
requires= 2023041800 current rc1 version
2023-04-18 18:08:09 +02:00
Marina Glancy
04f8fdd021
MDL-77164 various: fix javascript AMD module name
2023-04-13 09:43:15 +01:00
Andrew Nicols
511401f4f6
MDL-77559 js: Rebuild all JS with Node 16
2023-03-09 09:53:19 +08:00
Andrew Nicols
33b1e41f13
MDL-75012 js: Full build of all grunt things
2023-03-02 11:55:32 +08:00
Jun Pataleta
7c1761564e
Merge branch 'MDL-76460-master' of https://github.com/andrewnicols/moodle
2022-11-24 12:18:39 +08:00
Andrew Nicols
08a19dbed8
Merge branch 'MDL-76403-master' of https://github.com/junpataleta/moodle
2022-11-24 10:18:22 +08:00