Commit graph

100169 commits

Author SHA1 Message Date
Ruslan Kabalin
921f8aee81 MDL-70055 pgsql DML: Support large number of SQL-IN parameters.
This patch adds a solution for Postgres that allows overriding IN
statement limit of 16bit (65535 values) by wrapping items in VALUES
list. This only takes place in number of items exceeds 65535, otherwise
parent class get_in_or_equal() function is used.
2020-12-24 14:40:22 +00:00
AMOS bot
288db59992 Automatically generated installer lang files 2020-12-24 00:07:29 +00:00
Eloy Lafuente (stronk7)
7eb99cedd4 weekly release 3.11dev 2020-12-23 20:24:32 +01:00
Eloy Lafuente (stronk7)
1c0811636b Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE 2020-12-23 20:24:29 +01:00
Ferran Recio
982e52b366 MDL-70308 libraries: upgrade videojs to 7.10.0 2020-12-23 10:38:23 +01:00
Jake Dallimore
52976d4eb3 Merge branch 'MDL-69399-311_lti_alpha' of https://github.com/haietza/moodle into MOODLE_311_STABLE 2020-12-23 11:36:54 +08:00
Eloy Lafuente (stronk7)
c8855a36ab Merge branch 'MDL-56119-311' of https://github.com/inigozendegi/moodle into MOODLE_311_STABLE 2020-12-23 01:27:00 +01:00
Eloy Lafuente (stronk7)
518fbeb84e Merge branch 'MDL-70279-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE 2020-12-23 00:46:51 +01:00
Bas Brands
fe68109683 MDL-70436 theme_boost: closebutton styles in moodle-dialog-fullscreen 2020-12-22 18:29:46 +01:00
Bas Brands
c4f8590a9d MDL-70386 theme_boost: quizes correctness badges 2020-12-22 18:23:13 +01:00
Víctor Déniz
0d33e00c43 Merge branch 'MDL-70341-311-task-override-fix-disabled' of https://github.com/jamie-catalyst/moodle into MOODLE_311_STABLE 2020-12-22 10:35:46 +00:00
Jake Dallimore
6c5fc83f17 Merge branch 'MDL-70459-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE 2020-12-22 16:51:15 +08:00
Jake Dallimore
cf02c19b01 Merge branch 'MDL-69422-311-2' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE 2020-12-22 15:58:45 +08:00
Jake Dallimore
d8247c90f2 Merge branch 'MDL-70426-311' of https://github.com/HuongNV13/moodle into MOODLE_311_STABLE 2020-12-22 15:16:23 +08:00
Kristian Ringer
43f48b8828 MDL-64865 auth: Log changing auth config in get_enabled_auth_plugins 2020-12-22 13:39:21 +08:00
Mikhail Golenkov
1685058696 MDL-70520 mod_assign: Use task API to get scheduled task lastruntime 2020-12-22 15:29:24 +11:00
Mikhail Golenkov
5623d3bae6 MDL-70520 tasks: Keep lastruntime when a scheduled task is reset 2020-12-22 15:29:02 +11:00
Andrew Nicols
d2ef283eb0 Merge branch 'MOODLE_311_MDL-65856' of https://github.com/hdagheda/moodle into MOODLE_311_STABLE 2020-12-22 09:41:48 +08:00
AMOS bot
8d5e440db7 Automatically generated installer lang files 2020-12-22 00:07:26 +00:00
Víctor Déniz
b499883da2 Merge branch 'MDL-70355-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE 2020-12-21 23:19:46 +00:00
Eloy Lafuente (stronk7)
3e4d38868d Merge branch 'MDL-70430-311-oauth2refreshtoken' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE 2020-12-22 00:06:53 +01:00
Víctor Déniz
990f1d5b73 Merge branch 'MDL-70284-dynreg-bug-311' of https://github.com/cengage/moodle into MOODLE_311_STABLE 2020-12-21 13:43:17 +00:00
Heena Agheda
690d44219c MDL-65856 session: UX review of session timeout
Add new setting 'sessiontimeoutwarning', gives logged in user ability to extend session when there is no activity.
2020-12-21 09:11:10 +11:00
Sara Arjona
cbee3f569c Merge branch 'MDL-69107-311-2' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE 2020-12-18 15:22:16 +01:00
Michelle Melton
d2fd52c0b3 MDL-69399 LTI: Alphabetize LTI tool list in selection menu 2020-12-18 08:58:39 -05:00
Tim Hunt
7242488cc0 MDL-70374 qtype_multichoice: code cleanup
* Remove some obsoliete CSS.
* Put the CSS in a more logical order.
* Rename some variables in the renderer, for more clarity.
2020-12-18 13:14:04 +00:00
Tim Hunt
5426f8bc35 MDL-70374 qtype_multichoice: improve alignment of choices 2020-12-18 13:14:03 +00:00
Tim Hunt
4774aadd3e MDL-70476 permission overrides: role names double-escaped in tool tip 2020-12-18 13:02:32 +00:00
Mikhail Golenkov
ffccb474b3 MDL-70362 admin_cli: Add showdebugging and showsql to uninstall_plugins 2020-12-18 12:17:12 +11:00
Mikhail Golenkov
478852d08f MDL-68792 theme_boost: Do not move blocks on embedded layout. 2020-12-18 12:07:26 +11:00
Mikhail Golenkov
64891ca0c7 MDL-68792 theme_boost: Show the fake blocks on embedded layout. 2020-12-18 12:07:26 +11:00
Sara Arjona
6531992043 MDL-70408 mod_h5pactivity: Add link to content bank content
If the activity uses a referenced H5P file from the content bank,
a link for displaying this specific content will be shown into the H5P
activity form instead of the generic one to the main content bank
page.
2020-12-17 18:35:26 +01:00
Luca Bösch
26345a0de5 MDL-70355 calendar: Filter popuptext for calendar entries. 2020-12-17 17:45:23 +01:00
Amaia Anabitarte
c94cb31678 MDL-57552 core_course: Typo in view-combined class 2020-12-17 17:12:25 +01:00
Sara Arjona
21c367cee6 weekly release 3.11dev 2020-12-17 15:52:44 +01:00
Sara Arjona
a734358dc6 Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE 2020-12-17 15:52:42 +01:00
David Mudrák
34ae2bfdf4 MDL-70486 output: Improve check for block region name string existence
* The fact that non-existing strings are returned in certain format
  starting with the bracket, is kind of side debugging effect. The value
  is really undefined and should not be relied upon.
* The string could actually exist and be worded so that its first
  character is also the square bracket.
2020-12-17 10:03:42 +01:00
Jake Dallimore
e596b517b2 Merge branch 'MDL-65284-311' of git://github.com/aanabit/moodle into MOODLE_311_STABLE 2020-12-17 11:07:08 +08:00
Jake Dallimore
24e842283c Merge branch 'MDL-66138-311' of git://github.com/ilyatregubov/moodle into MOODLE_311_STABLE 2020-12-17 10:59:37 +08:00
Jun Pataleta
d0d7861278 Merge branch 'MDL-68831_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE 2020-12-17 00:04:43 +08:00
Jun Pataleta
5855302aed Merge branch 'MDL-69735_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE 2020-12-16 23:01:37 +08:00
Ilya Tregubov
b6621e64b1 MDL-66138 forum: Deprecate get_forum_discussions_paginated 2020-12-16 16:32:54 +02:00
Tim Hunt
5b59ead94f MDL-68831 quiz overrides: show a summary on the quiz info page 2020-12-16 14:24:55 +00:00
Shamim Rezaie
f3a92acdd1 MDL-70394 paygw_paypal: Fix the incorrect foreign key 2020-12-17 00:24:45 +11:00
Víctor Déniz
dc556668d3 Merge branch 'MDL-70261-311' of git://github.com/ilya-catalyst/moodle into MOODLE_311_STABLE 2020-12-16 12:32:01 +00:00
Amaia Anabitarte
f9071947e9 MDL-65284 analytics: Final deprecation get_analysables() 2020-12-16 12:47:52 +01:00
Sara Arjona
bb08b03b4f Merge branch 'MDL-70373_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE 2020-12-16 12:40:42 +01:00
Shamim Rezaie
ff67cd2b87 MDL-70459 enrol_fee: Sort the list of currencies when displaying 2020-12-16 22:30:40 +11:00
Shamim Rezaie
abe543bfa7 MDL-70459 core_payment: use array_merge to merge currencies 2020-12-16 22:30:40 +11:00
Sara Arjona
1b03e98d41 Merge branch 'MDL-70322-311' of git://github.com/roland04/moodle into MOODLE_311_STABLE 2020-12-16 12:04:12 +01:00