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
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
Bas Brands
a8b6912e44
MDL-73274 theme_boost: add block/activity styling
2021-12-15 14:46: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
Safat Shahin
750fafeedd
MDL-73350 qbank_statistics: Discrimination index column update
...
This implementation changes a little logic where the
discrimination index shows an empty row if there is
no attempts been made to a question rather than showing
very likely.
2021-12-15 15:02:16 +11: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
Paul Holden
c45f92116a
MDL-73380 mod_workshop: add lang string for phase auto switch event.
2021-12-14 21:51:36 +00:00
Paul Holden
83903f137e
MDL-73364 core: add missing lang string for my courses viewed event.
2021-12-14 21:39:39 +00:00
Ilya Tregubov
508fe3937e
on-demand release 4.0dev+
2021-12-14 17:43:15 +02:00