Huong Nguyen
dd2e009ad1
Merge branch 'MDL-78334-master' of https://github.com/roland04/moodle
2023-11-13 10:49:08 +07:00
Jun Pataleta
46d3660891
Merge branch 'MDL-77660-master' of https://github.com/call-learning/moodle
2023-11-13 11:46:39 +08:00
Huong Nguyen
9bb5d89ac5
Merge branch 'MDL-74129-master' of https://github.com/sarjona/moodle
2023-11-13 10:43:00 +07:00
David Saylor
863b0822b2
MDL-75616 backup: Use standard temp directory for extraction
2023-11-13 11:04:17 +11:00
AMOS bot
605c4a4dce
Automatically generated installer lang files
2023-11-12 00:10:24 +00:00
Sara Arjona
8410cf05e0
MDL-79987 course: Improve one section per page course layout
...
The following changes have been implemented:
- Activities count instead of group by type.
- Icons before Activities and Progress.
- Arrow icon to navigate to the section.
- Other styling improvements, such as the color for the section name and no hover,
and a separator between the activities summary information and the list of activities
for the highlighted section.
2023-11-10 16:13:45 +01:00
Sara Arjona
a0ba7d282a
MDL-79987 output: Add i/activities icon
2023-11-10 16:09:10 +01:00
Mikel Martín
ce1eefb979
MDL-76457 tool_usertours: Fix tour popovers in RTL
2023-11-10 12:57:23 +01:00
Mikel Martín
76b05082d6
MDL-76457 theme_boost: Fix bootstrap popovers in RTL
...
- Fix the arrow placement for bootstrap popovers in RTL mode.
- Remove unneded css parser workaround for popover arrows.
After MDL-67386 was integrated those changes were not needed anymore.
2023-11-10 12:00:06 +01:00
Paul Holden
6a9eadceb6
MDL-79998 reportbuilder: user entity method to get identity fields.
2023-11-10 10:22:51 +00:00
Sara Arjona
cb4d9cdcb6
MDL-74129 h5p: Preserve metadata information
...
The metadata information was not restored when an H5P file was uploaded
(it was saved when it was edited directly from the Content bank, but the
original information in the H5P file was lost).
This patch includes all the metadata fields and its values in the original
H5P file to preserve this information too.
2023-11-10 10:33:06 +01:00
Ilya Tregubov
14414fe253
weekly release 4.4dev
2023-11-10 09:17:11 +08:00
Tomo Tsuyuki
839bf730b9
MDL-79563 cli: Add options for backup/restore CLI
2023-11-10 10:16:31 +11:00
Paul Holden
7c76e9223b
MDL-79962 roles: consistent sorting of role entity name column.
...
The "name" field is typically omitted for default/pre-defined roles,
which should be accounted for when sorting.
2023-11-09 17:03:04 +00:00
Mikel Martín
8bca00cd59
MDL-78334 course: Deprecate .togglecompletion SCSS styles
2023-11-09 17:36:09 +01:00
Mohamed Shehata
52b9a59d79
MDL-80066 form: fix date picker on small screens
2023-11-09 17:39:10 +02:00
Mikel Martín
c9c3a34bf1
MDL-78334 behat: Make SCSS deprecation check optional
2023-11-09 13:42:21 +01:00
Mikel Martín
eab94ea4c8
MDL-78334 core: Add a mechanism to deprecate SCSS code
2023-11-09 13:42:18 +01:00
Dani Palou
c7e7bdf778
MDL-77581 behat: Test create lesson pages using UI
2023-11-09 11:30:57 +01:00
Dani Palou
f037f26a62
MDL-77581 behat: Apply new lesson cluster generators to existing tests
2023-11-09 11:30:57 +01:00
Dani Palou
cfbfeacae5
MDL-77581 behat: Create generators for lesson clusters
2023-11-09 11:30:57 +01:00
Dani Palou
71dcb7bcc5
MDL-77581 lesson: Fix wrong PHPDoc in some generator functions
...
While creating the new perform_create_page function I noticed that the PHPDoc return type of the existing functions was wrong
2023-11-09 10:18:43 +01:00
Dani Palou
46088b01c1
MDL-77581 behat: Remove lesson_student_dashboard test file
...
After f7c476bac5
was integrated, these tests didn't assert anything specific and similar steps are already tested in lesson_navigation
2023-11-09 10:18:43 +01:00
Dani Palou
273251d765
MDL-77581 behat: Apply new lesson generators to existing tests
2023-11-09 10:18:43 +01:00
Dani Palou
cec4403678
MDL-77581 behat: Create generators for lesson pages and answers
2023-11-09 10:18:43 +01:00
Laurent David
27f8796c22
MDL-77660 mod_bigbluebuttonbn: Add completion for subplugins
...
* Add callback to the mod edit form
* Refactor completion class to use addons
* Add new behat and phpunit tests
2023-11-09 08:11:06 +01:00
Shamiso.Jaravaza
7fd20bbbd3
MDL-79956 mod_bigbluebuttonbn: fix import links
2023-11-08 21:49:06 -07:00
Jun Pataleta
23cb36c671
MDL-77325 upgrade: Bump upgrade version number to current day
2023-11-09 12:01:14 +08:00
Jun Pataleta
0bc81f6430
Merge branch 'MDL-77325-master' of https://github.com/davewoloszyn/moodle
2023-11-09 11:42:40 +08:00
Jun Pataleta
1f780ceb90
Merge branch 'MDL-80030-master' of https://github.com/micaherne/moodle
2023-11-09 11:13:16 +08:00
Ilya Tregubov
34b44d2aa0
Merge branch 'MDL-79992-master' of https://github.com/sarjona/moodle
2023-11-09 09:55:26 +08:00
Andrew Nicols
735c40ca73
Merge branch 'MDL-79629-fix' of https://github.com/paulholden/moodle
2023-11-09 08:56:39 +08:00
Dominic Chin
5853645aa5
MDL-80035 theme_boost: Fix fourth argument of single_button constructor
2023-11-09 10:03:32 +11:00
Paul Holden
58d9babe56
MDL-79629 javascript: native promises enhancing autocomplete module.
...
Preserve existing `enhance` method return of jQuery style promises to
allow calling code to continue relying on that (e.g. when calling old
style `.done` and `.fail`).
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2023-11-08 20:05:35 +00:00
Sara Arjona
c94a681c7d
Merge branch 'MDL-79827' of https://github.com/paulholden/moodle
2023-11-08 18:10:39 +01:00
Sara Arjona
0688cb5173
Merge branch 'MDL-79975' of https://github.com/paulholden/moodle
2023-11-08 18:02:58 +01:00
Sara Arjona
6f8fcaacd5
Merge branch 'MDL-79620-master' of https://github.com/brunobaudry/moodle
2023-11-08 17:26:16 +01:00
Sara Arjona
e537b5c913
Merge branch 'MDL-79781' of https://github.com/paulholden/moodle
2023-11-08 17:19:45 +01:00
Sara Arjona
02838dfae9
Merge branch 'MDL-76555-master' of https://github.com/pmaneggia/moodle
2023-11-08 17:06:12 +01:00
Mikel Martín
b340a1395b
MDL-79601 report_completion: Fix RTL First/Last name alignment
2023-11-08 16:23:01 +01:00
Mikel Martín
7e02b4baef
MDL-79601 report_progress: Fix RTL First/Last name alignment
2023-11-08 16:22:20 +01:00
Dani Palou
869de41ab2
MDL-77581 behat: Support finish_generate_ in generators
2023-11-08 10:15:36 +01:00
Sara Arjona
2fc405aa35
Merge branch 'MDL-79629' of https://github.com/paulholden/moodle
2023-11-08 09:57:30 +01:00
Michael Aherne
ec7a03985a
MDL-80030 filelib: Fix info type.
2023-11-08 08:51:26 +00:00
Huong Nguyen
5e0b16fa29
MDL-66546 caching: Improve Redis help text
2023-11-08 11:17:45 +07:00
Huong Nguyen
4e112d7f3e
Merge branch 'MDL-66546' of https://github.com/mcabro/moodle
2023-11-08 11:15:03 +07:00
Ilya Tregubov
4df21a5ad8
Merge branch 'MDL-79615_master' of https://github.com/marxjohnson/moodle
2023-11-08 10:42:10 +08:00
Huong Nguyen
36677cd883
Merge branch 'MDL-79739-master' of https://github.com/andrewnicols/moodle
2023-11-08 09:23:37 +07:00
Huong Nguyen
400fa8c521
Merge branch 'MDL-79840' of https://github.com/paulholden/moodle
2023-11-08 09:22:57 +07:00
Huong Nguyen
9c0e8ed95d
Merge branch 'MDL-78335-master' of https://github.com/elza3ym/moodle
2023-11-08 09:22:25 +07:00