Juan Leyva
bba614a5eb
MDL-77643 tool_mobile: Return location settings
2023-03-20 16:38:44 +01:00
Sara Arjona
f3bf17cdfb
on-demand release 4.2dev+
2023-03-17 17:59:32 +01:00
Sara Arjona
d2bb0ffd42
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2023-03-17 17:59:15 +01:00
Sara Arjona
3acf967276
MDL-77608 h5p: Fix after rewrite
...
Minor changes, like removing extra line at the end of the file or adding
comment in lib/db/upgrade.php.
2023-03-17 13:20:41 +01:00
Jun Pataleta
4bc059c6cc
Merge branch 'master_MDL-76906' of https://github.com/mattporritt/moodle
2023-03-17 13:10:13 +01:00
Jun Pataleta
6dbe4b6839
Merge branch 'MDL-76910' of https://github.com/paulholden/moodle
2023-03-17 13:10:13 +01:00
Jun Pataleta
52d8364819
Merge branch 'MDL-76257-master' of https://github.com/juancs/moodle
2023-03-17 13:10:13 +01:00
Jun Pataleta
16dc3230f5
Merge branch 'MDL-77608' of https://github.com/paulholden/moodle
2023-03-17 13:10:11 +01:00
Ilya Tregubov
9caa246c2b
Merge branch 'MDL-76915-master' of https://github.com/meirzamoodle/moodle
2023-03-17 13:04:35 +01:00
Ilya Tregubov
cc35edd595
Merge branch 'MDL-76914-master' of https://github.com/meirzamoodle/moodle
2023-03-17 13:04:35 +01:00
Ilya Tregubov
b043c16659
Merge branch 'MDL-76911-master' of https://github.com/HuongNV13/moodle
2023-03-17 13:04:35 +01:00
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
AMOS bot
353d6af691
Automatically generated installer lang files
2023-03-17 00:07:46 +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
Andrew Nicols
888c5853db
Merge branch 'MDL-77550-master' of https://github.com/dpalou/moodle
2023-03-15 14:26:11 +08: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