103287 Commits

Author SHA1 Message Date
Andrew Nicols
4772504710 Merge branch 'MDL-72604-master' of https://github.com/jleyva/moodle 2021-12-21 14:12:12 +08:00
Simey Lameze
0d306f9733 MDL-72984 theme: fix the popover header html structure 2021-12-21 13:10:43 +08:00
Jun Pataleta
e9bd499fb1 Merge branch 'MDL-72867-master' of https://github.com/HuongNV13/moodle 2021-12-21 11:23:09 +08:00
Eloy Lafuente (stronk7)
0f30ed1b5e Merge branch 'MDL-71705-master' of https://github.com/ilyatregubov/moodle 2021-12-20 23:17:46 +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
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)
797148ce2a Merge branch 'MDL-73381-master' of https://github.com/bmbrands/moodle 2021-12-18 12:32:20 +01: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
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
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
Mihail Geshoski
4f403bfdca MDL-72873 core_grades: Add tertiary nav in grader report preferences 2021-12-16 00:10:13 +08:00
Mihail Geshoski
c94ba3eea5 MDL-72873 core_grades: Add tertiary navigation in course grade settings 2021-12-16 00:10:13 +08:00
Mihail Geshoski
afbc8b2586 MDL-72873 core_grades: Add tertiary navigation in grade outcomes 2021-12-16 00:10:13 +08:00
Mihail Geshoski
c326402e86 MDL-72873 core_grades: Add tertiary navigation in grade export plugins 2021-12-16 00:10:13 +08:00
Mihail Geshoski
bd13229e75 MDL-72873 core_grades: Add tertiary navigation in grade import plugins 2021-12-16 00:10:13 +08:00
Mihail Geshoski
08e90eeef4 MDL-72873 core_grades: Add tertiary navigation in grade letters 2021-12-16 00:10:13 +08:00
Mihail Geshoski
cdc4aeae3e MDL-72873 core_grades: Add tertiary navigation in gradebook setup 2021-12-16 00:10:13 +08:00
Mihail Geshoski
d1a0e4a95c MDL-72873 core_grades: Add general tertiary navigation 2021-12-16 00:10:13 +08:00
Bas Brands
5e09ba3286 MDL-73381 theme_boost: make dashboard background white 2021-12-15 16:22:45 +01:00
Víctor Déniz
91ad6d08d9 Merge branch 'MDL-73198' of https://github.com/jfederico/moodle 2021-12-15 13:23:05 +00:00
Sara Arjona
731b181621 Merge branch 'MDL-73318-master' of https://github.com/andrewnicols/moodle 2021-12-15 09:38:45 +01:00
Huong Nguyen
8c336899a9 MDL-72867 Navigations: User menu improvements 2021-12-15 13:54:45 +07:00
Jake Dallimore
40e28d9aaf Merge branch 'MDL-73277-master' of https://github.com/sharidas/moodle 2021-12-15 13:38:14 +08:00
Andrew Nicols
873000b23b Merge branch 'MDL-73329' of https://github.com/paulholden/moodle 2021-12-15 09:34:34 +08:00
AMOS bot
02611b6d5a Automatically generated installer lang files 2021-12-15 00:07:33 +00:00