Eloy Lafuente (stronk7)
add353c2f5
Merge branch 'MDL-72025-master' of https://github.com/sammarshallou/moodle
2021-09-07 16:30:44 +02:00
Paul Holden
0a33c4aacd
MDL-72447 question: require sesskey to toggle plugin enabled state.
2021-09-07 12:10:28 +02:00
Paul Holden
1dfb62cbab
MDL-71726 course: respect user access when exporting participants.
...
We should ensure that users being exported are enrolled on the
course being exported from. In courses where the current user can't
access all groups we should ensure that users being exported belong
to the same groups as them.
2021-09-07 09:04:23 +02:00
Sujith Haridasan
03093b42b8
MDL-71160 auth_db: Use strict comaprison
...
Use strict comparison to avoid type juggling.
Signed-off-by: Sujith Haridasan <sujith@moodle.com>
2021-09-07 09:04:23 +02:00
Paul Holden
d663d92357
MDL-71976 auth_shibboleth: consistent session parsing during logout.
2021-09-07 09:04:23 +02:00
Shamim Rezaie
83b23b86d3
MDL-71240 filter_tex: Sanitize the whole latex document
...
LaTeX documents have a preamble section and admins can use a \newcommand
statement to define new commands there (or to give an alias to another
command). This commit makes sure no blocked command can escape
sanitization by being used in a new seemingly harmless command that is
defined in the LaTeX preamble.
2021-09-07 09:04:23 +02:00
Shamim Rezaie
e514e6951c
MDL-71240 filter_tex: Support paranoid mode for openin_any in latex
2021-09-07 09:04:23 +02:00
Huong Nguyen
af4fb733ee
MDL-71797 quiz: Improve the checks when fetching user's attempts
2021-09-07 09:04:23 +02:00
Jun Pataleta
fec5a40ddb
Merge branch 'MDL-71671-master' of git://github.com/rezaies/moodle
2021-09-07 14:55:13 +08:00
Jake Dallimore
400186a18d
Merge branch 'MDL-72041-master' of git://github.com/sarjona/moodle
2021-09-07 12:31:43 +08:00
Shamim Rezaie
aa49eebd2a
MDL-71671 atto_table: Insert menus html after the button
2021-09-07 13:53:50 +10:00
Shamim Rezaie
1e47c534a7
MDL-71671 editor_atto: Insert html of button menus after the button
2021-09-07 13:53:50 +10:00
Shamim Rezaie
b2698f641a
MDL-71671 core: Let YUI dialogues be inserted at given position
2021-09-07 13:52:49 +10:00
Eloy Lafuente (stronk7)
fa67938486
Merge branch 'MDL-72286-master-test' of git://github.com/rezaies/moodle
2021-09-06 23:57:27 +02:00
Eloy Lafuente (stronk7)
bf87572e0c
Merge branch 'MDL-71639-fix' of github.com:sarjona/moodle
2021-09-06 17:49:22 +02:00
Eloy Lafuente (stronk7)
6afabd5757
Merge branch 'MDL-71641-fix' of github.com:sarjona/moodle
2021-09-06 17:48:58 +02:00
Sara Arjona
7cdb34aacf
MDL-71639 qbank_exporttoxml: Use correct helper class name
2021-09-06 15:40:11 +02:00
Sara Arjona
46c1f7c43d
MDL-71641 qbank_tagquestion: Fix behat failure with classic
2021-09-06 15:22:44 +02:00
Sara Arjona
2c90221888
Merge branch 'master_MDL-71641-tagquestion' of https://github.com/catalyst/moodle-MDL-70329
2021-09-06 13:06:01 +02:00
Safat Shahin
1db23e818c
MDL-71641 qbank_tagquestion: Add Tag question plugin to core
...
This implementation will introduce a qbank plugin "tagquestion"
which will implement the tag question actions 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-06 20:39:39 +10:00
Sara Arjona
3b903ae45d
Merge branch 'master_MDL-71585-managecategories' of https://github.com/catalyst/moodle-MDL-70329
2021-09-06 10:39:06 +02:00
Sara Arjona
c467ce725e
Merge branch 'MDL-46778-master' of git://github.com/odeialba/moodle
2021-09-06 10:03:07 +02: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
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
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
Eloy Lafuente (stronk7)
6ae9f22653
Merge branch 'MDL-71014-cache-siteid' of https://github.com/brendanheywood/moodle
2021-09-02 23:00:17 +02: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
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