diff --git a/lf-who-was-here-2_build_changelog.md b/lf-who-was-here-2_build_changelog.md index 8ab0fea..582556d 100644 --- a/lf-who-was-here-2_build_changelog.md +++ b/lf-who-was-here-2_build_changelog.md @@ -1,3 +1,10 @@ +### 2.1.6 +* Release (2024-01-08) +* JS: + * Code bereinigt. +* Sprachdateien: + * Variablen der Übersetzer-Infos entfernt, die jetzt in separater Datei enthalten sind. + #### 2.1.6-b1 * ACP-Template: * HTML für PullDown Menüs (` 'Deutsch (Du)', - 'LFWWH_LANG_EXT_VER' => '2.1.3', - 'LFWWH_LANG_AUTHOR' => 'LukeWCS', - // config head 'LFWWH_CONFIG_TITLE' => 'Wer war da?', 'LFWWH_CONFIG_DESC' => 'Hier kannst du die Einstellungen für die Erweiterung %s ändern.', @@ -149,5 +144,4 @@ // messages 'LFWWH_MSG_SAVED_SETTINGS' => 'Wer war da: Einstellungen erfolgreich gespeichert.', 'LFWWH_MSG_CONFIRM_RECORD_RESET' => 'Sobald du die Seite mit den Einstellungen speicherst, wird der Besucherrekord zurückgesetzt.', - 'LFWWH_MSG_LANGUAGEPACK_OUTDATED' => 'Hinweis: Das Sprachpaket der Erweiterung %1$s ist nicht mehr aktuell. (vorhanden: %2$s / benötigt: %3$s)', ]); diff --git a/lukewcs/whowashere/language/de_x_sie/acp_who_was_here.php b/lukewcs/whowashere/language/de_x_sie/acp_who_was_here.php index 52a4b09..9529f84 100644 --- a/lukewcs/whowashere/language/de_x_sie/acp_who_was_here.php +++ b/lukewcs/whowashere/language/de_x_sie/acp_who_was_here.php @@ -39,11 +39,6 @@ // ’ « » “ ” … „ “ // $lang = array_merge($lang, [ - // language pack author - 'LFWWH_LANG_DESC' => 'Deutsch (Sie)', - 'LFWWH_LANG_EXT_VER' => '2.1.3', - 'LFWWH_LANG_AUTHOR' => 'LukeWCS', - // config head 'LFWWH_CONFIG_TITLE' => 'Wer war da?', 'LFWWH_CONFIG_DESC' => 'Hier können Sie die Einstellungen für die Erweiterung %s ändern.', @@ -149,5 +144,4 @@ // messages 'LFWWH_MSG_SAVED_SETTINGS' => 'Wer war da: Einstellungen erfolgreich gespeichert.', 'LFWWH_MSG_CONFIRM_RECORD_RESET' => 'Sobald Sie die Seite mit den Einstellungen speichern, wird der Besucherrekord zurückgesetzt.', - 'LFWWH_MSG_LANGUAGEPACK_OUTDATED' => 'Hinweis: Das Sprachpaket der Erweiterung %1$s ist nicht mehr aktuell. (vorhanden: %2$s / benötigt: %3$s)', ]); diff --git a/lukewcs/whowashere/language/en/acp_who_was_here.php b/lukewcs/whowashere/language/en/acp_who_was_here.php index 2cd595d..defa835 100644 --- a/lukewcs/whowashere/language/en/acp_who_was_here.php +++ b/lukewcs/whowashere/language/en/acp_who_was_here.php @@ -39,11 +39,6 @@ // ’ « » “ ” … „ “ // $lang = array_merge($lang, [ - // language pack author - 'LFWWH_LANG_DESC' => 'English', - 'LFWWH_LANG_EXT_VER' => '2.1.3', - 'LFWWH_LANG_AUTHOR' => 'LukeWCS', - // config head 'LFWWH_CONFIG_TITLE' => 'Who was here?', 'LFWWH_CONFIG_DESC' => 'Here you can change the settings for the %s extension.', @@ -149,5 +144,4 @@ // messages 'LFWWH_MSG_SAVED_SETTINGS' => 'Who was here: Configuration updated successfully.', 'LFWWH_MSG_CONFIRM_RECORD_RESET' => 'As soon as you save the page with the settings, the visitor record will be reset.', - 'LFWWH_MSG_LANGUAGEPACK_OUTDATED' => 'Note: The language pack for the extension %1$s is no longer up-to-date. (installed: %2$s / needed: %3$s)', ]); diff --git a/lukewcs/whowashere/styles/all/template/who_was_here.js b/lukewcs/whowashere/styles/all/template/who_was_here.js index 5471c4c..3ffab4b 100644 --- a/lukewcs/whowashere/styles/all/template/who_was_here.js +++ b/lukewcs/whowashere/styles/all/template/who_was_here.js @@ -13,40 +13,18 @@ 'use strict'; - -// var lfwwhIndex = { - // isShowInfo: { - // 'users' : false, - // 'bots' : false - // }, - // ShowHide: function (e) { - 'use strict'; - - // lfwwhIndex.isShowInfo[e.data.ButtonType] = !lfwwhIndex.isShowInfo[e.data.ButtonType]; - // $('.lfwwh_info_' + e.data.ButtonType.slice(0, 1)).css('display', (lfwwhIndex.isShowInfo[e.data.ButtonType] ? '' : 'none')); - // $('.lfwwh_button_' + e.data.ButtonType).css('opacity', (lfwwhIndex.isShowInfo[e.data.ButtonType] ? '1.0' : '0.5')); - // } -// }; - -let lfwwhIndex = { - isShowInfo: { - 'users' : false, - 'bots' : false - }, +let isShowInfo = { + 'users': false, + 'bots': false }; function ShowHide(e) { - // 'use strict'; - - lfwwhIndex.isShowInfo[e.data.ButtonType] = !lfwwhIndex.isShowInfo[e.data.ButtonType]; - // $('.lfwwh_info_' + e.data.ButtonType.slice(0, 1)).css('display', (lfwwhIndex.isShowInfo[e.data.ButtonType] ? '' : 'none')); - $('.lfwwh_info_' + e.data.ButtonType.slice(0, 1)).toggle(lfwwhIndex.isShowInfo[e.data.ButtonType]); - $('.lfwwh_button_' + e.data.ButtonType).css('opacity', (lfwwhIndex.isShowInfo[e.data.ButtonType] ? '1.0' : '0.5')); + isShowInfo[e.data.ButtonType] = !isShowInfo[e.data.ButtonType]; + $('.lfwwh_info_' + e.data.ButtonType.slice(0, 1)).toggle(isShowInfo[e.data.ButtonType]); + $('.lfwwh_button_' + e.data.ButtonType).css('opacity', (isShowInfo[e.data.ButtonType] ? '1.0' : '0.5')); } $(window).ready(function() { - // 'use strict'; - $('.lfwwh_button_users' ).on('click', {ButtonType: 'users'} , ShowHide); $('.lfwwh_button_bots' ).on('click', {ButtonType: 'bots'} , ShowHide); });