Andrew Nicols
bb9741d472
MDL-72701 unit tests: Fix broken @covers annotations
2021-12-21 09:24:00 +08:00
AMOS bot
65439e5c70
Automatically generated installer lang files
2021-12-21 00:07:29 +00:00
Eloy Lafuente (stronk7)
0f30ed1b5e
Merge branch 'MDL-71705-master' of https://github.com/ilyatregubov/moodle
2021-12-20 23:17:46 +01:00
Paul Holden
9a33a4ada8
MDL-73425 phpunit: document expected class and filename layout.
2021-12-20 18:53:37 +00:00
Marina Glancy
24db1f29fe
MDL-73420 core: make static cache compatible with PHP8.1
2021-12-20 17:07:05 +01: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
Bas Brands
061449612c
MDL-72739 theme_boost: update editswitch to look like ux design
2021-12-20 15:24:22 +01: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
47e63b518a
MDL-71457 theme_boost: page header icon styling
2021-12-20 15:02:24 +01:00
Bas Brands
f2ddd23ec1
MDL-71457 theme_boost: activity icon styling
2021-12-20 15:02:24 +01:00
Bas Brands
466152bb6d
MDL-73168 theme_boost: make the default more rounded
2021-12-20 14:53:18 +01:00
Jake Dallimore
06e5340a9c
Merge branch 'MDL-72984-master' of https://github.com/lameze/moodle
2021-12-20 16:37:09 +08:00
Bas Brands
5958c0df0c
MDL-71457 theme_boost: replace all activity icons
2021-12-20 09:24:19 +01:00
Simey Lameze
f88bcdb041
MDL-72984 cli: add support email option to cli install
2021-12-20 13:24:38 +08:00
Simey Lameze
4c5db7e80f
MDL-72984 output: add support email to footer popover
2021-12-20 13:22:35 +08:00
Simey Lameze
eadf157068
MDL-72984 admin: make support email setting mandatory
2021-12-20 13:22:35 +08: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)
e3e3e8d265
MDL-73405 libraries: php80 compatibility fix to Horde Imap Client
...
The fix is already available upstream for versions 2.30.4 and up
See https://github.com/horde/Imap_Client/pull/13
2021-12-19 12:22:14 +01:00
Eloy Lafuente (stronk7)
0919060272
MDL-73405 phpunit: dataset fixes
...
This was detected when working in the renaming of test names:
- Fix file name, it was incorrectly named .test.php, now _test.php.
- Add namespace and rename testcase name to match file name.
- Fix php80 deprecation message about optional and required params
order.
2021-12-19 11:41:52 +01:00
AMOS bot
c95d99086a
Automatically generated installer lang files
2021-12-19 00:07:28 +00:00
Eloy Lafuente (stronk7)
797148ce2a
Merge branch 'MDL-73381-master' of https://github.com/bmbrands/moodle
2021-12-18 12:32:20 +01:00
Paul Holden
d064a93d29
MDL-72598 reportbuilder: elements to allow audiences to be renamed.
...
This allows the user to give the audience more context, particularly
when they are used for selection on the forthcoming schedule form
editing.
2021-12-17 14:33:27 +00:00
Paul Holden
eb460d93aa
MDL-72598 reportbuilder: schema and model updates for schedules.
2021-12-17 14:33:27 +00: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
Paul Holden
73ef0be41f
MDL-73402 block_admin_bookmarks: slightly relax section cleaning.
...
Allow '/' character in external page names.
2021-12-17 11:59:23 +00:00
Eloy Lafuente (stronk7)
58a729f088
on-demand release 4.0dev+
2021-12-17 11:48:19 +01:00
Eloy Lafuente (stronk7)
8da33c391a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-12-17 11:48:14 +01:00
Noel De Martin
fe83edf360
MDL-73175 mod_glossary: Add behat generators
2021-12-17 07:49:45 +01:00
Dan Marsden
6d95354d3e
MDL-73391 lib: include externalib to prevent unit test fails
2021-12-17 13:11:27 +13: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
Eloy Lafuente (stronk7)
3bdfc0ff81
Merge branch 'MDL-72457-master-5' of https://github.com/bmbrands/moodle
2021-12-16 16:49:42 +01:00
Eloy Lafuente (stronk7)
77395be425
Merge branch 'MDL-72873-master-fix' of https://github.com/ilyatregubov/moodle
2021-12-16 16:42:48 +01:00
Ilya Tregubov
04395977e9
MDL-72873 behat: Fix behat tests.
2021-12-16 17:25:17 +02:00
Bas Brands
476ab1275f
MDL-73369 theme_boost: contentbank toolbar narrow view
2021-12-16 10:39:09 +01:00
Ilya Tregubov
d051e7dc02
Merge branch 'MDL-72873-master-v1' of https://github.com/mihailges/moodle
2021-12-16 10:21:48 +02:00
Bas Brands
6047a11147
MDL-72457 theme_boost: remove main container border
2021-12-16 08:58:41 +01:00
Eloy Lafuente (stronk7)
4428a025de
Merge branch 'MDL-73145-master' of https://github.com/sarjona/moodle
2021-12-15 18:34:47 +01:00
Mihail Geshoski
c728778df8
MDL-72873 core_grades: Update table headings in the user report page
2021-12-16 00:10:13 +08:00
Mihail Geshoski
31f3922cda
MDL-72873 core_grades: Add unit tests
2021-12-16 00:10:13 +08:00
Mihail Geshoski
b4e8e0a50d
MDL-72873 core_grades: Create method that resets all static caches
...
Creates a new method reset_caches() in grade_helper which resets
all static caches within this class. This is required for unit
testing.
2021-12-16 00:10:13 +08:00
Mihail Geshoski
17bfe7e79f
MDL-72873 behat: Update behat tests
2021-12-16 00:10:13 +08:00
Mihail Geshoski
c744bdd1d4
MDL-72873 core_grades: Deprecate select_in_gradebook_tabs()
...
Deprecates the function select_in_gradebook_tabs() in behat_grade.php.
After the tertiary navigation changes in gradebook this function became
obsolete and is now replaced by select_in_gradebook_navigation_selector().
2021-12-16 00:10:13 +08:00
Mihail Geshoski
ddd40c79f1
MDL-72873 core_grades: Update behat step definitions in grades
...
The behat definition step which is used for navigating to a specific
page in the course gradebook has been updated to reflect the changes
related to the addition of tertiary navitaion in gradebook.
2021-12-16 00:10:13 +08:00
Mihail Geshoski
c0d5d988aa
MDL-72873 core_grades: Deprecate unused strings
2021-12-16 00:10:13 +08:00
Mihail Geshoski
de53412989
MDL-72873 core_grades: Remove $CFG->grade_navmethod
...
The $CFG->grade_navmethod setting has been removed because it is not
required anymore. This setting was used to set the type of navigation
(tabs or dropdown box) which will be used in gradebook. However, these
navigation methods are no longer used and replaced with tertiary
navigation.
2021-12-16 00:10:13 +08:00
Mihail Geshoski
95b35652d3
MDL-72873 core_grades: Deprecate unused methods
...
The functions grade_print_tabs() and print_grade_plugin_selector()
can be deprecated as they are no longer used. These functions were
used to generate and output the tabs and dropdown box navigation
in gradebook which is now replaced with tertiary navigation.
2021-12-16 00:10:13 +08:00
Mihail Geshoski
eb0b022bb7
MDL-72873 core_grades: Add tertiary navigation in grade scales
2021-12-16 00:10:13 +08:00