-
Bug
-
Resolution: Fixed
-
Critical
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
MDL-67250-master-httpswwwroot -
The issue MDL-46267 introduces a final deprecation step for the httpswwwroot and removes it from the core.
However, the setting is still used in many plugins - 201 in the plugins directory. These all will suddenly stop working in 3.8.
We did not have a way to raise a proper deprecation debugging warning when the httpswwwroot is still used. So no-one is really aware about this problem and prepared for it.
I believe we must:
- re-introduce the httpswwwroot and keep it forever as an alias for the wwwroot.
- improve the CI tools in the plugins directory and in travis (moodle-plugin-ci) to raise a warning/error when httpswwwroot is found in the plugin's code.
- has a non-specific relationship to
-
MDLSITE-6012 Add some check against the use of httpswwwroot in code
- Open
- is a regression caused by
-
MDL-46267 Final deprecation of https_required and verify_https_required, remove loginhttps and httpswwwroot if possible
- Closed