Adrian Greeve
4b137eb20c
Merge branch 'MOODLE_39_STABLE-MDL-68284' of https://github.com/yao9394/moodle into MOODLE_39_STABLE
2020-10-20 08:41:09 +08:00
Mihail Geshoski
34ffdc2c81
MDL-69751 course: Handle missing guest user context
...
Makes sure the guest user context exists when fetching
the recommended modules. If the context does not exist
an exception is being thrown describing the problem.
2020-10-20 08:39:24 +08:00
Simey Lameze
83d478ce93
MDL-68664 theme: remove right margin from form-inline class
2020-10-20 08:32:57 +08:00
Andrew Nicols
565bc965b1
Merge branch 'MDL-69687-m39' of https://github.com/sammarshallou/moodle into MOODLE_39_STABLE
2020-10-20 08:02:46 +08:00
Jake Dallimore
e2cdcc563d
Merge branch 'MDL-69726_39' of git://github.com/aolley/moodle into MOODLE_39_STABLE
2020-10-20 07:46:23 +08:00
Paul Holden
ae61985191
MDL-69807 blocks: remove redundant sesskey loading edit/delete page.
2020-10-19 22:40:43 +01:00
Eloy Lafuente (stronk7)
2b169e9b31
Merge branch 'MDL-69906-39-searchsimpledb' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-10-19 22:56:40 +02:00
Eloy Lafuente (stronk7)
ccbd35915c
Merge branch 'MDL-57756-text-customparams-39' of https://github.com/cengage/moodle into MOODLE_39_STABLE
2020-10-19 22:32:10 +02:00
Sara Arjona
114d1a051e
Merge branch 'MDL-69897-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-19 18:15:07 +02:00
Sara Arjona
856c31cc32
Merge branch 'MDL-69900-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-10-19 13:42:13 +02:00
sam marshall
25049f4f19
MDL-69687 Course: remove_course_contents orphaned completion data
...
The remove_course_contents function did not delete data from
course_module_completion table in most cases, resulting in large
quantities of orphaned data.
2020-10-19 10:21:12 +01:00
Sara Arjona
00a46671fa
Merge branch 'MOODLE_39_MDL-69791' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-10-19 10:08:08 +02:00
Sara Arjona
d008aa7c99
Merge branch 'MDL-69736-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-10-19 09:04:06 +02:00
Sagar Ghimire
2d462ee8bd
MDL-68284 gradebook: Prevent exposing hidden quiz grade item
2020-10-19 16:22:37 +11:00
Andrew Nicols
3f50f83dc1
Merge branch 'MDL-69687-m39' of https://github.com/sammarshallou/moodle into MOODLE_39_STABLE
2020-10-19 13:20:25 +08:00
Andrew Madden
41121d705f
MDL-67695 mod_lti: Use correct return structure for get_tool_proxies.
...
* Use tool_proxy_return_structure for each proxy.
* Added tests for getting all proxies and orphaned proxies.
2020-10-19 15:16:44 +11:00
sam marshall
cc2faa2c90
MDL-69687 Course: Improve removal of completion data on MySQL
2020-10-16 18:23:41 +01:00
sam marshall
ae4f9b31f7
MDL-69687 DB: Add API for deleting data based on subquery
...
The new API works on normal databases (by deleting data based on the
subquery) and also on MySQL (by deleting the data using a weird join
on the subquery).
2020-10-16 18:23:41 +01:00
Luca Bösch
01f3495a46
MDL-37226 assign: align select all header checkbox
2020-10-16 16:08:48 +02:00
Paul Holden
c4c328565d
MDL-69788 lang: fallback to all translations if misconfigured.
...
If given translation list contains only invalid entries, fallback
to returning the complete list of available language translations.
2020-10-16 14:38:07 +01:00
Luca Bösch
7961a36b76
MDL-69945 core_calendar: let circles appear as circles
2020-10-16 14:15:56 +02:00
Sara Arjona
eda7eb44b3
weekly release 3.9.2+
2020-10-16 13:18:43 +02:00
Jake Dallimore
6589c3cdd6
Merge branch 'MOODLE_39_MDL-47178' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-10-16 11:52:58 +08:00
Jun Pataleta
eeb76ddd3f
Merge branch 'MDL-69266-39' of https://github.com/HuongNV13/moodle into MOODLE_39_STABLE
2020-10-16 10:09:30 +08:00
Huong Nguyen
14ea69c07c
MDL-69266 qtype_ddwtos: 'unlimited' options fail in 3.9
2020-10-15 20:07:02 +07:00
Eloy Lafuente (stronk7)
9f0400b74d
Merge branch 'MDL-69813-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-14 22:47:23 +02:00
Eloy Lafuente (stronk7)
f68a64d50b
MDL-68070 messaging: Ensure that error is shown on first messages
...
Before there is a conversation, messages between users are sent
using core_message_send_instant_messages instead of
core_message_send_messages_to_conversation.
That method had an undefined $errormessage variable, ultimately
causing the problem detected on message_post_message()/message_send()
to never been returned by the external.
This just adds the same error than already existing conversations do,
but returning it as warning, for BC, JS will show it.
2020-10-14 18:57:43 +02:00
Eloy Lafuente (stronk7)
d82acd309b
MDL-68070 messaging: Amend lang string to be clearer for any user.
...
Credit goes to Helen Foster for the improvement, thanks!
2020-10-14 16:54:48 +02:00
Víctor Déniz
22f34e807d
Merge branch 'MDL-68900-m39' of https://github.com/sumitnegi933/moodle into MOODLE_39_STABLE
2020-10-14 12:22:49 +01:00
Jake Dallimore
31d3a656d6
Merge branch 'MOODLE_39_MDL-69848' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-10-14 09:43:03 +08:00
Eloy Lafuente (stronk7)
3d41104fab
Merge branch 'MDL-68070-39_messaging_fix' of https://github.com/beenet-dev/moodle into MOODLE_39_STABLE
2020-10-13 23:41:03 +02:00
Sara Arjona
523f308a9a
weekly release 3.9.2+
2020-10-13 13:24:20 +02:00
Sara Arjona
e4d03a9257
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-10-13 13:24:17 +02:00
Brendan Heywood
cedf141cc3
MDL-68983 cache: Fix bug with readonly session combined with lock debug
2020-10-13 14:53:11 +11:00
Andrew Nicols
b4d51d67a9
Merge branch 'MDL-67654-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-13 08:01:08 +08:00
Jenkins Automation
9763c99f87
MDL-69726 calendar: fix raw event fetcher under postgres
...
Without this, there's a code path that under the right circumstances is hit and
results in a query with `FROM (mdl_event) ev` in it - which is not valid syntax
under postgres.
2020-10-13 09:35:03 +10:30
Paul Holden
56be61d4f6
MDL-67654 mod_forum: formchangechecker for discussion inline replies.
2020-10-12 23:32:38 +01:00
Simon Mok
6de6fe9590
MDL-68070 messaging: Fix error when personal notification is disabled
2020-10-12 21:43:48 +08:00
Michael Milette
754440d796
MDL-68766 auth: Login form: 'Log in using...' should be h3, not h6
2020-10-12 09:32:25 -04:00
Michael Milette
1ddaad70ad
MDL-68257 book: Fix display of table of contents in IE11.
2020-10-12 09:21:28 -04:00
Adrian Greeve
c954e18a99
Merge branch 'MOODLE_39_MDL-69818' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-10-12 14:47:52 +08:00
Jake Dallimore
e0a366fa0a
Merge branch 'MDL-68292-admin-sesskey-MOODLE_39_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_39_STABLE
2020-10-12 14:37:40 +08:00
Brendan Heywood
2e5daf9108
MDL-68292 core: Remove sesskey leakage on module pages
2020-10-12 17:11:48 +11:00
Adrian Greeve
5281e10e77
Merge branch 'MDL-69649-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2020-10-12 10:16:15 +08:00
Jake Dallimore
aae7a2b206
Merge branch 'MDL-69910-calendar-protectusername-MOODLE_39_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_39_STABLE
2020-10-12 10:06:06 +08:00
AMOS bot
419ff44b78
Automatically generated installer lang files
2020-10-11 00:08:29 +00:00
Brendan Heywood
c4a8787574
MDL-69910 calendar: Fix export exception when both params are sent
2020-10-11 09:20:21 +11:00
David Mudrák
834a1d64c5
MDL-69906 admin: Display Setup search engine as link only if it is valid
...
We use auto-generated admin section name here so we need to check that
the target section actually exists.
2020-10-09 14:04:55 +02:00
Sara Arjona
496e6ac804
weekly release 3.9.2+
2020-10-09 11:11:56 +02:00
Sara Arjona
7eb0f97113
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-10-09 11:11:53 +02:00