Eloy Lafuente (stronk7)
76a830b058
Merge branch 'MDL-69201-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-11-18 23:00:30 +01:00
sangnguyen
2f9582d754
MDL-70094 Question: Technical info section expands if click help icon
2020-11-18 17:30:49 +07:00
Vitaly
12d4c82f98
MDL-56653 enrol_meta: a single DB query in edit_instance_validation
...
The 'edit_instance_validation()' method checks for existing meta enrolment instances.
The fix replaces DB queries in a loop for each course with a single query for all courses.
Also, a new testing method 'test_edit_instance_validation_with_existing_courses()'
was added to /enrol/meta/tests/plugin_test.php to test if the new implementation
returns an error in case of trying to save the already linked courses in the 'customint1' field.
2020-11-18 15:05:31 +08:00
Andrew Nicols
3648ffdc8e
Merge branch '39_MDL-68896' of git://github.com/danmarsden/moodle into MOODLE_39_STABLE
2020-11-18 10:06:41 +08:00
Eloy Lafuente (stronk7)
1194dde152
Merge branch 'MDL-70148-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-11-17 23:13:27 +01:00
Paul Holden
f727dad657
MDL-67514 customfield: correct external usescategories return type.
2020-11-17 22:13:19 +00:00
Marina Glancy
985d5a5824
MDL-70242 auth_oauth2: set page context and url
2020-11-17 16:48:06 +01:00
Andrew Nicols
0210ab0005
MDL-70148 gradereport_grader: Improve reliability of keyboard usage
...
In some browsers the ajax grade select does not properly update the
grade after setting values. The previous solution was to press the
[enter] key, but doing this with the new key type step opens the select
box again. This is what happens when a real user presses enter on the
select.
This is the last possible field in the report, so pressing the tab key
to move to the next gradable element does not work.
The solution uses a shift-tab to move the focus away to the previous
gradale element. In this case it must also be moved to an earlier step
because the previously selected value must be checked in the Then
section of the test and if it is selected then its value cannot be
checked.
2020-11-17 15:14:43 +08:00
Andrew Nicols
99cf35e681
MDL-70148 qtype: Update qtype steps to new key interaction
...
Note: The ddmarker question type was previously getting the number of
keypresses wrong. This was because it was using both keyDown/keyUp, and
also keyPress. As a result each keypress was essentially happening two
times.
2020-11-17 15:14:43 +08:00
Andrew Nicols
61d0134488
MDL-70148 behat: Update steps for keyboard
2020-11-17 15:14:43 +08:00
Andrew Nicols
2369ad7737
MDL-70148 behat: Add steps to send keys without an element
2020-11-17 15:14:43 +08:00
Andrew Nicols
71dcd85182
Merge branch 'MDL-69526-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-11-17 14:55:32 +08:00
Adrian Greeve
f5d19447e0
Merge branch 'MDL-50955-39' of git://github.com/peterRd/moodle into MOODLE_39_STABLE
2020-11-17 13:10:08 +08:00
Andrew Nicols
b276f33850
Merge branch 'MDL-69964-39' of git://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-11-17 10:23:01 +08:00
Paul Holden
b932b798f1
MDL-69964 course: toggle participant checkboxes in root element.
...
For a given toggleGroup, the relevant action elements are not
necessarily descendants of the same tableRoot element, on the
course participants page.
2020-11-16 17:44:26 +00:00
Andrew Nicols
14cecfa4c0
MDL-67513 core: Only move modal to body if currently attached
...
A previous change as part of this commitset was intended to move the
modal to the document.body, but where the modal had been destroyed it
was instead added back to the body.
2020-11-16 09:40:43 +01:00
Peter Dias
9582b85c16
MDL-50955 core: Reset lessons completion criteria if grade type is none
2020-11-16 16:37:28 +08:00
Andrew Nicols
f920fdced0
Merge branch 'MDL-67513-m39' of https://github.com/NeillM/moodle into MOODLE_39_STABLE
2020-11-16 08:39:21 +08:00
Luca Bösch
53836d2035
MDL-69526 block_myoverview: custom course fields natural sorting
2020-11-13 00:56:26 +01:00
Eloy Lafuente (stronk7)
ff2b655928
weekly release 3.9.3+
2020-11-12 22:11:37 +01:00
Eloy Lafuente (stronk7)
706f6c93ae
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-11-12 22:11:34 +01:00
Neill Magill
6028dc3924
MDL-67513 forum: View conversations while fullscreen grading
...
Before this change when a modal was shown and an element on the page
was fullscreen the modal would be created behind it.
This change ensures that the modal will be inside an element that is
fullscreen so that it will be correctly displayed.
2020-11-12 08:34:59 +00:00
Adrian Greeve
fd34a36514
Merge branch 'MDL-69453-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-11-12 12:00:36 +08:00
Andrew Nicols
27da8851f6
Merge branch 'MDL-70067-39_theme_classic' of https://github.com/alexmorrisnz/moodle into MOODLE_39_STABLE
2020-11-12 10:30:45 +08:00
Adrian Greeve
248ab7a4b3
Merge branch 'MOODLE_39_MDL-70117' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-11-12 09:25:39 +08:00
Eloy Lafuente (stronk7)
fcf07d64c8
Merge branch 'MDL-65941-39' of https://github.com/snake/moodle into MOODLE_39_STABLE
2020-11-12 00:18:51 +01:00
Eloy Lafuente (stronk7)
897cfd7c81
Merge branch 'MDL-70023-39' of git://github.com/marinaglancy/moodle into MOODLE_39_STABLE
2020-11-11 23:57:35 +01:00
Alex Morris
193aa32b88
MDL-70067 report_insights: Replace BS3 column naming
...
Bootstrap 4 removed col-xs- and replaced it with col-
2020-11-12 08:57:29 +13:00
Sara Arjona
78908d7757
Merge branch 'MDL-70063-39-1' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-11-11 16:30:34 +01:00
Jun Pataleta
896c962160
Merge branch 'MDL-68257-M39' of https://github.com/ised-isde-canada/moodle into MOODLE_39_STABLE
2020-11-11 22:12:53 +08:00
Jun Pataleta
1178406516
Merge branch 'MDL-70072-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2020-11-11 22:09:21 +08:00
Mihail Geshoski
409f92b75d
MDL-70063 block_tag_youtube: Add behat tests
2020-11-11 21:49:38 +08:00
Mihail Geshoski
6ea0b003d7
MDL-70063 block_tag_youtube: Fix category config in existing instances
...
Upgrade step that fixes the category configuration of existing
tag_youtube block instances.
2020-11-11 21:49:38 +08:00
Mihail Geshoski
918b60d700
MDL-70063 block_tag_youtube: Update category config to use category ID
...
In YouTube Data API v3, the API call to fetch the videos related to a
certain category expects the category ID to be passed to the
videoCategoryId parameter, instead of the category name. Therefore, the
category config should store the category ID.
2020-11-11 21:49:37 +08:00
Bas Brands
b997786180
MDL-69453 core_form: improve form UI icons and alignment
2020-11-11 14:05:00 +01:00
Sara Arjona
3e8447fe9a
Merge branch 'MDL-70141-m39' of https://github.com/sammarshallou/moodle into MOODLE_39_STABLE
2020-11-11 08:39:37 +01:00
Michael Aherne
28a1f0943d
MDL-65941 cache: Prevent cache config failure on redis problems.
2020-11-11 14:50:43 +08:00
Andrew Nicols
7a2d0fb5dc
Merge branch 'MDL-70126-39' of git://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-11-11 10:26:14 +08:00
Andrew Nicols
28de3d7db9
Merge branch 'MDL-70065_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2020-11-11 10:10:45 +08:00
AMOS bot
9fa04e3f2e
Automatically generated installer lang files
2020-11-11 00:07:45 +00:00
Mikhail Golenkov
1d41237ae8
MDL-70117 dataformat_pdf: Fix content overflow when headers are involved
2020-11-11 10:53:20 +11:00
Sara Arjona
b0a9faf1c6
Merge branch 'MDL-70106-icon-cache-39' of https://github.com/Peterburnett/moodle into MOODLE_39_STABLE
2020-11-10 16:53:46 +01:00
Peter Burnett
e9961085eb
MDL-70160 cache: plugin_functions checks for function_exists()
2020-11-10 16:04:49 +10:00
Jun Pataleta
766376261a
Merge branch 'MDL-69930-39' of https://github.com/HuongNV13/moodle into MOODLE_39_STABLE
...
# Conflicts:
# question/type/ddimageortext/amd/build/question.min.js
# question/type/ddimageortext/amd/build/question.min.js.map
# question/type/ddimageortext/amd/src/question.js
2020-11-10 14:03:19 +08:00
Jun Pataleta
8e2e459daa
Merge branch 'MDL-68349-39' of git://github.com/marinaglancy/moodle into MOODLE_39_STABLE
2020-11-10 10:14:28 +08:00
Jake Dallimore
fedd703ce1
Merge branch 'MDL-69841-39' of https://github.com/HuongNV13/moodle into MOODLE_39_STABLE
2020-11-10 09:33:47 +08:00
Víctor Déniz
a1216eb05b
Merge branch 'MDL-69955-39' of https://github.com/HuongNV13/moodle into MOODLE_39_STABLE
2020-11-09 21:47:45 +00:00
Paul Holden
e49e58a924
MDL-69201 core: consistent table primary sort column/order.
2020-11-09 19:45:28 +00:00
Paul Holden
97a03ba74d
MDL-70126 tag: correct thrown exception class name.
2020-11-09 19:43:31 +00:00
Neill Magill
ba43374d96
MDL-67513 forum: Test that discussions can be viewed while grading
2020-11-09 14:26:21 +00:00