diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/Edit.html b/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/Edit.html
deleted file mode 100755
index 91e5231b93c77183aef5f09585d3f7a997fa8a5d..0000000000000000000000000000000000000000
--- a/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/Edit.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/List.html b/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/List.html
deleted file mode 100755
index 4ea95312c5b4633eb908cd6538837483effccbc7..0000000000000000000000000000000000000000
--- a/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/List.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/New.html b/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/New.html
deleted file mode 100755
index c5af57dfad153dfcb3142d9253d362a49bc996a7..0000000000000000000000000000000000000000
--- a/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/New.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
- {extension.extKey}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/Show.html b/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/Show.html
deleted file mode 100755
index 8635ff963a996d8520a4ea8d72bbbbbfaa0a6622..0000000000000000000000000000000000000000
--- a/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Media/Show.html
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/html/typo3conf/ext/ter_fe2/ext_localconf.php b/html/typo3conf/ext/ter_fe2/ext_localconf.php
index 84e20d9eed048fb5a9983e5edc6d9f698c57bcdb..6a3601921e48d7bb7e42d8271f4a28b51391ea18 100644
--- a/html/typo3conf/ext/ter_fe2/ext_localconf.php
+++ b/html/typo3conf/ext/ter_fe2/ext_localconf.php
@@ -9,20 +9,16 @@ if (!defined ('TYPO3_MODE')) {
'Pi1',
array(
'Extension' => 'index, search, show, new, create, edit, update, delete, download, list, listLatest, uploadVersion, createVersion, removeTag',
- 'Category' => 'list, new, create, edit, update, delete, show',
'Tag' => 'list, new, create, edit, update, delete, show',
'Author' => 'list, edit, update, show',
- 'Media' => 'list, new, create, edit, update, delete, show',
# 'Registerkey' => 'index, create, manage, update, edit, transfer, delete',
'Registerkey' => 'index, admin, deleteExtensionVersion, create, manage, transfer, delete, salvage, keep',
'Review' => 'update',
),
array(
'Extension' => 'search, create, update, edit, delete, download, uploadVersion, createVersion, removeTag',
- 'Category' => 'create, update, delete',
'Tag' => 'create, delete',
'Author' => 'update',
- 'Media' => 'create, delete',
# 'Registerkey' => 'index, create, manage, update, edit, transfer, delete',
'Registerkey' => 'index, admin, deleteExtensionVersion, create, manage, transfer, delete, salvage, keep',
'Review' => 'update',
@@ -86,14 +82,6 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['Tx_TerFe2_Task_
'additionalFields' => 'tx_terfe2_task_updatedetailstaskadditionalfieldprovider',
);
- // Register search index task
-$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['Tx_TerFe2_Task_SearchIndexTask'] = array(
- 'extension' => $_EXTKEY,
- 'title' => 'LLL:EXT:' . $_EXTKEY . '/Resources/Private/Language/locallang_db.xml:tx_terfe2_task_searchindextask.name',
- 'description' => 'LLL:EXT:' . $_EXTKEY . '/Resources/Private/Language/locallang_db.xml:tx_terfe2_task_searchindextask.description',
- 'additionalFields' => 'tx_terfe2_task_searchindextaskadditionalfieldprovider',
-);
-
// Register download counter task
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['Tx_TerFe2_Task_DownloadCounterTask'] = array(
'extension' => $_EXTKEY,
diff --git a/html/typo3conf/ext/ter_fe2/ext_tables.php b/html/typo3conf/ext/ter_fe2/ext_tables.php
index 6e80db3721e175bab1929b97990628446c90fd8e..5573c3aa4e666d080d4e45c0986bd85acf177617 100644
--- a/html/typo3conf/ext/ter_fe2/ext_tables.php
+++ b/html/typo3conf/ext/ter_fe2/ext_tables.php
@@ -24,11 +24,8 @@ $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist'][$extIdent] =
// Domain models and their label / search fields
$models = array(
'extension',
- 'category',
'tag',
'version',
- 'media',
- 'experience',
'relation',
'author',
);
diff --git a/html/typo3conf/ext/ter_fe2/ext_tables.sql b/html/typo3conf/ext/ter_fe2/ext_tables.sql
index eceb87129ab23f8c384a65850010e6ec73932b82..f277a63c48764ea8903018d9c8b5aa0608d13b89 100644
--- a/html/typo3conf/ext/ter_fe2/ext_tables.sql
+++ b/html/typo3conf/ext/ter_fe2/ext_tables.sql
@@ -9,7 +9,6 @@ CREATE TABLE tx_terfe2_domain_model_extension (
forge_link tinytext,
last_upload int(11) unsigned DEFAULT '0',
last_maintained int(11) unsigned DEFAULT '0',
- categories int(11) unsigned DEFAULT '0',
tags int(11) unsigned DEFAULT '0' NOT NULL,
versions int(11) unsigned DEFAULT '0' NOT NULL,
last_version int(11) unsigned DEFAULT '0' NOT NULL,
@@ -47,41 +46,6 @@ CREATE TABLE tx_terfe2_domain_model_extension (
);
-# ======================================================================
-# Table configuration for table "tx_terfe2_domain_model_category"
-# ======================================================================
-CREATE TABLE tx_terfe2_domain_model_category (
- uid int(11) NOT NULL auto_increment,
- pid int(11) DEFAULT '0' NOT NULL,
-
- extensions int(11) unsigned DEFAULT '0' NOT NULL,
- title tinytext,
- description text,
-
- tstamp int(11) unsigned DEFAULT '0' NOT NULL,
- crdate int(11) unsigned DEFAULT '0' NOT NULL,
- deleted tinyint(4) unsigned DEFAULT '0' NOT NULL,
- hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
-
- t3ver_oid int(11) DEFAULT '0' NOT NULL,
- t3ver_id int(11) DEFAULT '0' NOT NULL,
- t3ver_wsid int(11) DEFAULT '0' NOT NULL,
- t3ver_label varchar(30) DEFAULT '' NOT NULL,
- t3ver_state tinyint(4) DEFAULT '0' NOT NULL,
- t3ver_stage tinyint(4) DEFAULT '0' NOT NULL,
- t3ver_count int(11) DEFAULT '0' NOT NULL,
- t3ver_tstamp int(11) DEFAULT '0' NOT NULL,
- t3_origuid int(11) DEFAULT '0' NOT NULL,
-
- sys_language_uid int(11) DEFAULT '0' NOT NULL,
- l18n_parent int(11) DEFAULT '0' NOT NULL,
- l18n_diffsource mediumblob NOT NULL,
-
- PRIMARY KEY (uid),
- KEY parent (pid)
-);
-
-
# ======================================================================
# Table configuration for table "tx_terfe2_domain_model_tag"
# ======================================================================
@@ -152,8 +116,6 @@ CREATE TABLE tx_terfe2_domain_model_version (
review_state int(11) DEFAULT '0' NOT NULL,
manual tinytext,
has_manual tinyint(4) unsigned DEFAULT '0' NOT NULL,
- media int(11) unsigned DEFAULT '0' NOT NULL,
- experiences int(11) unsigned DEFAULT '0' NOT NULL,
software_relations int(11) unsigned DEFAULT '0' NOT NULL,
extension_provider tinytext,
has_zip_file tinyint(4) unsigned DEFAULT '0' NOT NULL,
@@ -186,82 +148,6 @@ CREATE TABLE tx_terfe2_domain_model_version (
);
-# ======================================================================
-# Table configuration for table "tx_terfe2_domain_model_media"
-# ======================================================================
-CREATE TABLE tx_terfe2_domain_model_media (
- uid int(11) NOT NULL auto_increment,
- pid int(11) DEFAULT '0' NOT NULL,
-
- version int(11) unsigned DEFAULT '0' NOT NULL,
- title tinytext,
- type int(11) DEFAULT '0' NOT NULL,
- language tinytext,
- source tinytext,
- description text,
-
- tstamp int(11) unsigned DEFAULT '0' NOT NULL,
- crdate int(11) unsigned DEFAULT '0' NOT NULL,
- deleted tinyint(4) unsigned DEFAULT '0' NOT NULL,
- hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
-
- t3ver_oid int(11) DEFAULT '0' NOT NULL,
- t3ver_id int(11) DEFAULT '0' NOT NULL,
- t3ver_wsid int(11) DEFAULT '0' NOT NULL,
- t3ver_label varchar(30) DEFAULT '' NOT NULL,
- t3ver_state tinyint(4) DEFAULT '0' NOT NULL,
- t3ver_stage tinyint(4) DEFAULT '0' NOT NULL,
- t3ver_count int(11) DEFAULT '0' NOT NULL,
- t3ver_tstamp int(11) DEFAULT '0' NOT NULL,
- t3_origuid int(11) DEFAULT '0' NOT NULL,
-
- sys_language_uid int(11) DEFAULT '0' NOT NULL,
- l18n_parent int(11) DEFAULT '0' NOT NULL,
- l18n_diffsource mediumblob NOT NULL,
-
- PRIMARY KEY (uid),
- KEY parent (pid)
-);
-
-
-# ======================================================================
-# Table configuration for table "tx_terfe2_domain_model_experience"
-# ======================================================================
-CREATE TABLE tx_terfe2_domain_model_experience (
- uid int(11) NOT NULL auto_increment,
- pid int(11) DEFAULT '0' NOT NULL,
-
- version int(11) unsigned DEFAULT '0' NOT NULL,
- date_time int(11) DEFAULT '0' NOT NULL,
- comment text,
- rating int(11) DEFAULT '0' NOT NULL,
- frontend_user int(11) DEFAULT '0' NOT NULL,
-
-
- tstamp int(11) unsigned DEFAULT '0' NOT NULL,
- crdate int(11) unsigned DEFAULT '0' NOT NULL,
- deleted tinyint(4) unsigned DEFAULT '0' NOT NULL,
- hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
-
- t3ver_oid int(11) DEFAULT '0' NOT NULL,
- t3ver_id int(11) DEFAULT '0' NOT NULL,
- t3ver_wsid int(11) DEFAULT '0' NOT NULL,
- t3ver_label varchar(30) DEFAULT '' NOT NULL,
- t3ver_state tinyint(4) DEFAULT '0' NOT NULL,
- t3ver_stage tinyint(4) DEFAULT '0' NOT NULL,
- t3ver_count int(11) DEFAULT '0' NOT NULL,
- t3ver_tstamp int(11) DEFAULT '0' NOT NULL,
- t3_origuid int(11) DEFAULT '0' NOT NULL,
-
- sys_language_uid int(11) DEFAULT '0' NOT NULL,
- l18n_parent int(11) DEFAULT '0' NOT NULL,
- l18n_diffsource mediumblob NOT NULL,
-
- PRIMARY KEY (uid),
- KEY parent (pid)
-);
-
-
# ======================================================================
# Table configuration for table "tx_terfe2_domain_model_relation"
# ======================================================================
@@ -340,50 +226,6 @@ CREATE TABLE tx_terfe2_domain_model_author (
);
-# ======================================================================
-# Table configuration for table "tx_terfe2_domain_model_search"
-# ======================================================================
-CREATE TABLE tx_terfe2_domain_model_search (
- uid int(11) NOT NULL auto_increment,
- pid int(11) DEFAULT '0' NOT NULL,
-
- extension_key tinytext,
- title tinytext,
- description text,
- author_list text,
- upload_comment text,
- version_string tinytext,
- state tinytext,
- em_category tinytext,
- software_relation_list text,
- category_list text,
- tag_list text,
- version_uid int(11) unsigned DEFAULT '0' NOT NULL,
- extension_uid int(11) unsigned DEFAULT '0' NOT NULL,
-
- tstamp int(11) unsigned DEFAULT '0' NOT NULL,
- crdate int(11) unsigned DEFAULT '0' NOT NULL,
-
- PRIMARY KEY (uid),
- KEY parent (pid),
- FULLTEXT (extension_key,title,description,author_list,upload_comment,version_string,state,em_category,software_relation_list,category_list,tag_list)
-);
-
-
-# ======================================================================
-# Table configuration for table "tx_terfe2_extension_category_mm"
-# ======================================================================
-CREATE TABLE tx_terfe2_extension_category_mm (
- uid_local int(10) unsigned DEFAULT '0' NOT NULL,
- uid_foreign int(10) unsigned DEFAULT '0' NOT NULL,
- sorting int(10) unsigned DEFAULT '0' NOT NULL,
- sorting_foreign int(10) unsigned DEFAULT '0' NOT NULL,
-
- KEY uid_local (uid_local),
- KEY uid_foreign (uid_foreign)
-);
-
-
# ======================================================================
# Table configuration for table "tx_terfe2_extension_tag_mm"
# ======================================================================