- 29 Sep, 2022 1 commit
-
-
- 28 Sep, 2022 13 commits
-
-
https://github.com/stronk7/moodlejun authored
-
-
https://github.com/paulholden/moodlejun authored
-
-
-
Andrew Nicols authored
-
jun authored
-
-
-
-
-
https://github.com/stronk7/moodlejun authored
-
https://github.com/stronk7/moodlejun authored
-
- 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 4 commits
-
-
Paul Holden authored
This allows for their use within popover tooltips, such as those used for showing help icon dialogues.
-
Eloy Lafuente authored
This issue just goes over all the currently incorrect namespaces in test cases and: 1. Change the namespace to the correct one. 2. Move/rename it to correct location if needed (level 2 and down). 3. Remove not needed MOODLE_INTERNAL check when possible. 4. Remove file phpdoc when the file only has one class. 5. Make small adjustments in case the change of namespace requires it.
-
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.
-
Hien Dinh authored
-
- 22 Sep, 2022 6 commits
-
-
Eloy Lafuente authored
Have tried to also bump Travis to 22.04 (jammy) but it was not working ok, with problems trying to find both PHP and PostgreSQL versions. Surely that's because 22.04 support is really new (Sep 9, 2022): https://blog.travis-ci.com/22-9-9-ubuntujammy So we'll have to wait a little more before being able to, also, bump Travis to use 22.04
-
Eloy Lafuente authored
We were using our fork of the mink extension: https://github.com/moodlehq/MinkExtension.git Because they bumped requirements to PHP 7.4 too early for us. Now, with Moodle 4.1, finally our requirements are also PHP 7.4, so we can stop using the fork and switch to the upstream one: https://github.com/FriendsOfBehat/MinkExtension Note this only can be done in 4.1dev, because this is the first version using PHP >= 7.4. Older branches will need to continue using the fork. Also, note that we may need to go back to the fork if there is any future trouble with the upstream library not matching our supported PHP versions. Apart from that, it's a good moment to bump other components to current ones. Of course, this has been generated following the instructions: https://docs.moodle.org/dev/Composer And using PHP 7.4 (always the min version supported) to generate the lock file.
-
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 2 commits
-
-
-
Philipp Imhof authored
-