Upgrade to TYPO3 9.5 LTS

This commit is contained in:
Björn Fromme
2019-06-06 17:20:29 +02:00
parent adab7fb39a
commit 3c472eb973
989 changed files with 4924 additions and 3674 deletions
+86
View File
@@ -0,0 +1,86 @@
rootPageId: 884
base: 'https://www.ep-events.de'
baseVariants:
- base: 'https://ep-events.burn.dpn'
condition: 'applicationContext == "Development"'
languages:
- title: Deutsch
enabled: true
languageId: '0'
base: /
typo3Language: de
locale: de_DE.UTF-8
iso-639-1: de
navigationTitle: Deutsch
hreflang: de-DE
direction: ''
flag: de
errorHandling:
- errorCode: '404'
errorHandler: Page
errorContentSource: 't3://page?uid=608'
routes: { }
routeEnhancers:
NewsPlugin:
type: Extbase
extension: News
plugin: Pi1
limitToPages: [989]
routes:
- { routePath: '/{news_title}', _controller: 'News::detail', _arguments: {'news_title': 'news'} }
defaultController: 'News::detail'
aspects:
news_title:
type: PersistedAliasMapper
tableName: 'tx_news_domain_model_news'
routeFieldName: 'path_segment'
ActivityPlugin:
type: Extbase
extension: EpEvents
plugin: activitydetail
limitToPages: [1405]
routes:
- { routePath: '/{activity_name}', _controller: 'Activity::detail', _arguments: {'activity_name': 'activity'} }
defaultController: 'Activity::detail'
aspects:
activity_name:
type: PersistedAliasMapper
tableName: 'tx_epevents_domain_model_activity'
routeFieldName: 'path_segment'
ConfiguratorPlugin:
type: Extbase
extension: EpEvents
plugin: configurator
limitToPages: [1263]
routes:
- { routePath: '/{travel_type}/{location_type}', _controller: 'Form::configurator', _arguments: {'travel_type': 'travelType', 'location_type': 'locationType'} }
defaultController: 'Form::configurator'
requirements:
travel_type: '\d+'
location_type: '\d+'
aspects:
travel_type:
type: StaticRangeMapper
start: '1'
end: '100'
location_type:
type: StaticRangeMapper
start: '1'
end: '100'
ContactFormPlugin:
type: Extbase
extension: EpEvents
plugin: contactform
limitToPages: [987]
routes:
- { routePath: '/{travel_type}', _controller: 'Form::contactForm', _arguments: {'travel_type': 'travelType'} }
defaultController: 'Form::contactForm'
requirements:
travel_type: '\d+'
aspects:
travel_type:
type: StaticRangeMapper
start: '1'
end: '100'
+111
View File
@@ -0,0 +1,111 @@
rootPageId: 9
base: 'https://www.ep-reisen.de'
baseVariants:
- base: 'https://eptypo3.burn.dpn'
condition: 'applicationContext == "Development"'
languages:
- title: Deutsch
enabled: true
languageId: '0'
base: /
typo3Language: de
locale: de_DE.UTF-8
iso-639-1: de
navigationTitle: Deutsch
hreflang: de-DE
direction: ''
flag: de
errorHandling:
- errorCode: '404'
errorHandler: Page
errorContentSource: 't3://page?uid=608'
routes: { }
routeEnhancers:
NewsDetailPlugin:
type: Extbase
extension: News
plugin: Pi1
limitToPages: [1392]
routes:
- { routePath: '/{news_title}', _controller: 'News::detail', _arguments: {'news_title': 'news'} }
defaultController: 'News::detail'
aspects:
news_title:
type: PersistedAliasMapper
tableName: 'tx_news_domain_model_news'
routeFieldName: 'path_segment'
NewsTagPlugin:
type: Extbase
extension: News
plugin: Pi1
limitToPages: [1391]
routes:
- { routePath: '/{news_tag}', _controller: 'News::list', _arguments: {'news_tag': 'overwriteDemand/tags'} }
defaultController: 'News::list'
aspects:
news_tag:
type: PersistedAliasMapper
tableName: 'tx_news_domain_model_tag'
routeFieldName: 'slug'
TeamPlugin:
type: Extbase
extension: EpProducts
plugin: teammembers
limitToPages: [1446]
routes:
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
defaultController: 'Team::show'
aspects:
teamer_name:
type: PersistedAliasMapper
tableName: 'tx_epproducts_domain_model_teammember'
routeFieldName: 'path_segment'
ProductDetailPlugin:
type: Extbase
extension: EpProducts
plugin: product_detail
routes:
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
defaultController: 'Team::show'
aspects:
teamer_name:
type: PersistedAliasMapper
tableName: 'tx_epproducts_domain_model_teammember'
routeFieldName: 'path_segment'
SearchResultPlugin:
type: Extbase
extension: EpProducts
plugin: searchresult
limitToPages: [41]
routes:
- { routePath: '/{filtersettings}', _controller: 'Search::searchresult', _arguments: {'filtersettings': 'filterSettings'} }
defaultController: 'Search::searchresult'
ResellerPlugin:
type: Extbase
extension: EpProducts
plugin: reseller
limitToPages: [1483]
routes:
- { routePath: '/{reseller_code}', _controller: 'Reseller::list', _arguments: {'reseller_code': 'reseller'} }
- { routePath: '/{reseller_code}/xml', _controller: 'Reseller::xml', _arguments: {'reseller_code': 'reseller'} }
- { routePath: '/{reseller_code}/csv/{type}', _controller: 'Reseller::csv', _arguments: {'reseller_code': 'reseller', 'type': 'type'} }
- { routePath: '/{reseller_code}/copypaste/{product_id}', _controller: 'Reseller::copypaste', _arguments: {'reseller_code': 'reseller', 'product_id': 'product'} }
requirements:
reseller_code: '\w+'
type: '\w+'
product_id: '\d+'
aspects:
reseller_code:
type: PersistedAliasMapper
tableName: 'tx_epproducts_domain_model_reseller'
routeFieldName: 'code'
type:
type: StaticValueMapper
map:
google: google
facebook: facebook
product_id:
type: StaticRangeMapper
start: '1'
end: '1000'
+37
View File
@@ -0,0 +1,37 @@
rootPageId: 24
base: 'https://www.ski-boarderweek.de'
baseVariants:
- base: 'https://ski-boarderweek.burn.dpn'
condition: 'applicationContext == "Development"'
languages:
- title: Deutsch
enabled: true
languageId: '0'
base: /
typo3Language: de
locale: de_DE.UTF-8
iso-639-1: de
navigationTitle: Deutsch
hreflang: de-DE
direction: ''
flag: de
errorHandling:
- errorCode: '404'
errorHandler: Page
errorContentSource: 't3://page?uid=608'
routes: { }
routeEnhancers:
TeamPlugin:
type: Extbase
extension: EpProducts
plugin: teammembers
limitToPages: [1488]
routes:
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
defaultController: 'Team::show'
aspects:
teamer_name:
type: PersistedAliasMapper
tableName: 'tx_epproducts_domain_model_teammember'
routeFieldName: 'path_segment'
+24
View File
@@ -0,0 +1,24 @@
rootPageId: 14
base: 'https://www.ski-wochenenden.de'
baseVariants:
- base: 'https://ski-wochenenden.burn.dpn'
condition: 'applicationContext == "Development"'
languages:
- title: Deutsch
enabled: true
languageId: '0'
base: /
typo3Language: de
locale: de_DE.UTF-8
iso-639-1: de
navigationTitle: Deutsch
hreflang: de-DE
direction: ''
flag: de
errorHandling:
- errorCode: '404'
errorHandler: Page
errorContentSource: 't3://page?uid=608'
routes: { }
routeEnhancers: { }
+37
View File
@@ -0,0 +1,37 @@
rootPageId: 25
base: 'https://www.snowzone.net'
baseVariants:
- base: 'https://snowzone.burn.dpn'
condition: 'applicationContext == "Development"'
languages:
- title: Deutsch
enabled: true
languageId: '0'
base: /
typo3Language: de
locale: de_DE.UTF-8
iso-639-1: de
navigationTitle: Deutsch
hreflang: de-DE
direction: ''
flag: de
errorHandling:
- errorCode: '404'
errorHandler: Page
errorContentSource: 't3://page?uid=608'
routes: { }
routeEnhancers:
TeamPlugin:
type: Extbase
extension: EpProducts
plugin: teammembers
limitToPages: [1619]
routes:
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
defaultController: 'Team::show'
aspects:
teamer_name:
type: PersistedAliasMapper
tableName: 'tx_epproducts_domain_model_teammember'
routeFieldName: 'path_segment'
+37
View File
@@ -0,0 +1,37 @@
rootPageId: 26
base: 'https://www.unichamp.de'
baseVariants:
- base: 'https://unichamp.burn.dpn'
condition: 'applicationContext == "Development"'
languages:
- title: Deutsch
enabled: true
languageId: '0'
base: /
typo3Language: de
locale: de_DE.UTF-8
iso-639-1: de
navigationTitle: Deutsch
hreflang: de-DE
direction: ''
flag: de
errorHandling:
- errorCode: '404'
errorHandler: Page
errorContentSource: 't3://page?uid=608'
routes: { }
routeEnhancers:
TeamPlugin:
type: Extbase
extension: EpProducts
plugin: teammembers
limitToPages: [1620]
routes:
- { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} }
defaultController: 'Team::show'
aspects:
teamer_name:
type: PersistedAliasMapper
tableName: 'tx_epproducts_domain_model_teammember'
routeFieldName: 'path_segment'