From 5f8bef04c2db9a0fc49f06ca9c556c7a04a8ace8 Mon Sep 17 00:00:00 2001 From: Sven Wappler Date: Fri, 22 Sep 2023 11:12:33 +0200 Subject: [PATCH] update --- Configuration/TCA/Overrides/tt_content.php | 2 +- Configuration/TCA/tx_a21glossary_main.php | 4 ---- Documentation/Appendix/Index.rst | 2 +- ext_localconf.php | 4 ---- ext_tables.php | 5 ----- 5 files changed, 2 insertions(+), 15 deletions(-) diff --git a/Configuration/TCA/Overrides/tt_content.php b/Configuration/TCA/Overrides/tt_content.php index eb244bd..dbd9692 100644 --- a/Configuration/TCA/Overrides/tt_content.php +++ b/Configuration/TCA/Overrides/tt_content.php @@ -3,5 +3,5 @@ use TYPO3\CMS\Core\Utility\ExtensionManagementUtility; use TYPO3\CMS\Extbase\Utility\ExtensionUtility; -ExtensionUtility::registerPlugin('SveWap.A21glossary', 'Pi1', 'LLL:EXT:a21glossary/Resources/Private/Language/locallang_db.xml:plugins.pi1.title'); +ExtensionUtility::registerPlugin('a21glossary', 'Pi1', 'LLL:EXT:a21glossary/Resources/Private/Language/locallang_db.xml:plugins.pi1.title'); ExtensionManagementUtility::addToInsertRecords('tx_a21glossary_main'); diff --git a/Configuration/TCA/tx_a21glossary_main.php b/Configuration/TCA/tx_a21glossary_main.php index 71f4099..d0749a0 100644 --- a/Configuration/TCA/tx_a21glossary_main.php +++ b/Configuration/TCA/tx_a21glossary_main.php @@ -1,9 +1,5 @@ [ 'title' => 'LLL:EXT:a21glossary/Resources/Private/Language/locallang_db.xml:tx_a21glossary_main', diff --git a/Documentation/Appendix/Index.rst b/Documentation/Appendix/Index.rst index 0e29b4c..40863eb 100644 --- a/Documentation/Appendix/Index.rst +++ b/Documentation/Appendix/Index.rst @@ -17,7 +17,7 @@ https://extensions.typo3.org/extension/a21glossary/ The source code and development snapshots can be found at GitHub: -https://github.com/svewap/a21glossary +https://github.com/wapplersystems/a21glossary Please contact me for reporting problems with the extension or for submitting feature requests. diff --git a/ext_localconf.php b/ext_localconf.php index 310f795..195c7de 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -2,10 +2,6 @@ use WapplerSystems\A21glossary\Controller\GlossaryController; -if (!defined('TYPO3_MODE')) { - die ('Access denied.'); -} - $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['contentPostProc-all']['tx_a21glossary'] = WapplerSystems\A21glossary\Hooks\FrontendHook::class . '->processHook'; diff --git a/ext_tables.php b/ext_tables.php index bbc0f98..4057702 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -1,8 +1,3 @@