19 declare(strict_types=1);
34 return hash(
"sha256", self::class);
39 return "Check configuration of Services/MathJax";
50 new \ilSettingsFactoryExistsObjective()
57 $factory = $environment->getResource(
Setup\Environment::RESOURCE_SETTINGS_FACTORY);
58 $interaction = $environment->getResource(
Setup\Environment::RESOURCE_ADMIN_INTERACTION);
84 $recommended =
'https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML,Safe';
86 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML',
87 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML,Safe',
88 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML',
89 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML,Safe',
90 'https://cdn.jsdelivr.net/npm/mathjax@2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML',
91 'https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML' 96 $change = $interaction->confirmOrDeny(
"Replace outdated or unsave MathJax URL with $recommended ?");
98 $interaction->inform(
"Replaced inactive outdated MathJax URL with $recommended");
103 && $this->setup_config !==
null 104 && in_array($this->setup_config->getConfig()->getClientScriptUrl(), $outdated)
106 $interaction->inform(
"Please change the URL in the setup.json to avoid this message in the next update.");
isApplicable(Setup\Environment $environment)
withClientScriptUrl(string $client_async_url)
Set the url of Mathjax script to be embedded on the page (for MathJax 3)
Global Mathjax configuration.
ilMathJaxSetupConfig $setup_config
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(?\ilMathJaxSetupConfig $setup_config=null)
getClientScriptUrl()
Url of Mathjax script to be embedded with script tag on the page.
getPreconditions(Setup\Environment $environment)
isClientEnabled()
Should latex code be rendered in the browser.
checkClientScriptUrl(ilMathJaxConfig $config, Setup\AdminInteraction $interaction)
Check if an outdated script URL is used and try to correct it.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.
updateConfig(ilMathJaxConfig $config)
Update the MathNax Configuration.
Repository for storing and loading the MathJax configuration.