From 7755bf4c2933f3dcf3536f653406294d228fd9d5 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Sun, 6 Jul 2014 18:43:27 +0200 Subject: [PATCH] [CLEANUP] Remove comment header in ext_emconf The "do not touch me" comment header in ext_emconf.php files of system extensions are misleading since we are editing those files manually for years now. Remove those headers. Change-Id: I27f6253effa54dae7f92170175e7705cc706d03a Resolves: #60129 Releases: 6.3, 6.2 Reviewed-on: https://review.typo3.org/31405 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert --- typo3/sysext/about/ext_emconf.php | 9 --------- typo3/sysext/aboutmodules/ext_emconf.php | 9 --------- typo3/sysext/adodb/ext_emconf.php | 9 --------- typo3/sysext/backend/ext_emconf.php | 9 --------- typo3/sysext/belog/ext_emconf.php | 9 --------- typo3/sysext/beuser/ext_emconf.php | 9 --------- typo3/sysext/cms/ext_emconf.php | 9 --------- typo3/sysext/context_help/ext_emconf.php | 9 --------- .../Fixtures/Extensions/irre_tutorial/ext_emconf.php | 1 - .../Extensions/test_datahandler/ext_emconf.php | 1 - typo3/sysext/core/ext_emconf.php | 9 --------- typo3/sysext/cshmanual/ext_emconf.php | 9 --------- typo3/sysext/css_styled_content/ext_emconf.php | 9 --------- typo3/sysext/dbal/ext_emconf.php | 9 --------- typo3/sysext/documentation/ext_emconf.php | 11 ----------- .../Fixtures/Extensions/blog_example/ext_emconf.php | 11 ----------- typo3/sysext/extbase/ext_emconf.php | 9 --------- typo3/sysext/extensionmanager/ext_emconf.php | 9 --------- typo3/sysext/extra_page_cm_options/ext_emconf.php | 9 --------- typo3/sysext/feedit/ext_emconf.php | 9 --------- typo3/sysext/felogin/ext_emconf.php | 9 --------- typo3/sysext/filelist/ext_emconf.php | 9 --------- typo3/sysext/filemetadata/ext_emconf.php | 5 ----- typo3/sysext/fluid/ext_emconf.php | 9 --------- typo3/sysext/form/ext_emconf.php | 9 --------- typo3/sysext/frontend/ext_emconf.php | 9 --------- typo3/sysext/func/ext_emconf.php | 9 --------- typo3/sysext/func_wizards/ext_emconf.php | 9 --------- .../Extensions/impexp_group_files/ext_emconf.php | 1 - typo3/sysext/impexp/ext_emconf.php | 9 --------- typo3/sysext/indexed_search/ext_emconf.php | 9 --------- typo3/sysext/indexed_search_mysql/ext_emconf.php | 9 --------- typo3/sysext/info/ext_emconf.php | 9 --------- typo3/sysext/info_pagetsconfig/ext_emconf.php | 9 --------- typo3/sysext/install/ext_emconf.php | 9 --------- typo3/sysext/lang/ext_emconf.php | 9 --------- typo3/sysext/linkvalidator/ext_emconf.php | 9 --------- typo3/sysext/lowlevel/ext_emconf.php | 9 --------- typo3/sysext/opendocs/ext_emconf.php | 9 --------- typo3/sysext/openid/ext_emconf.php | 9 --------- typo3/sysext/perm/ext_emconf.php | 9 --------- typo3/sysext/recordlist/ext_emconf.php | 9 --------- typo3/sysext/recycler/ext_emconf.php | 9 --------- typo3/sysext/reports/ext_emconf.php | 9 --------- typo3/sysext/rsaauth/ext_emconf.php | 9 --------- typo3/sysext/rtehtmlarea/ext_emconf.php | 9 --------- typo3/sysext/saltedpasswords/ext_emconf.php | 9 --------- typo3/sysext/scheduler/ext_emconf.php | 9 --------- typo3/sysext/setup/ext_emconf.php | 9 --------- typo3/sysext/sv/ext_emconf.php | 9 --------- typo3/sysext/sys_action/ext_emconf.php | 9 --------- typo3/sysext/sys_note/ext_emconf.php | 9 --------- typo3/sysext/t3editor/ext_emconf.php | 9 --------- typo3/sysext/t3skin/ext_emconf.php | 9 --------- typo3/sysext/taskcenter/ext_emconf.php | 9 --------- typo3/sysext/tstemplate/ext_emconf.php | 9 --------- typo3/sysext/version/ext_emconf.php | 9 --------- typo3/sysext/viewpage/ext_emconf.php | 9 --------- typo3/sysext/wizard_crpages/ext_emconf.php | 9 --------- typo3/sysext/wizard_sortpages/ext_emconf.php | 9 --------- typo3/sysext/workspaces/ext_emconf.php | 9 --------- 61 files changed, 525 deletions(-) diff --git a/typo3/sysext/about/ext_emconf.php b/typo3/sysext/about/ext_emconf.php index e67be930d89f..af7624c2b832 100644 --- a/typo3/sysext/about/ext_emconf.php +++ b/typo3/sysext/about/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "about". - * - * Auto generated 24-02-2012 17:14 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Help>About', 'description' => 'Shows info about TYPO3 and installed extensions.', diff --git a/typo3/sysext/aboutmodules/ext_emconf.php b/typo3/sysext/aboutmodules/ext_emconf.php index 0cc640719d5b..26cb55660027 100644 --- a/typo3/sysext/aboutmodules/ext_emconf.php +++ b/typo3/sysext/aboutmodules/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "aboutmodules". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Help>About Modules', 'description' => 'Shows an overview of the installed and available modules including description and links.', diff --git a/typo3/sysext/adodb/ext_emconf.php b/typo3/sysext/adodb/ext_emconf.php index eb04205c0680..c98adfd91bd0 100644 --- a/typo3/sysext/adodb/ext_emconf.php +++ b/typo3/sysext/adodb/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "adodb". - * - * Auto generated 01-11-2011 12:41 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'ADOdb', 'description' => 'This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3', diff --git a/typo3/sysext/backend/ext_emconf.php b/typo3/sysext/backend/ext_emconf.php index e816f50b1a55..68957107f310 100644 --- a/typo3/sysext/backend/ext_emconf.php +++ b/typo3/sysext/backend/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "cms". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'TYPO3 Backend', 'description' => 'Classes for the TYPO3 backend.', diff --git a/typo3/sysext/belog/ext_emconf.php b/typo3/sysext/belog/ext_emconf.php index 186018a2a73a..320faad5538a 100644 --- a/typo3/sysext/belog/ext_emconf.php +++ b/typo3/sysext/belog/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "belog". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Tools>Log', 'description' => 'Displays backend log, both per page and systemwide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).', diff --git a/typo3/sysext/beuser/ext_emconf.php b/typo3/sysext/beuser/ext_emconf.php index 4a3c5e9713f7..a809e4813b31 100644 --- a/typo3/sysext/beuser/ext_emconf.php +++ b/typo3/sysext/beuser/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** -* Extension Manager/Repository config file for ext "backend_users". -* -* Auto generated 01-04-2012 20:27 -* -* Manual updates: -* Only the data in the array - everything else is removed by next -* writing. "version" and "dependencies" must not be touched! -***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Backend User Administration', 'description' => 'Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.', diff --git a/typo3/sysext/cms/ext_emconf.php b/typo3/sysext/cms/ext_emconf.php index 7c0c2094f4d7..55123e957a99 100644 --- a/typo3/sysext/cms/ext_emconf.php +++ b/typo3/sysext/cms/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "cms". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'TYPO3 CMS Frontend (TypoScript)', 'description' => 'The core TypoScript Content Management engine in TYPO3. diff --git a/typo3/sysext/context_help/ext_emconf.php b/typo3/sysext/context_help/ext_emconf.php index 2246f0f57069..a9f764e887f8 100644 --- a/typo3/sysext/context_help/ext_emconf.php +++ b/typo3/sysext/context_help/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "context_help". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Context Sensitive Help', 'description' => 'Provides context sensitive help to tables, fields and modules in the system languages.', diff --git a/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/ext_emconf.php b/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/ext_emconf.php index 66248945b88b..057bae92b409 100644 --- a/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/ext_emconf.php +++ b/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/ext_emconf.php @@ -1,5 +1,4 @@ <?php - $EM_CONF[$_EXTKEY] = array( 'title' => 'Fixture extension for functional tests for Inline Relational Record Editing IRRE', 'description' => 'based on irre_tutorial extension created by Oliver Hader, see http://forge.typo3.org/projects/extension-irre_tutorial', diff --git a/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/ext_emconf.php b/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/ext_emconf.php index 108f7dc61b3c..f8bdec5bb97a 100644 --- a/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/ext_emconf.php +++ b/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/ext_emconf.php @@ -1,5 +1,4 @@ <?php - $EM_CONF[$_EXTKEY] = array( 'title' => 'DataHandler Test', 'description' => 'DataHandler Test', diff --git a/typo3/sysext/core/ext_emconf.php b/typo3/sysext/core/ext_emconf.php index c8e5e92ce2df..79625b848e79 100644 --- a/typo3/sysext/core/ext_emconf.php +++ b/typo3/sysext/core/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "core". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'TYPO3 Core', 'description' => 'The core library of TYPO3.', diff --git a/typo3/sysext/cshmanual/ext_emconf.php b/typo3/sysext/cshmanual/ext_emconf.php index d62a2f7b9768..2e59e9a80ab1 100644 --- a/typo3/sysext/cshmanual/ext_emconf.php +++ b/typo3/sysext/cshmanual/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "cshmanual". - * - * Auto generated 10-10-2011 14:47 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Help>TYPO3 Manual', 'description' => 'Shows TYPO3 inline user manual.', diff --git a/typo3/sysext/css_styled_content/ext_emconf.php b/typo3/sysext/css_styled_content/ext_emconf.php index d3ee457b47b1..f26a9c65219d 100644 --- a/typo3/sysext/css_styled_content/ext_emconf.php +++ b/typo3/sysext/css_styled_content/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "css_styled_content". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'CSS styled content', 'description' => 'Contains configuration for CSS content-rendering of the table "tt_content". This is meant as a modern substitute for the classic "content (default)" template which was based more on <font>-tags, while this is pure CSS. It is intended to work with all modern browsers (which excludes the NS4 series).', diff --git a/typo3/sysext/dbal/ext_emconf.php b/typo3/sysext/dbal/ext_emconf.php index 66f195824458..d53ea9432960 100644 --- a/typo3/sysext/dbal/ext_emconf.php +++ b/typo3/sysext/dbal/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "dbal". - * - * Auto generated 11-10-2011 13:34 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Database Abstraction Layer', 'description' => 'A database abstraction layer implementation for TYPO3 4.6 based on ADOdb and offering a lot of other features.', diff --git a/typo3/sysext/documentation/ext_emconf.php b/typo3/sysext/documentation/ext_emconf.php index 09306d3b29f6..53fbaa3f5a68 100644 --- a/typo3/sysext/documentation/ext_emconf.php +++ b/typo3/sysext/documentation/ext_emconf.php @@ -1,15 +1,4 @@ <?php - -/*************************************************************** - * Extension Manager/Repository config file for ext: "documentation" - * - * Auto generated by Extension Builder 2013-07-04 - * - * Manual updates: - * Only the data in the array - anything else is removed by next write. - * "version" and "dependencies" must not be touched! - ***************************************************************/ - $EM_CONF[$_EXTKEY] = array( 'title' => 'Documentation', 'description' => 'Backend module for TYPO3 to list and show documentation of loaded extensions as well as custom documents.', diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/ext_emconf.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/ext_emconf.php index 5c83ab0aff04..b20e711a1d6f 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/ext_emconf.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/ext_emconf.php @@ -1,15 +1,4 @@ <?php - -######################################################################## -# Extension Manager/Repository config file for ext "blog_example". -# -# Auto generated 15-02-2011 19:01 -# -# Manual updates: -# Only the data in the array - everything else is removed by next -# writing. "version" and "dependencies" must not be touched! -######################################################################## - $EM_CONF[$_EXTKEY] = array( 'title' => 'A Blog Example for the Extbase Framework', 'description' => 'An example extension demonstrating the features of the Extbase Framework. It is the back-ported and tweaked Blog Example package of FLOW3. Have fun playing with it!', diff --git a/typo3/sysext/extbase/ext_emconf.php b/typo3/sysext/extbase/ext_emconf.php index 3cf6f2275d9c..2f6e8b815315 100644 --- a/typo3/sysext/extbase/ext_emconf.php +++ b/typo3/sysext/extbase/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*********************************************************************** - * Extension Manager/Repository config file for ext "extbase". - * - * Auto generated 11-10-2011 11:46 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - **********************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Extbase Framework for Extensions', 'description' => 'A framework to build extensions in the style of FLOW3 by now.', diff --git a/typo3/sysext/extensionmanager/ext_emconf.php b/typo3/sysext/extensionmanager/ext_emconf.php index 1b62eaa0fd19..1539528fba11 100644 --- a/typo3/sysext/extensionmanager/ext_emconf.php +++ b/typo3/sysext/extensionmanager/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/********************************************************************** - * Extension Manager/Repository config file for ext "extensionmanager". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ********************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Extension Manager', 'description' => 'TYPO3 Extension Manager', diff --git a/typo3/sysext/extra_page_cm_options/ext_emconf.php b/typo3/sysext/extra_page_cm_options/ext_emconf.php index ed8069e2d918..4ed0dc86251c 100644 --- a/typo3/sysext/extra_page_cm_options/ext_emconf.php +++ b/typo3/sysext/extra_page_cm_options/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "extra_page_cm_options". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Extra Click Menu Options', 'description' => 'Adds a submenu with extra options for page and tt_content click-menus.', diff --git a/typo3/sysext/feedit/ext_emconf.php b/typo3/sysext/feedit/ext_emconf.php index 98f8222c006c..d2a965ee231a 100644 --- a/typo3/sysext/feedit/ext_emconf.php +++ b/typo3/sysext/feedit/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "feedit". - * - * Auto generated 10-10-2011 14:47 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Frontend Editing', 'description' => '', diff --git a/typo3/sysext/felogin/ext_emconf.php b/typo3/sysext/felogin/ext_emconf.php index c777b83c8b27..69f4f817aa4f 100644 --- a/typo3/sysext/felogin/ext_emconf.php +++ b/typo3/sysext/felogin/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "felogin". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Frontend Login for Website Users', 'description' => 'A template-based plugin to log in Website Users in the Frontend', diff --git a/typo3/sysext/filelist/ext_emconf.php b/typo3/sysext/filelist/ext_emconf.php index 9bc2b7707cba..d42a98082830 100644 --- a/typo3/sysext/filelist/ext_emconf.php +++ b/typo3/sysext/filelist/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "filelist". - * - * Auto generated 10-10-2011 14:47 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'File>List', 'description' => 'Listing of files in the directory', diff --git a/typo3/sysext/filemetadata/ext_emconf.php b/typo3/sysext/filemetadata/ext_emconf.php index 02ae4255bde0..4dee2caae8b8 100644 --- a/typo3/sysext/filemetadata/ext_emconf.php +++ b/typo3/sysext/filemetadata/ext_emconf.php @@ -1,9 +1,4 @@ <?php - -/********************************************************************* - * Extension configuration file for ext "filemetadata". - *********************************************************************/ - $EM_CONF[$_EXTKEY] = array( 'title' => 'Advanced file metadata', 'description' => 'Add advanced metadata to File.', diff --git a/typo3/sysext/fluid/ext_emconf.php b/typo3/sysext/fluid/ext_emconf.php index 02a89eafa8a2..ff88ed9bc012 100644 --- a/typo3/sysext/fluid/ext_emconf.php +++ b/typo3/sysext/fluid/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*********************************************************************** - * Extension Manager/Repository config file for ext "fluid". - * - * Auto generated 11-10-2011 11:47 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - **********************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Fluid Templating Engine', 'description' => 'Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!', diff --git a/typo3/sysext/form/ext_emconf.php b/typo3/sysext/form/ext_emconf.php index fed20e101ec7..582dd750d12f 100644 --- a/typo3/sysext/form/ext_emconf.php +++ b/typo3/sysext/form/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "form". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Form', 'description' => 'Form Library, Plugin and Wizard', diff --git a/typo3/sysext/frontend/ext_emconf.php b/typo3/sysext/frontend/ext_emconf.php index 0dbc9fabd93d..e8800345a23f 100644 --- a/typo3/sysext/frontend/ext_emconf.php +++ b/typo3/sysext/frontend/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "frontend". - * - * Auto generated 25-10-2011 13:10 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'TYPO3 Frontend library', 'description' => 'Classes for the frontend of TYPO3.', diff --git a/typo3/sysext/func/ext_emconf.php b/typo3/sysext/func/ext_emconf.php index cbb8022f8a8b..c211d54597e7 100644 --- a/typo3/sysext/func/ext_emconf.php +++ b/typo3/sysext/func/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "func". - * - * Auto generated 10-10-2011 14:47 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Web>Func', 'description' => 'Advanced functions', diff --git a/typo3/sysext/func_wizards/ext_emconf.php b/typo3/sysext/func_wizards/ext_emconf.php index 0dac27f7e11b..640994d91e4f 100644 --- a/typo3/sysext/func_wizards/ext_emconf.php +++ b/typo3/sysext/func_wizards/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "func_wizards". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Web>Func, Wizards', 'description' => 'Adds the \'Wizards\' item to the function menu in Web>Func. This is just a framework for wizard extensions.', diff --git a/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/ext_emconf.php b/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/ext_emconf.php index 9605e7ac1cd1..43ff7593c37c 100644 --- a/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/ext_emconf.php +++ b/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/ext_emconf.php @@ -1,5 +1,4 @@ <?php - $EM_CONF[$_EXTKEY] = array( 'title' => 'Impexp test extension', 'description' => '', diff --git a/typo3/sysext/impexp/ext_emconf.php b/typo3/sysext/impexp/ext_emconf.php index 5ae306616fb6..b616f3db6573 100644 --- a/typo3/sysext/impexp/ext_emconf.php +++ b/typo3/sysext/impexp/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "impexp". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Import/Export', 'description' => 'Import and Export of records from TYPO3 in a custom serialized format (.T3D) for data exchange with other TYPO3 systems.', diff --git a/typo3/sysext/indexed_search/ext_emconf.php b/typo3/sysext/indexed_search/ext_emconf.php index 57114de6ecf8..d2ad203e8575 100644 --- a/typo3/sysext/indexed_search/ext_emconf.php +++ b/typo3/sysext/indexed_search/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "indexed_search". - * - * Auto generated 30-11-2011 14:26 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Indexed Search Engine', 'description' => 'Indexed Search Engine for TYPO3 pages, PDF-files, Word-files, HTML and text files. Provides a backend module for statistics of the indexer and a frontend plugin. Documentation can be found in the extension "doc_indexed_search".', diff --git a/typo3/sysext/indexed_search_mysql/ext_emconf.php b/typo3/sysext/indexed_search_mysql/ext_emconf.php index 3cea58b381fe..625b90a4deb9 100644 --- a/typo3/sysext/indexed_search_mysql/ext_emconf.php +++ b/typo3/sysext/indexed_search_mysql/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext: "indexed_search_mysql" - * - * Auto generated 18-03-2008 20:13 - * - * Manual updates: - * Only the data in the array - anything else is removed by next write. - * "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'MySQL driver for Indexed Search Engine', 'description' => 'MySQL specific driver for Indexed Search Engine. Allows usage of MySQL-only features like FULLTEXT indexes.', diff --git a/typo3/sysext/info/ext_emconf.php b/typo3/sysext/info/ext_emconf.php index 15a0e9f8b57b..b0362f35dd63 100644 --- a/typo3/sysext/info/ext_emconf.php +++ b/typo3/sysext/info/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "info". - * - * Auto generated 10-10-2011 14:47 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Web>Info', 'description' => 'Shows various infos', diff --git a/typo3/sysext/info_pagetsconfig/ext_emconf.php b/typo3/sysext/info_pagetsconfig/ext_emconf.php index 3d284a2cee54..cbb4d7487e8d 100644 --- a/typo3/sysext/info_pagetsconfig/ext_emconf.php +++ b/typo3/sysext/info_pagetsconfig/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "info_pagetsconfig". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Web>Info, Page TSconfig', 'description' => 'Displays the compiled Page TSconfig values relative to a page.', diff --git a/typo3/sysext/install/ext_emconf.php b/typo3/sysext/install/ext_emconf.php index 1b6151b039e2..e65de375e5fd 100644 --- a/typo3/sysext/install/ext_emconf.php +++ b/typo3/sysext/install/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "install". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'System>Install', 'description' => 'The Install Tool mounted as the module Tools>Install in TYPO3.', diff --git a/typo3/sysext/lang/ext_emconf.php b/typo3/sysext/lang/ext_emconf.php index dcd6d155d71a..70b8f2aed263 100644 --- a/typo3/sysext/lang/ext_emconf.php +++ b/typo3/sysext/lang/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "lang". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'System language labels', 'description' => 'Contains all the core language labels in a set of files mostly of the "locallang" format. This extension is always required in a TYPO3 install.', diff --git a/typo3/sysext/linkvalidator/ext_emconf.php b/typo3/sysext/linkvalidator/ext_emconf.php index 022555ac2c82..310a5627b6d2 100644 --- a/typo3/sysext/linkvalidator/ext_emconf.php +++ b/typo3/sysext/linkvalidator/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "linkvalidator". - * - * Auto generated 23-10-2011 17:09 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Link Validator', 'description' => 'Link Validator checks the links in your website for validity. It can validate all kinds of links: internal, external and file links. Scheduler is supported to run Link Validator via Cron including the option to send status mails, if broken links were detected.', diff --git a/typo3/sysext/lowlevel/ext_emconf.php b/typo3/sysext/lowlevel/ext_emconf.php index 870619816b23..88233d4ba723 100644 --- a/typo3/sysext/lowlevel/ext_emconf.php +++ b/typo3/sysext/lowlevel/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "lowlevel". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Tools>Config+DBint', 'description' => 'Enables the \'Config\' and \'DBint\' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.', diff --git a/typo3/sysext/opendocs/ext_emconf.php b/typo3/sysext/opendocs/ext_emconf.php index 8a38c0d16afe..ba3265d599ec 100644 --- a/typo3/sysext/opendocs/ext_emconf.php +++ b/typo3/sysext/opendocs/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "opendocs". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'User>Open Documents', 'description' => 'Shows opened documents by the user.', diff --git a/typo3/sysext/openid/ext_emconf.php b/typo3/sysext/openid/ext_emconf.php index 0b9134634f93..332d2b154b35 100644 --- a/typo3/sysext/openid/ext_emconf.php +++ b/typo3/sysext/openid/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "openid". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'OpenID authentication', 'description' => 'Adds OpenID authentication to TYPO3', diff --git a/typo3/sysext/perm/ext_emconf.php b/typo3/sysext/perm/ext_emconf.php index bfbaefae4d00..9315f3280aa2 100644 --- a/typo3/sysext/perm/ext_emconf.php +++ b/typo3/sysext/perm/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "perm". - * - * Auto generated 10-10-2011 14:47 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Web>Access', 'description' => 'Page editing permissions', diff --git a/typo3/sysext/recordlist/ext_emconf.php b/typo3/sysext/recordlist/ext_emconf.php index cc1f495c579e..dc80b9a1e3c4 100644 --- a/typo3/sysext/recordlist/ext_emconf.php +++ b/typo3/sysext/recordlist/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "recordlist". - * - * Auto generated 10-10-2011 14:47 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Web>List', 'description' => 'List of database-records', diff --git a/typo3/sysext/recycler/ext_emconf.php b/typo3/sysext/recycler/ext_emconf.php index ad718b28f0f8..2d33d6de2ef5 100644 --- a/typo3/sysext/recycler/ext_emconf.php +++ b/typo3/sysext/recycler/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "recycler". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Recycler', 'description' => 'The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.', diff --git a/typo3/sysext/reports/ext_emconf.php b/typo3/sysext/reports/ext_emconf.php index f585ad5596fb..c6bd341565c0 100644 --- a/typo3/sysext/reports/ext_emconf.php +++ b/typo3/sysext/reports/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "reports". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'System Reports', 'description' => 'The reports module groups several system reports.', diff --git a/typo3/sysext/rsaauth/ext_emconf.php b/typo3/sysext/rsaauth/ext_emconf.php index b875b7eddb4b..5ba6a91323e0 100644 --- a/typo3/sysext/rsaauth/ext_emconf.php +++ b/typo3/sysext/rsaauth/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "rsaauth". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'RSA authentication for TYPO3', 'description' => 'Contains a service to authenticate TYPO3 BE and FE users using private/public key encryption of passwords', diff --git a/typo3/sysext/rtehtmlarea/ext_emconf.php b/typo3/sysext/rtehtmlarea/ext_emconf.php index 4a84d225be40..a3342164f01f 100644 --- a/typo3/sysext/rtehtmlarea/ext_emconf.php +++ b/typo3/sysext/rtehtmlarea/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "rtehtmlarea". - * - * Auto generated 12-03-2012 13:43 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'htmlArea RTE', 'description' => 'Rich Text Editor.', diff --git a/typo3/sysext/saltedpasswords/ext_emconf.php b/typo3/sysext/saltedpasswords/ext_emconf.php index d67d044b84f3..a7b290b709ef 100644 --- a/typo3/sysext/saltedpasswords/ext_emconf.php +++ b/typo3/sysext/saltedpasswords/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "saltedpasswords". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Salted user password hashes', 'description' => 'Uses a password hashing framework for storing passwords. Integrates into the system extension "felogin". Use SSL or rsaauth to secure datatransfer! Please read the manual first!', diff --git a/typo3/sysext/scheduler/ext_emconf.php b/typo3/sysext/scheduler/ext_emconf.php index f2f477306769..95112b965a9f 100644 --- a/typo3/sysext/scheduler/ext_emconf.php +++ b/typo3/sysext/scheduler/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "scheduler". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Scheduler', 'description' => 'The TYPO3 Scheduler let\'s you register tasks to happen at a specific time', diff --git a/typo3/sysext/setup/ext_emconf.php b/typo3/sysext/setup/ext_emconf.php index bec06334074c..22770d796827 100644 --- a/typo3/sysext/setup/ext_emconf.php +++ b/typo3/sysext/setup/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "setup". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'User>User Settings', 'description' => 'Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.', diff --git a/typo3/sysext/sv/ext_emconf.php b/typo3/sysext/sv/ext_emconf.php index 8ef815eb0cb3..4558e7388cce 100644 --- a/typo3/sysext/sv/ext_emconf.php +++ b/typo3/sysext/sv/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "sv". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'TYPO3 System Services', 'description' => 'The core/default services. This includes the default authentication services for now.', diff --git a/typo3/sysext/sys_action/ext_emconf.php b/typo3/sysext/sys_action/ext_emconf.php index a459b0d63bae..0f86069f4571 100644 --- a/typo3/sysext/sys_action/ext_emconf.php +++ b/typo3/sysext/sys_action/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "sys_action". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'User>Task Center, Actions', 'description' => 'Actions are \'programmed\' admin tasks which can be performed by selected regular users from the Task Center. An action could be creation of backend users, fixed SQL SELECT queries, listing of records, direct edit access to selected records etc.', diff --git a/typo3/sysext/sys_note/ext_emconf.php b/typo3/sysext/sys_note/ext_emconf.php index ef2d0fa9e518..eefa715137cb 100644 --- a/typo3/sysext/sys_note/ext_emconf.php +++ b/typo3/sysext/sys_note/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "sys_note". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Internal notes', 'description' => 'Records with messages which can be placed on any page and contain instructions or other information related to a page or section.', diff --git a/typo3/sysext/t3editor/ext_emconf.php b/typo3/sysext/t3editor/ext_emconf.php index e189138d0931..7bdf43868c58 100644 --- a/typo3/sysext/t3editor/ext_emconf.php +++ b/typo3/sysext/t3editor/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "t3editor". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Editor with syntax highlighting', 'description' => 'JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.', diff --git a/typo3/sysext/t3skin/ext_emconf.php b/typo3/sysext/t3skin/ext_emconf.php index e1d6799358cb..ebf3c3a00d09 100644 --- a/typo3/sysext/t3skin/ext_emconf.php +++ b/typo3/sysext/t3skin/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "t3skin". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'TYPO3 skin', 'description' => '', diff --git a/typo3/sysext/taskcenter/ext_emconf.php b/typo3/sysext/taskcenter/ext_emconf.php index 9896d04fb692..4f564a4dffc1 100644 --- a/typo3/sysext/taskcenter/ext_emconf.php +++ b/typo3/sysext/taskcenter/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "taskcenter". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'User>Task Center', 'description' => 'The Task Center is the framework for a host of other extensions, see below.', diff --git a/typo3/sysext/tstemplate/ext_emconf.php b/typo3/sysext/tstemplate/ext_emconf.php index c2fef907758c..e4cf7d72884e 100644 --- a/typo3/sysext/tstemplate/ext_emconf.php +++ b/typo3/sysext/tstemplate/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "tstemplate". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Web>Template', 'description' => 'Framework for management of TypoScript template records for the CMS frontend.', diff --git a/typo3/sysext/version/ext_emconf.php b/typo3/sysext/version/ext_emconf.php index 81c4912ff9ff..e9d47ccc52f2 100644 --- a/typo3/sysext/version/ext_emconf.php +++ b/typo3/sysext/version/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "version". - * - * Auto generated 13-03-2012 16:03 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Versioning Management', 'description' => 'Backend Interface for management of the versioning API.', diff --git a/typo3/sysext/viewpage/ext_emconf.php b/typo3/sysext/viewpage/ext_emconf.php index 50acd1e69fec..88a54cd2aaa5 100644 --- a/typo3/sysext/viewpage/ext_emconf.php +++ b/typo3/sysext/viewpage/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "viewpage". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Web>View', 'description' => 'Shows the frontend webpage inside the backend frameset.', diff --git a/typo3/sysext/wizard_crpages/ext_emconf.php b/typo3/sysext/wizard_crpages/ext_emconf.php index e39a90d7446f..6095a91c3b50 100644 --- a/typo3/sysext/wizard_crpages/ext_emconf.php +++ b/typo3/sysext/wizard_crpages/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "wizard_crpages". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Web>Func, Wizards, Create multiple pages', 'description' => 'A little utility to create many empty pages in one batch. Great for making a quick page structure.', diff --git a/typo3/sysext/wizard_sortpages/ext_emconf.php b/typo3/sysext/wizard_sortpages/ext_emconf.php index 6c05c383d3e8..d99fbdc2e31b 100644 --- a/typo3/sysext/wizard_sortpages/ext_emconf.php +++ b/typo3/sysext/wizard_sortpages/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "wizard_sortpages". - * - * Auto generated 25-10-2011 13:11 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Web>Func, Wizards, Sort pages', 'description' => 'A little utility to rearrange the sorting order of pages in the backend.', diff --git a/typo3/sysext/workspaces/ext_emconf.php b/typo3/sysext/workspaces/ext_emconf.php index 4f25a4b20ca6..faa4ae49f32d 100644 --- a/typo3/sysext/workspaces/ext_emconf.php +++ b/typo3/sysext/workspaces/ext_emconf.php @@ -1,13 +1,4 @@ <?php -/*************************************************************** - * Extension Manager/Repository config file for ext "workspaces". - * - * Auto generated 13-03-2012 16:03 - * - * Manual updates: - * Only the data in the array - everything else is removed by next - * writing. "version" and "dependencies" must not be touched! - ***************************************************************/ $EM_CONF[$_EXTKEY] = array( 'title' => 'Workspaces Management', 'description' => 'Adds workspaces functionality with custom stages to TYPO3.', -- GitLab