Andrew Nicols
5a677592af
Merge branch 'MDL-76333-master' of https://github.com/marinaglancy/moodle
2022-11-17 10:41:22 +08:00
Andrew Nicols
a9d0a1d254
Merge branch 'MDL-76334-master' of https://github.com/marinaglancy/moodle
2022-11-17 10:08:49 +08:00
Andrew Nicols
c2b1f446a1
Merge branch 'MDL-75651' of https://github.com/paulholden/moodle
2022-11-17 10:06:41 +08:00
Andrew Nicols
496ab5db7d
Merge branch 'MDL-76083-master' of https://github.com/aanabit/moodle
2022-11-17 09:59:16 +08:00
Laurent David
c233f2e2fa
MDL-76332 mod_bigbluebuttonbn: Fix JS exception, recording only room
...
* The room updater should only run on room that have the join button
2022-11-16 18:09:04 +01:00
Paul Holden
e7bec29c95
Merge branch 'MDL-73078-master' of https://github.com/lucaboesch/moodle
2022-11-16 16:36:56 +00:00
Paul Holden
5ef2063330
Merge branch 'MDL-76271-master' of https://github.com/davewoloszyn/moodle
2022-11-16 16:25:02 +00:00
Marina Glancy
0fc4914e40
MDL-76334 libraries: upgraded phpxmlrpc to 4.8.1
2022-11-16 17:02:42 +01:00
Marina Glancy
55b9fa4b32
MDL-76333 calendar: add test for calendar export
2022-11-16 16:51:19 +01:00
Marina Glancy
47d3e4217b
MDL-76333 libraries: patch Bennu library for PHP 8.1 compatibility
2022-11-16 16:51:00 +01:00
Amaia Anabitarte
5f6d35e471
MDL-76083 mod_data: Fix preset importer to remove existing fields.
...
* We should delete fields that have not been marked as to preserve.
Co-authored by: Laurent David <laurent.david@moodle.com>
2022-11-16 16:23:42 +01:00
Sara Arjona
273e9a4447
Merge branch 'MDL-75380' of https://github.com/AnupamaSarjoshi/moodle
2022-11-16 16:23:39 +01:00
Sara Arjona
767cee2fd5
Merge branch 'MDL-76277-master' of https://github.com/andrewnicols/moodle
2022-11-16 15:53:30 +01:00
Andrew Nicols
a68d9d5410
MDL-76277 tiny_media: Limit image alignment to vertical align
...
Atto mixed vertical and horizontal alignment into a single selection,
which does not make any sense. It also used CSS classes in such a way
that those styles will break if/when Atto is removed.
This commit:
* removes the horizontal alignment from the dropdown - these are easily
achieved using the existing Tiny UI
* addresses a bug where existing styles (like horizontal alignment) were
not preserved when editing the image
* fixes a bug where the CSS selector was used instead of a CSS class
name
* recognises legacy TinyMCE class names and replaces these
* switches from using random class names to using Bootstrap class
utility classes for vertical alignment.
2022-11-16 21:54:33 +08:00
Paul Holden
bf96c78a43
MDL-76328 course: ensure activity chooser search takes full height.
2022-11-16 11:33:55 +00:00
Víctor Déniz
7577776565
Merge branch 'MDL-76307-master' of https://github.com/HuongNV13/moodle
2022-11-16 11:00:12 +00:00
Paul Holden
3a20b1f91c
Merge branch 'MDL-76276-master' of https://github.com/HuongNV13/moodle
2022-11-16 10:22:27 +00:00
Jun Pataleta
38fcf6acff
Merge branch 'MDL-75415-master' of https://github.com/ssj365/moodle
2022-11-16 17:51:45 +08:00
Jun Pataleta
8db40f9d0d
Merge branch 'MDL-74558-master' of https://github.com/ssj365/moodle
2022-11-16 17:51:24 +08:00
Sara Arjona
8e535a2346
Merge branch 'MDL-75492-master' of https://github.com/aanabit/moodle
2022-11-16 10:30:47 +01:00
Shamim Rezaie
8c4cf28dd4
Merge branch 'MDL-76322' of https://github.com/paulholden/moodle
2022-11-16 20:17:45 +11:00
Jake Dallimore
432b98c478
Merge branch 'MDL-76220-master' of https://github.com/ferranrecio/moodle
2022-11-16 16:33:38 +08:00
Amaia Anabitarte
1c968103b7
MDL-75492 mod_data: Remove redirection messages on preset apply process
2022-11-16 09:08:26 +01:00
Amaia Anabitarte
9b343752e2
MDL-75492 mod_data: Cosmetic changes on mapping page
2022-11-16 09:08:26 +01:00
Amaia Anabitarte
81b761bab0
MDL-75492 mod_data: Show mapping dialog
2022-11-16 09:08:26 +01:00
Amaia Anabitarte
b755cfa544
MDL-75492 mod_data: Refactor code to get available importing information
2022-11-16 09:08:26 +01:00
Jake Dallimore
b3e159b8bd
Merge branch 'MDL-76280-master' of https://github.com/andrewnicols/moodle
2022-11-16 13:29:14 +08:00
Jun Pataleta
9a6df89f7c
Merge branch 'MDL-75365-master' of https://github.com/andrewnicols/moodle
2022-11-16 12:38:14 +08:00
Paul Holden
6c5d2f0e54
MDL-76267 qbank_viewquestionname: access check for inplace editable.
2022-11-16 11:54:42 +08:00
Huong Nguyen
3ff6aec217
MDL-76307 tiny_equation: Fix console error when using Tiny editor
2022-11-16 09:45:26 +07:00
Andrew Nicols
7e6d32d7c2
Merge branch 'MDL-76112-master' of https://github.com/marinaglancy/moodle
2022-11-16 10:07:49 +08:00
David Woloszyn
dfa476e5a5
MDL-76271 dndupload: Corrected layout when uploading to course via dnd
2022-11-16 11:16:45 +11:00
Víctor Déniz
6a0c6a19ca
Merge branch 'MDL-75781-master' of https://github.com/NashTechOpenUniversity/moodle
2022-11-15 22:30:31 +00:00
Paul Holden
104cc446d2
MDL-76322 mod_bigbluebuttonbn: fix template/JS logic around guests.
...
Only render template partials, and attempt to interact with the guest
access button if the feature is enabled.
2022-11-15 20:53:31 +00:00
Paul Holden
0ea04360ce
Merge branch 'MDL-76279-master' of https://github.com/HuongNV13/moodle
2022-11-15 17:05:03 +00:00
Sara Arjona
91e66dbaed
Merge branch 'MDL-76039' of https://github.com/paulholden/moodle
2022-11-15 17:57:07 +01:00
Paul Holden
ff5ae53e9f
Merge branch 'MDL-75410-master' of https://github.com/ferranrecio/moodle
2022-11-15 16:53:00 +00:00
Ilya Tregubov
e45f7f691a
on-demand release 4.1beta+
2022-11-15 18:09:51 +03:00
Ilya Tregubov
101bf20c8b
NOBUG: Fixed SVG browser compatibility
2022-11-15 18:09:49 +03:00
Andrew Nicols
3e3d9e0bab
MDL-76280 editor_tiny: Disable tiny preview plugin
...
The Atto preview plugin does not support Moodle filters. This commit
disables it for now with the intent that in a future release we may
replace it with a Moodle version which applies our filters correctly.
2022-11-15 21:36:51 +08:00
Paul Holden
bec6f3d8a5
MDL-76310 enrol_lti: fix consumer key upgrade steps for Oracle.
...
Avoids CLOB comparison exceptions, related to ORA-00932.
2022-11-15 11:48:16 +00:00
Paul Holden
53bc61b3e7
Merge branch 'MDL-75490-fix' of https://github.com/sarjona/moodle
2022-11-15 10:32:03 +00:00
Paul Holden
9509cb1442
Merge branch 'MDL-76261-master' of https://github.com/HuongNV13/moodle
2022-11-15 10:19:09 +00:00
Sara Arjona
71947fb012
MDL-75490 theme_classic: Update footer to pass accessibility tests
2022-11-15 11:12:29 +01:00
Jun Pataleta
2c098a7ec7
MDL-76305 core: Use dir separator when assigning $CFG->tempdir
2022-11-15 16:24:52 +08:00
Andrew Nicols
a307f2d429
MDL-76306 editor_tiny: Enable Tiny by default on install
2022-11-15 13:15:09 +08:00
Peter Burnett
ebd8e07cbc
MDL-73804 category: Use system context for category name filtering
2022-11-15 14:49:30 +10:00
Jun Pataleta
d76991321d
Merge branch 'MDL-76290-master' of https://github.com/ilyatregubov/moodle
2022-11-15 11:58:19 +08:00
Jun Pataleta
3eec73963b
Merge branch 'MDL-76230-master' of https://github.com/HuongNV13/moodle
2022-11-15 11:48:39 +08:00
Jun Pataleta
c4ad566bbc
Merge branch 'MDL-76196-master' of https://github.com/HuongNV13/moodle
2022-11-15 11:06:27 +08:00