Andrew Nicols
0fd0dff885
Merge branch 'MDL-75753-master' of https://github.com/call-learning/moodle
2023-03-02 09:14:06 +08:00
Andrew Nicols
f6e53500d9
MDL-77277 theme_boost: Add reference to CL update
2023-03-02 09:13:09 +08:00
Andrew Nicols
54ac0ae079
Merge branch 'MDL-77277-master' of https://github.com/skodak/moodle
2023-03-02 09:11:22 +08:00
Jun Pataleta
1cbf445628
Merge branch 'MDL-74586-master-sqlrss' of https://github.com/mudrd8mz/moodle
2023-03-02 08:58:28 +08:00
Jun Pataleta
6802f6b7f4
Merge branch 'MDL-76938_restore_comments' of https://github.com/davosmith/moodle
2023-03-02 08:42:15 +08:00
AMOS bot
9829bff032
Automatically generated installer lang files
2023-03-02 00:07:51 +00:00
Jun Pataleta
675dadaf55
Merge branch 'MDL-77430' of https://github.com/stronk7/moodle
2023-03-01 23:59:40 +08:00
Jun Pataleta
7eda9557c3
Merge branch 'MDL-77417' of https://github.com/stronk7/moodle
2023-03-01 23:54:34 +08:00
Petr Skoda
416d3ef5d6
MDL-77277 theme_boost: remove Bootstrap version reference
2023-03-01 13:02:24 +01:00
Jun Pataleta
222099cda1
Merge branch 'MDL-77250-master' of https://github.com/lameze/moodle
2023-03-01 17:08:07 +08:00
hieuvu
cd81f29f55
MDL-77323 question: Prevent drag item sent into two drop zone
2023-03-01 14:48:32 +07:00
Jake Dallimore
f7134f1083
Merge branch 'MDL-76897' of https://github.com/timhunt/moodle
2023-03-01 12:43:58 +08:00
Andrew Nicols
2b4c86e251
Merge branch 'MDL-77299-master' of https://github.com/meirzamoodle/moodle
2023-03-01 11:14:36 +08:00
Meirza
f228e373cc
MDL-77299 mod_quiz: Added missing class properties.
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
Co-authored-by: Tim Hunt <t.j.Hunt@open.ac.uk>
2023-03-01 10:09:19 +07:00
Meirza
e4b24bdd79
MDL-77299 question: Added class properties that are not declared.
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
Co-authored-by: Tim Hunt <t.j.Hunt@open.ac.uk>
2023-03-01 10:09:09 +07:00
Andrew Nicols
427659d202
Merge branch 'MDL-58945' of https://github.com/timhunt/moodle
2023-03-01 10:54:13 +08:00
Andrew Nicols
cd53dbb5fe
Merge branch 'MDL-68776' of https://github.com/paulholden/moodle
2023-03-01 10:53:08 +08:00
Andrew Nicols
31aed9a211
Merge branch 'MDL-74585' of https://github.com/paulholden/moodle
2023-03-01 10:51:26 +08:00
Andrew Nicols
b049bc9ac5
Merge branch 'MDL-77322_basicauth_checkbox' of https://github.com/leonstr/moodle
2023-03-01 10:49:21 +08:00
Andrew Nicols
eb9b349c9f
Merge branch 'MDL-72727' of https://github.com/paulholden/moodle
2023-03-01 10:46:09 +08:00
AMOS bot
de7b6c7760
Automatically generated installer lang files
2023-03-01 00:07:42 +00:00
Tim Hunt
0458c69d0d
MDL-77327 qtype_ddmarker: remove use of unnecessary undeclared field
...
Also:
* Fix some incorrect punctuation in two strings.
* Add a test to verify that this change does not cause a regression.
* Improve some PHPdoc comments.
2023-02-28 17:44:55 +00:00
Tim Hunt
d65c17d16f
MDL-77440 quiz: fix nav error reviewing after redoing a question
2023-02-28 16:29:03 +00:00
Petr Skoda
089b9a8846
MDL-77277 tool_componentlibrary: import Bootstrap v4.6.2
2023-02-28 23:46:00 +08:00
Petr Skoda
6db8f35c43
MDL-77277 theme_boost: import Bootstrap v4.6.2
2023-02-28 23:45:52 +08:00
Paul Holden
1e8c579812
MDL-61458 tool_lp: remove custom cohort autocomplete form selector.
...
The previous commit replaced the only remaining usage of it with the
equivalent core cohort form element. Prior to that, 21a0008f had done
the same.
2023-02-28 15:45:20 +00:00
Mikel Martín
292925d4c0
MDL-77150 reportbuilder: Fix report attributes classes are ignored
...
Fix report attributes with key 'class' being ingored when adding them to report classes.
2023-02-28 16:19:26 +01:00
Mikel Martín
86311f5a40
MDL-77150 core_table: Fix classes added as columnsattributes are ignored
...
Fix columnattributes with key 'class' being ingored by adding them to every 'column_class'.
2023-02-28 16:19:19 +01:00
Jonathan Champ
cdf6c1ae88
MDL-77391 question admin: further improve query peformance in qtypes.php
2023-02-28 10:17:11 -05:00
Andrew Nicols
6555861856
Merge branch 'MDL-77425' of https://github.com/stronk7/moodle
2023-02-28 23:03:49 +08:00
Andrew Nicols
a9fb039e3c
Merge branch 'MDL-73018_bump-travis-and-gha-to-use-php81-instead-of-php80' of https://github.com/ziegenberg/moodle
2023-02-28 23:02:57 +08:00
cescobedo
dc2d9ca7f7
MDL-76908 lib: update phpmailer to 6.7.1
2023-02-28 15:39:08 +01:00
Andrew Nicols
8ae5ebb507
MDL-77163 cachestore_mongodb: Remve from core
2023-02-28 22:24:04 +08:00
David Mudrák
fcfe8ceef1
MDL-74586 rss: Make rss_get_userid_from_token() use table index
...
Due to missing `AND k.script = 'rss'` condition, the query did not make
use of the existing script-value compound index defined for the table.
So it had to perform the full sequential scan for all rows when
searching for the token. This had serious performance issues on sites
with many users, especially in case on non-existing token / key.
2023-02-28 13:21:35 +01:00
Eloy Lafuente (stronk7)
d2c721b9e0
MDL-77430 plugininfo: php81 deprecation warnings on missing plugins
...
Whenever some plugin is missing from disk but installed, the plugins
page (and the upgrade) shows them as "missing from disk". Still, the
code tries to do things with their directory that, now, is null.
That was silently defaulting to '' in previous php versions, but
php81 emits a deprecated warning. So we have to check for them.
2023-02-28 11:34:21 +01:00
Jun Pataleta
e4725be660
Merge branch 'MDL-76992-master' of https://github.com/aanabit/moodle
2023-02-28 18:26:12 +08:00
Daniel Ziegenberg
7427854c11
MDL-73018 ci: Move highest PHP to 8.1 (from current 8.0)
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2023-02-28 11:21:48 +01:00
Dani Palou
aec31e312a
MDL-77400 reportbuilder: Fix enrolment status return type
2023-02-28 10:41:12 +01:00
Amaia Anabitarte
2a7632feb5
MDL-76992 core_courseindex: Apply indentation in the course index
2023-02-28 10:26:15 +01:00
Angelia Dela Cruz
9fded44344
MDL-77413 Behat: Minor changes to optimise the existing tests
2023-02-28 17:19:47 +08:00
Angelia Dela Cruz
4380682549
MDL-77413 Behat: Add coverage to verify groups can have a picture
2023-02-28 17:08:08 +08:00
Jun Pataleta
946a88c87e
Merge branch 'MDL-77248-master' of https://github.com/andrewnicols/moodle
2023-02-28 15:46:54 +08:00
Andrew Nicols
0c0f6bffd8
MDL-77308 editor_tiny: Remove from core
2023-02-28 13:40:09 +08:00
Andrew Nicols
36b69bbb05
MDL-77248 mod_bigbluebuttonbn: Remove unused dpa pages
2023-02-28 12:04:51 +08:00
Andrew Nicols
ce7c207203
MDL-77248 mod_bigbluebuttonbn: Set dpa accepted when creating activities
...
This only applies when creating activities using the test data
generator.
2023-02-28 12:04:51 +08:00
Andrew Nicols
e6fe30187f
MDL-77248 core: Move pre_enable_plugin_actions callback to enable_plugin
...
Note: The original callback was incorrectly using the $PAGE output,
which cannot be relied upon in this callback. The best we can do here is
to add a notification to explain the situation.
2023-02-28 12:04:50 +08:00
Andrew Nicols
797b76becf
MDL-77248 core_admin: Tidy up coding style of admin/modules
2023-02-28 12:01:15 +08:00
Andrew Nicols
784098fe9e
MDL-75012 js: Put shifter on a diet
...
This commit switches to a new custom version of Shifter which sees it
put on a massive diet.
Many of the standard Shifter features are totally unused by Moodle, but
they add dependency spaghetti. Some of those dependencies will start to
cause us issues as they have not been updated for a very long time, are
no longer maintained, and are no longer compatible with anything
resembling a recent version of NodeJS.
2023-02-28 10:22:45 +08:00
Andrew Nicols
b3f7721cdd
MDL-75012 js: Bump shifter to new version
...
This resolves an issue identified in 77083 which identified that GitHub
hashes shouldn't be treated as repeatable.
Whilst GitHub have reverted this change, it's still worth making this
change.
2023-02-28 10:19:51 +08:00
Andrew Nicols
5d0631b6a1
MDL-75012 js: Use our own jsdoc wrapper
...
grunt-jsdoc is abandoned and only works with an older version of jsdoc.
This is a very simple wrapper around jsdoc itself.
2023-02-28 10:19:51 +08:00