Skip to content

Commit 66fe301

Browse files
authored
Merge pull request #860 from mediaessenz/main
Remove obsolete code and file
2 parents 4b8b6f1 + 73b2cf6 commit 66fe301

3 files changed

Lines changed: 1 addition & 58 deletions

File tree

Classes/EventListener/HandleLinksListener.php

Lines changed: 0 additions & 44 deletions
This file was deleted.

Configuration/TypoScript/setup.typoscript

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,3 @@ config.pageTitleProviders {
139139
before = altPageTitle,record,seo
140140
}
141141
}
142-
143-
[compatVersion("14")]
144-
config.recordLinks.tx_calendarize_domain_model_event {
145-
forceLink = 0
146-
typolink {
147-
parameter = {$plugin.tx_calendarize.settings.defaultDetailPid}
148-
additionalParams.data = field:index_uid
149-
additionalParams.wrap = &tx_calendarize_calendar[controller]=Calendar&tx_calendarize_calendar[action]=detail&tx_calendarize_calendar[index]=|
150-
}
151-
}
152-
[END]

ext_localconf.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,7 @@
196196
ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT
197197
);
198198

199-
if ((new Typo3Version())->getMajorVersion() < 14) {
200-
$GLOBALS['TYPO3_CONF_VARS']['FE']['typolinkBuilder']['record'] = DatabaseRecordLinkBuilder::class;
201-
}
199+
$GLOBALS['TYPO3_CONF_VARS']['FE']['typolinkBuilder']['record'] = DatabaseRecordLinkBuilder::class;
202200

203201
// hooks
204202
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['ke_search']['registerIndexerConfiguration']['calendarize'] =

0 commit comments

Comments
 (0)