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 }
/* ===== 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 pre { margin: 0; font-family: monospace }
#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 }
/* ===== 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 pre { margin: 0; font-family: monospace }
#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 }
/* ===== 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 pre { margin: 0; font-family: monospace }
#phpinfo a:link { color: #009; text-decoration: none; background-color: #fff }

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Zobrazit údaje o podpoře';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Podpůrné údaje',
'intro' => 'Pro hlášení chyb a pomoc navštivte <a href="https://forum.flatpress.org" target="_blank">FlatPress fórum</a>, ' . //
'title' => 'Podpůrné údaje',
'intro' => 'Pro hlášení chyb a pomoc navštivte <a href="https://forum.flatpress.org" target="_blank">FlatPress fórum</a>, ' . //
'nahlaste chybu na <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> nebo ' . //
'<a href="mailto:hello@flatpress.org">pošlete e-mail</a>.<br>Vložte tyto problémy (copy &#38; paste) v angličtině ' . //
's následujícími informacemi: Popis chyby, kroky k reprodukci.',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Vis support data';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Support data',
'intro' => 'For fejlrapporter og hjælp, besøg <a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>, ' . //
'title' => 'Support data',
'intro' => 'For fejlrapporter og hjælp, besøg <a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>, ' . //
'rapporter fejlen på <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> ' . //
'eller <a href="mailto:hello@flatpress.org">send en e-mail</a>.<br> Indsæt disse problemer (copy &#38; paste) på engelsk ' . //
'med følgende oplysninger: Fejlbeskrivelse, trin til reproduktion.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Zeige Supportdaten';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Supportdaten',
'intro' => 'Für Fehlerberichte und Hilfe, besuche das <a href="https://forum.flatpress.org" target="_blank">FlatPress-Forum</a>, ' . //
'title' => 'Supportdaten',
'intro' => 'Für Fehlerberichte und Hilfe, besuche das <a href="https://forum.flatpress.org" target="_blank">FlatPress-Forum</a>, ' . //
'melde den Fehler auf <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> ' . //
'oder <a href="mailto:hello@flatpress.org">schicke eine E-Mail</a>.<br>Füge diese Ausgaben (copy &#38; paste) in Englisch ' . //
'mit den folgenden Informationen ein: Fehlerbeschreibung, Schritte zur Reproduktion.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Εμφάνιση δεδομένων υποστήριξης';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Δεδομένα υποστήριξης',
'intro' => 'Για αναφορές σφαλμάτων και βοήθεια, επισκεφθείτε το φόρουμ <a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>, ' . //
'title' => 'Δεδομένα υποστήριξης',
'intro' => 'Για αναφορές σφαλμάτων και βοήθεια, επισκεφθείτε το φόρουμ <a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>, ' . //
'αναφέρετε το σφάλμα στο <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> ' . //
'ή <a href="mailto:hello@flatpress.org">στείλτε ένα email</a>.<br>Επικολλήστε αυτά τα θέματα (αντιγραφή &#38; επικόλληση) στα ' . //
'αγγλικά με τις ακόλουθες πληροφορίες: Περιγραφή σφάλματος, βήματα για την αναπαραγωγή.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Show support data';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Support data',
'intro' => 'For bug reports and help, visit the <a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>, ' . //
'title' => 'Support data',
'intro' => 'For bug reports and help, visit the <a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>, ' . //
'report the bug on <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> ' . //
'or <a href="mailto:hello@flatpress.org">send an email</a>.<br>Include these outputs (copy &#38; paste) in English ' . //
'with the following information: bug description, steps to reproduce.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Mostrar datos de soporte';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Datos de soporte',
'intro' => 'Para informes de errores y ayuda, visite el <a href="https://forum.flatpress.org" target="_blank">Foro de FlatPress</a>, ' . //
'title' => 'Datos de soporte',
'intro' => 'Para informes de errores y ayuda, visite el <a href="https://forum.flatpress.org" target="_blank">Foro de FlatPress</a>, ' . //
'informe del error en <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> ' . //
'o <a href="mailto:hello@flatpress.org">envíe un correo electrónico</a>.<br>Pegue estos problemas (copiar &#38; pegar) en inglés ' . //
'con la siguiente información: Descripción del fallo, pasos para reproducirlo.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Afficher les données de support';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Données de support',
'intro' => 'Pour les rapports de bug et l\'aide, visitez le <a href="https://forum.flatpress.org" target="_blank">FlatPress Forum</a>, ' . //
'title' => 'Données de support',
'intro' => 'Pour les rapports de bug et l\'aide, visitez le <a href="https://forum.flatpress.org" target="_blank">FlatPress Forum</a>, ' . //
'signalez le bug sur <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> ' . //
'ou <a href="mailto:hello@flatpress.org">envoyez un e-mail</a>.<br>Insérez ces sorties (copy &#38 ; paste) en anglais ' . //
'avec les informations suivantes : Description de l\'erreur, étapes pour la reproduire.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -129,7 +129,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Mostra i dati di supporto';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Dati di supporto',
'intro' => 'Per le segnalazioni di bug e l\'assistenza, visitare il forum di FlatPress</a>, ' . //
'title' => 'Dati di supporto',
'intro' => 'Per le segnalazioni di bug e l\'assistenza, visitare il forum di FlatPress</a>, ' . //
'segnalare il bug su <a href="https://forum.flatpress.org" target="_blank">GitHub</a> ' . //
'o <a href="mailto:hello@flatpress.org">inviare un\'e-mail</a>.<br>Incollare questi problemi (copia e incolla) in inglese ' . //
'con le seguenti informazioni: Descrizione del bug, passaggi per la riproduzione.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'サポートデータの表示';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'サポートデータ',
'intro' => 'バグレポートやヘルプについては、<a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>をご覧いただくか、' . //
'title' => 'サポートデータ',
'intro' => 'バグレポートやヘルプについては、<a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>をご覧いただくか、' . //
'<a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a>でバグを報告するか、' . //
'<a href="mailto:hello@flatpress.org">メールを送信</a>してください。<br>' . //
'これらの問題(コピー&38;ペースト)は、以下の情報を英語で貼り付けてください: バグの説明、再現手順',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Toon ondersteuningsgegevens';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Ondersteunende gegevens',
'intro' => 'Voor bugrapporten en hulp, bezoek het <a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>, ' . //
'title' => 'Ondersteunende gegevens',
'intro' => 'Voor bugrapporten en hulp, bezoek het <a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>, ' . //
'rapporteer de bug op <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> ' . //
'of <a href="mailto:hello@flatpress.org">stuur een e-mail</a>.<br>Plak deze problemen (kopiëren &#38; plakken) in het Engels ' . //
'met de volgende informatie: Bug beschrijving, stappen om te reproduceren.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Mostrar dados de suporte';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Dados de suporte',
'intro' => 'Para obter ajuda e relatórios de bugs, visite o <a href="https://forum.flatpress.org" target="_blank">Fórum do FlatPress</a>, ' . //
'title' => 'Dados de suporte',
'intro' => 'Para obter ajuda e relatórios de bugs, visite o <a href="https://forum.flatpress.org" target="_blank">Fórum do FlatPress</a>, ' . //
'relate o bug no <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> ' . //
'ou <a href="mailto:hello@flatpress.org">envie um e-mail</a>.<br>Cole esses problemas (copiar &#38; colar) em inglês ' . //
'com as seguintes informações: Descrição do bug, etapas para reproduzir.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Показать данные о поддержке';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Данные поддержки',
'intro' => 'Для получения сообщений об ошибках и помощи посетите <a href="https://forum.flatpress.org" target="_blank">форум FlatPress</a>, ' . //
'title' => 'Данные поддержки',
'intro' => 'Для получения сообщений об ошибках и помощи посетите <a href="https://forum.flatpress.org" target="_blank">форум FlatPress</a>, ' . //
'сообщите об ошибке на <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> ' . //
'или <a href="mailto:hello@flatpress.org">отправьте письмо</a>.<br> Вставьте эти проблемы (copy &#38; paste) на английском ' . //
'языке со следующей информацией: Описание ошибки, шаги для воспроизведения.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',

View File

@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Prikaži podatke o podpori';
$lang ['admin'] ['maintain'] ['support'] = array(
'title' => 'Podporni podatki',
'intro' => 'Za poročila o napakah in pomoč obiščite <a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>, ' . //
'title' => 'Podporni podatki',
'intro' => 'Za poročila o napakah in pomoč obiščite <a href="https://forum.flatpress.org" target="_blank">FlatPress forum</a>, ' . //
'prijavite napako na <a href="https://github.com/flatpressblog/flatpress/issues" target="_blank">GitHub</a> ' . //
'ali <a href="mailto:hello@flatpress.org">pošljite e-pošto</a>.<br>Polepite te težave (copy &#38; paste) v angleščini ' . //
'z naslednjimi informacijami: Opis napake, koraki za reprodukcijo.',
@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "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',
'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 ['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'];

View File

@ -1,11 +1,52 @@
.support-data {
background-color: #ffffff
/* Compatibility with user-contributed themes affected by #201 */
.support-data {
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 {
list-style-type: none
list-style-type: none !IMPORTANT
}
.support-data ul li::before {
content: unset !IMPORTANT
}
/* Colored output */
.support-data .error {
color: #990000
}
@ -19,28 +60,9 @@
}
/* hidden code block - only becomes visible when pasted - onion juice ink - magic */
.support-data h2 {
margin-bottom: 0
}
.support-data .codeblock {
background-color: #ffffff;
margin: 0;
font-size: 0px
background-color: #ffffff !IMPORTANT;
margin: 0 !IMPORTANT;
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>
<p class="codeblock">[code]</p>
<p>
{$support.php_ver}
{$support.php_ver}{$support.output_php_ver}
</p>
<p>
{$support.php_timezone}{$support.output_timezone}
</p>
<h3>
{$support.h3_extensions}
</h3>