-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.5, 3.2.2, 3.3
-
MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE
-
MOODLE_402_STABLE
-
MDL-58615-master -
- git grep for useexternalyui
- Confirm it is absent except for a mention in the upgrade notes and upgrade step to remove it
- git grep for useexternalyui
-
1
-
Team Hedgehog Sprint 1.3
While working on MDL-54901 I faced various (unrelated!) problems with some tests instantiating the page_requirements_manager.
There, external yui loading ($CFG->useexternalyui) is beind "manually" disabled with comment:
// On HTTPS sites all JS must be loaded from https sites,
|
// YUI CDN does not support https yet, sorry.
|
$CFG->useexternalyui = 0;
|
But I've seen this one available/used in a number of places:
So this is just to concile the comment and the reality. Note I haven't looked if that URL is official, supported, works or not... just found it looking for "yui ssl cdn" out there (drupal, stackoverflow...).
Also, somehow related... I've seen yui stuff being served from clouflare cdn and/or goggle too...
Anyway, issue created, I'm happy with any outcome, just wanted to be sure the comment and behaviors are correct.
- has been marked as being related by
-
MDL-54901 Decide Moodle 3.3 requirements and push them to environment.xml (due date: 5/12/2016)
-
- Closed
-
-
MDL-57432 Decide Moodle 3.4 requirements and push them to environment.xml (due date: 29/05/2017)
-
- Closed
-
-
MDL-74905 Decide Moodle 4.2 requirements and push them to environment.xml (due date: 2022-12-26)
-
- Closed
-
-
MDL-76724 Decide Moodle 4.3 requirements and push them to environment.xml (due date: 2023-05-08)
-
- Closed
-
-
MDL-70594 Decide Moodle 4.0 requirements and push them to environment.xml (due date: 2021-06-09)
-
- Closed
-
-
MDL-59159 Decide Moodle 3.5 requirements and push them to environment.xml (due date: 04/12/2017)
-
- Closed
-
-
MDL-60901 Decide Moodle 3.6 requirements and push them to environment.xml (due date: 2018-06-04)
-
- Closed
-
-
MDL-63276 Decide Moodle 3.7 requirements and push them to environment.xml (due date: 2018-12-17)
-
- Closed
-
-
MDL-64614 Decide Moodle 3.8 requirements and push them to environment.xml (due date: 2019-06-10)
-
- Closed
-
-
MDL-65809 Decide Moodle 3.9 requirements and push them to environment.xml (due date: 2019-12-02)
-
- Closed
-
-
MDL-67415 Decide Moodle 3.10 requirements and push them to environment.xml (due date: 2020-07-24)
-
- Closed
-
-
MDL-69308 Decide Moodle 3.11 requirements and push them to environment.xml (due date: 2020-12-21)
-
- Closed
-
-
MDL-71747 Decide Moodle 4.1 requirements and push them to environment.xml (due date: 2022-06-01)
-
- Closed
-