Peter Dias
a726e52e80
MDL-65086 analytics: Deprecate get_enabled_time_splitting_methods
2020-11-17 13:55:26 +08:00
Adrian Greeve
a370cb44bc
Merge branch 'MDL-50955-master' of git://github.com/peterRd/moodle
2020-11-17 13:04:57 +08:00
Andrew Nicols
a2da1d0e28
Merge branch 'MDL-69964' of git://github.com/paulholden/moodle
2020-11-17 10:21:27 +08:00
Paul Holden
5fb73c9639
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:17 +00:00
Peter Dias
487c6f67b5
MDL-63266 core: Final deprecation enrol/cli/sync.php
2020-11-16 23:11:17 +08:00
Dani Palou
d1af86fd62
MDL-70153 qtype_essay: Fix max size displayed for attachments
2020-11-16 15:20:34 +01:00
Eloy Lafuente (stronk7)
de317c2cd4
Merge branch 'MDL-67513-master-fix' of https://github.com/andrewnicols/moodle into master
2020-11-16 09:17:31 +01:00
Andrew Nicols
78962293ef
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 15:19:32 +08:00
Peter Dias
8e3031aed0
MDL-50955 core: Reset lessons completion criteria if grade type is none
2020-11-16 15:12:34 +08:00
Brendan Heywood
522e4c6c76
MDL-47456 core: Remove redundant DB call during bootstrap
2020-11-16 16:04:07 +11:00
Brendan Heywood
2481b041ce
MDL-70107 tool_task: Unlock session on long running tasks in UI
2020-11-16 15:42:25 +11:00
Andrew Nicols
73bd838c1b
Merge branch 'MDL-67513' of https://github.com/NeillM/moodle
2020-11-16 08:22:51 +08:00
Brendan Heywood
7f97d1181d
MDL-67081 xhprof: Allow conditional profiling from CLI using env vars
2020-11-13 14:01:38 +11:00
AMOS bot
bb55bcf014
Automatically generated installer lang files
2020-11-13 00:09:47 +00:00
Luca Bösch
c2164fa6bb
MDL-69526 block_myoverview: custom course fields natural sorting
2020-11-13 00:59:07 +01:00
Eloy Lafuente (stronk7)
6ef4e66f03
weekly release 4.0dev
2020-11-12 22:11:32 +01:00
Eloy Lafuente (stronk7)
6baec70346
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install into master
2020-11-12 22:11:29 +01:00
Vitaly
d7d1ed65a5
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-12 15:14:44 +03:00
Neill Magill
524253382c
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:35:55 +00:00
Adrian Greeve
1691176799
Merge branch 'MDL-69453-master' of git://github.com/bmbrands/moodle
2020-11-12 11:53:49 +08:00
Adrian Greeve
5d2617a462
Merge branch 'master-MDL-70117' of https://github.com/golenkovm/moodle
2020-11-12 11:48:57 +08:00
Andrew Nicols
ea77b43b4e
Merge branch 'MDL-70067-master_theme_classic' of https://github.com/alexmorrisnz/moodle
2020-11-12 10:26:30 +08:00
Eloy Lafuente (stronk7)
7378fac031
Merge branch 'MDL-65941-master' of https://github.com/snake/moodle into master
2020-11-12 00:18:26 +01:00
Eloy Lafuente (stronk7)
a765b5a170
Merge branch 'MDL-70023-master' of git://github.com/marinaglancy/moodle into master
2020-11-11 23:57:15 +01:00
Alex Morris
fa99232970
MDL-70067 report_insights: Replace BS3 column naming
...
Bootstrap 4 removed col-xs- and replaced it with col-
2020-11-12 08:56:19 +13:00
Sara Arjona
c33f967019
Merge branch 'MDL-70063-master-1' of git://github.com/mihailges/moodle
2020-11-11 16:32:08 +01:00
Bas Brands
35bd8622f7
MDL-69878 core_message: always show message drawer close icon
2020-11-11 15:39:16 +01:00
Jun Pataleta
f0b91724fe
Merge branch 'MDL-70072-master' of git://github.com/rezaies/moodle
2020-11-11 22:08:07 +08:00
Mihail Geshoski
ce76a3e89b
MDL-70063 block_tag_youtube: Add behat tests
2020-11-11 21:24:44 +08:00
Mihail Geshoski
87b9e72f4e
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:24:44 +08:00
Mihail Geshoski
ca5850e341
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:10:12 +08:00
Bas Brands
4d181cafa5
MDL-69453 core_form: improve form UI icons and alignment
2020-11-11 13:46:00 +01:00
Sara Arjona
84a8a2270f
Merge branch 'MDL-70141-master' of https://github.com/sammarshallou/moodle
2020-11-11 08:39:14 +01:00
Sara Arjona
e7ea4ae450
Merge branch 'MDL-69823-master' of git://github.com/jleyva/moodle
2020-11-11 07:41:19 +01:00
Michael Aherne
2385ae7ee2
MDL-65941 cache: Prevent cache config failure on redis problems.
2020-11-11 14:33:22 +08:00
Andrew Nicols
c3086f74fb
Merge branch 'MDL-70126' of git://github.com/paulholden/moodle
2020-11-11 10:20:00 +08:00
Andrew Nicols
8d8443411d
Merge branch 'MDL-70065' of https://github.com/timhunt/moodle
2020-11-11 09:49:26 +08:00
AMOS bot
987023631c
Automatically generated installer lang files
2020-11-11 00:07:43 +00:00
Mikhail Golenkov
8d025b449e
MDL-70117 dataformat_pdf: Fix content overflow when headers are involved
2020-11-11 10:49:58 +11:00
Paul Holden
5148154d2e
MDL-69809 mod_folder: include forcedownload setting in WS responses.
2020-11-10 20:47:57 +00:00
Juan Leyva
440aaccb57
MDL-69823 qtype: Support core question types
2020-11-10 19:16:24 +01:00
Juan Leyva
caddb8f175
MDL-69823 mod_quiz: Return question options via WS
2020-11-10 19:16:24 +01:00
Sara Arjona
16af4ae4db
Merge branch 'MDL-70106-icon-cache' of https://github.com/Peterburnett/moodle
2020-11-10 16:53:27 +01:00
Jun Pataleta
84b7d23334
Merge branch 'MDL-69930-master' of https://github.com/HuongNV13/moodle
...
# 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:11:54 +08:00
Peter Burnett
7fa2f521d7
MDL-70160 cache: plugin_functions checks for function_exists()
2020-11-10 16:02:55 +10:00
Jun Pataleta
62fcc8d22a
Merge branch 'MDL-68349-master' of git://github.com/marinaglancy/moodle
2020-11-10 10:14:57 +08:00
Jake Dallimore
5365057493
Merge branch 'MDL-69841-master' of https://github.com/HuongNV13/moodle
2020-11-10 09:32:34 +08:00
Paul Holden
3521d50c13
MDL-67702 gradereport_grader: user filters per report instance.
2020-11-09 23:21:24 +00:00
Paul Holden
05680020e7
MDL-67702 mod_assign: distinct uniqueid value for grading tables.
...
This has the effect of making table sorting and filtering by initials
apply only to the current table instance, rather than to all of them.
2020-11-09 23:18:09 +00:00
Víctor Déniz
27ef489443
Merge branch 'MDL-69955-master' of https://github.com/HuongNV13/moodle
2020-11-09 21:46:53 +00:00