- 27 Sep, 2022 14 commits
-
-
-
Paul Holden authored
-
https://github.com/paulholden/moodlejun authored
-
-
-
-
https://github.com/junpataleta/moodlejun authored
-
-
-
Andrew Nicols authored
-
-
This implementation will de-couple the participant filter from core user to core so its easily usable to any api in core or any community plugin. This removes the dependency from the core_user and creates a nice api where it can produce filterable objects. Co-Authored-By:
Safat Shahin <safatshahin@catalyst-au.net> Co-Authored-By:
Tomo Tsuyuki <tomotsuyuki@catalyst-au.net> AMOS BEGIN MOV [addcondition,core_user], [addcondition,core] MOV [adverbfor_and,core_user], [operator_and,core] MOV [adverbfor_andnot,core_user], [operator_andnot,core] MOV [adverbfor_or,core_user], [operator_or,core] MOV [applyfilters,core_user], [applyfilters,core] MOV [clearfilterrow,core_user], [clearfilterrow,core] MOV [clearfilters,core_user], [clearfilters,core] MOV [filtersetmatchdescription,core_user], [filtersetmatchdescription,core] MOV [filterrowlegend,core_user], [filterrowlegend,core] MOV [filtertype,core_user], [filtertype,core] MOV [match,core_user], [match,core] MOV [matchofthefollowing,core_user], [matchofthefollowing,core] MOV [placeholdertypeorselect,core_user], [placeholdertypeorselect,core] MOV [selectfiltertype,core_user], [selectfiltertype,core] AMOS END
-
-
-
- 26 Sep, 2022 1 commit
-
-
sam marshall authored
Show performance information about locks (time taken to acquire lock, time lock is held for) in the 'perfinfo' display. Also show existing information (that was already calculated but not shown before) about the session lock, which is not a 'core\lock' type lock, but the information is similarly useful.
-
- 22 Sep, 2022 4 commits
-
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
Eloy Lafuente authored
Note the failures are unrelated to this issue, but we needed an ongoing issue to add the tag and this was picked. The problem, only reproducible @ CI servers will be fixed here: https://tracker.moodle.org/browse/MDL-75820
-
Tim Hunt authored
-
- 21 Sep, 2022 3 commits
-
-
-
Philipp Imhof authored
-
Nathan Nguyen authored
-
- 20 Sep, 2022 16 commits
-
-
Paul Holden authored
-
Paul Holden authored
Override active URL when viewing system/all cohorts for consistent breadcrumb navigation.
-
https://github.com/stronk7/moodlejun authored
-
-
Steve Bader authored
-
Luca Bösch authored
The patch for the helper functions is by Nathan Nguyen <nathannguyen@catalyst-au.net> whom I wish to thank.
-
https://github.com/golenkovm/moodleilya authored
-
https://github.com/mihailges/moodleilya authored
-
Mihail Geshoski authored
-
Mihail Geshoski authored
-
Mihail Geshoski authored
Deprecates the select_in_gradebook_navigation_selector() function in behat_grade.php and removes all usages. The select menu field supports the same functionality and this function can be simply replaced with behat_forms::i_set_the_field_to().
-
Mihail Geshoski authored
Updates the general tertiary nav selector in gradebook to use the new structure that utilizes the existing select_menu output component.
-
Mihail Geshoski authored
Adds new template dedicated for the general tertiary navigation element which utilizes the exising select_menu output component. Also, adds custom styling to the tertiary navigation selector element.
-
Mihail Geshoski authored
Adds behat support for group structures in the select menu field. When looking for a particular option you can further specify the group under which this option should be located by using the '>' delimiter (e.g. "Group name > Option name"). In addition to that, this commit intorduces new step definition which can be used to check whether the select menu field contains a particular option.
-
Mihail Geshoski authored
-
Mihail Geshoski authored
The following commit fixes the current logic that is used to return the selected option and take into account structures with group options. Also, it adds a default value to the $labelattributes class property to to fix the issues that occur then the label is not explicitely set by set_label().
-
- 19 Sep, 2022 2 commits
-
-
https://github.com/devlionco/moodleilya authored
-
Eloy Lafuente authored
Applied the following changes to various testcase classes: - Namespaced with component[\level2-API] - Moved to level2-API subdirectory when required. - Fixed incorrect use statements with leading backslash. - Remove file phpdoc block - Remove MOODLE_INTERNAL if not needed. - Changed code to point to global scope when needed. - Fix some relative paths and comments here and there. - All them passing individually. - Complete runs passing too.
-