Commit graph

103009 commits

Author SHA1 Message Date
Thong Bui
3972964e45 MDL-71137 File upload: progress bar issues display when D&D multi files 2021-09-06 14:11:03 +07:00
Sara Arjona
a6d27c5b49 Merge branch 'master_MDL-71639-exporttoxml' of https://github.com/catalyst/moodle-MDL-70329 2021-09-06 08:58:20 +02:00
Eloy Lafuente (stronk7)
49b057e4dc Merge branch 'MDL-72428-master-enfix' of git://github.com/mudrd8mz/moodle 2021-09-03 19:09:52 +02:00
David Mudrák
9f8349bdfb MDL-72428 lang: Use the fixed strings in the tests 2021-09-03 17:38:35 +02:00
Helen Foster
92cc461235 MDL-72428 lang: Import fixed English strings (en_fix) 2021-09-03 17:38:35 +02:00
Eloy Lafuente (stronk7)
616e8a0e0b Merge branch 'MDL-72478-master' of git://github.com/sarjona/moodle 2021-09-03 17:02:40 +02:00
Amaia Anabitarte
c5578db866 MDL-72310 core_course: Expand course index sections by default 2021-09-03 12:25:33 +02:00
Shamim Rezaie
d4dfd44491 MDL-56773 atto_equation: The equation editor should always be rtl
Also re-applied the border that was added to the preview area as part of
MDL-44778. The class name that's used no longer exists.
2021-09-03 17:57:40 +10:00
Sara Arjona
eb70e8f87e MDL-72478 calendar: Fix PHPUnit failure with offset
Before PHP 8.0.10, the time is lost when datetime->modify() is used
with weekdays. However, with PHP 8.0.10, the time is kept.
In consequence, the test_yearly_every_20th_monday_forever method
started failing.
For fixing it, the offset has been removed and the time has been set
to 00:00, so the behaviour will be the same regardless the PHP
version.
2021-09-03 09:28:46 +02:00
Simey Lameze
cf7539ecb8 MDL-72426 theme: fix message and notification count colour contrast 2021-09-03 12:25:33 +08:00
Guillermo Gomez
fb10b36c04 MDL-71585 qbank_managecategories: Add managecategories to core
This implementation will introduce a qbank plugin "managecategories"
which will add the question categories feature in the question bank view
by replacing the core classes. Having this plugin will give users
the flexibility of enabling or disabling the category tab.
2021-09-03 09:41:18 +10:00
Peter Burnett
5414c59f0d MDL-72452 resource: Filter resource media embed output 2021-09-03 09:11:47 +10:00
Eloy Lafuente (stronk7)
6ae9f22653 Merge branch 'MDL-71014-cache-siteid' of https://github.com/brendanheywood/moodle 2021-09-02 23:00:17 +02:00
Paul Holden
d12eb4943b MDL-72467 tool_task: improve cron status check details. 2021-09-02 17:32:19 +01:00
Sara Arjona
c6d11f0f6c MDL-72041 qformat: Remove WebCT question format
WebCT was acquired by Blackboard in 2006, so qformat_webct has been
completely removed from Moodle core.
2021-09-02 16:16:55 +02:00
Odei Alba
15c7a4bd57 MDL-46778 behat: Allow different database for behat 2021-09-02 14:56:12 +02:00
sam marshall
5d62223bf0 MDL-72025 Upgrade: Out of memory when updating social profile fields 2021-09-02 13:42:58 +01:00
Luca Bösch
7923918df3 MDL-72216 questions: Don't stick buttons together in preview. 2021-09-02 13:37:14 +02:00
Safat Shahin
c1797c6c9e MDL-71639 qbank_exporttoxml: Add Export to xml plugin to core
This implementation will introduce a qbank plugin "exporttoxml"
which will implement the export to xml action in the question
bank view by replacing the core class. Having this plugin will
give users the flexibility of enabling or disabling this action.
2021-09-02 21:21:57 +10:00
Sara Arjona
443a980aea weekly release 4.0dev 2021-09-02 11:51:22 +02:00
Brendan Heywood
7b938088b5 MDL-71014 core: Cache immutable bootstrap config locally 2021-09-02 13:22:28 +10:00
Jun Pataleta
eefadd7492 Merge branch 'MDL-72440' of https://github.com/stronk7/moodle 2021-09-02 09:51:54 +08:00
Sara Arjona
72410362bf Merge branch 'MDL-72130-master' of git://github.com/ferranrecio/moodle 2021-09-01 18:15:18 +02:00
Sara Arjona
0d5139b908 Merge branch 'MDL-72169' of https://github.com/paulholden/moodle 2021-09-01 17:46:36 +02:00
Sara Arjona
2fe27fe564 Merge branch 'MDL-71375-master' of git://github.com/lameze/moodle 2021-09-01 17:09:27 +02:00
Sara Arjona
3eb399d283 Merge branch 'MDL-70376-master' of git://github.com/peterRd/moodle 2021-09-01 16:52:02 +02:00
Sara Arjona
d7d1c1e9ee Merge branch 'MDL-71092-master' of git://github.com/abgreeve/moodle 2021-09-01 11:52:00 +02:00
Sara Arjona
ff6e6ca8d2 Merge branch 'MDL-71674-master' of https://github.com/dcai/moodle 2021-09-01 11:36:33 +02:00
Dongsheng Cai
44f85767ab MDL-71674 editor_atto: more assessible errors 2021-09-01 18:15:49 +10:00
Adrian Greeve
8cf6ed1279 Merge branch 'MDL-70046-master-notificationfailure' of https://github.com/drjosephbaxter/moodle 2021-09-01 10:45:14 +08:00
abgreeve
40b6c725b4 MDL-71092 navigation: Update to better scan for the active node. 2021-09-01 09:09:21 +08:00
Adrian Greeve
67be3393bf MDL-71092 navigation: Update secondary nav to show category context. 2021-09-01 09:08:54 +08:00
Eloy Lafuente (stronk7)
f6fbe3bac8 Merge branch 'MDL-72225' of git://github.com/paulholden/moodle 2021-09-01 00:00:23 +02:00
Eloy Lafuente (stronk7)
bb8510fdba Merge branch 'MDL-72267-master' of git://github.com/bmbrands/moodle 2021-08-31 23:58:19 +02:00
Eloy Lafuente (stronk7)
2d9efcf7c8 Merge branch 'MDL-71999-master' of https://github.com/danielneis/moodle 2021-08-31 23:15:41 +02:00
Eloy Lafuente (stronk7)
f13dc10e0a Merge branch 'MDL-71121' of https://github.com/paulholden/moodle 2021-08-31 23:12:58 +02:00
Jun Pataleta
6d1ead7f44 Merge branch 'MDL-71778-master' of git://github.com/lameze/moodle 2021-08-31 22:58:56 +08:00
Sara Arjona
42f1e5360a Merge branch 'MDL-72289' of git://github.com/paulholden/moodle 2021-08-31 14:11:03 +02:00
Sara Arjona
e6a519cfd7 Merge branch 'MDL-72296' of https://github.com/paulholden/moodle 2021-08-31 13:52:31 +02:00
Sara Arjona
aefb2a1243 Merge branch 'MDL-72303' of git://github.com/paulholden/moodle 2021-08-31 13:38:38 +02:00
Sara Arjona
af6b9bcc4f Merge branch 'MDL-72137-master' of https://github.com/nguyenphuctien/moodle 2021-08-31 13:25:48 +02:00
Paul Holden
492b19db2c MDL-72192 user: observe fullname capability in selector context. 2021-08-31 12:17:28 +01:00
Paul Holden
e814b5f0a0 MDL-71846 group: consistent escaping of user/group names. 2021-08-31 12:15:41 +01:00
Paul Holden
b95dd8c5db MDL-72071 message: preserve window scroll opening processor modal. 2021-08-31 11:57:30 +01:00
Paul Holden
69d3e67189 MDL-72169 privacy: format course name/summary during export. 2021-08-31 11:55:56 +01:00
Paul Holden
dcc130c7cf MDL-72289 output: allow customised inplace editable icon for editing.
Add optional argument to allow it to be defined by caller, and set
the default icon for `select` type as appropriate.
2021-08-31 11:37:02 +01:00
Paul Holden
7eae4e3e18 MDL-72296 admin: style form when prompting for upgrade key. 2021-08-31 11:23:00 +01:00
Paul Holden
052b384213 MDL-72303 task: fix assertions when filtering task logs report. 2021-08-31 11:21:38 +01:00
Paul Holden
0bcb4f862a MDL-72225 question: better specificity targetting form labels.
Since e2150f7d added `sr-only` text to announce Atto editors on
the page, that content appeared visible on question editing forms.

We only want this content to be visible for form labels.
2021-08-31 11:19:54 +01:00
Joseph Baxter
c66c299939 MDL-70046 message: handle call processor failure
* ensure message_send returns false if message not sent
* digests only clear queue on success
* notifications requeue failed messages
2021-08-31 10:36:54 +01:00