Andrew Nicols
50093090f6
Merge branch 'MDL-78163-master' of https://github.com/meirzamoodle/moodle
2023-06-21 11:57:48 +08:00
Simey Lameze
9382d66b4a
MDL-76635 comment: render the delete icon in the right place
...
Special thanks to Andrew Lyons.
2023-06-21 11:27:41 +08:00
Andrew Nicols
dddb7dcb70
Merge branch 'MDL-78160-master' of https://github.com/meirzamoodle/moodle
2023-06-21 10:20:59 +08:00
Rodrigo Mady da Silva
4b26d1f784
MDL-74570 core_badges: Add webservice core_badges_get_user_by_hash
2023-06-20 21:14:17 -03:00
Srdjan
9fcba75de4
MDL-78212 dml: Added MYSQLI_CLIENT_COMPRESS option for mysqli
...
Config dboptions key 'clientcompress'.
Decreases traffic between the application server and the database host.
2023-06-21 10:07:17 +10:00
Justus Dieckmann
a7d5328c31
MDL-77591 mod_assign: Fix feedback zip import for group submissions
...
Import now checks whether assignment is an group submission and
matches group ids instead of user ids in that case.
Additionally check for original unchanged files to not import in
group files instead of user files.
2023-06-20 20:20:35 +02:00
Anupama Sarjoshi
07d2f485b8
MDL-78477 qbank_history: Fix and improve UI for edit menu delete option
...
Changes done to fix the warnings thrown in the history view when the
last version of a question is deleted and improved UI to display the
message and a Continue button, to navigate back to the Question bank.
2023-06-20 17:24:50 +01:00
Lars Bonczek
7d09932365
MDL-76174 core_course: get_nearest_editable_subcategory performance fix
2023-06-20 14:42:17 +02:00
Paul Holden
c720c21aca
MDL-78454 files: add contenthash column/filter to file report entity.
2023-06-20 08:51:32 +01:00
Ilya Tregubov
346548e21a
Merge branch 'MDL-78259-htmlpurify-media-tags' of https://github.com/DSI-Universite-Rennes2/moodle
2023-06-20 14:35:21 +08:00
Ilya Tregubov
9ee779cf0f
Merge branch 'MDL-77525/master' of https://github.com/skodak/moodle
2023-06-20 13:03:20 +08:00
Kevin Percy
4be3ad97aa
MDL-78188 core_grades: Add sticky footer to export grades page
2023-06-20 12:21:31 +08:00
Simey Lameze
d79788245b
MDL-76635 behat: improve submission comments test
2023-06-20 10:59:03 +08:00
Mathew May
e027a0ef03
MDL-78273 gradereport: Feedback modal styling
2023-06-20 10:34:05 +08:00
eWallah
6f2d186c56
MDL-68067 tool_mobile: Mobile tool link does not have a class attribute.
2023-06-20 10:24:56 +08:00
Huong Nguyen
d5b9be35dd
MDL-76917 Libraries: Upgrade Ogv.js Playback Technology to 1.0.0
2023-06-20 09:18:19 +07:00
Huong Nguyen
6abfc0a519
MDL-76917 Libraries: Upgrade ogv.js to 1.8.9
2023-06-20 09:18:19 +07:00
Huong Nguyen
f1ecd6a940
MDL-76917 Libraries: Upgrade YouTube Playback Technology to 3.0.0
2023-06-20 09:18:19 +07:00
Huong Nguyen
0bb9a7826d
MDL-76917 Libraries: Upgrade VideoJS to 8.3.0
2023-06-20 09:18:19 +07:00
Jun Pataleta
6132904e80
Merge branch 'MDL-74021-master' of https://github.com/andelacruz/moodle
2023-06-20 10:13:34 +08:00
Paul Holden
7a1cdb4ea9
MDL-78519 gradeimport_xml: fix require paths for import form.
2023-06-19 16:58:18 +01:00
Jun Pataleta
8e71a1af8e
Merge branch 'MDL-78369' of https://github.com/AnupamaSarjoshi/moodle
2023-06-19 23:17:01 +08:00
Jun Pataleta
dd3997b2fb
Merge branch 'MDL-70187' of https://github.com/paulholden/moodle
2023-06-19 23:04:37 +08:00
Paul Holden
05ee8a20a6
MDL-78071 cohort: disable report actions for managed cohorts.
2023-06-19 15:01:14 +01:00
Meirza
81a5016ec7
MDL-78160 lib: Added class properties that are not declared in dml
...
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.
At the test_transaction_with_events() I changed $this->_called into $called local var,
since the $called is used inside the anonymous function I added the third param as
a variable passed by reference so the last assert can get the newest value.
2023-06-19 19:56:07 +07:00
Paul Holden
3af9bdfa7e
MDL-78459 tool_mobile: use site context in mobile manifest file.
...
Prevents debugging notices when the site shortname is formatted in
the response data.
2023-06-19 13:00:45 +01:00
Lior Gil
f92437428e
MDL-76629 core_table: add sticky column option
2023-06-19 12:46:29 +03:00
Angelia Dela Cruz
fb9745ab0b
MDL-74021 behat: Page behat generators use UI
...
Replace steps that manually add page instances via the UI and use
Behat generators. This improves the speed of Behat test runs.
Co-authored-by: Simey Lameze <simey@moodle.com>
2023-06-19 17:03:02 +08:00
David Woloszyn
802ff3e2e3
MDL-75913 behat: Use alternatives to Atto in tests
2023-06-19 16:35:46 +10:00
David Woloszyn
32316df646
MDL-75913 behat: Switch to TinyMCE editor iframe
2023-06-19 16:35:46 +10:00
David Woloszyn
a183677a87
MDL-75913 behat: Private files data generator
2023-06-19 16:35:46 +10:00
Andrew Nicols
fcdfc74abd
MDL-75913 behat: Add support for file uploads in page generators
2023-06-19 16:35:46 +10:00
Andrew Nicols
baa32f6569
MDL-75913 behat: Add support for file uploads in generators
2023-06-19 16:35:46 +10:00
David Woloszyn
0662dfadbe
MDL-77793 lib: Removed uses of deprecated functions for themes
2023-06-19 16:32:51 +10:00
David Woloszyn
49ee428dca
MDL-77793 lib: Deprecated device specific theme functions
2023-06-19 16:32:51 +10:00
David Woloszyn
b20503c0ff
MDL-77793 lang: Deprecating strings associated with update to theme page
2023-06-19 16:32:14 +10:00
David Woloszyn
b63ca109f3
MDL-77793 core_theme: Device selections removed from theme selector
2023-06-19 16:32:14 +10:00
Anders Rasmussen
0c188eefc8
MDL-74893 authentication: Fix auto-login guest
...
Fixed auto-login as guest, when Guest login button is hidden
2023-06-19 07:52:03 +02:00
Ilya Tregubov
da1ccba20c
Merge branch 'MDL-78199-master' of https://github.com/roland04/moodle
2023-06-19 12:50:28 +08:00
Laurent David
d5dc0a8eb1
MDL-77813 core_xapi: Add delete states webservice
...
* Add new core_xapi_delete_states Webservices in pair with the "Multiple
document DELETE" action from xAPI specification.
2023-06-19 06:23:53 +02:00
Laurent David
2144bdf06c
MDL-78056 mod_h5pactivity: Fix incorrect attempt report
...
* Fix interpretation of the results on the attempt report whenever case
sensitive option is enabled.
2023-06-19 06:10:29 +02:00
Paul Holden
246e5ff95c
MDL-77868 mod_bigbluebuttonbn: default config for welcome editable.
...
The property was added to the config options in c3f4123b, however no
default value was provided, meaning if it was ever unset then a PHP
type error would be triggered on the null return.
2023-06-18 19:19:42 +01:00
Petr Skoda
de9c69cf3c
MDL-77525 filter: add filtering stages
2023-06-17 16:43:58 +02:00
Paul Holden
436a279dec
MDL-76953 mod: deprecate libxml library method wrappers.
...
The `libxml_disable_entity_loader` method is deprecated since PHP8.0,
which is our minimum required version so we no longer need to support
calls to it using the current wrappers.
2023-06-16 19:15:24 +01:00
Paul Holden
39d0643340
MDL-77877 group: hide form fields dependent on group visibility.
2023-06-16 18:53:31 +01:00
Paul Holden
70e5ff196a
MDL-78435 mod_assign: ensure due date is always after start date.
2023-06-16 18:41:45 +01:00
Mikel Martín
b1ad6666ce
MDL-78199 course: Remove unused SCSS
2023-06-16 12:40:09 +02:00
Mikel Martín
0cacc7afb8
MDL-78199 course: Move activity plugintype to a tooltip
2023-06-16 12:40:09 +02:00
Mikel Martín
905ccf34fc
MDL-78199 behat: Fix hover over element step definition
2023-06-16 12:40:09 +02:00
Mikel Martín
50bf102a81
MDL-78199 course: Move activity completion to a dropdown
...
- Add new dropdown to display completion
- Fix completion behat steps with selectors that were not specific enough
- Update behat step that now needs to open completion requirements dropdown before
2023-06-16 12:40:09 +02:00