Sara Arjona
d32bb45e43
Merge branch 'MDL-74398' of https://github.com/call-learning/moodle
2022-04-07 22:45:05 +02:00
Víctor Déniz
384f6712bb
Merge branch 'MDL-74419-master' of https://github.com/sarjona/moodle
2022-04-07 20:20:54 +01:00
Laurent David
978bdb5b4d
MDL-74398 mod_bigbluebuttonbn: Fix issue with Visible groups
...
* In visible group user should see all recordings. This fixes an issue while integrating
MDL-74052 with this issue.
2022-04-07 19:25:50 +02:00
Sara Arjona
2ce8437d8e
Merge branch 'MDL-74297-master' of https://github.com/peterRd/moodle
2022-04-07 17:32:56 +02:00
Eloy Lafuente (stronk7)
bdf12da661
Merge branch 'MDL-74434-master' of https://github.com/mihailges/moodle
2022-04-07 17:12:08 +02:00
Jun Pataleta
ac3e77b1b1
Merge branch 'MDL-74271-master-squashed' of https://github.com/andrewnicols/moodle
2022-04-07 20:52:10 +08:00
Jun Pataleta
d848bc7ece
Merge branch 'MDL-74329' of https://github.com/odeialba/moodle
2022-04-07 20:14:14 +08:00
Odei Alba
9446af726d
MDL-74329 mod_quiz: scroll to top and to question container
...
When reviewing the answers:
1- When there are all the questions in one page and you click in the first question,
it will scroll to the first question.
2- When there is one question per page and you click in the question number,
it will go to that question page and scroll to the top.
If you click again the question number, it will scroll to the question container.
2022-04-07 12:49:42 +02:00
Ilya Tregubov
fa1d1ea378
Merge branch 'MDL-74235-patch' of https://github.com/ilyatregubov/moodle
2022-04-07 13:53:44 +06:00
Andrew Nicols
9dc2ee548d
MDL-74235 mod_lti: Update use of logo to monologo
2022-04-07 13:43:55 +06:00
Andrew Nicols
3291ee416c
Merge branch 'MDL-74202' of https://github.com/paulholden/moodle
2022-04-07 15:28:57 +08:00
Andrew Nicols
f40abbdf1d
MDL-74235 core: Revert theme changes
...
These changes were accidentally included from a previous iteration of
the patch.
2022-04-07 13:27:27 +06:00
Andrew Nicols
e4aa381679
MDL-74235 mod: Update mod icon to use monologo
2022-04-07 13:27:18 +06:00
Andrew Nicols
f57461cfb7
Merge branch 'MDL-74398' of https://github.com/call-learning/moodle
2022-04-07 15:25:36 +08:00
Sara Arjona
08c4173fc9
Merge branch 'MDL-58044_master' of https://github.com/Chocolate-lightning/moodle
2022-04-07 09:15:08 +02:00
Laurent David
d8f3c831c9
MDL-74398 mod_bigbluebuttonbn: Remove (All participants) meeting title
...
* When course groups are disable the meeting title should not display (All participants)
2022-04-07 08:15:12 +02:00
Shamim Rezaie
43e37471f1
MDL-74404 mod_bigbluebuttonbn: Delete the unnecessary $datagenerator var
2022-04-07 16:13:11 +10:00
Shamim Rezaie
db75461893
Merge branch 'MDL-74404' of https://github.com/call-learning/moodle
2022-04-07 16:09:34 +10:00
Ilya Tregubov
29da0c7f2a
Merge branch 'MDL-74235-master-2' of https://github.com/andrewnicols/moodle
2022-04-07 12:06:38 +06:00
Mihail Geshoski
32754bdf2a
MDL-74434 block_tag_youtube: Update instances only if category is set
...
Modifies the existing upgrade step to only take into consideration
block instances that have a specific category set prior to determening
if a legacy category is being used and updating them. Instances that do
not have any category set should be ignored.
2022-04-07 13:24:08 +08:00
Jake Dallimore
73107117db
Merge branch 'MDL-74341' of https://github.com/paulholden/moodle
2022-04-07 13:06:49 +08:00
Andrew Nicols
4b388fc239
MDL-74235 core: Update core uses of activity icons to monologo
2022-04-07 12:56:14 +08:00
Andrew Nicols
eb0a95956f
MDL-74235 mod: Rename activity icons to new monologo naming
2022-04-07 12:56:14 +08:00
Andrew Nicols
ffc227c9d5
MDL-74235 output: Fall back to icon and support monologo
2022-04-07 12:56:13 +08:00
Andrew Nicols
748608b318
Merge branch 'MDL-74331' of https://github.com/timhunt/moodle
2022-04-07 11:47:30 +08:00
Andrew Nicols
9de93892b7
Merge branch 'MDL-74421-master' of https://github.com/sammarshallou/moodle
2022-04-07 11:43:58 +08:00
Peter Dias
d693e93969
MDL-74297 core: Scroll and sticky heading/footer updates
2022-04-07 08:34:37 +08:00
Víctor Déniz
21aa01c0bc
Merge branch 'MDL-74189-master' of https://github.com/mihailges/moodle
2022-04-06 22:55:44 +01:00
Jun Pataleta
55fb55f7dc
Merge branch 'MDL-74332-master' of https://github.com/sharidas/moodle
2022-04-07 00:35:20 +08:00
Sara Arjona
aa96ef42ca
Merge branch 'MDL-74052' of https://github.com/call-learning/moodle
2022-04-06 17:47:11 +02:00
Andrew Nicols
00efa6aecf
MDL-74271 context: Improve performance of block context creation
2022-04-06 23:40:15 +08:00
Andrew Nicols
14dca23e1f
MDL-74271 core: Replace upgrade steps for blocks to be more performant
...
The previous upgrade step was both duplicating a lot of code, and also
very non-performant as each record was fetched from the DB into PHP and
updated there.
Most of the operations can be performed straight into the database
without requiring any fetch to PHP at all.
This change includes unit tests for the new upgrade steps to ensure that
only the relevant data is created, updated, or deleted.
2022-04-06 23:40:15 +08:00
Mihail Geshoski
2ca9f4354e
MDL-74189 tool_moodlenet: Add upgrade step to remove irrelevant data
...
Upgrade step to identify all existing cases where users have linked
their MoodleNet profile on the site and remove the related data from
the database. Due to some recent changes on the MoodleNet platform,
this data is now irrelevant and can no longer be used to authenticate
on the MoodleNet platform.
2022-04-06 23:30:11 +08:00
Sara Arjona
f2d666e8c6
Merge branch 'MDL-74325' of https://github.com/ssj365/moodle
2022-04-06 16:29:11 +02:00
Mihail Geshoski
c3b14552f9
MDL-74189 tool_moodlenet: Update language strings
...
Updates the existing language strings in order to provide more accurate
instructions on how users can link existing their MoodleNet profile on
the site.
2022-04-06 22:24:20 +08:00
Sara Arjona
2496a8910c
Merge branch 'MDL-74412-master' of https://github.com/lucaboesch/moodle
2022-04-06 15:59:55 +02:00
Tim Hunt
4144d09b4d
MDL-74331 question bank: prevent any one column getting too wide
2022-04-06 14:56:24 +01:00
Sara Arjona
b04f010a95
Merge branch 'wip_MDL-59545_master' of https://github.com/gjb2048/moodle
2022-04-06 12:42:07 +02:00
Ilya Tregubov
5975e3d203
Merge branch 'MDL-74348-master' of https://github.com/bmbrands/moodle
2022-04-06 16:23:37 +06:00
Ilya Tregubov
e2a8a3cbf9
Merge branch 'MDL-74381-master' of https://github.com/aanabit/moodle
2022-04-06 15:37:42 +06:00
Sara Arjona
f2ff93b3bc
MDL-74419 search_simpledb: Search with quotes not working on Oracle
...
Global search with quotes is not working on DB engines without
full-text search support (i.e. Oracle).
2022-04-06 11:32:50 +02:00
Amaia Anabitarte
915b90b1ad
MDL-74381 tool_componentlibrary: Resize icons to 24px in component library
2022-04-06 11:28:13 +02:00
Amaia Anabitarte
8d8b8d9066
MDL-74381 core_themes: Resizing svg mod icons to 24px
2022-04-06 11:19:10 +02:00
Shamim Rezaie
7bc978482a
Merge branch 'MDL-74420-master' of https://github.com/aanabit/moodle
2022-04-06 18:40:00 +10:00
Shamim Rezaie
c62042d528
Merge branch 'MDL-74208-master-1' of https://github.com/mihailges/moodle
2022-04-06 15:57:16 +10:00
Ilya Tregubov
e20d28bffb
Merge branch 'MDL-74363' of https://github.com/Chocolate-lightning/moodle
2022-04-06 11:08:24 +06:00
Jake Dallimore
1f16a2cd69
Merge branch 'MDL-74371-master' of https://github.com/sharidas/moodle
2022-04-06 12:25:55 +08:00
Jake Dallimore
5d7a2019dd
Merge branch 'MDL-74424-master' of https://github.com/mihailges/moodle
2022-04-06 12:15:32 +08:00
Sujith Haridasan
cc24705880
MDL-74371 mod_survey: Indent the file as per coding style
...
Indent the file as per the coding style.
Adjust the comments so that they start with Caps and have a full
stop at the end.
Added file-level phpdoc.
2022-04-06 09:37:02 +05:30
Sujith Haridasan
33923a7969
MDL-74371 mod_survey: Wordrap long questions in response reports
...
Word wrap long questions in Response reports so that the users dont
see broken questions in the questions page.
2022-04-06 09:37:02 +05:30