Bitte beachte, dass sich diese Dokumentation auf die neuste Version dieser Erweiterung bezieht. Wenn eine ältere Version eingesetzt wird, kann diese abweichen. Die jeweils passende Dokumentation befindet sich im Dokumentation-Verzeichnis der Erweiterung.
Portfolios Migration
Version 3.0.0
- Wenn Fluid-Templates angepasst worden sind, muss der Parameter
noCacheHash="1"entfernt werden.
Migration from ftm_ext_references
Change database tables and references:
RENAME TABLE `tx_ftmextreferences_domain_model_reference` TO `tx_portfolios_domain_model_portfolio`;
RENAME TABLE `tx_ftmextreferences_domain_model_referencecategory` TO `tx_portfolios_domain_model_portfoliocategory`;
RENAME TABLE `tx_ftmextreferences_domain_model_referencetag` TO `tx_portfolios_domain_model_portfoliotag`
RENAME TABLE `tx_ftmextreferences_domain_model_referencetagcategory` TO `tx_portfolios_domain_model_portfoliotagcategory`
RENAME TABLE `tx_ftmextreferences_reference_referencetag_mm` TO `tx_portfolios_portfolio_portfoliotag_mm`;
RENAME TABLE `tx_ftmextreferences_reference_referencecategory_mm` TO `tx_portfolios_portfolio_portfoliocategory_mm`;
UPDATE `sys_file_reference` SET `tablenames` = 'tx_portfolios_domain_model_portfolio' WHERE tablenames = 'tx_ftmextreferences_domain_model_reference';
UPDATE `tt_content` SET `list_type` = 'portfolios_list' WHERE `list_type` = 'ftmextreferences_references';
# transfer teaser text to new field
UPDATE `tx_portfolios_domain_model_portfolio` SET `teaser` = `teaser_text`;
- If you've overridden some Partials/Templates you need to rename the folder
ReferenceintoPortfolio - Replace
partial="Reference/in files withpartial="Portfolio/ - Replace
{portfolio.teaserText}in files with{portfolio.teaser} - Re-add the static TypoScript template
