Commit graph

99187 commits

Author SHA1 Message Date
sam marshall
edb5cd0de4 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:20:23 +01:00
Luca Bösch
9340b2a18e MDL-37226 assign: align select all header checkbox 2020-10-16 16:09:09 +02:00
Paul Holden
59ec5b1851 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:33:39 +01:00
Luca Bösch
531ce52940 MDL-65448 core_course: Restyle non-JS activity moving. 2020-10-16 14:50:21 +02:00
Luca Bösch
71f05ec9cb MDL-65448 block_site_main_menu: Restyle moving. 2020-10-16 14:50:21 +02:00
Luca Bösch
d1c884a56a MDL-65448 block_social_activities: Restyle moving. 2020-10-16 14:50:21 +02:00
Luca Bösch
411432c434 MDL-65448 gradebook: Restyle moving. 2020-10-16 14:50:21 +02:00
Luca Bösch
32be54d369 MDL-69945 core_calendar: let circles appear as circles 2020-10-16 14:24:09 +02:00
Sara Arjona
149fdcf075 weekly release 4.0dev 2020-10-16 13:18:32 +02:00
Sagar Ghimire
a0ffd0de5f MDL-68284 gradebook: Prevent exposing hidden quiz grade item 2020-10-16 15:08:08 +11:00
Jake Dallimore
e19669e432 Merge branch 'master_MDL-47178' of https://github.com/golenkovm/moodle 2020-10-16 11:52:09 +08:00
Jun Pataleta
3ae9f39c5c Merge branch 'MDL-69266-master' of https://github.com/HuongNV13/moodle 2020-10-16 10:09:47 +08:00
Huong Nguyen
0ee64fbc9c MDL-69266 qtype_ddwtos: 'unlimited' options fail in 3.9 2020-10-15 19:44:35 +07:00
Adrian Greeve
a83c69c2f5 Merge branch 'MDL-69549-master-7' of git://github.com/andrewnicols/moodle 2020-10-15 15:10:05 +08:00
Jun Pataleta
f720b77ab6 Merge branch 'MDL-69583-master' of git://github.com/ferranrecio/moodle 2020-10-15 13:56:47 +08:00
Jun Pataleta
8252b24f95 Merge branch 'MDL-69520-master' of git://github.com/sarjona/moodle 2020-10-15 13:53:26 +08:00
Simey Lameze
d6c5df42a4 MDL-69549 mod_resource: content export implementation 2020-10-15 13:45:59 +08:00
Andrew Nicols
bf535c522d MDL-69549 mod_page: Content export implementation 2020-10-15 13:45:59 +08:00
Andrew Nicols
1e6f81659e MDL-69549 mod_folder: Content export implementation 2020-10-15 13:45:59 +08:00
Andrew Nicols
deb400c6bf MDL-69549 core: Add context export API 2020-10-15 13:45:58 +08:00
Andrew Nicols
e5371191c6 Merge branch 'MDL-69739-master' of https://github.com/clransom/moodle 2020-10-15 13:16:32 +08:00
Eloy Lafuente (stronk7)
7a478c3211 Merge branch 'MDL-69813' of https://github.com/paulholden/moodle into master 2020-10-14 22:47:02 +02:00
Eloy Lafuente (stronk7)
76cfbfc5bc Merge branch 'MDL-63805-master' of git://github.com/jleyva/moodle into master 2020-10-14 21:22:02 +02:00
Eloy Lafuente (stronk7)
19b0f08cc2 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:16 +02:00
Sara Arjona
0c69575cc4 MDL-69520 core_h5p: unit tests for covering example and tutorial 2020-10-14 17:47:48 +02:00
Sara Arjona
6171c4bbe8 MDL-69520 core_h5p: add example and tutorial links 2020-10-14 17:47:46 +02:00
Eloy Lafuente (stronk7)
33a4c4a3b9 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:53:22 +02:00
Katie Ransom
51caf76655 MDL-69739 tool_usertours: Add tour-level CSS selector 2020-10-14 13:17:16 +01:00
Víctor Déniz
e335eb092a Merge branch 'MDL-68900-master' of https://github.com/sumitnegi933/moodle 2020-10-14 12:35:26 +01:00
Juan Leyva
1a09fc8d34 MDL-63805 glossary: New WS mod_glossary_prepare_entry_for_edition 2020-10-14 12:46:41 +02:00
Juan Leyva
b4a30d7acc MDL-63805 glossary: New WS mod_glossary_update_entry 2020-10-14 12:46:41 +02:00
Juan Leyva
3f5d99063b MDL-63805 glossary: Glossary API refactor 2020-10-14 12:46:41 +02:00
Ferran Recio
fed691aa17 MDL-69583 tool_customlang: add CLI import 2020-10-14 11:59:17 +02:00
Jake Dallimore
b5b9bbc7fe Merge branch 'master_MDL-69848' of https://github.com/golenkovm/moodle 2020-10-14 09:41:39 +08:00
Víctor Déniz
df61149804 Merge branch 'MDL-69779-better-x-redirect-by' of https://github.com/brendanheywood/moodle 2020-10-13 23:39:29 +01:00
Víctor Déniz
01fe171421 Merge branch 'MDL-68440-master' of https://github.com/Peterburnett/moodle 2020-10-13 23:16:20 +01:00
Eloy Lafuente (stronk7)
b673c0910a Merge branch 'MDL-68070-master_messaging_fix' of https://github.com/beenet-dev/moodle into master 2020-10-13 23:40:24 +02:00
Eloy Lafuente (stronk7)
05f18c4d01 Merge branch 'MDL-63806-master' of git://github.com/jleyva/moodle into master 2020-10-13 22:26:27 +02:00
Ferran Recio
489f6f2684 MDL-69583 tool_customlang: add customization import 2020-10-13 13:26:21 +02:00
Sara Arjona
11b094be4c weekly release 4.0dev 2020-10-13 13:24:07 +02:00
Sara Arjona
cd678ee4c3 Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install into master 2020-10-13 13:24:02 +02:00
Brendan Heywood
57aed80df6 MDL-68983 cache: Fix bug with readonly session combined with lock debug 2020-10-13 14:52:37 +11:00
Andrew Nicols
99ed3c3f1e Merge branch 'MDL-66928-request-dir-purge-bug' of https://github.com/brendanheywood/moodle 2020-10-13 11:48:41 +08:00
Brendan Heywood
9fabe1dda5 MDL-66928 core: Move request dirs to system tmp instead of localcache 2020-10-13 14:17:39 +11:00
Andrew Nicols
60dc6b01b5 Merge branch 'MDL-67654' of https://github.com/paulholden/moodle 2020-10-13 07:57:15 +08:00
Jenkins Automation
5650b7e3ad 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:33:52 +10:30
Paul Holden
bdfe918b13 MDL-67654 mod_forum: formchangechecker for discussion inline replies. 2020-10-12 23:32:50 +01:00
Michael Milette
33c9499b28 MDL-68766 auth: Login form: 'Log in using...' should be h3, not h6 2020-10-12 10:40:22 -04:00
Simon Mok
bf17107882 MDL-68070 messaging: Fix error when personal notification is disabled 2020-10-12 19:30:02 +08:00
Adrian Greeve
8a22784785 Merge branch 'master-MDL-69818' of https://github.com/golenkovm/moodle 2020-10-12 14:49:40 +08:00