Sara Arjona
d04d701c18
Merge branch 'MDL-78703-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-08-01 13:45:11 +02:00
Andrew Nicols
8c8cb002c0
MDL-78632 core: Update upgrade versions
2023-08-01 09:32:36 +08:00
Marcus Boon
3295c4bc1d
MDL-78632 filetypes: Introduce yaml file type
2023-07-28 15:28:15 +10:00
Ferran Recio
dcd7261175
MDL-78782 behat: optimize with editing mode step
...
The current I am on course homepage with editing mode loads twice the
course page. This patch prevents this from happening by going directly
to editmode.php.
2023-07-26 16:19:57 +02:00
Huong Nguyen
792530cfe6
MDL-78525 core: Update upgrade.txt for count_words and count_letters
2023-07-20 10:54:57 +07:00
Paul Holden
ba6143d1ac
MDL-78703 behat: fix HTTP GET method capitalization on redirect.
2023-07-15 01:00:07 +01:00
Petr Skoda
f25ad012c5
MDL-78525 core: fix word and character counting
2023-07-14 08:44:15 +02:00
Jun Pataleta
85232e735d
Merge branch 'MDL-76046-401' of https://github.com/stevandoMoodle/moodle into MOODLE_401_STABLE
2023-07-13 11:19:30 +08:00
Huong Nguyen
90c15c62f4
Merge branch 'MDL-75195-401' of https://github.com/raortegar/moodle into MOODLE_401_STABLE
2023-07-13 09:57:23 +07:00
Andrew Nicols
94080683ba
Merge branch 'MDL-78157-401' of https://github.com/golenkovm/moodle into MOODLE_401_STABLE
2023-07-13 09:48:19 +08:00
Andrew Nicols
10cdb9c72d
Merge branch 'MDL-78556-401' of https://github.com/danghieu1407/moodle into MOODLE_401_STABLE
2023-07-13 09:29:04 +08:00
Ilya Tregubov
8cf9b77cdb
Merge branch 'MDL-73213_401' of https://github.com/pedrojordao/moodle into MOODLE_401_STABLE
2023-07-13 09:18:31 +08:00
Sara Arjona
07ef1c6aa5
Merge branch 'MDL-78673-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-07-12 18:18:13 +02:00
raortegar
f904f52240
MDL-75195 core: Added supportemail option to install_database.php
2023-07-11 11:13:49 +02:00
danghieu1407
173da3666c
MDL-78556 tablelib: flexible_table should support caption tag
2023-07-11 14:18:54 +07:00
Ilya Tregubov
c057bc092d
Merge branch 'MDL-67852_MOODLE_401_NEW' of https://github.com/aydevworks/moodle into MOODLE_401_STABLE
2023-07-11 11:12:16 +08:00
Ilya Tregubov
5cecf47fd1
Merge branch 'MDL-77690-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-07-11 09:52:05 +08:00
Andrew Nicols
43d00eaeba
MDL-78673 grade: Switch test to use generators
2023-07-10 11:30:14 +08:00
Andrew Nicols
e0c28bebcb
MDL-78673 behat: Allow plugins to define their expansion of >
2023-07-10 11:29:39 +08:00
Alex Yeung
236f4654c0
MDL-67852 tool_dataprivacy: Fix security checks
2023-07-09 14:50:10 +01:00
Pedro Jordao
2ace3d54dc
MDL-73213 autocomplete: keep selected value when the state changes.
...
The selected value of the dropdown was being cleared when the dropdown
was opened, this was causing an error when submitting the form if the
field was required. The main cause was that we were emptying the
select before loading new values, this solution was created because
of an issue where we could not deselect values if the list was
reloaded. To fix this problem, I added an empty option as the first
element of the select only when deselecting a certain item.
2023-07-06 15:33:47 -03:00
Huong Nguyen
7a582cf628
MDL-78391 atto_recordrtc: Fix recording issue with Chrome
2023-07-06 15:49:56 +07:00
Huong Nguyen
0f7151e2ba
MDL-78391 tiny_recordrtc: Fix recording issue with Chrome
2023-07-06 15:49:55 +07:00
Misha Golenkov
d06d29ef5d
MDL-78379 js: Add missing newline character
2023-07-06 16:16:39 +10:00
Jun Pataleta
6509d6d944
Merge branch 'MDL-78391-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-07-06 11:59:46 +08:00
Jun Pataleta
461c0bd947
Merge branch 'MDL-78484-401' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_401_STABLE
2023-07-06 09:41:24 +08:00
Ilya Tregubov
ff652d5c2c
Merge branch 'MDL-77375-401' of https://github.com/rezaies/moodle into MOODLE_401_STABLE
2023-07-06 09:21:18 +08:00
Jun Pataleta
d584ca7b7f
Merge branch 'MDL-74893-MOODLE_401_STABLE-fix_auto_login_guest' of https://github.com/praxisdigital/moodle into MOODLE_401_STABLE
2023-07-06 09:14:09 +08:00
Andrew Nicols
b3246582c4
Merge branch 'MDL-78644-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-07-05 22:10:42 +08:00
Andrew Nicols
ba32d69255
Merge branch 'MDL-64152-401' of https://github.com/snake/moodle into MOODLE_401_STABLE
2023-07-05 21:49:20 +08:00
Paul Holden
f09241fafe
MDL-78644 files: more fault tolerant resizing of logos/icons.
...
If we cannot resize the given file (files such as ICO can't be, for
SVG it makes no sense), then we should just return the original file
as is rather than an error.
2023-07-05 12:51:41 +01:00
Ilya Tregubov
a9fe9bbb0c
Merge branch 'MDL-78485-401' of https://github.com/stevandoMoodle/moodle into MOODLE_401_STABLE
2023-07-05 11:52:11 +08:00
Stevani Andolo
419db61006
MDL-78485 editor_tiny: Allowed script tag to be added in tinyMCE editor
2023-07-04 13:36:47 +08:00
Andrew Nicols
0830ca48f9
MDL-78391 atto_recordrtc: Improve MacOS codec compatability
2023-07-03 16:52:28 +08:00
Andrew Nicols
ed6054fdf8
MDL-78391 tiny_recordrtc: Set filename according to container
2023-07-03 16:52:26 +08:00
Andrew Nicols
3faf81d578
MDL-78391 tiny_recordrtc: Switch to mp4 container for h264
...
Theh WebM container does not support H.264 / AVC.
For more information see:
https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Containers#webm
General purpose video, preferably in an open format
WebM (ideally with MP4 fallback)
2023-07-03 16:52:07 +08:00
Andrew Nicols
756d9fa18d
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:12 +08:00
Andrew Nicols
d73ad3b532
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
9c97536a9f
MDL-76853 editor_tiny: Refactor behat helpers into trait
2023-07-03 09:38:24 +08:00
Shamim Rezaie
f30316be5d
MDL-77375 tool_dataprivacy: set boundary of the dropdowns
2023-07-02 00:06:13 +10:00
Shamim Rezaie
88f66617a0
MDL-77375 output: Allow additional options for dropdowns
2023-07-02 00:06:13 +10:00
Jun Pataleta
213223d162
MDL-77690 core: New activity_header method get_heading_level()
...
Add a new method for activity_header that determines the heading level
depending on whether the theme displays a heading for the activity
header (usually a h2 heading with the activity name).
E.g. in Boost, the activity name is already being displayed in a
heading. So page headings can be rendered as h2. However, on Classic,
the activity name is being displayed as a h2 heading. So headings need
to be adjusted for the activity pages.
2023-06-30 17:51:12 +08:00
Jake Dallimore
32ad202b06
MDL-64152 library: Fix legacy LTI launches when using reverse proxy
...
LTI 1.1 uses OAuth 1.0, which requires 'hostname', among other things,
as part of signature verification. When Moodle is run behind a reverse
proxy, $_SERVER['SERVER_NAME'] is an unreliable way to fetch hostname.
It isn't always equal to the external hostname but instead can contain
the local host, meaning the signature verification will fail. This
change replaces the use of $_SERVER vars with $FULLME - which already
takes this into account - to fix the signature verification.
Co-authored-by: Berengar W. Lehr <Berengar.Lehr@uni-jena.de>
2023-06-30 16:42:37 +08:00
Stevani Andolo
322e681c65
MDL-76046 core: Fixed secondary navigation on smaller screen
2023-06-30 06:31:22 +08:00
Sara Arjona
9137b58fca
Merge branch 'MDL-78554-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-06-29 17:39:05 +08:00
Huong Nguyen
d53b1b1cfe
MDL-78554 tiny_link: Fix cannot create link for selection text
...
Backport of MDL-78065
2023-06-26 15:47:33 +08:00
Paul Holden
32f9d1eeb5
MDL-78554 tiny_link: define help link text language string.
...
Backport of MDL-77874
2023-06-26 15:47:14 +08:00
Huong Nguyen
684889be8f
MDL-78554 tiny_link: Add a TinyMCE link plugin
...
Backport of MDL-76520
Co-authored-by: Andrew Lyons <andrew@nicols.co.uk>
2023-06-26 15:45:56 +08:00
Andrew Nicols
d9745d9852
Merge branch 'MDL-78237-401' of https://github.com/davewoloszyn/moodle into MOODLE_401_STABLE
2023-06-24 23:21:58 +08:00
Andrew Nicols
378eae6144
Merge branch 'MDL-76673-401' of https://github.com/meirzamoodle/moodle into MOODLE_401_STABLE
2023-06-24 22:47:10 +08:00