From 48a93ab0d8231fb2ea2d30204a7ca95548a1b947 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Sun, 6 Jul 2014 17:19:31 +0200 Subject: [PATCH] [CLEANUP] ext_emconf files Quite some keys in ext_emconf are obsolete and can be removed. See related issue for a list of keys. Change-Id: Id12c2e3d61569cc1e84226ef75120ae4261922fb Resolves: #60128 Related: #58365 Releases: 6.3, 6.2 Reviewed-on: https://review.typo3.org/31397 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- ext_emconf.php | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index d5b9fba..98f8222 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,27 +14,18 @@ $EM_CONF[$_EXTKEY] = array( 'category' => 'fe', 'author' => 'Jeff Segars, David Slayback', 'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org', - 'shy' => '', - 'dependencies' => '', - 'conflicts' => '', - 'priority' => '', - 'module' => '', + 'author_company' => 'Web-Empowered Church', 'state' => 'stable', - 'internal' => '', 'uploadfolder' => 0, 'createDirs' => '', - 'modify_tables' => '', 'clearCacheOnLoad' => 0, - 'lockType' => 'system', - 'author_company' => 'Web-Empowered Church', 'version' => '6.3.0', 'constraints' => array( 'depends' => array( 'typo3' => '6.3.0-6.3.99', ), 'conflicts' => array(), - 'suggests' => array() + 'suggests' => array(), ), '_md5_values_when_last_written' => '', - 'suggests' => array() );