mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 00:31:35 +02:00
MDL-46269 tool_httpsreplace: Add more info and warnings about the tool
This commit is contained in:
committed by
Marina Glancy
parent
f7e6fb04db
commit
c74748c6bd
@@ -28,12 +28,14 @@ $string['disclaimer'] = 'I understand the risks of this operation';
|
||||
$string['doclink'] = 'Read more documentation on the wiki';
|
||||
$string['doit'] = 'Perform replacement';
|
||||
$string['domain'] = 'Problematic domain';
|
||||
$string['domainexplain'] = 'When an instance is moved from http to https, all embeded http content will stop working. This tool always you to automatically convert the http content to https. Below is a report of content that may not work once you run this script. You may want to check each one has https available or find alternative resources.';
|
||||
$string['domainexplainhelp'] = 'These domains are found in your content, but do not appear to support https content. After switching to https, the content included from these sites will no longer display within Moodle for users with secure modern browsers. It is possible that these sites are temporarily or permanently unavailable and will not work with either security setting. Proceed only after reviewing these results and determining if this externally hosted content is non-essential.';
|
||||
$string['domainexplain'] = 'When an instance is moved from HTTP to HTTPS, all embeded HTTP content will stop working. This tool always you to automatically convert the HTTP content to HTTPS. Below is a report of content that may not work once you run this script. You may want to check each one has HTTPS available or find alternative resources.';
|
||||
$string['domainexplainhelp'] = 'These domains are found in your content, but do not appear to support HTTPS content. After switching to HTTPS, the content included from these sites will no longer display within Moodle for users with secure modern browsers. It is possible that these sites are temporarily or permanently unavailable and will not work with either security setting. Proceed only after reviewing these results and determining if this externally hosted content is non-essential.';
|
||||
$string['httpwarning'] = 'This instance is still running on HTTP. You can still run this tool and external content will be changed to HTTPS, but internal content will remain on HTTP. You will need to run this script again after switching to HTTPS to convert internal content.';
|
||||
$string['notimplemented'] = 'Sorry, this feature is not implemented in your database driver.';
|
||||
$string['oktoprocede'] = 'The scan finds no issues with your content. You can proceed to upgrade any http content to use https.';
|
||||
$string['pageheader'] = 'Upgrade externally hosted content urls to https';
|
||||
$string['oktoprocede'] = 'The scan finds no issues with your content. You can proceed to upgrade any HTTP content to use HTTPS.';
|
||||
$string['pageheader'] = 'Upgrade externally hosted content urls to HTTPS';
|
||||
$string['pluginname'] = 'HTTPS conversion tool';
|
||||
$string['replacing'] = 'Replacing http content with https...';
|
||||
$string['replacing'] = 'Replacing HTTP content with HTTPS...';
|
||||
$string['searching'] = 'Searching {$a}';
|
||||
$string['takeabackupwarning'] = 'Once this tool run, changes made can\'t be reverted. A complete backup should be made before running this script! There is a low risk that the wrong content will be replaced, introducing problems.';
|
||||
$string['takeabackupwarning'] = 'Once this is tool run, changes made can\'t be reverted. A complete backup should be made before running this script. There is a low risk that the wrong content will be replaced, introducing problems.';
|
||||
$string['toolintro'] = 'If you are planning on converting your site to HTTPS, you can use the <a href="{$a}">HTTPS conversion tool</a> to convert your embeded content to HTTPS.';
|
||||
|
Reference in New Issue
Block a user