Skip to content

Commit

Permalink
[Task]: Change external links from http to https (pimcore#17674)
Browse files Browse the repository at this point in the history
* switch to correct mysql version and change http to https

* change http to https

* should be en instead of de
  • Loading branch information
kingjia90 authored Oct 3, 2024
1 parent b91c14f commit ba7cd09
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pimcore.bundle.search.element.selector.asset = Class.create(pimcore.bundle.searc
}
}, new Ext.Button({
handler: function () {
window.open("http://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html");
window.open("https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html");
},
iconCls: "pimcore_icon_help"
})]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pimcore.bundle.search.element.selector.document = Class.create(pimcore.bundle.se
}
}, new Ext.Button({
handler: function () {
window.open("http://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html");
window.open("https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html");
},
iconCls: "pimcore_icon_help"
})]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pimcore.bundle.search.element.selector.object = Class.create(pimcore.bundle.sear
}
}, new Ext.Button({
handler: function () {
window.open("http://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html");
window.open("https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html");
},
iconCls: "pimcore_icon_help"
})]
Expand Down
2 changes: 1 addition & 1 deletion doc/06_Multi_Language_i18n/09_Formatting_Service.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Formatting Service

Pimcore ships a service for international formatting of numbers, currencies and date time. The service is basically a
factory and wrapper of the [`IntlDateFormatter` component of php](http://php.net/manual/de/class.intldateformatter.php).
factory and wrapper of the [`IntlDateFormatter` component of php](https://php.net/manual/de/class.intldateformatter.php).

#### Usage Example

Expand Down
2 changes: 1 addition & 1 deletion doc/18_Tools_and_Features/21_Glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ And the HTML-markup will look like, below.

```php
<p>
<abbr title="Hypertext Preprocessor">PHP</abbr> is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, <abbr title="Hypertext Preprocessor">PHP</abbr> code is embedded into the HTML source document and interpreted by a web server with a <abbr title="Hypertext Preprocessor">PHP</abbr> processor module, which generates the web page&nbsp; document. As a general-purpose programming language, <abbr title="Hypertext Preprocessor">PHP</abbr> code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. <abbr title="Hypertext Preprocessor">PHP</abbr> is available as a processor for most modern web servers and as standalone interpreter on most operating systems and computing platforms. You can <a href="http://www.php.net/">download</a> it free at php.net.
<abbr title="Hypertext Preprocessor">PHP</abbr> is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, <abbr title="Hypertext Preprocessor">PHP</abbr> code is embedded into the HTML source document and interpreted by a web server with a <abbr title="Hypertext Preprocessor">PHP</abbr> processor module, which generates the web page&nbsp; document. As a general-purpose programming language, <abbr title="Hypertext Preprocessor">PHP</abbr> code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. <abbr title="Hypertext Preprocessor">PHP</abbr> is available as a processor for most modern web servers and as standalone interpreter on most operating systems and computing platforms. You can <a href="https://www.php.net/">download</a> it free at php.net.
</p>
```

Expand Down
30 changes: 15 additions & 15 deletions doc/23_Installation_and_Upgrade/01_System_Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@ Both **mod_php** and **FCGI (FPM)** are supported.
#### Required Settings and Modules & Extensions
- `memory_limit` >= 128M
- `upload_max_filesize` and `post_max_size` >= 100M (depending on your data)
- [pdo_mysql](http://php.net/pdo-mysql)
- [iconv](http://php.net/iconv)
- [dom](http://php.net/dom)
- [simplexml](http://php.net/simplexml)
- [gd](http://php.net/gd)
- [exif](http://php.net/exif)
- [file_info](http://php.net/fileinfo)
- [mbstring](http://php.net/mbstring)
- [zlib](http://php.net/zlib)
- [zip](http://php.net/zip)
- [intl](http://www.php.net/intl)
- [opcache](http://php.net/opcache)
- [curl](http://php.net/curl)
- [pdo_mysql](https://php.net/pdo-mysql)
- [iconv](https://php.net/iconv)
- [dom](https://php.net/dom)
- [simplexml](https://php.net/simplexml)
- [gd](https://php.net/gd)
- [exif](https://php.net/exif)
- [file_info](https://php.net/fileinfo)
- [mbstring](https://php.net/mbstring)
- [zlib](https://php.net/zlib)
- [zip](https://php.net/zip)
- [intl](https://www.php.net/intl)
- [opcache](https://php.net/opcache)
- [curl](https://php.net/curl)
- CLI SAPI (for Cron Jobs)
- [Composer 2](https://getcomposer.org/) (added to `$PATH` - see also [Additional Tools Installation](./03_System_Setup_and_Hosting/06_Additional_Tools_Installation.md))

#### Recommended or Optional Modules & Extensions
- [imagick](http://php.net/imagick) (if not installed *gd* is used instead, but with less supported image types)
- [imagick](https://php.net/imagick) (if not installed *gd* is used instead, but with less supported image types)
- LCMS delegate for Image Magick to prevent negative colors for CMYK images
- [phpredis](https://github.com/phpredis/phpredis) (recommended cache backend adapter)
- [graphviz](https://www.graphviz.org/) (for rendering workflow overview)
- [mysqli](http://php.net/mysqli) (PDO although is still required for parameter mappings)
- [mysqli](https://php.net/mysqli) (PDO although is still required for parameter mappings)

### Database Server
- MariaDB >= 10.3
Expand Down
34 changes: 17 additions & 17 deletions lib/Tool/Requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public static function checkPhp(): array
$memoryLimitMessage = '';

// check bytes of memory limit if it's not set to unlimited ('-1')
// http://php.net/manual/en/ini.core.php#ini.memory-limit
// https://php.net/manual/en/ini.core.php#ini.memory-limit
if ($memoryLimit !== '-1') {
$memoryLimit = filesize2bytes($memoryLimit . 'B');
if ($memoryLimit < 67108000) {
Expand All @@ -507,85 +507,85 @@ public static function checkPhp(): array

$checks[] = new Check([
'name' => 'memory_limit (in php.ini)',
'link' => 'http://www.php.net/memory_limit',
'link' => 'https://www.php.net/manual/en/ini.core.php#ini.memory-limit',
'state' => $memoryLimitState,
'message' => $memoryLimitMessage,
]);

// pdo_mysql
$checks[] = new Check([
'name' => 'PDO MySQL',
'link' => 'http://www.php.net/pdo_mysql',
'link' => 'https://www.php.net/pdo_mysql',
'state' => @constant('PDO::MYSQL_ATTR_FOUND_ROWS') ? Check::STATE_OK : Check::STATE_ERROR,
]);

// iconv
$checks[] = new Check([
'name' => 'iconv',
'link' => 'http://www.php.net/iconv',
'link' => 'https://www.php.net/iconv',
'state' => function_exists('iconv') ? Check::STATE_OK : Check::STATE_ERROR,
]);

// dom
$checks[] = new Check([
'name' => 'Document Object Model (DOM)',
'link' => 'http://www.php.net/dom',
'link' => 'https://www.php.net/dom',
'state' => class_exists('DOMDocument') ? Check::STATE_OK : Check::STATE_ERROR,
]);

// simplexml
$checks[] = new Check([
'name' => 'SimpleXML',
'link' => 'http://www.php.net/simplexml',
'link' => 'https://www.php.net/simplexml',
'state' => class_exists('SimpleXMLElement') ? Check::STATE_OK : Check::STATE_ERROR,
]);

// gd
$checks[] = new Check([
'name' => 'GD',
'link' => 'http://www.php.net/gd',
'link' => 'https://www.php.net/gd',
'state' => function_exists('gd_info') ? Check::STATE_OK : Check::STATE_ERROR,
]);

// exif
$checks[] = new Check([
'name' => 'EXIF',
'link' => 'http://www.php.net/exif',
'link' => 'https://www.php.net/exif',
'state' => function_exists('exif_read_data') ? Check::STATE_OK : Check::STATE_ERROR,
]);

// multibyte support
$checks[] = new Check([
'name' => 'Multibyte String (mbstring)',
'link' => 'http://www.php.net/mbstring',
'link' => 'https://www.php.net/mbstring',
'state' => function_exists('mb_strcut') ? Check::STATE_OK : Check::STATE_ERROR,
]);

// file_info support
$checks[] = new Check([
'name' => 'File Information (file_info)',
'link' => 'http://www.php.net/file_info',
'link' => 'https://www.php.net/file_info',
'state' => function_exists('finfo_open') ? Check::STATE_OK : Check::STATE_ERROR,
]);

// zip
$checks[] = new Check([
'name' => 'zip',
'link' => 'http://www.php.net/zip',
'link' => 'https://www.php.net/zip',
'state' => class_exists('ZipArchive') ? Check::STATE_OK : Check::STATE_ERROR,
]);

// gzip
$checks[] = new Check([
'name' => 'zlib / gzip',
'link' => 'http://www.php.net/zlib',
'link' => 'https://www.php.net/zlib',
'state' => function_exists('gzcompress') ? Check::STATE_OK : Check::STATE_ERROR,
]);

// Intl
$checks[] = new Check([
'name' => 'Intl',
'link' => 'http://www.php.net/intl',
'link' => 'https://www.php.net/intl',
'state' => extension_loaded('intl') ? Check::STATE_OK : Check::STATE_ERROR,
]);

Expand Down Expand Up @@ -614,7 +614,7 @@ public static function checkPhp(): array
// Imagick
$checks[] = new Check([
'name' => 'Imagick',
'link' => 'http://www.php.net/imagick',
'link' => 'https://www.php.net/imagick',
'state' => class_exists('Imagick') ? Check::STATE_OK : Check::STATE_WARNING,
]);

Expand Down Expand Up @@ -646,15 +646,15 @@ public static function checkPhp(): array
// APCu
$checks[] = new Check([
'name' => 'APCu',
'link' => 'http://www.php.net/apcu',
'link' => 'https://www.php.net/apcu',
'state' => (function_exists('apcu_fetch') && ini_get('apc.enabled')) ? Check::STATE_OK : Check::STATE_WARNING,
'message' => "It's highly recommended to have the APCu extension installed and enabled.",
]);

// OPcache
$checks[] = new Check([
'name' => 'OPcache',
'link' => 'http://www.php.net/opcache',
'link' => 'https://www.php.net/opcache',
'state' => function_exists('opcache_reset') ? Check::STATE_OK : Check::STATE_WARNING,
'message' => "It's highly recommended to have the OPCache extension installed and enabled.",
]);
Expand All @@ -669,7 +669,7 @@ public static function checkPhp(): array
// curl for google api sdk
$checks[] = new Check([
'name' => 'curl',
'link' => 'http://www.php.net/curl',
'link' => 'https://www.php.net/curl',
'state' => function_exists('curl_init') ? Check::STATE_OK : Check::STATE_ERROR,
]);

Expand Down

0 comments on commit ba7cd09

Please sign in to comment.