- 16 Apr, 2021 5 commits
-
-
Sara Arjona authored
-
Sara Arjona authored
Merge branch 'install_310_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_310_STABLE
-
-
Andrew Nicols authored
Merge branch 'MDL-60490-missing_close_div-310' of https://github.com/leonstr/moodle into MOODLE_310_STABLE
-
-
- 15 Apr, 2021 3 commits
-
-
-
-
AMOS Bot authored
-
- 14 Apr, 2021 8 commits
-
-
Paul Holden authored
Replace existing code with standard file serving mechanism, in turn correcting the previously incorrect Content-Type header.
-
-
Iñigo Zendegi authored
-
Sara Arjona authored
Some errors raised when calling external services were ignored. Displaying this information helps to debug and find the real reasons why some action, like connecting to an external backpack, can't be done.
-
Sara Arjona authored
Basic authorization header is required to get token. Besides, client id and secret shouldn't call urlencode.
-
Sara Arjona authored
The scopes parameter should be passed when creating the OAuth2 badges client. As it is an optional parameter, when it's empty, it will be initilised with the supported scopes for the backpack issuer. It will happen, for instance, when a call is done to oauth2callback.php because, as defined in RFC6749, OAuth2 authorization response only supports code and state.
-
-
AMOS Bot authored
-
- 13 Apr, 2021 3 commits
-
-
Eloy Lafuente (stronk7) authored
Both for travis and GHA: - master and MOODLE_XXX_STABLE branches - any vX.Y.Z tag won't lead to a build anymore.
-
Eloy Lafuente (stronk7) authored
-
Eloy Lafuente (stronk7) authored
Merge branch 'install_310_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_310_STABLE
-
- 12 Apr, 2021 5 commits
-
-
- 11 Apr, 2021 1 commit
-
-
- 10 Apr, 2021 1 commit
-
-
Eloy Lafuente (stronk7) authored
That way we can check that the expectations are working ok for every database. Previously only the ANY case was being tested. Also, convert them to course badges and check, via review_all_criteria() that the SQL structures returned by award_criteria_cohort->get_completed_criteria_sql() doesn't fail and return the expected counters.
-
- 09 Apr, 2021 1 commit
-
-
AMOS Bot authored
-
- 08 Apr, 2021 2 commits
-
-
-
git://github.com/sarjona/moodlevictor authored
-
- 07 Apr, 2021 2 commits
- 06 Apr, 2021 5 commits
-
-
-
-
git://github.com/paulholden/moodlevictor authored
-
Michael Hawkins authored
-
AMOS Bot authored
-
- 04 Apr, 2021 1 commit
-
-
AMOS Bot authored
-
- 03 Apr, 2021 2 commits
-
-
Eloy Lafuente (stronk7) authored
This includes 2 change to the order date(time) elements are filled, each one addressing one type of problem, where current order is problematic and can lead to unexpected dates. 1) Changing date, when current month only has X days and target month has more than X days. Example, being 1 April, change the date to 31 May. This is solved by changing the order of introduction from current D => M => Y to Y => M => D. 2) Changing date, when target month only has X days and current month has more that X days. Example, being 31 March, change the date to 28 Feb. This is solved by always setting the D to 1, before the Y => M => D sequence commented @ 1) begins.
-
Eloy Lafuente (stronk7) authored
Because of the order that dates and datetimes are filled by behat sometimes there are some intermediate results that are impossible and then the form (javascript) automatically reacts and fixes the date, ultimate leading to a different date that the one we wanted to set with Behat. This is noticeable when switching between months (with some day being the last day of the month) and the 2 months have a different number of days. For example April date => March date (or the opposite). This test covers all the critical changes (day, month and year), back and forth. All times are Perth/Australia.
-
- 02 Apr, 2021 1 commit
-
-
AMOS Bot authored
-