103279 Commits

Author SHA1 Message Date
Shamim Rezaie
f4516e8cbd MDL-72910 theme: move show footer button when right drawer expands 2021-12-07 12:48:37 +11:00
AMOS bot
17e2a2bd7b Automatically generated installer lang files 2021-12-07 00:07:30 +00:00
Nick Phillips
e252390284 MDL-61554 calendar: Set $PAGE context in calendar export. 2021-12-07 12:30:23 +13:00
Ilya Tregubov
7548cbfcf6 Merge branch 'MDL-72237-master' of https://github.com/dcai/moodle 2021-12-06 14:22:12 +02:00
Jun Pataleta
9b5b9affec Merge branch 'MDL-72870' of https://github.com/paulholden/moodle 2021-12-06 18:43:20 +08:00
Ferran Recio
c3dbe5a977 MDL-71691 core_course: expand / collapse all sections 2021-12-06 10:55:38 +01:00
Bas Brands
70d86ac570 MDL-71691 core_availability: add show more link 2021-12-06 10:54:05 +01:00
Jun Pataleta
80bdd33b6b Merge branch 'MDL-73153-master' of https://github.com/sarjona/moodle 2021-12-06 17:43:29 +08:00
Bas Brands
5b76eb6900 MDL-71291 theme_boost: minimal frontpage styling tweaks 2021-12-06 10:29:14 +01:00
Bas Brands
26a0091d3c MDL-72981 theme_boost: homogenise logo display 2021-12-06 09:38:21 +01:00
Shamim Rezaie
4a9e6036fd Merge branch 'MDL-73245-master' of https://github.com/cameron1729/moodle 2021-12-06 17:08:11 +11:00
Jake Dallimore
7f6f237c4f MDL-71915 mod_forum: whitespace fix 2021-12-06 13:50:25 +08:00
Jake Dallimore
1388a8596c Merge branch 'MDL-71915-master-v8' of https://github.com/sharidas/moodle 2021-12-06 13:34:58 +08:00
Sujith Haridasan
1cdab24b3a MDL-71915 gradereport_grader: Fix ajax_grader failure
Fix ajax_grader behat failure.
2021-12-06 10:26:41 +05:30
Sujith Haridasan
01f20ae665 MDL-71915 core_behat: Fix the page admin nav for question bank
Fix the access of items under the question tab in
classic theme.
2021-12-06 10:26:41 +05:30
Sujith Haridasan
45621b705d MDL-71915 mod_url: Update for tertiary nav
Remove the headings if the secondary nav
is present in this activity.
2021-12-06 10:26:40 +05:30
Sujith Haridasan
6dfb487810 MDL-71915 core_contentbank: Update behat tests
Update the behat tests to accomodate changes made
for the tertiary navigation.
2021-12-06 10:26:40 +05:30
Sujith Haridasan
a6ed1ec63e MDL-71915 core: Update behat tests
Update behat tests to accommodate changes made for
tertiary navigation.
2021-12-06 10:26:40 +05:30
Sujith Haridasan
d6ead553f5 MDL-71915 core_form: Update behat tests
Update behat tests to accommodate changes made
for tertiary navigation.
2021-12-06 10:26:40 +05:30
Sujith Haridasan
3c1f4474ea MDL-71915 course: Update behat tests
Update behat tests for the changes made for tertiarynav.
2021-12-06 10:26:40 +05:30
Sujith Haridasan
671012e709 MDL-71915 badges: Update the behat tests
Update the behat tests to accommodate the changes
made for the tertiary navigation.
2021-12-06 10:26:40 +05:30
Sujith Haridasan
1ee41ff7be MDL-71915 tool_recyclebin: Update behat tests
Update behat tests for the changes made to the
tertiary navigation.
2021-12-06 10:26:40 +05:30
Sujith Haridasan
f000755ba1 MDL-71915 question: Update the behat tests
Update the behat tests to accommodate the
changes made for the tertiary navigation.
2021-12-06 10:26:40 +05:30
Sujith Haridasan
26eabeccf4 MDL-71915 question: Update the tertiary nav
Update the tertiary navigation activity for
question.
2021-12-06 10:26:40 +05:30
Cameron Ball
f71fced168 MDL-73245 cache: Fix bug with session lock debugging
When session lock debugging and read only sessions deubgging are both
enabled, session lock debugging becomes moot. This patch causes
the session lock deubgging code to exit early if read only sessions
debugging is enabled.
2021-12-06 12:15:53 +08:00
Sujith Haridasan
1149f255fe MDL-71915 mod_quiz: Update the behat tests
Update the behat tests due to the changes made in UI
for tertiary navigation.
2021-12-06 09:27:58 +05:30
Sujith Haridasan
6ba821dc01 MDL-71915 mod_quiz: Update the tertiary nav
Update the tertiary navigation for this
activity.
2021-12-06 09:27:58 +05:30
Sujith Haridasan
0f029c04d7 MDL-71915 mod_forum: Update behat tests
Update behat tests to accommodate the changes made
for tertiary navigation.
2021-12-06 09:27:58 +05:30
Sujith Haridasan
92833547e9 MDL-71915 mod_forum: Update the tertiary nav
Update the tertiary navigation for this
activity.
2021-12-06 09:27:58 +05:30
Sujith Haridasan
621d0a8c72 MDL-71915 mod_scorm: Update behat tests
Update the behat tests as UI is updated for
tertiary navigation.
2021-12-06 09:27:58 +05:30
Sujith Haridasan
b98ea6f547 MDL-71915 mod_scorm: Update tertiary nav
Update the tertiary navigation for this activity.
2021-12-06 09:27:58 +05:30
Sujith Haridasan
222ab7b222 MDL-71915 mod_survey: Update tertiary nav
Update tertiary navigation for this activity.
Updated the behat tests for the change made.
2021-12-06 09:27:57 +05:30
Daniel Ziegenberg
371b490a1f
MDL-72796 caching: fix retry delay for redis session cache
The random retry delay for redis session cache was calculated as
rand(100000, 500000) giving an effective retry delay of 100 seconds
to 500 seconds. That's off by a factor of a thousand! Using Redis as a
session cache and when the connection hangs, you can get random
"cannot obtain session lock" errors because it's waiting up to
500 seconds (or about 8.33 minutes) for a Redis connection.
This sets the delay to the originally intended 100ms to 500ms.
(see MDL-59866).

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-12-05 17:03:56 +01:00
Sujith Haridasan
e0f584d64c MDL-71915 mod_workshop: Update tertiary nav
Update the tertiary navigation for the mod_workshop.
This also include a fix for behat tests due to the
tertiary navigation change made.
2021-12-04 18:09:14 +05:30
Eloy Lafuente (stronk7)
c1e72a348a Merge branch 'MDL-73253-master' of https://github.com/vmdef/moodle 2021-12-03 18:52:12 +01:00
Eloy Lafuente (stronk7)
9b7bcdaec0 Merge branch 'MDL-72112-master-fix' of https://github.com/sarjona/moodle 2021-12-03 18:50:45 +01:00
Sara Arjona
dc020cede9 MDL-72112 admin_presets: Fix behat errors 2021-12-03 18:01:13 +01:00
Víctor Déniz
292b33fb12 MDL-73253 ci: use setup-node action in GHA 2021-12-03 15:41:12 +00:00
Ilya Tregubov
689bf6fc1e Merge branch 'MDL-72112-master' of https://github.com/aanabit/moodle 2021-12-03 15:11:01 +02:00
Paul Holden
b103060753 MDL-73103 reportbuilder: use new notification confirmation method.
Prefetch all language strings used by editor modules.

Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2021-12-03 13:01:58 +00:00
Andrew Nicols
aecdb936cf MDL-73103 core: add new saveCancelPromise notification method. 2021-12-03 13:01:58 +00:00
Gareth Barnard
00f59c226e
MDL-73173 core_my: Confusing 'Content' region. 2021-12-03 12:54:17 +00:00
Ilya Tregubov
638c8c452c Merge branch 'MDL-72875-master-v2' of https://github.com/peterRd/moodle 2021-12-03 14:29:59 +02:00
Sara Arjona
9e4f2a45f8 MDL-72112 admin_presets: Add admin_presets tool 2021-12-03 11:11:37 +01:00
Sara Arjona
51149a78cc on-demand release 4.0dev+ 2021-12-03 10:26:54 +01:00
Dongsheng Cai
cffefca11c MDL-72237 core_calendar: limit number of day events on calenar view 2021-12-03 16:21:30 +11:00
Jun Pataleta
019df14c00 Merge branch 'MDL-67807-master' of git://github.com/jleyva/moodle 2021-12-03 12:24:42 +08:00
Jun Pataleta
cf35e0a1d3 Merge branch 'MDL-72789' of https://github.com/paulholden/moodle 2021-12-03 12:16:41 +08:00
Shamim Rezaie
60d7bcd5e7 Merge branch 'MDL-68944-master' of https://github.com/juancs/moodle 2021-12-03 14:53:52 +11:00
Andrew Nicols
648d018759 Merge branch 'MDL-73195-master' of https://github.com/lameze/moodle 2021-12-03 10:14:13 +08:00