From f276a0bec45883bbb389288872f8378922cd1276 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Wed, 8 Jul 2015 20:32:14 +0200
Subject: [PATCH] [TASK] Clean up ext_emconf files
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The md5 value is not handled in core for quite a while
and removed together with some obsolete locallang flags
and further test related ext_emconf settings.

Resolves: #67979
Releases: master
Change-Id: I86804f732f7f32cf94aab7d18dfab79cdf67e458
Reviewed-on: http://review.typo3.org/41005
Reviewed-by: Morton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: Morton Jonuschat <m.jonuschat@mojocode.de>
Reviewed-by: Frank Nägler <frank.naegler@typo3.org>
Tested-by: Frank Nägler <frank.naegler@typo3.org>
---
 typo3/sysext/about/ext_emconf.php             |  1 -
 typo3/sysext/aboutmodules/ext_emconf.php      |  1 -
 typo3/sysext/adodb/ext_emconf.php             |  1 -
 typo3/sysext/backend/ext_emconf.php           |  1 -
 typo3/sysext/belog/ext_emconf.php             |  1 -
 typo3/sysext/beuser/ext_emconf.php            |  1 -
 typo3/sysext/cms/ext_emconf.php               |  1 -
 typo3/sysext/compatibility6/ext_emconf.php    |  3 +--
 typo3/sysext/context_help/ext_emconf.php      |  1 -
 .../Unit/Utility/Fixtures/ext_emconf.php      |  1 -
 typo3/sysext/core/ext_emconf.php              |  1 -
 typo3/sysext/cshmanual/ext_emconf.php         |  1 -
 .../sysext/css_styled_content/ext_emconf.php  |  1 -
 typo3/sysext/dbal/ext_emconf.php              |  1 -
 .../Extensions/blog_example/ext_emconf.php    |  1 -
 typo3/sysext/extbase/ext_emconf.php           |  1 -
 .../Unit/Utility/FileHandlingUtilityTest.php  |  1 -
 typo3/sysext/extensionmanager/ext_emconf.php  |  1 -
 typo3/sysext/feedit/ext_emconf.php            |  1 -
 typo3/sysext/felogin/ext_emconf.php           |  1 -
 typo3/sysext/filelist/ext_emconf.php          |  1 -
 typo3/sysext/fluid/ext_emconf.php             |  1 -
 typo3/sysext/form/ext_emconf.php              |  1 -
 typo3/sysext/frontend/ext_emconf.php          |  1 -
 typo3/sysext/func/ext_emconf.php              |  1 -
 .../template_extension/ext_emconf.php         | 10 --------
 typo3/sysext/impexp/ext_emconf.php            |  1 -
 typo3/sysext/indexed_search/ext_emconf.php    |  1 -
 .../indexed_search_mysql/ext_emconf.php       |  1 -
 typo3/sysext/info/ext_emconf.php              |  1 -
 typo3/sysext/info_pagetsconfig/ext_emconf.php |  1 -
 typo3/sysext/install/ext_emconf.php           |  1 -
 typo3/sysext/lang/ext_emconf.php              |  1 -
 typo3/sysext/lang/locallang_csh_em.xlf        | 23 +------------------
 typo3/sysext/linkvalidator/ext_emconf.php     |  1 -
 typo3/sysext/lowlevel/ext_emconf.php          |  1 -
 typo3/sysext/opendocs/ext_emconf.php          |  1 -
 typo3/sysext/openid/ext_emconf.php            |  1 -
 typo3/sysext/recordlist/ext_emconf.php        |  1 -
 typo3/sysext/recycler/ext_emconf.php          |  1 -
 typo3/sysext/reports/ext_emconf.php           |  1 -
 typo3/sysext/rsaauth/ext_emconf.php           |  1 -
 typo3/sysext/rtehtmlarea/ext_emconf.php       |  1 -
 typo3/sysext/saltedpasswords/ext_emconf.php   |  1 -
 typo3/sysext/scheduler/ext_emconf.php         |  1 -
 typo3/sysext/setup/ext_emconf.php             |  1 -
 typo3/sysext/sv/ext_emconf.php                |  1 -
 typo3/sysext/sys_action/ext_emconf.php        |  1 -
 typo3/sysext/sys_note/ext_emconf.php          |  1 -
 typo3/sysext/t3editor/ext_emconf.php          |  1 -
 typo3/sysext/t3skin/ext_emconf.php            |  1 -
 typo3/sysext/taskcenter/ext_emconf.php        |  1 -
 typo3/sysext/tstemplate/ext_emconf.php        |  1 -
 typo3/sysext/version/ext_emconf.php           |  1 -
 typo3/sysext/viewpage/ext_emconf.php          |  1 -
 typo3/sysext/wizard_crpages/ext_emconf.php    |  1 -
 typo3/sysext/wizard_sortpages/ext_emconf.php  |  1 -
 typo3/sysext/workspaces/ext_emconf.php        |  1 -
 58 files changed, 2 insertions(+), 89 deletions(-)

diff --git a/typo3/sysext/about/ext_emconf.php b/typo3/sysext/about/ext_emconf.php
index a179e6ee15c0..36a6e7232e44 100644
--- a/typo3/sysext/about/ext_emconf.php
+++ b/typo3/sysext/about/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/aboutmodules/ext_emconf.php b/typo3/sysext/aboutmodules/ext_emconf.php
index 5ed05c095a22..360018a7e8cb 100644
--- a/typo3/sysext/aboutmodules/ext_emconf.php
+++ b/typo3/sysext/aboutmodules/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/adodb/ext_emconf.php b/typo3/sysext/adodb/ext_emconf.php
index eaf7cd9cc4c6..5ee48ea380e8 100644
--- a/typo3/sysext/adodb/ext_emconf.php
+++ b/typo3/sysext/adodb/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'xavier@typo3.org',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/backend/ext_emconf.php b/typo3/sysext/backend/ext_emconf.php
index 017ef0b7edd1..f43231eb11d9 100644
--- a/typo3/sysext/backend/ext_emconf.php
+++ b/typo3/sysext/backend/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/belog/ext_emconf.php b/typo3/sysext/belog/ext_emconf.php
index 60d201bd01ea..050b5e74538f 100644
--- a/typo3/sysext/belog/ext_emconf.php
+++ b/typo3/sysext/belog/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => '',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/beuser/ext_emconf.php b/typo3/sysext/beuser/ext_emconf.php
index 229f91b9988a..9fd7588be4a9 100644
--- a/typo3/sysext/beuser/ext_emconf.php
+++ b/typo3/sysext/beuser/ext_emconf.php
@@ -18,5 +18,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/cms/ext_emconf.php b/typo3/sysext/cms/ext_emconf.php
index 11ba0200b3c6..87431928aae5 100644
--- a/typo3/sysext/cms/ext_emconf.php
+++ b/typo3/sysext/cms/ext_emconf.php
@@ -12,7 +12,6 @@ This should probably not be disabled. But the point is that Typo3 is able to wor
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'CURBY SOFT Multimedie',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/compatibility6/ext_emconf.php b/typo3/sysext/compatibility6/ext_emconf.php
index da654c2b25d6..b57a50a512f3 100644
--- a/typo3/sysext/compatibility6/ext_emconf.php
+++ b/typo3/sysext/compatibility6/ext_emconf.php
@@ -1,7 +1,7 @@
 <?php
 $EM_CONF[$_EXTKEY] = array(
 	'title' => 'Compatibility Mode for TYPO3 CMS 6.x',
-	'description' => 'Provides an additional backwards-compatibility layer with legacy functionality for sites that haven\'t fully migrated to v7 yet.', 
+	'description' => 'Provides an additional backwards-compatibility layer with legacy functionality for sites that haven\'t fully migrated to v7 yet.',
 	'category' => 'be',
 	'state' => 'stable',
 	'uploadfolder' => 0,
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => '',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '6.0.0-7.99',
diff --git a/typo3/sysext/context_help/ext_emconf.php b/typo3/sysext/context_help/ext_emconf.php
index edf18e04918e..35e269734388 100644
--- a/typo3/sysext/context_help/ext_emconf.php
+++ b/typo3/sysext/context_help/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ext_emconf.php b/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ext_emconf.php
index 1c28724edcc7..a6f590d347d6 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ext_emconf.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => '',
 	'author_company' => '',
 	'version' => '1.2.3',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(),
 		'conflicts' => array(),
diff --git a/typo3/sysext/core/ext_emconf.php b/typo3/sysext/core/ext_emconf.php
index c5f372299f04..4f7d27c02d2e 100644
--- a/typo3/sysext/core/ext_emconf.php
+++ b/typo3/sysext/core/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/cshmanual/ext_emconf.php b/typo3/sysext/cshmanual/ext_emconf.php
index b9d2117b2b9d..3bee1eea6e65 100644
--- a/typo3/sysext/cshmanual/ext_emconf.php
+++ b/typo3/sysext/cshmanual/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/css_styled_content/ext_emconf.php b/typo3/sysext/css_styled_content/ext_emconf.php
index c25809f27651..f204b7383f3b 100644
--- a/typo3/sysext/css_styled_content/ext_emconf.php
+++ b/typo3/sysext/css_styled_content/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/dbal/ext_emconf.php b/typo3/sysext/dbal/ext_emconf.php
index e5411f9f90dc..8397862f50d6 100644
--- a/typo3/sysext/dbal/ext_emconf.php
+++ b/typo3/sysext/dbal/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'xavier@typo3.org',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'adodb' => '7.4.0-7.4.99',
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 092d13d0d9d7..d0a52fb50583 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
@@ -23,5 +23,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'suggests' => array(
 		),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/extbase/ext_emconf.php b/typo3/sysext/extbase/ext_emconf.php
index 39a84a9e4089..d04bd52a652a 100644
--- a/typo3/sysext/extbase/ext_emconf.php
+++ b/typo3/sysext/extbase/ext_emconf.php
@@ -18,5 +18,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Utility/FileHandlingUtilityTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Utility/FileHandlingUtilityTest.php
index f9ce03060490..46ef0633d01b 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Utility/FileHandlingUtilityTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Utility/FileHandlingUtilityTest.php
@@ -412,7 +412,6 @@ class FileHandlingUtilityTest extends \TYPO3\CMS\Core\Tests\UnitTestCase {
 				'title' => 'Plugin cache engine',
 				'description' => 'Provides an interface to cache plugin content elements based on 4.3 caching framework',
 				'category' => 'Frontend',
-				'shy' => 0
 			)
 		);
 		$rootPath = $this->fakedExtensions[$extKey]['siteAbsPath'];
diff --git a/typo3/sysext/extensionmanager/ext_emconf.php b/typo3/sysext/extensionmanager/ext_emconf.php
index 04fdd0d5f599..04f2319590c3 100644
--- a/typo3/sysext/extensionmanager/ext_emconf.php
+++ b/typo3/sysext/extensionmanager/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => '',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/feedit/ext_emconf.php b/typo3/sysext/feedit/ext_emconf.php
index 1a597be24330..d17bac282411 100644
--- a/typo3/sysext/feedit/ext_emconf.php
+++ b/typo3/sysext/feedit/ext_emconf.php
@@ -18,5 +18,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/felogin/ext_emconf.php b/typo3/sysext/felogin/ext_emconf.php
index 9ea1164b6ed4..2cae96fbd4c8 100644
--- a/typo3/sysext/felogin/ext_emconf.php
+++ b/typo3/sysext/felogin/ext_emconf.php
@@ -18,5 +18,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/filelist/ext_emconf.php b/typo3/sysext/filelist/ext_emconf.php
index e2a842f98d5a..150e28178705 100644
--- a/typo3/sysext/filelist/ext_emconf.php
+++ b/typo3/sysext/filelist/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/fluid/ext_emconf.php b/typo3/sysext/fluid/ext_emconf.php
index b714fd693c64..ae0806ec6ef4 100644
--- a/typo3/sysext/fluid/ext_emconf.php
+++ b/typo3/sysext/fluid/ext_emconf.php
@@ -18,5 +18,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/form/ext_emconf.php b/typo3/sysext/form/ext_emconf.php
index def11204dcdb..dc473934c3e4 100644
--- a/typo3/sysext/form/ext_emconf.php
+++ b/typo3/sysext/form/ext_emconf.php
@@ -18,5 +18,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/frontend/ext_emconf.php b/typo3/sysext/frontend/ext_emconf.php
index 685ef1433ded..e7a8df13a6bd 100644
--- a/typo3/sysext/frontend/ext_emconf.php
+++ b/typo3/sysext/frontend/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/func/ext_emconf.php b/typo3/sysext/func/ext_emconf.php
index 83ccf739a8b8..ce5103b2cfb5 100644
--- a/typo3/sysext/func/ext_emconf.php
+++ b/typo3/sysext/func/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/template_extension/ext_emconf.php b/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/template_extension/ext_emconf.php
index d179edf81243..47d1d7babe3a 100644
--- a/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/template_extension/ext_emconf.php
+++ b/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/template_extension/ext_emconf.php
@@ -4,24 +4,14 @@ $EM_CONF[$_EXTKEY] = array(
 	'title' => 'Impexp test extension',
 	'description' => '',
 	'category' => '',
-	'shy' => 0,
 	'version' => '0.1.0',
-	'dependencies' => '',
-	'conflicts' => '',
-	'priority' => '',
-	'loadOrder' => '',
-	'module' => '',
 	'state' => 'beta',
 	'uploadfolder' => 1,
 	'createDirs' => '',
-	'modify_tables' => '',
 	'clearcacheonload' => 1,
-	'lockType' => '',
 	'author' => 'Marc Bastian Heinrichs',
 	'author_email' => 'typo3@mbh-software.de',
 	'author_company' => '',
-	'CGLcompliance' => '',
-	'CGLcompliance_note' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '4.5.0-0.0.0',
diff --git a/typo3/sysext/impexp/ext_emconf.php b/typo3/sysext/impexp/ext_emconf.php
index 77e059e9504e..19e17ad95f32 100644
--- a/typo3/sysext/impexp/ext_emconf.php
+++ b/typo3/sysext/impexp/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/indexed_search/ext_emconf.php b/typo3/sysext/indexed_search/ext_emconf.php
index a49fa3814721..828780d0a176 100644
--- a/typo3/sysext/indexed_search/ext_emconf.php
+++ b/typo3/sysext/indexed_search/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/indexed_search_mysql/ext_emconf.php b/typo3/sysext/indexed_search_mysql/ext_emconf.php
index d94ecbba6bbe..150362740805 100644
--- a/typo3/sysext/indexed_search_mysql/ext_emconf.php
+++ b/typo3/sysext/indexed_search_mysql/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'michael@typo3.org',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/info/ext_emconf.php b/typo3/sysext/info/ext_emconf.php
index 1f66b4853083..37c64210de68 100644
--- a/typo3/sysext/info/ext_emconf.php
+++ b/typo3/sysext/info/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/info_pagetsconfig/ext_emconf.php b/typo3/sysext/info_pagetsconfig/ext_emconf.php
index 51dac4cf92b6..84c7d3aff208 100644
--- a/typo3/sysext/info_pagetsconfig/ext_emconf.php
+++ b/typo3/sysext/info_pagetsconfig/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/install/ext_emconf.php b/typo3/sysext/install/ext_emconf.php
index 2fa621d7cfcc..db2130904b8a 100644
--- a/typo3/sysext/install/ext_emconf.php
+++ b/typo3/sysext/install/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'CURBY SOFT Multimedie',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/lang/ext_emconf.php b/typo3/sysext/lang/ext_emconf.php
index d36d0f3859b4..f4692bb621cd 100644
--- a/typo3/sysext/lang/ext_emconf.php
+++ b/typo3/sysext/lang/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/lang/locallang_csh_em.xlf b/typo3/sysext/lang/locallang_csh_em.xlf
index 18992189a0a5..1430ec8a7c3e 100644
--- a/typo3/sysext/lang/locallang_csh_em.xlf
+++ b/typo3/sysext/lang/locallang_csh_em.xlf
@@ -28,8 +28,7 @@ Managing Extensions | http://typo3.org/documentation/document-library/doc_core_i
 				<source>Loaded Extensions</source>
 			</trans-unit>
 			<trans-unit id="loaded.description" xml:space="preserve">
-				<source>"Loaded extensions" are currently running on the system. This list shows you which extensions are loaded and in which order.
-"Shy" extensions are also loaded but "hidden" in this list because they are system related and generally you should just leave them alone unless you know what you are doing.</source>
+				<source>"Loaded extensions" are currently running on the system. This list shows you which extensions are loaded and in which order.</source>
 			</trans-unit>
 			<trans-unit id="loaded.details" xml:space="preserve">
 				<source>The extensions in this list are shown in the order they are found in $TYPO3_CONF_VARS[EXT][extList].
@@ -235,17 +234,6 @@ Documentation Matrix | http://typo3.org/documentation/document-library/Matrix/</
 			<trans-unit id="makenew.image_descr">
 				<source>When the "Extension Repository Kickstarter" is enabled it adds itself in the menu of the Extension Manager. From here you will be able to start your new extensions. Before you do so you should register an extension key and enter a title and description as base data. From that point it is just clicking the "+" icons to add the various types of functionality you want. Finally you click "View result" to write the extension to the server.</source>
 			</trans-unit>
-			<trans-unit id="emconf_shy.alttitle">
-				<source>Shy</source>
-			</trans-unit>
-			<trans-unit id="emconf_shy.description">
-				<source>If set, the extension will normally be hidden in the EM because it might be a default extension or otherwise something which is not so important.</source>
-			</trans-unit>
-			<trans-unit id="emconf_shy.details" xml:space="preserve">
-				<source>Use this flag if an extension is of "rare interest" (which is not the same as un-important - just an extension not sought for very often...)
-It does not affect whether or not it's enabled. Only display in EM.
-Normally "shy" is set for all extensions loaded by default according to TYPO3_CONF_VARS.</source>
-			</trans-unit>
 			<trans-unit id="emconf_category.alttitle">
 				<source>Category</source>
 			</trans-unit>
@@ -347,15 +335,6 @@ True non-internal extensions are characterized by the fact that they could be wr
 			<trans-unit id="emconf_clearCacheOnLoad.description">
 				<source>If set, the EM will request the cache to be cleared when this extension is installed.</source>
 			</trans-unit>
-			<trans-unit id="emconf_modify_tables.alttitle">
-				<source>Existing tables modified</source>
-			</trans-unit>
-			<trans-unit id="emconf_modify_tables.description">
-				<source>List of tablenames which are only modified - not fully created - by this extension.</source>
-			</trans-unit>
-			<trans-unit id="emconf_modify_tables.details">
-				<source>Tables from this list found in the ext_tables.sql file of the extension</source>
-			</trans-unit>
 			<trans-unit id="emconf_doNotLoadInFE.alttitle">
 				<source>Load in frontend</source>
 			</trans-unit>
diff --git a/typo3/sysext/linkvalidator/ext_emconf.php b/typo3/sysext/linkvalidator/ext_emconf.php
index 1315a89ca35a..8f3bdcd7f27e 100644
--- a/typo3/sysext/linkvalidator/ext_emconf.php
+++ b/typo3/sysext/linkvalidator/ext_emconf.php
@@ -19,5 +19,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/lowlevel/ext_emconf.php b/typo3/sysext/lowlevel/ext_emconf.php
index ab3f36e2ad5f..d30932d0e0f5 100644
--- a/typo3/sysext/lowlevel/ext_emconf.php
+++ b/typo3/sysext/lowlevel/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/opendocs/ext_emconf.php b/typo3/sysext/opendocs/ext_emconf.php
index b83cbfbbf580..523a97cd0994 100644
--- a/typo3/sysext/opendocs/ext_emconf.php
+++ b/typo3/sysext/opendocs/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'mack@xnos.org',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/openid/ext_emconf.php b/typo3/sysext/openid/ext_emconf.php
index 7e49273f7c74..ece133da214a 100644
--- a/typo3/sysext/openid/ext_emconf.php
+++ b/typo3/sysext/openid/ext_emconf.php
@@ -23,5 +23,4 @@ $EM_CONF[$_EXTKEY] = array(
 		),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/recordlist/ext_emconf.php b/typo3/sysext/recordlist/ext_emconf.php
index cd24d2a2630d..6df4bf90fb81 100644
--- a/typo3/sysext/recordlist/ext_emconf.php
+++ b/typo3/sysext/recordlist/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/recycler/ext_emconf.php b/typo3/sysext/recycler/ext_emconf.php
index ac3d77ca5fc7..8f1927d7b352 100644
--- a/typo3/sysext/recycler/ext_emconf.php
+++ b/typo3/sysext/recycler/ext_emconf.php
@@ -18,5 +18,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/reports/ext_emconf.php b/typo3/sysext/reports/ext_emconf.php
index dab1f5a17af9..6f80ac2dcfef 100644
--- a/typo3/sysext/reports/ext_emconf.php
+++ b/typo3/sysext/reports/ext_emconf.php
@@ -18,5 +18,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/rsaauth/ext_emconf.php b/typo3/sysext/rsaauth/ext_emconf.php
index b7f66fbd64a5..2887e87e23da 100644
--- a/typo3/sysext/rsaauth/ext_emconf.php
+++ b/typo3/sysext/rsaauth/ext_emconf.php
@@ -18,5 +18,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/rtehtmlarea/ext_emconf.php b/typo3/sysext/rtehtmlarea/ext_emconf.php
index 88d6bae4cf9b..917ec926230d 100644
--- a/typo3/sysext/rtehtmlarea/ext_emconf.php
+++ b/typo3/sysext/rtehtmlarea/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'typo3(arobas)sjbr.ca',
 	'author_company' => 'SJBR',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/saltedpasswords/ext_emconf.php b/typo3/sysext/saltedpasswords/ext_emconf.php
index de9f3f2184a0..665cc576bfb4 100644
--- a/typo3/sysext/saltedpasswords/ext_emconf.php
+++ b/typo3/sysext/saltedpasswords/ext_emconf.php
@@ -25,5 +25,4 @@ $EM_CONF[$_EXTKEY] = array(
 			'rsaauth' => ''
 		),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/scheduler/ext_emconf.php b/typo3/sysext/scheduler/ext_emconf.php
index 70760e85c777..1cb1af1e78db 100644
--- a/typo3/sysext/scheduler/ext_emconf.php
+++ b/typo3/sysext/scheduler/ext_emconf.php
@@ -20,5 +20,4 @@ $EM_CONF[$_EXTKEY] = array(
 		),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
diff --git a/typo3/sysext/setup/ext_emconf.php b/typo3/sysext/setup/ext_emconf.php
index 9ed2b8c7761a..5afc96dfec23 100644
--- a/typo3/sysext/setup/ext_emconf.php
+++ b/typo3/sysext/setup/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/sv/ext_emconf.php b/typo3/sysext/sv/ext_emconf.php
index 171d4f26dc66..655e0e577e0e 100644
--- a/typo3/sysext/sv/ext_emconf.php
+++ b/typo3/sysext/sv/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'r.fritz@colorcube.de',
 	'author_company' => 'Colorcube',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/sys_action/ext_emconf.php b/typo3/sysext/sys_action/ext_emconf.php
index 6fdaafe9afed..50a7206abcdc 100644
--- a/typo3/sysext/sys_action/ext_emconf.php
+++ b/typo3/sysext/sys_action/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/sys_note/ext_emconf.php b/typo3/sysext/sys_note/ext_emconf.php
index 6ef66deb6d02..e683af367f32 100644
--- a/typo3/sysext/sys_note/ext_emconf.php
+++ b/typo3/sysext/sys_note/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/t3editor/ext_emconf.php b/typo3/sysext/t3editor/ext_emconf.php
index a255c5a607e9..6bcd9e6fe2b9 100644
--- a/typo3/sysext/t3editor/ext_emconf.php
+++ b/typo3/sysext/t3editor/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'mail_typo3@etobi.de, spetzl@gmx.at, office@hahnepeter.de',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/t3skin/ext_emconf.php b/typo3/sysext/t3skin/ext_emconf.php
index 6a9c0ee50168..9867f426c1db 100644
--- a/typo3/sysext/t3skin/ext_emconf.php
+++ b/typo3/sysext/t3skin/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'typo3-team-t3skin@lists.typo3.org',
 	'author_company' => '',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/taskcenter/ext_emconf.php b/typo3/sysext/taskcenter/ext_emconf.php
index df5065eeaf02..3eff1250ce87 100644
--- a/typo3/sysext/taskcenter/ext_emconf.php
+++ b/typo3/sysext/taskcenter/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/tstemplate/ext_emconf.php b/typo3/sysext/tstemplate/ext_emconf.php
index ed5443576cf3..780698daba59 100644
--- a/typo3/sysext/tstemplate/ext_emconf.php
+++ b/typo3/sysext/tstemplate/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/version/ext_emconf.php b/typo3/sysext/version/ext_emconf.php
index 7d0e8364f38e..97be380ea590 100644
--- a/typo3/sysext/version/ext_emconf.php
+++ b/typo3/sysext/version/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'createDirs' => '',
 	'clearCacheOnLoad' => 0,
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/viewpage/ext_emconf.php b/typo3/sysext/viewpage/ext_emconf.php
index 8545c59e79c2..d2ea530e49d9 100644
--- a/typo3/sysext/viewpage/ext_emconf.php
+++ b/typo3/sysext/viewpage/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/wizard_crpages/ext_emconf.php b/typo3/sysext/wizard_crpages/ext_emconf.php
index 0f07c2b5ecf8..38d8395fb1d7 100644
--- a/typo3/sysext/wizard_crpages/ext_emconf.php
+++ b/typo3/sysext/wizard_crpages/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/wizard_sortpages/ext_emconf.php b/typo3/sysext/wizard_sortpages/ext_emconf.php
index 0c5f16cd054d..b4e210d0daac 100644
--- a/typo3/sysext/wizard_sortpages/ext_emconf.php
+++ b/typo3/sysext/wizard_sortpages/ext_emconf.php
@@ -11,7 +11,6 @@ $EM_CONF[$_EXTKEY] = array(
 	'author_email' => 'kasperYYYY@typo3.com',
 	'author_company' => 'Curby Soft Multimedia',
 	'version' => '7.4.0',
-	'_md5_values_when_last_written' => '',
 	'constraints' => array(
 		'depends' => array(
 			'typo3' => '7.4.0-7.4.99',
diff --git a/typo3/sysext/workspaces/ext_emconf.php b/typo3/sysext/workspaces/ext_emconf.php
index 016754c1be70..3d91d2853b9a 100644
--- a/typo3/sysext/workspaces/ext_emconf.php
+++ b/typo3/sysext/workspaces/ext_emconf.php
@@ -19,5 +19,4 @@ $EM_CONF[$_EXTKEY] = array(
 		'conflicts' => array(),
 		'suggests' => array(),
 	),
-	'_md5_values_when_last_written' => '',
 );
-- 
GitLab