- 09 Dec, 2021 3 commits
-
-
Adrian Greeve authored
This creates new general behat steps for navigating in theme boost and classic.
-
Adrian Greeve authored
This adds new tests for functions that impact the more menu and the course administration overflow.
-
Adrian Greeve authored
This adds a select menu for navigation on course administration pages such as import, export, course copy, and course reset.
-
- 07 Dec, 2021 8 commits
-
-
ilya authored
-
ilya authored
-
-
jun authored
-
https://github.com/gjb2048/moodlejun authored
-
Andrew Nicols authored
Merge branch 'MDL-72796_fix-retry-delay-for-redis-session-cache' of https://github.com/ziegenberg/moodle
-
-
AMOS Bot authored
-
- 06 Dec, 2021 26 commits
-
-
https://github.com/dcai/moodleilya authored
-
https://github.com/paulholden/moodlejun authored
-
https://github.com/sarjona/moodlejun authored
-
-
Jake Dallimore authored
-
-
Sujith Haridasan authored
Fix ajax_grader behat failure.
-
Sujith Haridasan authored
Fix the access of items under the question tab in classic theme.
-
Sujith Haridasan authored
Remove the headings if the secondary nav is present in this activity.
-
Sujith Haridasan authored
Update the behat tests to accomodate changes made for the tertiary navigation.
-
Sujith Haridasan authored
Update behat tests to accommodate changes made for tertiary navigation.
-
Sujith Haridasan authored
Update behat tests to accommodate changes made for tertiary navigation.
-
Sujith Haridasan authored
Update behat tests for the changes made for tertiarynav.
-
Sujith Haridasan authored
Update the behat tests to accommodate the changes made for the tertiary navigation.
-
Sujith Haridasan authored
Update behat tests for the changes made to the tertiary navigation.
-
Sujith Haridasan authored
Update the behat tests to accommodate the changes made for the tertiary navigation.
-
Sujith Haridasan authored
Update the tertiary navigation activity for question.
-
Cameron Ball authored
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.
-
Sujith Haridasan authored
Update the behat tests due to the changes made in UI for tertiary navigation.
-
Sujith Haridasan authored
Update the tertiary navigation for this activity.
-
Sujith Haridasan authored
Update behat tests to accommodate the changes made for tertiary navigation.
-
Sujith Haridasan authored
Update the tertiary navigation for this activity.
-
Sujith Haridasan authored
Update the behat tests as UI is updated for tertiary navigation.
-
Sujith Haridasan authored
Update the tertiary navigation for this activity.
-
Sujith Haridasan authored
Update tertiary navigation for this activity. Updated the behat tests for the change made.
-
Daniel Ziegenberg authored
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>
-
- 04 Dec, 2021 3 commits
-
-
Sujith Haridasan authored
Update the tertiary navigation for the mod_workshop. This also include a fix for behat tests due to the tertiary navigation change made.
-
-
-