Ilya Tregubov
9e95cb81b4
MDL-73306 mod_bigbluebuttonbn: Fix unit tests.
2022-01-06 12:20:16 +02:00
Ilya Tregubov
a20f151438
Merge branch 'MDL-73306' of https://github.com/call-learning/moodle
2022-01-05 13:30:34 +02:00
Jun Pataleta
c0ec69a3aa
Merge branch 'MDL-73352' of https://github.com/stronk7/moodle
2022-01-04 21:25:53 +08:00
Shamim Rezaie
64915bed6d
Merge branch 'MDL-73397-master' of https://github.com/aanabit/moodle
2022-01-04 22:48:40 +11:00
Amaia Anabitarte
570d2e7492
MDL-73397 adminpresets: Remove tree-view
2022-01-04 12:13:19 +01:00
Sara Arjona
e5c440b3aa
MDL-73397 adminpresets: Use new API from auth and quiz
...
The adminpresets has become an API in order to let plugins, such
as quiz and auth, to overwrite classes for their settings.
2022-01-04 12:13:19 +01:00
Adrian Greeve
0a04ebde11
MDL-72930 navigation: Remove duplicated navigation boxes.
...
Some pages have settings that really aren't required anymore.
These have been removed and a function has been aded so that other
developers can turn off the navigation overflow if they want.
2022-01-04 15:58:52 +08:00
abgreeve
f56ecc27f9
MDL-72930 navigation: Update to quiz and questionbank navigation.
...
Alterations here allowed the removal of renderables, and mustache
templates for quiz report navigation. The questionbank was also
updated to show injected navigation nodes from third party plugins.
2022-01-04 15:58:52 +08:00
Laurent David
09ba0cb9a8
MDL-73306 mod_bigbluebuttonbn: "Recently Activity" block display
...
* The callback 'xxx_print_recent_activity' needed to be created in order to display
the activities in the block
* Use the print_recent_activity_note api function
2022-01-03 15:04:21 +01:00
Eloy Lafuente (stronk7)
511801cb46
MDL-73352 phpunit: lib_test and locallib_test testcase names
...
All lib_test and locallib_test classes:
- Namespaced with component (and API whenever makes sense).
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed or add new uses.
- All them passing individually.
- Complete runs passing too.
Special mention to tests under login/tests:
1) The core_login component doesn't exist.
2) But login/tests are allowed because there is a suite pointing to it (phpunit.xml).
3) So, the only possible namespace for them is "core".
4) And to avoid problems with other core testcases (under lib/tests)
they have been renamed to have login_xxxx as prefix.
2021-12-30 16:21:42 +01:00
Sara Arjona
09d3e88c48
NOBUG: Fixed SVG browser compatibility
2021-12-23 16:29:57 +01:00
Jun Pataleta
80c17cd2a0
Merge branch 'MDL-72701-master' of https://github.com/andrewnicols/moodle
2021-12-23 12:10:46 +08:00
Sara Arjona
3e3a96b74b
Merge branch 'MDL-73380' of git://github.com/paulholden/moodle
2021-12-22 16:59:04 +01:00
Sara Arjona
7f9cf60fd0
Merge branch 'MDL-69023_mod-lti-conflicts-with-text-alignment-in-chat-messages' of https://github.com/ziegenberg/moodle
2021-12-22 16:27:57 +01:00
Shamim Rezaie
dacfebedf3
Merge branch 'MDL-73348' of https://github.com/stronk7/moodle
2021-12-22 21:19:52 +11:00
Sara Arjona
90c0a7aff4
Merge branch 'MDL-73200' of https://github.com/jfederico/moodle
2021-12-22 08:51:40 +01:00
jfederico
88ee5b8552
MDL-73200 mdl_bigbluebuttonbn: change default server_url on upgrade
2021-12-21 20:26:07 +00:00
Jake Dallimore
d2e9d5cb66
Merge branch 'MDL-72965-master' of https://github.com/peterRd/moodle
2021-12-21 15:32:26 +08:00
Andrew Nicols
4772504710
Merge branch 'MDL-72604-master' of https://github.com/jleyva/moodle
2021-12-21 14:12:12 +08:00
Andrew Nicols
3a70983d53
MDL-72701 unit tests: Generate default coverage
2021-12-21 09:24:00 +08:00
jfederico
3007e0e40b
MDL-73200 mod_bigbluebuttonbn: Fix Behat issue with shared secret
2021-12-20 14:58:39 +00:00
jfederico
cea29ffebc
MDL-73200 mod_bigbluebuttonbn: Replaced credentials provided by default
2021-12-20 14:51:44 +00:00
Shamim Rezaie
625a22ab1d
Merge branch 'MDL-71457-master-3' of https://github.com/bmbrands/moodle
2021-12-21 01:05:54 +11:00
Bas Brands
f2ddd23ec1
MDL-71457 theme_boost: activity icon styling
2021-12-20 15:02:24 +01:00
Bas Brands
5958c0df0c
MDL-71457 theme_boost: replace all activity icons
2021-12-20 09:24:19 +01:00
Shamim Rezaie
2d2d878ce7
Merge branch 'MDL-73175-master' of https://github.com/NoelDeMartin/moodle
2021-12-20 11:00:01 +11:00
Eloy Lafuente (stronk7)
e4a2d9c1d4
MDL-73348 phpunit: normalize all privacy provider tests
...
As far as now all them have correct privacy level2 namespace:
- Move them to "privacy" subdir.
- Rename the files to "provider_test.php", this includes old
privacy_test.php and privacy_provider_test.php files
- Rename the testcase to provider_test too (to match file name)
Also, change some relative paths and comments to point to new
locations.
2021-12-17 14:21:02 +01:00
Eloy Lafuente (stronk7)
57e6fb7ad9
MDL-73348 phpunit: privacy and privacy_provider testcase names
...
All privacy_test and privacy_provider_test classes:
- Namespaced with component\privacy.
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed.
- Renamed a few files to make all be privacy_test or privacy_provider_test.php
- All them passing individually.
- Complete runs passing too.
2021-12-17 14:21:02 +01:00
Noel De Martin
fe83edf360
MDL-73175 mod_glossary: Add behat generators
2021-12-17 07:49:45 +01:00
Víctor Déniz
c8abe79865
Merge branch 'MDL-73199' of git://github.com/jfederico/moodle
2021-12-16 16:57:40 +00:00
jfederico
36caeca30a
MDL-73199 bigbluebutton: fix protect recording action not being disabled
2021-12-16 16:24:33 +00:00
Ilya Tregubov
04395977e9
MDL-72873 behat: Fix behat tests.
2021-12-16 17:25:17 +02:00
Ilya Tregubov
d051e7dc02
Merge branch 'MDL-72873-master-v1' of https://github.com/mihailges/moodle
2021-12-16 10:21:48 +02:00
Mihail Geshoski
17bfe7e79f
MDL-72873 behat: Update behat tests
2021-12-16 00:10:13 +08:00
Víctor Déniz
91ad6d08d9
Merge branch 'MDL-73198' of https://github.com/jfederico/moodle
2021-12-15 13:23:05 +00:00
Paul Holden
c45f92116a
MDL-73380 mod_workshop: add lang string for phase auto switch event.
2021-12-14 21:51:36 +00:00
Peter Dias
90438c21d6
MDL-72413 forum: Use the common module for setting the header
2021-12-14 13:50:42 +02:00
Ilya Tregubov
6fa68a1aa8
MDL-72095 survey: Resolve merge conflict properly.
2021-12-14 08:10:45 +02:00
Ilya Tregubov
1f3fde6dee
MDL-72095 survey: Add missing parenthesis after merge conflict.
2021-12-13 19:30:40 +02:00
Ilya Tregubov
9e5ffa2229
Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle
2021-12-13 18:46:16 +02:00
Sara Arjona
78f2461d45
Merge branch 'MDL-73196' of https://github.com/jfederico/moodle
2021-12-13 12:58:30 +01:00
Ilya Tregubov
16a7c3a698
Merge branch 'MDL-72413-master-dec13' of https://github.com/peterRd/moodle
2021-12-13 09:35:14 +02:00
Peter Dias
468204450c
MDL-72413 page: Use the common module for setting the header
2021-12-13 09:49:35 +08:00
Peter Dias
a6779348f4
MDL-72413 wiki: Use the common module for setting the header
2021-12-13 09:49:35 +08:00
Peter Dias
7fa1354496
MDL-72413 url: Use the common module for setting the header
2021-12-13 09:49:35 +08:00
Peter Dias
3700cc6e25
MDL-72413 survey: Use the common module for setting the header
2021-12-13 09:49:34 +08:00
Peter Dias
a292bb9ea7
MDL-72413 scorm: Use the common module for setting the header
2021-12-13 09:49:34 +08:00
Peter Dias
94886e96e7
MDL-72413 resource: Use the common module for setting the header
2021-12-13 09:49:34 +08:00
Peter Dias
7d3927afea
MDL-72413 quiz: Use the common module for setting the header
2021-12-13 09:49:34 +08:00
Peter Dias
65ae3c1660
MDL-72413 lti: Use the common module for setting the header
2021-12-13 09:49:34 +08:00