Content was removed 

TYPO3 v15 

passwordGenerator passwordRules replaced by passwordGenerator 

The passwordRules of the passwordGenerator have been replaced by the passwordPolicy.

The passwordRules option of the passwordGenerator field control has been deprecated. Password generation is now configured through Password policies registered in $GLOBALS['TYPO3_CONF_VARS']['SYS']['passwordPolicies'] .

TYPO3 v14 

Remove TCA interface settings for list view 

Breaking: #106412 - TCA interface settings for list view removed the TCA options ['interface']['maxSingleDBListItems'] and ['interface']['maxDBListItems'] are removed and not evaluated anymore.

maxDBListItems

maxDBListItems
Path
$GLOBALS['TCA'][$table]['interface']

Removed with TYPO3 14.0. Use TSconfig mod.web_list.itemsLimitSingleTable.

maxSingleDBListItems

maxSingleDBListItems
Path
$GLOBALS['TCA'][$table]['interface']

Removed with TYPO3 14.0. Use TSconfig listOnlyInSingleTableView.

Remove deprecated ctrl subtype* options 

See also Migration from subtypes to types.

subtypes_addlist

subtypes_addlist
Path
$GLOBALS['TCA'][$table]['types'][$type]

Removed with TYPO3 14.0, deprecated with 13.4.

subtypes_excludelist

subtypes_excludelist
Path
$GLOBALS['TCA'][$table]['types'][$type]

Removed with TYPO3 14.0, deprecated with 13.4.

subtype_value_field

subtype_value_field
Path
$GLOBALS['TCA'][$table]['types'][$type]

Remove property foreign_table from group fields 

Starting with TYPO3 13.4.10, this option is no longer needed. For Extbase, the proper type is inferred from the first entry in the allowed TCA configuration option. You should only set this option if you need backward compatibility to previous TYPO3 versions.