Moodle - the world's open source learning platform https://moodle.org/
Find a file
Andrew Nicols a508dfb43a MDL-66109 js: Fix circular dependency in Shifter dependency
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.
2020-05-11 10:53:35 +08:00
.github MDL-68318 core: Add GitHub Funding information 2020-04-20 07:57:05 +08:00
admin Merge branch 'MDL-68443-xmldb-path-validation' of https://github.com/brendanheywood/moodle 2020-05-07 19:16:37 +02:00
analytics Merge branch 'MDL-67217_master' of git://github.com/dmonllao/moodle 2019-11-25 16:13:01 +08:00
auth MDL-67818 auth_none: Moved to improved Check API 2020-04-06 22:08:33 +10:00
availability MDL-67613 availability_completion: replacing old arrays 2020-05-06 11:27:34 +02:00
backup Merge branch 'MDL-67499' of git://github.com/paulholden/moodle 2020-04-15 12:49:14 +02:00
badges Merge branch 'MDL-66357-master' of git://github.com/sarjona/moodle 2020-04-08 02:52:15 +02:00
blocks MDL-68216 block_recent_activity: Format elements more nicely. 2020-05-05 22:09:19 +02:00
blog MDL-65584 blog: safer deletion of associations in privacy provider. 2019-10-08 00:12:32 +01:00
cache MDL-68329 cache: Improve cache performance footer info 2020-04-28 10:08:28 +10:00
calendar MDL-68409 behat: Fix tests from modal rewrite 2020-05-04 15:08:11 +08:00
cohort MDL-65782 roles: allow several roles with user/frontpage archetype 2019-06-04 11:49:23 +02:00
comment MDL-64588 core_comment: fix unnecessary type check in add_comments 2019-10-02 09:23:43 +08:00
competency MDL-60126 competency: Unit tests 2020-02-04 08:36:21 +08:00
completion MDL-67970 output: use div for content wraping instead of span 2020-03-17 18:16:25 +11:00
contentbank MDL-67800 contentbank: Include missing event class 2020-05-06 12:06:59 +08:00
course Merge branch 'MDL-68235' of git://github.com/Chocolate-lightning/moodle 2020-05-06 20:05:32 +01:00
customfield MDL-66135 customfield: allow calling code to set form category headings. 2020-04-24 08:32:54 +01:00
dataformat MDL-68500 dataformat: re-factor download/export methods into new class. 2020-05-04 16:01:12 +01:00
enrol MDL-67845 enrol_database: Remove enrol_database_admin_setting_category 2020-05-06 10:50:05 +08:00
error MDL-55188 events: First deprecation of eventslib.php 2018-07-30 09:23:54 +08:00
favourites MDL-68019 favourites: Unit test 2020-03-03 13:19:46 +08:00
files MDL-60817 core_repository: Show a warning if file extension is modified 2020-03-13 13:17:44 +08:00
filter MDL-68430 filter_mathjaxloader: update default CDN to 2.7.8 2020-05-06 21:14:41 +02:00
grade MDL-68355 gradingform_guide: Improve lang strings 2020-05-07 11:49:53 +08:00
group Merge branch 'MDL-67115' of https://github.com/stronk7/moodle 2020-01-23 15:12:56 +08:00
h5p Merge branch 'MDL-68473-master' of git://github.com/vmdef/moodle 2020-05-03 19:59:46 +08:00
install Automatically generated installer lang files 2020-05-06 00:13:03 +00:00
iplookup MDL-67593 core_iplookup: use MaxMind test database in unit tests 2019-12-31 15:01:51 +08:00
lang Merge branch 'MDL-68293-master' of git://github.com/jleyva/moodle 2020-05-06 12:53:16 +08:00
lib Merge branch 'MDL-51694-m' of https://github.com/MartinGauk/moodle 2020-05-08 11:22:31 +08:00
local MDL-49662 local: upgrade.txt note 2016-01-13 13:56:38 +00:00
login MDL-68183 auth: Fix the performance of forgotten password user search 2020-03-17 14:52:32 +01:00
media NOBUG: Fixed file access permissions 2020-05-08 13:32:22 +02:00
message Merge branch 'MDL-67753-master' of git://github.com/jleyva/moodle 2020-05-07 18:44:45 +02:00
mnet MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
mod Merge branch 'MDL-68572-master' of https://github.com/catalyst/moodle 2020-05-07 18:30:47 +02:00
my MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
notes MDL-64705 notes: Make notes WS return permissions information 2019-03-25 19:01:20 +01:00
pix MDL-67786 core_contentbank: Templates and theme CSS 2020-04-15 23:45:08 +02:00
plagiarism MDL-65835 plagiarism: Initial deprecation of old functions. 2020-01-02 11:38:49 +08:00
portfolio MDL-62403 portfolio: add upgrade notes for google docs 2020-05-07 12:40:22 +08:00
privacy MDL-67798 core_contentbank: Add privacy provider 2020-04-24 16:39:41 +02:00
question Merge branch 'MDL-68338' of git://github.com/timhunt/moodle 2020-05-05 22:21:36 +01:00
rating MDL-65042 rating: Fix incorrect image generated for user in rating 2019-08-16 15:41:21 +01:00
report Merge branch 'MDL-67751' of https://github.com/paulholden/moodle 2020-04-15 17:57:05 +02:00
repository MDL-33671 behat: fix error with Select all/none checkbox 2020-03-05 15:58:56 +01:00
rss MDL-68233 renderers/block: remove illegal uses of $PAGE and $OUTPUT 2020-03-29 15:34:26 +01:00
search MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
tag MDL-68409 behat: Fix tests from modal rewrite 2020-05-04 15:08:11 +08:00
theme Merge branch 'MDL-68556-master-pluginscheckcss' of git://github.com/mudrd8mz/moodle 2020-05-07 09:13:20 +08:00
user MDL-68462 core_table: add @javascript to failing scenario 2020-05-06 09:44:44 +08:00
userpix MDL-64372 userpix: Escape fullname string on userpix index page 2019-01-08 16:24:48 +01:00
webservice MDL-67749 ws: Set private token when reset or manual create token 2020-02-19 12:03:48 +01:00
.eslintignore MDL-67850 lib: add new plist library 2020-04-29 14:10:22 +10:00
.eslintrc MDL-66265 javascript: More specific overrides in eslintrc 2019-09-04 10:47:21 +08:00
.gherkin-lintrc MDL-56519 behat: Re-organize rules matching order 2017-01-03 09:12:54 +08:00
.gitattributes MDL-64506 theme_bootstrapbase: Remove bootstrapbase from core 2019-04-03 19:34:17 +08:00
.gitignore MDL-64443 git: Excluded vim swap files 2019-02-16 22:20:05 +01:00
.jshintignore MDL-66265 javascript: Add jshint ignore for ES6 files in root dir 2019-09-04 06:48:11 +08:00
.jshintrc MDL-54889 jshint: stop using for everything but shifter 2016-06-30 09:14:57 +01:00
.nvmrc MDL-66109 js: Upgrade to latest stable version of NodeJS 2020-05-11 10:53:35 +08:00
.shifter.json MDL-42774 JavaScript: Ensure that shifter cleans build directories before running 2013-11-11 18:29:35 +08:00
.stylelintignore MDL-67850 lib: add new plist library 2020-04-29 14:10:22 +10:00
.stylelintrc MDL-57945 stylelint: use csstree to replace some rules 2017-07-19 14:29:56 +01:00
.travis.yml MDL-66263 travis: Simple bump to php74 2020-05-02 17:19:15 +02:00
babel-plugin-add-module-to-define.js MDL-67449 grunt: Refactor path calculation for AMD 2020-01-06 09:29:11 +08:00
behat.yml.dist MDL-46891 Behat: Added support for behat 3 2016-03-11 10:51:15 +08:00
brokenfile.php
composer.json MDL-68445 behat: Bump to 3.6.x 2020-04-24 15:57:09 +02:00
composer.lock MDL-68445 behat: Bump to 3.6.x 2020-04-24 15:57:09 +02:00
config-dist.php Merge branch 'MDL-66732' of https://github.com/paulholden/moodle 2020-04-30 17:16:16 +08:00
CONTRIBUTING.txt MDL-53081 docs: Improve the text doc files in the root directory 2016-02-19 09:11:06 +01:00
COPYING.txt
draftfile.php MDL-66965 core: php74 curly 2 square braces changes 2019-10-25 17:41:10 +02:00
file.php MDL-66965 core: php74 curly 2 square braces changes 2019-10-25 17:41:10 +02:00
Gruntfile.js Merge branch 'MDL-68323-master' of git://github.com/marinaglancy/moodle 2020-04-16 00:47:20 +02:00
GruntfileComponents.js MDL-67949 grunt: normalise component paths 2020-02-18 08:10:24 +08:00
help.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
help_ajax.php MDL 38508 JavaScript: Split out AJAX and non-AJAX help 2013-04-08 21:01:20 +01:00
index.php MDL-66118 hub: Drop support for the hub's display_homepage callback 2019-10-04 21:17:06 +02:00
install.php MDL-67250 setup: Revert removal of the httpswwwroot setting 2019-11-13 19:58:10 +01:00
INSTALL.txt MDL-53081 docs: Improve the text doc files in the root directory 2016-02-19 09:11:06 +01:00
npm-shrinkwrap.json MDL-66109 js: Fix circular dependency in Shifter dependency 2020-05-11 10:53:35 +08:00
package.json MDL-66109 js: Fix circular dependency in Shifter dependency 2020-05-11 10:53:35 +08:00
phpunit.xml.dist MDL-67786 core_contentbank: Unit and behat tests 2020-04-15 23:45:08 +02:00
pluginfile.php MDL-58018 core: finish dev to support open sessions without a lock 2020-04-21 19:29:12 +02:00
PULL_REQUEST_TEMPLATE.txt MDL-53081 docs: Improve the text doc files in the root directory 2016-02-19 09:11:06 +01:00
README.txt MDL-53081 docs: Improve the text doc files in the root directory 2016-02-19 09:11:06 +01:00
tokenpluginfile.php MDL-66377 user: Only allow active users to retrieve files via tokenpluginfile.php 2019-11-05 13:44:37 +01:00
TRADEMARK.txt MDL-53081 docs: Improve the text doc files in the root directory 2016-02-19 09:11:06 +01:00
version.php on-demand release 3.9dev+ 2020-05-08 13:32:22 +02:00

                                 .-..-.
   _____                         | || |
  /____/-.---_  .---.  .---.  .-.| || | .---.
  | |  _   _  |/  _  \/  _  \/  _  || |/  __ \
  * | | | | | || |_| || |_| || |_| || || |___/
    |_| |_| |_|\_____/\_____/\_____||_|\_____)

Moodle - the world's open source learning platform

Moodle <https://moodle.org> is a learning platform designed to provide
educators, administrators and learners with a single robust, secure and
integrated system to create personalised learning environments.

You can download Moodle <https://download.moodle.org> and run it on your own
web server, ask one of our Moodle Partners <https://moodle.com/partners/> to
assist you, or have a MoodleCloud site <https://moodle.com/cloud/> set up for
you.

Moodle is widely used around the world by universities, schools, companies and
all manner of organisations and individuals.

Moodle is provided freely as open source software, under the GNU General Public
License <https://docs.moodle.org/dev/License>.

Moodle is written in PHP and JavaScript and uses an SQL database for storing
the data.

See <https://docs.moodle.org> for details of Moodle's many features.