Ilya Tregubov
f4891b1034
Merge branch 'MDL-69882' of https://github.com/paulholden/moodle
2023-03-17 13:04:33 +01:00
Paul Holden
d81bbc0933
Merge branch 'MDL-76920-master' of https://github.com/cescobedo/moodle
2023-03-17 13:03:32 +01:00
Sara Arjona
5c0e75de4b
Merge branch 'master_MDL-76916' of https://github.com/mattporritt/moodle
2023-03-17 13:03:32 +01:00
Sara Arjona
a15d363453
Merge branch 'MDL-77275-master' of https://github.com/laurentdavid/moodle
2023-03-17 13:03:31 +01:00
Sara Arjona
6ebfc73e55
Merge branch 'master_MDL-76923' of https://github.com/mattporritt/moodle
2023-03-17 13:03:31 +01:00
Sara Arjona
adc7bd5103
Merge branch 'MDL-67526_final-deprecation-of-plagiarism-functions' of https://github.com/ziegenberg/moodle
2023-03-17 13:03:31 +01:00
Paul Holden
66d1d50e92
Merge branch 'MDL-76989-master' of https://github.com/sarjona/moodle
2023-03-17 13:03:30 +01:00
Paul Holden
95c5001ddb
Merge branch 'MDL-75464-master' of https://github.com/meirzamoodle/moodle
2023-03-17 13:03:30 +01:00
Paul Holden
6c1777a273
Merge branch 'MDL-76921-master' of https://github.com/cescobedo/moodle
2023-03-17 13:03:30 +01:00
Paul Holden
49e8e72196
Merge branch 'MDL-77337-master' of https://github.com/meirzamoodle/moodle
2023-03-17 13:03:30 +01:00
Jun Pataleta
ac0f2ddfd9
Merge branch 'MDL-77604-master' of https://github.com/meirzamoodle/moodle
2023-03-17 13:03:30 +01:00
Jake Dallimore
1546c4ff88
Merge branch 'MDL-76309-master' of https://github.com/sh-csg/moodle
2023-03-17 13:03:29 +01:00
Andrew Nicols
7db7cde55a
Merge branch 'MDL-75908-master' of https://github.com/srobotta/moodle
2023-03-17 13:03:29 +01:00
Ilya Tregubov
02009d366e
Merge branch 'master_MDL-76909' of https://github.com/mattporritt/moodle
2023-03-17 13:03:29 +01:00
Ilya Tregubov
6ff1017fed
Merge branch 'master_MDL-76924' of https://github.com/mattporritt/moodle
2023-03-17 13:03:29 +01:00
Jun Pataleta
7d9c04e2e6
Merge branch 'MDL-75650-master-simple' of https://github.com/snake/moodle
2023-03-17 13:03:28 +01:00
Andrew Nicols
060b63cd1c
Merge branch 'MDL-67789-master' of https://github.com/sarjona/moodle
2023-03-17 13:03:24 +01:00
Ilya Tregubov
d438271cad
Merge branch 'MDL-76989-master' of https://github.com/sarjona/moodle
2023-03-17 12:56:53 +01:00
Ferran Recio
602a308f25
MDL-76851 core_course: fix course view.php indentation
2023-03-17 11:07:13 +01:00
Ferran Recio
856b295569
MDL-76851 core_courseformat: plugin custom editor strings
...
Most section related actions require the frontend to use alternative
strings depending on the format plugin lang file. This patch adds
overridden strings to the current setViewFormat course editor setup
object.
2023-03-17 11:07:13 +01:00
Ferran Recio
9c583f5ec5
MDL-76851 core_courseformat: bulk section and cm delete action
2023-03-17 10:26:00 +01:00
AMOS bot
353d6af691
Automatically generated installer lang files
2023-03-17 00:07:46 +00:00
Paul Holden
f6310247cb
MDL-77666 contentbank: format category names for display.
2023-03-16 23:04:35 +00:00
info@eWallah.net
f709c0293e
MDL-77584 currencies: Fix outdated ISO 4217 code for Zambian Kwacha
...
On 2013-01-01 the ZMK code got replaced by the new ZMW code.
AMOS BEGIN
MOV [ZMK,core_currencies],[ZMW,core_currencies]
AMOS END
2023-03-16 19:53:41 +01:00
Amaia Anabitarte
1c491de8e8
MDL-76997 admin: Option to reset course indentation
2023-03-16 17:22:02 +01:00
Paul Holden
caf236427e
MDL-76918 libraries: upgrade to version 1.3.1 of Rangy.
2023-03-16 16:08:33 +00:00
Sara Arjona
75f4fd0a74
MDL-76989 theme: Update Font Awesome icons in SCSS
...
The new Font Awesome version needs some changes in the way icons
are displayed from SCSS files:
- The atribute 'content: "\xxx"' needs to be converted to
'content: fa-content("\xxx")'
- The style must be declared. The regular is used by default, so all the
solid icons needs to add '@extend .fa-solid'
- @include fa-icons() is not required anymore (if used, the icons
are not displayed properly).
2023-03-16 13:17:53 +01:00
Meirza
30a220ec83
MDL-75464 libraries: upgrade EvalMath to 1.0.1
2023-03-16 17:27:30 +07:00
Meirza
a314425cd0
MDL-77604 recentlyaccesseditems: convert HTMLCollection to an array.
...
While working on this issue MDL-76931(Upgrade core-js-bundle),
we need to convert a HTMLCollection like .children to an array to use forEach(),
so we can upgrade the core-js to the upper version.
2023-03-16 15:38:10 +07:00
Stefan Hanauska
c556374d52
MDL-76309 mod_assign: Compatibility with zip download
2023-03-16 07:17:55 +01:00
Meirza
a6894fc65e
MDL-77337 analytics: Added class properties that are not declared.
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-03-16 09:46:07 +07:00
Paul Holden
5219aa3cf0
MDL-76339 mod_bigbluebuttonbn: correct upgrade note fix versions.
2023-03-15 19:15:00 +00:00
Paul Holden
0a9bdbc984
Merge branch 'MDL-76339-master' of https://github.com/call-learning/moodle
2023-03-15 19:03:03 +00:00
Paul Holden
8edec2c29f
Merge branch 'master_MDL-76928' of https://github.com/mattporritt/moodle
2023-03-15 17:24:23 +00:00
Jun Pataleta
6a3a3e1cd5
Merge branch 'MDL-77600' of https://github.com/stronk7/moodle
2023-03-15 16:33:23 +01:00
Jun Pataleta
f854dce12b
Merge branch 'MDL-77343-master' of https://github.com/meirzamoodle/moodle
2023-03-15 16:33:23 +01:00
Stephan Robotta
7b8fa9de86
MDL-75908 navigation: fix active flag in navigation for custom menus
2023-03-15 11:16:44 +01:00
Sara Arjona
bd0a6e6dcc
MDL-67789 h5p: Save current state using xAPI State
...
Co-author: Andrew Lyons <andrew@moodle.com>
2023-03-15 09:42:18 +01:00
Ferran Recio
03a4abde0f
MDL-67789 xapi: Add support to save content state
2023-03-15 09:42:18 +01:00
Meirza
29d20be214
MDL-77343 mod_assign: Added missing class properties.
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-03-15 14:30:47 +07:00
Meirza
c49d3231ad
MDL-76932 libraries: remove old YUI lib 3.17.2
2023-03-15 13:35:00 +07:00
Andrew Nicols
888c5853db
Merge branch 'MDL-77550-master' of https://github.com/dpalou/moodle
2023-03-15 14:26:11 +08:00
Meirza
bf30ef1b53
MDL-76932 libraries: upgrade YUI lib to 3.18.1
2023-03-15 13:21:15 +07:00
Juan Segarra Montesinos
844ca05c2e
MDL-77523 mod_data: textarea field should honor editor preferred format
2023-03-15 06:48:10 +01:00
Jake Dallimore
576369bf97
Merge branch 'MDL-77186-master' of https://github.com/andrewnicols/moodle
2023-03-15 12:00:42 +08:00
Jake Dallimore
ecc0f661c5
Merge branch 'MDL-35745' of https://github.com/timhunt/moodle
2023-03-15 11:31:36 +08:00
Ilya Tregubov
3df60a19fd
MDL-68093 workshop: Rebuilt js files.
2023-03-15 11:00:07 +08:00
Jun Pataleta
ba7bf0781a
Merge branch 'MDL-77344-master' of https://github.com/meirzamoodle/moodle
2023-03-15 10:34:07 +08:00
Ilya Tregubov
a34dbbe6fe
Merge branch 'MDL-68093_master' of https://github.com/marxjohnson/moodle
2023-03-15 10:19:07 +08:00
Jun Pataleta
cf5d3d6757
Merge branch 'MDL-77611' of https://github.com/timhunt/moodle
2023-03-15 10:01:13 +08:00