Jake Dallimore
071adb2fb1
Merge branch 'MDL-77930-401' of https://github.com/rjnl/moodle into MOODLE_401_STABLE
2023-05-16 10:50:04 +08:00
Jake Dallimore
aa39ebbb99
Merge branch 'MDL-78120-401' of https://github.com/lucaboesch/moodle into MOODLE_401_STABLE
2023-05-16 10:45:27 +08:00
Jun Pataleta
4818dae2fc
Merge branch 'MDL-75576_401' of https://github.com/timhunt/moodle into MOODLE_401_STABLE
2023-05-16 09:59:01 +08:00
Ilya Tregubov
dc38a92ec6
Merge branch 'MDL-77840-401' of https://github.com/davewoloszyn/moodle into MOODLE_401_STABLE
2023-05-16 09:47:48 +08:00
Andrew Nicols
946405d44b
Merge branch 'MDL-77432-401' of https://github.com/lucaboesch/moodle into MOODLE_401_STABLE
2023-05-15 22:12:44 +08:00
Andrew Nicols
bdeda3ea9b
Merge branch 'MDL-78149-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-15 22:07:13 +08:00
Andrew Nicols
01c04f4cf8
Merge branch 'MDL-78140-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-15 22:03:30 +08:00
Tim Hunt
efe895f1bb
MDL-75576 quiz/question statistics: don't expire by time
...
Previously, a set of calculated quiz statistics would only 'last' for
15 minutes. Then they would be considered invalid and not used.
Now, computed statistics are kept indefinitely. Instead, when a new
batch of values are computed for a particular set of settings, older numbers
for the same settings are deleted first. Therefore,
question_stats_cleanup_task is no more.
2023-05-15 10:04:34 +01:00
Tim Hunt
a532f407bb
MDL-75576 quiz statistics: don't time-limit the use of cached values
...
This should have been done as part of MDL-74762, but was missed.
2023-05-15 10:04:33 +01:00
Tim Hunt
86932a330b
MDL-75576 quiz statistics: don't compute when a user views the qbank
...
Previously, when users viewed the question bank, if the quiz statistics
had not already been calculated, we would try to compute them there an then.
This could be very, very slow, leading to session lock problems.
Now, we never try to compute the statistics on the fly. Instead, we rely
on the existing \quiz_statistics\task\recalculate scheduled task to do it.
2023-05-15 10:04:33 +01:00
Tim Hunt
db9a0e296a
MDL-75576 question bank: bulk-load statistics for all questions at once
...
There is a new method on the column class, for the column to declare any
statistics it requires. The question then efficiently loads all those
statistics in one go, and makes them available as the columns are
rendererd, or do any subsequent processing.
2023-05-15 10:04:33 +01:00
Tim Hunt
9ff59e99ff
MDL-75576 qbank_statistics: remove copy-pasted PHPdoc comments
...
These methods are already correctly documented on the base class.
2023-05-15 10:04:32 +01:00
Luca Bösch
997990f94f
MDL-78120 login: handle empty wantsurl on login with alternateloginurl.
2023-05-15 10:19:00 +02:00
Jun Pataleta
28026b923a
Merge branch 'MDL-76903-401' of https://github.com/laurentdavid/moodle into MOODLE_401_STABLE
2023-05-15 12:06:02 +08:00
Andrew Nicols
0e4426818a
Merge branch 'MDL-78125-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-05-15 11:58:59 +08:00
Jun Pataleta
e9f6b9c2d6
MDL-78125 qtype_multianswer: Convert popover trigger to link
...
According to Boostrap Popovers documentation for popovers triggered
on focus:
"For proper cross-browser and cross-platform behavior, you must use the
<a> tag, not the <button> tag, and you also must include a tabindex
attribute."
2023-05-12 22:47:11 +08:00
Luca Bösch
f1dd604fce
MDL-77432 mod_assign: Confirm submission page standard and not incourse
2023-05-12 09:44:22 +02:00
Ilya Tregubov
017a3274fe
weekly release 4.1.3+
2023-05-12 08:56:50 +08:00
Ilya Tregubov
3b9bfc1d79
Merge branch 'install_401_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_401_STABLE
2023-05-12 08:56:48 +08:00
Laurent David
20b4efad5c
MDL-76903 mod_book: Fix activity completion
...
* Check only visibles pages to set completion status.
* Make sure we have consistent completion value in API and on the view page.
2023-05-11 12:09:24 +02:00
Paul Holden
11af0c5388
MDL-78140 analytics: improve context restrictions manager test.
...
This test apparently fails sporadically on Oracle, without obvious
causes. The failure however was hard to interpret, and the test
itself made a lot of assumptions about the system re. naming of
categories/courses. This could be prone to errors, so improve that.
2023-05-11 09:38:01 +01:00
Jun Pataleta
f8537a9536
Merge branch 'MDL-76344-401-fix' of https://github.com/stevandoMoodle/moodle into MOODLE_401_STABLE
2023-05-11 14:35:30 +08:00
Stevani Andolo
7b1e0a6980
MDL-76344 course: Fixed course image 'non image file' layout
2023-05-11 14:11:16 +08:00
Jake Dallimore
838047106d
Merge branch 'MDL-75552-401' of https://github.com/sarjona/moodle into MOODLE_401_STABLE
2023-05-11 11:23:49 +08:00
Sara Arjona
84175f399f
Merge branch 'MDL-78040-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-10 19:45:18 +02:00
Andrew Nicols
da78523b15
Merge branch 'MDL-77592-401' of https://github.com/golenkovm/moodle into MOODLE_401_STABLE
2023-05-10 13:03:57 +08:00
Andrew Nicols
5ceb711355
Merge branch 'MDL-78034-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-10 13:00:30 +08:00
Ilya Tregubov
1d5ef6aa9a
Merge branch 'MDL-75623-MOODLE_401_STABLE' of https://github.com/sh-csg/moodle into MOODLE_401_STABLE
2023-05-10 11:46:40 +08:00
Paul Holden
d7ba3f656d
MDL-78149 mod_data: ensure group selector is always present.
2023-05-09 12:20:35 +01:00
Andrew Nicols
50d1e69df6
MDL-75552 badges: move apiBase consumption to backpack
...
The apiBase in .well-known/badgeconnect.json was ignored and it was
causing some failures when connecting or sending badges to an
external backpack.
For OBv2.1, it has been changed to always use the apiBase defined
in the badgeconnect.json backpack provider.
2023-05-09 08:51:30 +02:00
Rajneel Totaram
f6c5fa3bfc
MDL-77930 accesslib: php81 deprecation warnings on missing plugins
2023-05-09 17:37:00 +12:00
AMOS bot
893fe94c89
Automatically generated installer lang files
2023-05-07 00:07:26 +00:00
Jun Pataleta
0703a8db55
Merge branch 'MDL-76344-401' of https://github.com/stevandoMoodle/moodle into MOODLE_401_STABLE
2023-05-05 10:34:56 +08:00
Sara Arjona
176a323b4e
weekly release 4.1.3+
2023-05-04 12:42:50 +02:00
Stevani Andolo
1f07219332
MDL-76344 course: Fixed course image 'non image file' layout
2023-05-04 10:28:15 +08:00
Paul Holden
0c7e7645d5
MDL-78040 block_glossary_random: switch to block test generator.
...
Random failures after manually adding block instances (specifically
on slow/Oracle systems) can be entirely avoided by using the block
test generator for scenarios that are not specifically concerned with
manually adding blocks.
2023-05-03 17:16:22 +01:00
Laurent David
9117af48ac
MDL-77781 core_completion: Completion view must be deleted too
...
When resetting a course, completion view entries should also be
deleted
Co-authored-by: Georg Moser <georg@moser.link>
2023-05-03 16:05:28 +02:00
Jun Pataleta
d1c24b02ab
Merge branch 'MDL-77398-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-03 20:36:18 +08:00
Jake Dallimore
79fe493ab4
Merge branch 'MDL-77384-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-03 16:52:45 +08:00
Jake Dallimore
d66398c356
Merge branch 'MDL-78023-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-03 16:15:59 +08:00
Sara Arjona
6064ce62f5
Merge branch 'MDL-77312-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-03 09:59:22 +02:00
Ilya Tregubov
88113fc983
Merge branch 'MDL-77320-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-03 15:37:00 +08:00
Ilya Tregubov
e19573d6bf
Merge branch 'MDL-77810-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-03 13:08:52 +08:00
Ilya Tregubov
3994ab206b
Merge branch 'MDL-77987_401' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_401_STABLE
2023-05-03 12:40:34 +08:00
Ilya Tregubov
b9d84d03ca
Merge branch 'MDL-77546-401' of https://github.com/mihailges/moodle into MOODLE_401_STABLE
2023-05-03 10:57:29 +08:00
Jun Pataleta
f8fdd198a9
Merge branch 'MDL-77394-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-03 10:31:00 +08:00
Jun Pataleta
394d592fab
Merge branch 'MDL-78038-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-03 10:25:30 +08:00
Jun Pataleta
64c625e590
Merge branch 'MDL-78011-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-03 09:57:56 +08:00
Ilya Tregubov
be0eb4369b
Merge branch 'MDL-76835-401' of https://github.com/aya-saad1/moodle into MOODLE_401_STABLE
2023-05-03 09:29:59 +08:00
David Woloszyn
b3424d620d
MDL-77840 enrol_lti: Avoid passing nulls to base64_encode
2023-05-03 09:36:17 +10:00