Cumulative

This commit is contained in:
Frank Hochmuth 2024-04-04 23:14:18 +02:00 committed by GitHub
commit 9ecdec3696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 190 additions and 83 deletions

View File

@ -578,9 +578,14 @@ a.link-enable:hover {
form { margin: auto } form { margin: auto }
/* ===== PHP Info ===== */
#phpinfo, #phpinfo h1, #phpinfo tr, #phpinfo td { margin: unset !IMPORTANT ;text-align: unset !IMPORTANT; letter-spacing: unset !IMPORTANT }
/* ===== PHP Info ===== */
/* unset Leggero -style */
#phpinfo, #phpinfo h1, #phpinfo h2, #phpinfo tr, #phpinfo td, #phpinfo .e, #phpinfo .h, #phpinfo .v { margin: unset; text-align: unset; letter-spacing: unset; background: unset; font-family: unset }
#phpinfo h2 { border-bottom: unset }
/* set phpinfo()/ php.net -style */
#phpinfo, #phpinfo h2, #phpinfo h2 a { font-family: sans-serif; font-size: 16px }
#phpinfo body { background-color: #fff; color: #222; font-family: sans-serif } #phpinfo body { background-color: #fff; color: #222; font-family: sans-serif }
#phpinfo pre { margin: 0; font-family: monospace } #phpinfo pre { margin: 0; font-family: monospace }
#phpinfo a:link { color: #009; text-decoration: none; background-color: #fff } #phpinfo a:link { color: #009; text-decoration: none; background-color: #fff }

View File

@ -580,9 +580,18 @@ a.link-general:hover, .main-cell a:hover {
form { margin: auto } form { margin: auto }
/* ===== PHP Info ===== */
#phpinfo, #phpinfo h1, #phpinfo tr, #phpinfo td { margin: unset !IMPORTANT ;text-align: unset !IMPORTANT; letter-spacing: unset !IMPORTANT }
/* ===== PHP Info ===== */
/* unset Leggero -style */
#phpinfo, #phpinfo h1, #phpinfo h2, #phpinfo tr, #phpinfo td, #phpinfo .e, #phpinfo .h, #phpinfo .v { margin: unset; text-align: unset; letter-spacing: unset; background: unset; font-family: unset }
#phpinfo h2 { border-bottom: unset }
#phpinfo tr:last-child td:first-child { border-bottom-left-radius: unset }
#phpinfo tr:last-child td:last-child { border-bottom-right-radius: unset }
#phpinfo tr:first-child th:first-child { border-top-left-radius: unset }
#phpinfo tr:first-child th:last-child { border-top-right-radius: unset }
/* set phpinfo()/ php.net -style */
#phpinfo, #phpinfo h2, #phpinfo h2 a { font-family: sans-serif; font-size: 16px }
#phpinfo body { background-color: #fff; color: #222; font-family: sans-serif } #phpinfo body { background-color: #fff; color: #222; font-family: sans-serif }
#phpinfo pre { margin: 0; font-family: monospace } #phpinfo pre { margin: 0; font-family: monospace }
#phpinfo a:link { color: #009; text-decoration: none; background-color: #fff } #phpinfo a:link { color: #009; text-decoration: none; background-color: #fff }

View File

@ -568,9 +568,14 @@ a.link-general:hover, .main-cell a:hover {
form { margin: auto } form { margin: auto }
/* ===== PHP Info ===== */
#phpinfo, #phpinfo h1, #phpinfo tr, #phpinfo td { margin: unset !IMPORTANT ;text-align: unset !IMPORTANT; letter-spacing: unset !IMPORTANT }
/* ===== PHP Info ===== */
/* unset Leggero -style */
#phpinfo, #phpinfo h1, #phpinfo h2, #phpinfo tr, #phpinfo td, #phpinfo .e, #phpinfo .h, #phpinfo .v { margin: unset; text-align: unset; letter-spacing: unset; background: unset; font-family: unset }
#phpinfo h2 { border-bottom: unset }
/* set phpinfo()/ php.net -style */
#phpinfo, #phpinfo h2, #phpinfo h2 a { font-family: sans-serif; font-size: 16px }
#phpinfo body { background-color: #fff; color: #222; font-family: sans-serif } #phpinfo body { background-color: #fff; color: #222; font-family: sans-serif }
#phpinfo pre { margin: 0; font-family: monospace } #phpinfo pre { margin: 0; font-family: monospace }
#phpinfo a:link { color: #009; text-decoration: none; background-color: #fff } #phpinfo a:link { color: #009; text-decoration: none; background-color: #fff }

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -129,7 +129,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP" // output "PHP"
'h2_php' => 'PHP', 'h2_php' => 'PHP',
'php_ver' => 'The PHP version is <strong>' . phpversion() . '</strong>', 'php_ver' => '<strong>Version: </strong>',
'php_timezone' => '<strong>Timezone: </strong>',
'php_timezone_neg' => 'Not available. UTC is used.',
'h3_extensions' => 'Extensions', 'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -319,6 +319,15 @@ if (class_exists('AdminPanelAction')) {
*/ */
$support ['h2_php'] = $lang ['admin'] ['maintain'] ['support'] ['h2_php']; $support ['h2_php'] = $lang ['admin'] ['maintain'] ['support'] ['h2_php'];
$support ['php_ver'] = $lang ['admin'] ['maintain'] ['support'] ['php_ver']; $support ['php_ver'] = $lang ['admin'] ['maintain'] ['support'] ['php_ver'];
$support ['output_php_ver'] = phpversion();
$support ['php_timezone'] = $lang ['admin'] ['maintain'] ['support'] ['php_timezone'];
if (ini_get('date.timezone')) {
$timezone = ini_get('date.timezone');
$support ['output_timezone'] = $timezone;
} else {
$support ['output_timezone'] = $lang ['admin'] ['maintain'] ['support'] ['php_timezone_neg'];
}
$support ['h3_extensions'] = $lang ['admin'] ['maintain'] ['support'] ['h3_extensions']; $support ['h3_extensions'] = $lang ['admin'] ['maintain'] ['support'] ['h3_extensions'];

View File

@ -1,11 +1,52 @@
/* Compatibility with user-contributed themes affected by #201 */
.support-data { .support-data {
background-color: #ffffff font-family: open-sans, sans-serif !IMPORTANT;
font-style: normal !IMPORTANT;
color: #000000 !IMPORTANT;
background-color: #ffffff !IMPORTANT
}
.support-data h2 {
font-family: open-sans, sans-serif !IMPORTANT;
color: #000000 !IMPORTANT;
margin-bottom: 0 !IMPORTANT;
font-style: normal !IMPORTANT;
font-size: 1.6em !IMPORTANT;
border-bottom: 1px solid #ddd !IMPORTANT
}
.support-data h3 {
font-family: open-sans, sans-serif !IMPORTANT;
font-style: normal !IMPORTANT;
font-size: 1.4em !IMPORTANT;
color: #000000 !IMPORTANT;
margin: 0.5em 0 0 0 !IMPORTANT;
}
.support-data p {
line-height: unset !IMPORTANT;
margin-top: unset !IMPORTANT;
font-family: open-sans, sans-serif !IMPORTANT;
font-style: normal !IMPORTANT;
font-size: 1em !IMPORTANT;
margin: 0.5em 0 !IMPORTANT
}
.support-data ul {
margin-left: 2em !IMPORTANT;
padding-top: unset !IMPORTANT;
padding-bottom: unset !IMPORTANT
} }
.support-data ul li { .support-data ul li {
list-style-type: none list-style-type: none !IMPORTANT
} }
.support-data ul li::before {
content: unset !IMPORTANT
}
/* Colored output */
.support-data .error { .support-data .error {
color: #990000 color: #990000
} }
@ -19,28 +60,9 @@
} }
/* hidden code block - only becomes visible when pasted - onion juice ink - magic */ /* hidden code block - only becomes visible when pasted - onion juice ink - magic */
.support-data h2 {
margin-bottom: 0
}
.support-data .codeblock { .support-data .codeblock {
background-color: #ffffff; background-color: #ffffff !IMPORTANT;
margin: 0; margin: 0 !IMPORTANT;
font-size: 0px font-size: 0px !IMPORTANT
} }
/* Compatibility */
.support-data p {
line-height: unset !IMPORTANT;
margin-top: unset !IMPORTANT
}
.support-data ul li::before {
content: unset !IMPORTANT
}
.support-data ul {
margin-left: 2em !IMPORTANT;
padding-top: unset;
padding-bottom: unset
}

View File

@ -205,8 +205,13 @@
</h2> </h2>
<p class="codeblock">[code]</p> <p class="codeblock">[code]</p>
<p> <p>
{$support.php_ver} {$support.php_ver}{$support.output_php_ver}
</p> </p>
<p>
{$support.php_timezone}{$support.output_timezone}
</p>
<h3> <h3>
{$support.h3_extensions} {$support.h3_extensions}
</h3> </h3>