Commit graph

99780 commits

Author SHA1 Message Date
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
Jun Pataleta
0a7c652a83 Merge branch 'MDL-68481_311' of git://github.com/mdjnelson/moodle into MOODLE_311_STABLE 2020-12-16 15:20:19 +08:00
Jun Pataleta
bb57afaa88 Merge branch 'MDL-68533_311-clean_param' of git://github.com/mdjnelson/moodle into MOODLE_311_STABLE 2020-12-16 12:48:54 +08:00
Jun Pataleta
faea6bc0f7 Merge branch 'MDL-54907_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE 2020-12-16 10:34:23 +08:00
Andrew Nicols
6dae4aa3ad MDL-69107 user: Fix autocomplete usages 2020-12-16 07:50:56 +08:00
Sara Arjona
d827df6fd0 Merge branch 'MDL-70422-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE 2020-12-15 16:42:54 +01:00
Sara Arjona
70b7066a9e Merge branch 'MDL-70409-311' of git://github.com/merrill-oakland/moodle into MOODLE_311_STABLE 2020-12-15 16:15:44 +01:00
Alexander Bias
91306f5f66 MDL-70342 block_timeline: Get rid of double quotes
This commit gets rid of double quotes around the activity name and course name
which have sneaked into block_timeline's view in MDL-65183.
2020-12-15 15:29:04 +01:00
Sara Arjona
b98b5e10e5 Merge branch 'MDL-70357-311-cronlibthrowables' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE 2020-12-15 14:55:56 +01:00
Ilya Tregubov
ef27ea9f90 MDL-70261 course: Allow update locked course custom fields
on course upload.
2020-12-15 14:39:56 +02:00
Jake Dallimore
716a38fafe Merge branch 'MDL-67623-311_blocks_myoverview_pagination_regression' of https://github.com/tomdickman/moodle into MOODLE_311_STABLE 2020-12-15 18:21:41 +08:00
Brendan Heywood
feda75bdff MDL-68010 tool_task: Allow disable tasks to still be run manually 2020-12-15 17:00:26 +11:00
Jun Pataleta
83e20b9335 Merge branch 'MDL-70361-dlrlid-311' of https://github.com/cengage/moodle into MOODLE_311_STABLE 2020-12-15 11:17:07 +08:00
Brendan Heywood
5fd5aec1f0 MDL-68608 session: Improved the readonly session debugging 2020-12-15 13:44:18 +11:00
Brendan Heywood
2d935948ea MDL-68768 tool_tasks: Check for failing adhoc tasks 2020-12-15 13:42:17 +11:00
Andrew Nicols
119977e663 MDL-69107 form_autocomplete: Rewrite item selection
The form_autocomplete is essentially a custom element. Unfortunately the
`setValue()` function in Mink has undesired actions so it is necessary
to write our own handling for it.

The standard Mink `setValue()` function focuses the element, sets a
value, and then blurs the element. In the case of the autocomplete this
can cause the autocomplete suggestions list to be closed in some
situations. Instead of using the setValue we click, and type the value,
but do not immediately blur.
2020-12-15 09:08:05 +08:00
AMOS bot
eb9f9a029a Automatically generated installer lang files 2020-12-15 00:07:27 +00:00
Sara Arjona
72f635ab12 Merge branch 'MDL-70397-311' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE 2020-12-14 17:12:00 +01:00
Jake Dallimore
306f024312 Merge branch 'MDL-70324-3.11' of https://github.com/JBThong/moodle into MOODLE_311_STABLE 2020-12-14 11:29:57 +08:00
Tom Dickman
761d070b76 MDL-67623 block overview: fix pagination regression
Fixed a regression caused by MDL-64194 resulting in Dashboard - Course
overview pagination not working from second page of courses onwards.

Course overview block should now do the following:
- Display no pagination controls when user has no courses
- Display no pagination controls when less than 12 courses to display
- Only display pagination controls up to the number of courses user is
enrolled in
- Work correctly when on a page greater than the second page.
2020-12-14 13:26:22 +11:00
AMOS bot
c28e9297db Automatically generated installer lang files 2020-12-13 00:07:28 +00:00
Mark Nelson
374bbf59bc MDL-68481 mod_folder: stream files when creating zip 2020-12-12 12:50:54 +08:00
Mark Nelson
aa8d0aac23 MDL-68533 mod_assign: stream files when creating zip 2020-12-12 12:45:36 +08:00
Mark Nelson
f9810e2aff MDL-68533 core_files: add archive_writer API 2020-12-12 12:45:36 +08:00
AMOS bot
3d3ad1cc3e Automatically generated installer lang files 2020-12-12 00:07:32 +00:00
AMOS bot
59208e5f3f Merge branch 'MOODLE_311_STABLE' into install_311_STABLE 2020-12-12 00:07:31 +00:00
Tim Hunt
27bc291f71 MDL-69735 quiz: new capability for read-only view of setting overrides 2020-12-11 21:25:57 +00:00
Tim Hunt
f226b6e1b9 MDL-69735 core renderer notifications: make closebutton option usable 2020-12-11 21:23:07 +00:00
Mikel Martín
deaf34ee3a MDL-70322 core_search: consistent search icon 2020-12-11 15:42:35 +01:00
AMOS bot
64cedaa361 Automatically generated installer lang files 2020-12-11 00:07:33 +00:00
Víctor Déniz
d328ef1c9d weekly release 3.11dev 2020-12-10 21:10:02 +00:00
Víctor Déniz
858ff2096a Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE 2020-12-10 21:09:55 +00:00
Huong Nguyen
0cc42a2047 MDL-70426 qtype_ddmarker: infinite markers keep duplicating 2020-12-10 15:52:09 +07:00
Shamim Rezaie
11987c1554 MDL-69301 theme_boost: Remove the special handling of Escape key 2020-12-10 15:02:33 +08:00
Jake Dallimore
435bb5ce2a Merge branch 'MDL-70320-311' of https://github.com/andrewnicols/moodle into MOODLE_311_STABLE 2020-12-10 12:01:11 +08:00
Andrew Nicols
8f3d77d228 MDL-70320 behat: User full path to page admin node 2020-12-10 07:55:50 +08:00
Víctor Déniz
46acc5d7ff Merge branch 'MDL-63683-311' of https://github.com/dravek/moodle into MOODLE_311_STABLE 2020-12-09 12:25:40 +00:00
Jake Dallimore
4abc3ab89a Merge branch 'MDL-70151-311' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE 2020-12-09 14:45:57 +08:00
Shamim Rezaie
c16004ce15 MDL-69301 behat: comment a test out
The e.key is not filled correctly by Geckodriver on the verssion of
Firefox that we use.
2020-12-09 13:42:03 +08:00
Andrew Nicols
99ef1a78c1 Merge branch 'MDL-65186-311' of git://github.com/ilya-catalyst/moodle into MOODLE_311_STABLE 2020-12-09 13:34:42 +08:00