- 11 May, 2020 5 commits
-
-
Andrew Nicols authored
This change includes a build to fix all minified file changes in Moodle as a result of upgrades to our build process.
-
Andrew Nicols authored
This change updates most libraries used in our Grunt build stack and applies necessary changes to Grunt and Gherkin-lint configuration to ensure that they continue to work. The grunt-sass plugin has been updated to support alternative 'implementations' of sass compilers, and the chosen sass compiler must now be specified in the grunt configuration. We continue to use the `node-sass` package for this. Our gherkin-lintrc included two rules which were renamed from 'no-unamed-*' to 'no-unnamed-*'. This change occurred in version 2.0.0 of Gherkin-lint and has no other effect.
-
Andrew Nicols authored
-
Andrew Nicols authored
Shifter is using an ancient and no-longer supported of Istanbul. That version contains a circular dependency whereby it fetches the version from the index that included the file in the first place. This throws a warning on newer versions of Node. The fix here is simple and intended to be the bare minimum to remove these warnings anad resolve the issue. We have forked the istanbul project and created a v0.1.37_moodle branch at the root version of the Istanbul version that Shifter uses (v0.1.37 tag). The circular dependency is then addressed and a new tag created. I have then forked Shifter, pointing its package.json at the tar.gz download of that new tag and pushed a new branch and tag for that fix. Following this our own package.json is updated to point to the tar.gz version of the new Shifter tag.
-
Andrew Nicols authored
Version 14.0.0 has just been released as stable, and will make its way to an LTS release which will be supported until 30th April 2023. At time of writing it is the "Current stable" release and will remain in this phase until 20th October 2020, at whciih point it will transition to LTS status.
-
- 08 May, 2020 10 commits
-
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
-
-
-
-
-
- 07 May, 2020 10 commits
-
-
Simey Lameze authored
-
I've modified the Google Drive portfolio export so that it creates a root directory in Drive for all of the files in the export. This allows each export to be contained from each other to help with clashing file names. Additionally, the paths for the exported files will now be created in Drive so that exported files are in the correct directory structure. This is important for forum posts exports which assume a certain directory structure in the export.
-
-
-
-
-
Paul Holden authored
-
Juan Leyva authored
There are some changes to make this possible: - Enable by default the Mobile notifications plugin - Implement a new callback for core -> plugins communication - Generate an Airnotifier access key in the callback when needed
-
Ferran Recio Calderó authored
-
-
- 06 May, 2020 15 commits
-
-
-
Ferran Recio Calderó authored
-
https://github.com/timhunt/moodlejun authored
-
Ferran Recio Calderó authored
-
Tim Hunt authored
-
Tim Hunt authored
-
Tim Hunt authored
In fact, rather than fix the old logic, I noticed that the correct logic was already implemented in get_users_by_capability. So, I refactored to extract the working version into a function, which it turns out can have exactly the same API as get_with_capability_join, which was convenient.
-
Mathew May authored
-
Mathew May authored
-
-
Dmitrii Metelkin authored
-
Tim Hunt authored
-
Simey Lameze authored
-
-
-