diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-19737-PreferRootTemplate.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-19737-PreferRootTemplate.rst index 3b1b2736789d4e648fc500db5e69f8b6f33fad6f..4d0785b4140fd98a8e9b9855d665070e918bb3df 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-19737-PreferRootTemplate.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-19737-PreferRootTemplate.rst @@ -30,3 +30,6 @@ Migration ========= Ensure the templates have correct flags set. + + +.. index:: TypoScript, Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-33805-ClickMenuRewrite.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-33805-ClickMenuRewrite.rst index f8df4289310735e137bfed2dea12173ec9e0723e..99136feba1120d9476048b9695d247da828b7c39 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-33805-ClickMenuRewrite.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-33805-ClickMenuRewrite.rst @@ -48,3 +48,6 @@ and related data attribute: .. code-block:: html <a href="#" class="t3-js-clickmenutrigger" data-table="be_users" data-uid="{record.uid}" data-listframe="1"> + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-42543-DefaultTypoScriptRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-42543-DefaultTypoScriptRemoved.rst index 8ddb34589f184f456b050473b6724a2018c64b78..aa5c5695ac595534da7d8feb8a240804a1a3fe80 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-42543-DefaultTypoScriptRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-42543-DefaultTypoScriptRemoved.rst @@ -41,3 +41,6 @@ Either remove usage of :code:`styles.insertContent` or add a snippet at an early languageField = sys_language_uid } } + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53542-DeprecatedCodeRemovalInFluid.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53542-DeprecatedCodeRemovalInFluid.rst index deda97cd52bd0fe4fa9a5ec93fb102056e39cf7d..efa6146718d85ccc75ea3f256a3aab0095af2341 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53542-DeprecatedCodeRemovalInFluid.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53542-DeprecatedCodeRemovalInFluid.rst @@ -53,3 +53,6 @@ Migration ========= Replace the calls with the suggestions outlined above. + + +.. index:: PHP-API, Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53658-RemoveAlternateBgColorsOption.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53658-RemoveAlternateBgColorsOption.rst index a2a8b97d937cd6ea41efc2ed908293d10d7faed3..f17b1d543846180a60958ec301d03207f74ba7e8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53658-RemoveAlternateBgColorsOption.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53658-RemoveAlternateBgColorsOption.rst @@ -30,3 +30,6 @@ Migration ========= Remove the call to the removed property. + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-54409-RteAcronymButtonRenamedAbbreviation.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-54409-RteAcronymButtonRenamedAbbreviation.rst index ec4e23910f9ebba57c59e89e8fe8ead729ebf7bd..4338700d9244232fbed0d8851a4abe36c3eace59 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-54409-RteAcronymButtonRenamedAbbreviation.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-54409-RteAcronymButtonRenamedAbbreviation.rst @@ -17,8 +17,8 @@ Accordingly, the RTE Acronym plugin was renamed Abbreviation. Impact ====== -The "abbreviation" button may not appear in the RTE toolbar, if configured as "acronym" in Page TSconfig, TCA special configuration options and/or User TSconfig. -Possible undefined PHP class errors. +The "abbreviation" button may not appear in the RTE toolbar, if configured as "acronym" in Page TSconfig, TCA special +configuration options and/or User TSconfig. Possible undefined PHP class errors. Possible Javascript or file not found errors. @@ -34,7 +34,8 @@ An installation is affected if a 3rd party extension loads the JavaScript file o Migration ========= -There is no immediate impact on the RTE configuration in Page TSconfig and TCA special configuration options until the automatic conversion of existing references to "acronym" is removed in TYPO3 CMS 8.0. +There is no immediate impact on the RTE configuration in Page TSconfig and TCA special configuration options until +the automatic conversion of existing references to "acronym" is removed in TYPO3 CMS 8.0. Intallations may run the upgrade wizard of the Install tool to migrate the contents of Page TSconfig, replacing "acronym" by "abbreviation". Note that this string replacement will apply to all contents of PageTSconfig. The migration of PageTSconfig may also be done manually. @@ -44,3 +45,6 @@ User TSconfig must be modified to refer to "abbreviation" instead of "acronym". Any affected 3rd party extension must be modified to refer to the "abbreviation" button rather than "acronym" in TCA special configuration options. Any affected 3rd party extension must be modified to refer to class TYPO3\CMS\Rtehtmlarea\Extension\Abbreviation rather than TYPO3\CMS\Rtehtmlarea\Extension\Acronym Any affected 3rd party extension must be modified to load EXT:rtehtmlarea/Resources/Public/Javascript/Plugins/Abbreviation.js rather than EXT:rtehtmlarea/Resources/Public/Javascript/Plugins/Acronym.js + + +.. index:: TSConfig, RTE, PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57382-FlashMessageApi.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57382-FlashMessageApi.rst index 32110ddc5ea37490dc6f80ae34d6740990b50b51..fec43d63eaf579b82299b5f8d8b3939202d44dad 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57382-FlashMessageApi.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57382-FlashMessageApi.rst @@ -28,3 +28,6 @@ Migration Change the API calls to not be of static kind anymore. Extbase extensions have to use `getFlashMessageQueue()` of the controllerContext + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57396-ExtbaseDeprecatedPropertyMapperRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57396-ExtbaseDeprecatedPropertyMapperRemoved.rst index 8737d744013a293cc6c5c5cbc16624677d81e94d..ba217839cd00cd58f40a12ecba12676945444b77 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57396-ExtbaseDeprecatedPropertyMapperRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57396-ExtbaseDeprecatedPropertyMapperRemoved.rst @@ -35,3 +35,6 @@ Migration Manual migration of extension code might be required, especially when own validators using the old validation API were used. + + +.. index:: TypoScript, PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59659-DeprecatedCodeRemovalInBackendSysext.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59659-DeprecatedCodeRemovalInBackendSysext.rst index 599b04d0d72201100b2f0473d6341e2462d82a5d..d52154d05b9866e8cdafcca9a16b3e33ded2eb03 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59659-DeprecatedCodeRemovalInBackendSysext.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59659-DeprecatedCodeRemovalInBackendSysext.rst @@ -60,3 +60,6 @@ Migration ========= Replace the calls with the suggestions outlined above. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59966-ExtensionConfigurationCacheClearing.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59966-ExtensionConfigurationCacheClearing.rst index 26401d76393839240a7eb4b0454b500ddce7e709..5467f625733215d49d5a43286363b83938d0215a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59966-ExtensionConfigurationCacheClearing.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59966-ExtensionConfigurationCacheClearing.rst @@ -30,3 +30,6 @@ Migration Extensions requiring a cache flush after configuration changes need to implement a slot for the `afterExtensionConfigurationWrite` signal which allows individual cache flush actions. + + +.. index:: PHP-API, Backend, ext:extensionmanager diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60063-FeloginPluginFileRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60063-FeloginPluginFileRemoved.rst index 7ae8fc3ff0bfe727c9b6f60e26aa8e70b4189cf2..e50c2413a577860af4448b84123d268b12b810e4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60063-FeloginPluginFileRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60063-FeloginPluginFileRemoved.rst @@ -31,3 +31,6 @@ Migration ========= Remove the require line in PHP and includeLibs line in TypoScript, they are obsolete. + + +.. index:: TypoScript, Frontend, ext:felogin diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60135-RecursiveStdWrapChange.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60135-RecursiveStdWrapChange.rst index e7e33498753fe0bb14af287fd1ccc01bae92bb03..1827c6e1ec5fb2c7dcf8b2a74ad7af4b34b9cfbd 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60135-RecursiveStdWrapChange.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60135-RecursiveStdWrapChange.rst @@ -50,3 +50,6 @@ Migration ========= The usage of recursive stdWrap TypoScript configuration needs to be checked and probably adapted to fit the fixed behavior. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60152-formatSizeAdheresLocale.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60152-formatSizeAdheresLocale.rst index b5a8f1cb955a8bfec99da79f93ee3e9afeff3158..e471798829e59cb49ac180e3e012a0f2f76fa18b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60152-formatSizeAdheresLocale.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60152-formatSizeAdheresLocale.rst @@ -34,3 +34,6 @@ and the locale really exists on the server. TypoScript option: :code:`config.locale` Commandline: `locale -a` + + +.. index:: PHP-API, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-DroppedBackendLoginOptions.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-DroppedBackendLoginOptions.rst index 09b231fd1616ec38bcdb3b1dcf8ed0dd3489ac39..98c927fb436e7f90bbe8e32911caa7762b6d088d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-DroppedBackendLoginOptions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-DroppedBackendLoginOptions.rst @@ -30,3 +30,6 @@ Migration ========= Remove these options and their usage from the affected 3rd party extension or unload the extension. + + +.. index:: Backend, ext:t3skin diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginJavascriptFileMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginJavascriptFileMoved.rst index c604d34c93419792a02622e5af6b8241628d6f56..e78ad54bd3cb8aa0c795d83ee413a8ba0c6e7fde 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginJavascriptFileMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginJavascriptFileMoved.rst @@ -30,3 +30,6 @@ Migration Include EXT:backend/Resources/Public/JavaScript/login.js instead or refactor the affected extension to free it from the dependency to this core internal file. + + +.. index:: JavaScript, ext:t3skin, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginTemplateMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginTemplateMoved.rst index 5ad13678be908dda5fa1e6dfab602d5f89ccada3..a75c8ca6d15c1507c8f6b47a4aed7fca177990d0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginTemplateMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginTemplateMoved.rst @@ -30,3 +30,6 @@ Migration Use file EXT:backend/Resources/Private/Templates/login.html instead or refactor the affected extension to free it from the dependency to this core internal file. + + +.. index:: Backend, ext:t3skin diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60561-DefaultTypoScriptConstantsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60561-DefaultTypoScriptConstantsRemoved.rst index f8298d1f38ff74120d710b6f9c45db692ecac23a..f9ce49079e3d6c3a2f570ee0351ab2ce69c64dc3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60561-DefaultTypoScriptConstantsRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60561-DefaultTypoScriptConstantsRemoved.rst @@ -46,3 +46,6 @@ Either remove usage of the above constants or add a snippet at an early point in _stdFrameParams = frameborder="no" marginheight="0" marginwidth="0" noresize="noresize" _stdFramesetParams = 'border="0" framespacing="0" frameborder="no" + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60582-RsaauthJavascriptFilesMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60582-RsaauthJavascriptFilesMoved.rst index a4083be59efe1d932ef1db20e6ea43238ad90491..6d26a9a72db7dfb484ee2a272dead5372f96afec 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60582-RsaauthJavascriptFilesMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60582-RsaauthJavascriptFilesMoved.rst @@ -29,3 +29,6 @@ Migration ========= Change affected extension to include Javascript files from resources/ to Resources/Public/JavaScript/. + + +.. index:: JavaScript, ext:rsaauth diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60609-ConfigurationManagerSignalChange.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60609-ConfigurationManagerSignalChange.rst index 40838da4f156812aca213306aa24bec5c7f757ae..b57d1d7526b3789bb9d6204e1f91f3b1ddc38f39 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60609-ConfigurationManagerSignalChange.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60609-ConfigurationManagerSignalChange.rst @@ -30,3 +30,6 @@ Migration ========= Rewrite the listening function to use the extension key as first parameter. + + +.. index:: PHP-API, Backend, ext:extensionmanager diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerJavascriptFileMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerJavascriptFileMoved.rst index 4ca492dad18e90323eaadeacbf5d7208c7782e01..a7287d39276bc5b6e802d16b3163b54a8725a8ae 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerJavascriptFileMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerJavascriptFileMoved.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -============================================================= +================================================== Breaking: #60630 - Scheduler Javascript File Moved -============================================================= +================================================== See :issue:`60630` @@ -31,3 +31,6 @@ Migration Include EXT:scheduler/Resources/Public/JavaScript/Scheduler.js instead or refactor the affected extension to free it from the dependency to this scheduler internal file. + + +.. index:: JavaScript, Backend, ext:scheduler diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerLanguageFilesMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerLanguageFilesMoved.rst index 3226a8958b7da9d5ac90fa95e61368d8fc631a9e..adac762d4686bbe5fad0502a6bb5ce024548a19e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerLanguageFilesMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerLanguageFilesMoved.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -=========================================================== +================================================= Breaking: #60630 - Scheduler Language Files Moved -=========================================================== +================================================= See :issue:`60630` @@ -32,3 +32,6 @@ Migration Use new path to language file instead or create/copy the labels to an own language file and adapt existing overrides to the new file locations. + + +.. index:: Backend, ext:scheduler \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerModuleTemplateMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerModuleTemplateMoved.rst index feb247ef8bc7a1545afd451d1b09d6b90e90a2a0..9863c5dbf35c7bb8814bd42cfb337004cc205f3a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerModuleTemplateMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerModuleTemplateMoved.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -=========================================================== +======================================================= Breaking: #60630 - Scheduler Module Template File Moved -=========================================================== +======================================================= See :issue:`60630` @@ -31,3 +31,6 @@ Migration Use file EXT:scheduler/Resources/Private/Templates/Module.html instead or refactor the affected extension to free it from the dependency to this scheduler internal file. + + +.. index:: ext:scheduler, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61459-RemovalTslib.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61459-RemovalTslib.rst index 44ad14186b62a14cafec66b2b9db19278835edd1..8742c95b1230b454076640b9bd9dee11caf59378 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61459-RemovalTslib.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61459-RemovalTslib.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -=========================================================== +========================================================== Breaking: #61459 - Removal of tslib directory and constant -=========================================================== +========================================================== See :issue:`61459` @@ -34,3 +34,6 @@ Migration Remove the constant PATH_tslib from the 3rd party extension, use a current version of index.php and use :code:`$GLOBALS['TT']` and :code:`$GLOBALS['TSFE']` where necessary. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61471-t3skinCssFilesMovedToLess.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61471-t3skinCssFilesMovedToLess.rst index 4aaf1d44bcaadaefdb5aa271c3276698aa17063f..a55cfaf92db7da483cce9f788875f209693cfabf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61471-t3skinCssFilesMovedToLess.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61471-t3skinCssFilesMovedToLess.rst @@ -34,3 +34,6 @@ Migration Most simple solution is to copy over the "old" CSS file from an older instance. Directly including those files from t3skin is discouraged. A better solution is to refactor the extension to use the full t3skin CSS file and to overlay it with required changes in an own file. + + +.. index:: PHP-API, Backend, ext:t3skin diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61781-IncludeOnceArrayOfClickMenuControllerRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61781-IncludeOnceArrayOfClickMenuControllerRemoved.rst index 72a43a5b3cdb0859f47492456dc7e5162dcc8bc7..72181bb86527bb1dd3528b338bdd4e25919f999d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61781-IncludeOnceArrayOfClickMenuControllerRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61781-IncludeOnceArrayOfClickMenuControllerRemoved.rst @@ -29,3 +29,6 @@ Migration ========= All classes are autoloaded automatically by TYPO3 CMS Core. + + +.. index:: PHP-API, Backend \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61782-DeprecatedDocumentTemplateClassesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61782-DeprecatedDocumentTemplateClassesRemoved.rst index dbb3e2c82f687e17584bb1c0532c1055d755b413..84ae6a7be3add998bbbc54c428ce0aa2e10aef35 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61782-DeprecatedDocumentTemplateClassesRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61782-DeprecatedDocumentTemplateClassesRemoved.rst @@ -33,3 +33,6 @@ Migration ========= Use :code:`\TYPO3\CMS\Backend\Template\DocumentTemplate` instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61783-RemoveDeprecatedMailFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61783-RemoveDeprecatedMailFunctionality.rst index b91aad95dce401f6373e5b2d4f1015da506eb8bf..76476eaeac17cc22e763503faf5ffd788a417a4b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61783-RemoveDeprecatedMailFunctionality.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61783-RemoveDeprecatedMailFunctionality.rst @@ -30,3 +30,6 @@ Migration ========= Use the :code:`\TYPO3\CMS\Core\Mail\Mailer` API for sending email. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-FrontendTcaFunctionsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-FrontendTcaFunctionsRemoved.rst index 42005759e61fd60cdf42a2dc8d18d1d6415b7b2d..beb0360539a02a409b1a7277462dc65bd0507dd4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-FrontendTcaFunctionsRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-FrontendTcaFunctionsRemoved.rst @@ -10,12 +10,14 @@ See :issue:`61785` Description =========== -Methods :code:`getCompressedTCarray()` and :code:`includeTCA()` from :code:`\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController` have been removed. +Methods :code:`getCompressedTCarray()` and :code:`includeTCA()` from :code:`\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController` +have been removed. Impact ====== -Extensions that still use :code:`\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getCompressedTCarray()` or :code:`\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::includeTCA()` will trigger a fatal error. +Extensions that still use :code:`\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getCompressedTCarray()` +or :code:`\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::includeTCA()` will trigger a fatal error. Affected installations @@ -30,3 +32,5 @@ Migration Full TCA is always loaded during bootstrap in FE, the methods are obsolete. If an eid script calls this method to load TCA, use :code:`\TYPO3\CMS\Frontend\Utility\EidUtility::initTCA()` instead. + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-LoadTcaFunctionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-LoadTcaFunctionRemoved.rst index 8dd111cdb584c6c930f11a80b07535e633307617..335a1240b0e75b5f4f2735965268f6b14eef48c5 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-LoadTcaFunctionRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-LoadTcaFunctionRemoved.rst @@ -30,3 +30,5 @@ Migration The method is obsolete, full TCA is always loaded in all context except eID. It is safe to remove the method call. + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61786-ExtbaseDeprecatedTypeHandlingServiceRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61786-ExtbaseDeprecatedTypeHandlingServiceRemoved.rst index 580e87acf0e726202636227d599967909b5e2235..09c28b341a84d7b6e38d041903029031ca95fd69 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61786-ExtbaseDeprecatedTypeHandlingServiceRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61786-ExtbaseDeprecatedTypeHandlingServiceRemoved.rst @@ -28,4 +28,8 @@ A TYPO3 instance is affected if a 3rd party extension uses the removed class :co Migration ========= -Replace all calls to :code:`\TYPO3\CMS\Extbase\Service\TypeHandlingService` functions to their new static functions in :code:`\TYPO3\CMS\Extbase\Utility\TypeHandlingUtility` +Replace all calls to :code:`\TYPO3\CMS\Extbase\Service\TypeHandlingService` functions to their new static functions +in :code:`\TYPO3\CMS\Extbase\Utility\TypeHandlingUtility` + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61802-IsLocalconfWritableFunctionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61802-IsLocalconfWritableFunctionRemoved.rst index 47db46edb681c6ce982962f3f9d65a11fd42b896..d5bb72a411314af2a586748e55751886c2331708 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61802-IsLocalconfWritableFunctionRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61802-IsLocalconfWritableFunctionRemoved.rst @@ -29,3 +29,6 @@ Migration ========= Remove the call to this function. The bootstrap takes care to check the existence of the file. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61820-PhpOptionsUtilityDeprecatedFunctionsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61820-PhpOptionsUtilityDeprecatedFunctionsRemoved.rst index 82a9463b358c6158251b8d10c9c1afdfdf009b9b..ef17f495c831f6afb7072deb0a6797feab48487f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61820-PhpOptionsUtilityDeprecatedFunctionsRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61820-PhpOptionsUtilityDeprecatedFunctionsRemoved.rst @@ -27,5 +27,9 @@ A TYPO3 instance is affected if a 3rd party extension uses one of the removed fu Migration ========= -Remove the call to :code:`\TYPO3\CMS\Core\Utility\PhpOptionsUtility::isSafeModeEnabled()` or :code:`\TYPO3\CMS\Core\Utility\PhpOptionsUtility::isMagicQuotesGpcEnabled()` functions. +Remove the call to :code:`\TYPO3\CMS\Core\Utility\PhpOptionsUtility::isSafeModeEnabled()` +or :code:`\TYPO3\CMS\Core\Utility\PhpOptionsUtility::isMagicQuotesGpcEnabled()` functions. The Install Tool takes care of the removed checks now. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61821-ClassFileOptionInMakeInstanceServiceRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61821-ClassFileOptionInMakeInstanceServiceRemoved.rst index a39c67d9a3ec2ab2c4b6b6bea9ea77956d6ccf78..509cb1a52d735ff1357554761fd050aa669580d8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61821-ClassFileOptionInMakeInstanceServiceRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61821-ClassFileOptionInMakeInstanceServiceRemoved.rst @@ -30,3 +30,6 @@ Migration ========= Use the ext_autoload.php file to autoload the class. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61822-GetUniqueFieldsFunctionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61822-GetUniqueFieldsFunctionRemoved.rst index fd24c410e0b621b253ceec0e45510afe035b4d75..8a1bd9b28b15dc48d69863d4e4dfff50d9cf9197 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61822-GetUniqueFieldsFunctionRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61822-GetUniqueFieldsFunctionRemoved.rst @@ -30,3 +30,6 @@ Migration Replace all calls to :code:`\TYPO3\CMS\Core\DataHandling\DataHandler::getUniqueFields()` with calls to :code:`\TYPO3\CMS\Version\Hook\DataHandlerHook::getUniqueFields()` + + +.. index:: PHP-API, Backend, ext:workspaces diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61823-RemoveMagicSettterForFromTC.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61823-RemoveMagicSettterForFromTC.rst index e3a00eb06c81d94c1a05d65a5ccaf758f52560a8..fbef9746b070200a2f5241116a8c052268e99cdb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61823-RemoveMagicSettterForFromTC.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61823-RemoveMagicSettterForFromTC.rst @@ -30,3 +30,5 @@ Migration Use :code:`\TYPO3\CMS\Core\Database\RelationHandler::setFetchAllFields()` instead. + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61859-FileTypeSoftwareRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61859-FileTypeSoftwareRemoved.rst index 4bdf8f864af2fa89cfe0d0f66ff9d239815b2324..9b659e734290531451393c7a0015c24b026908c2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61859-FileTypeSoftwareRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61859-FileTypeSoftwareRemoved.rst @@ -29,3 +29,6 @@ Migration ========= Use :code:`\TYPO3\CMS\Core\Resource\AbstractFile::FILETYPE_APPLICATION` instead, which matches the Iana standard. + + +.. index:: PHP-API, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61860-RemoveIntFromVerFunction.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61860-RemoveIntFromVerFunction.rst index ec52d501a8d326f4fd0ef64e2f8db60c5bc1b914..3b0ee53b490b9b6f8c44c803a6088e2c305452c7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61860-RemoveIntFromVerFunction.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61860-RemoveIntFromVerFunction.rst @@ -29,3 +29,6 @@ Migration ========= Replace the usage of the removed function with :code:`\TYPO3\CMS\Core\Utility\VersionNumberUtility::convertVersionNumberToInteger()` + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61863-ConnectDbFunctionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61863-ConnectDbFunctionRemoved.rst index 851c79ad9c878d1fc932b47f5db557754ddc9854..5e395ddd49b4237e7cf957ff4f6eb83898436ddf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61863-ConnectDbFunctionRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61863-ConnectDbFunctionRemoved.rst @@ -30,3 +30,6 @@ Migration ========= The function can be removed safely. The database will connect itself if needed. + + +.. index:: PHP-API, Frontend \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61890-Remove-TBE-Styling-From-FormEngine.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61890-Remove-TBE-Styling-From-FormEngine.rst index 5400720a847a2d0e669bf463fcd6a86bbe98c163..c3a563202a4f614f5d59775241df1ed04713727d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61890-Remove-TBE-Styling-From-FormEngine.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61890-Remove-TBE-Styling-From-FormEngine.rst @@ -91,3 +91,6 @@ Migration Use the available CSS classes for custom styling and modifying FormEngine. Clean up any custom TCA definitions with a stylescheme in 3rd party extensions, where the fifth parameter of a field definition in $TCA[mytable][types][mytype][showitem] or $TCA[mytable][palettes][mypalette][showitem] is used. + + +.. index:: PHP-API, TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61959-FlashMessageClasses.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61959-FlashMessageClasses.rst index 1363a733f93b0810d27e27b14e809d5953f97f72..307e50900b234a70f998334b482af3a6837b38d7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61959-FlashMessageClasses.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61959-FlashMessageClasses.rst @@ -33,3 +33,6 @@ Migration ========= Change the used CSS classes to the new ones. + + +.. index:: Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62038-RemovedDocumentTemplateOptions.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62038-RemovedDocumentTemplateOptions.rst index 6313339c7275f86f6adb1d3c239bca072deaa15b..ebdead6f6c0b6f943ee787ab1923b9d95a35a646 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62038-RemovedDocumentTemplateOptions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62038-RemovedDocumentTemplateOptions.rst @@ -38,3 +38,6 @@ Migration ========= The variables can be removed safely, any modifications is possible via hooks in DocumentTemplate. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62039-RemovedTBE_StylesMainColors.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62039-RemovedTBE_StylesMainColors.rst index 778c477f76881945c04ab2be319ec849f9d34c9b..b3077460e37ff2964191090fbe8248a67a76ed14 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62039-RemovedTBE_StylesMainColors.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62039-RemovedTBE_StylesMainColors.rst @@ -31,3 +31,6 @@ Migration ========= Use CSS directly to modify the appearance of the Backend. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62291-RTEDeprecatedJavaScriptMethodsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62291-RTEDeprecatedJavaScriptMethodsRemoved.rst index e92a58ebaf03e63d40407171e1c9ff5ee6b540c6..76ead04034058f24931cf229c422ead4c89b2c69 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62291-RTEDeprecatedJavaScriptMethodsRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62291-RTEDeprecatedJavaScriptMethodsRemoved.rst @@ -76,3 +76,6 @@ Migration ========= The affected 3rd party extensions must be modified to use the replacement methods. + + +.. index:: JavaScript, RTE, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62339-MoveExtPermIntoExtBeuser.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62339-MoveExtPermIntoExtBeuser.rst index a7c6c0a5e80ac3ae95f2086cdaa22017fcc52b49..fed5140aa95762ef7e78735c3ed50edbb56acd83 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62339-MoveExtPermIntoExtBeuser.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62339-MoveExtPermIntoExtBeuser.rst @@ -30,3 +30,6 @@ Migration ========= The logic is moved into EXT:beuser. No special migration is necessary. + + +.. index:: PHP-API, Backend, ext:beuser diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62416-DeprecatedCodeRemovalInCoreSysext.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62416-DeprecatedCodeRemovalInCoreSysext.rst index 4d467dcd018bcd6ace73b196264daa53a6aa7662..3a74d98c7772ff1f7974c8948625fcd9f8ce4fac 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62416-DeprecatedCodeRemovalInCoreSysext.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62416-DeprecatedCodeRemovalInCoreSysext.rst @@ -111,3 +111,6 @@ Migration ========= Replace the calls with the suggestions outlined above. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62595-RemovedChangeToSwitchModeFromBeUser.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62595-RemovedChangeToSwitchModeFromBeUser.rst index 1e370e514d9a3140252b157325edb2dc8c214f75..e31976d4b1c75f96c0b951abe47c0c9ad25713cb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62595-RemovedChangeToSwitchModeFromBeUser.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62595-RemovedChangeToSwitchModeFromBeUser.rst @@ -31,3 +31,6 @@ Migration ========= Drop the "emulate" argument in the view helper call. + + +.. index:: Fluid, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62670-DeprecatedCodeRemovalInMultipleSysexts.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62670-DeprecatedCodeRemovalInMultipleSysexts.rst index 67ec6a94afa40fbc230c7175c83c6269cb0f236c..2d7bd15f0d598dacb98676f1a9434803b7b32be0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62670-DeprecatedCodeRemovalInMultipleSysexts.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62670-DeprecatedCodeRemovalInMultipleSysexts.rst @@ -92,3 +92,6 @@ Migration ========= Replace the calls with the suggestions outlined above. + + +.. index:: PHP-API, Backend, Frontend, RTE, JavaScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62673-ExtbaseDeprecatedCodeRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62673-ExtbaseDeprecatedCodeRemoved.rst index 8f5efc64f7f7192f7aabef885f12d8de5df325e1..3cccaf11929acb11eab6e1e5c8873ad399e81b54 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62673-ExtbaseDeprecatedCodeRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62673-ExtbaseDeprecatedCodeRemoved.rst @@ -64,3 +64,6 @@ Migration ========= Replace the calls with the suggestions outlined above. + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62731-RTEWizardClassesRenamed.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62731-RTEWizardClassesRenamed.rst index 210e26fcaf67c6160651854cb49cebcaba39b9b6..b344f1823ad764dcf65afd28c1e1e9a432c8d08c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62731-RTEWizardClassesRenamed.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62731-RTEWizardClassesRenamed.rst @@ -32,3 +32,6 @@ Migration ========= The affected 3rd party extensions must be modified to use the new names of these classes. + + +.. index:: PHP-API, RTE, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62733-RTEJavaScriptFilesMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62733-RTEJavaScriptFilesMoved.rst index e174af02b2f187ad3b8429e265239b0733cb6fa9..a03783e2519d8a2bad94f85af5dfb89bfef516b0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62733-RTEJavaScriptFilesMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62733-RTEJavaScriptFilesMoved.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -============================================================= +============================================= Breaking: #62733 - RTE Javascript Files Moved -============================================================= +============================================= See :issue:`62733` @@ -30,3 +30,6 @@ Migration ========= Any affected 3rd party extension must be modified to load any JavaScript file from EXT:rtehtmlarea/Resources/Public/JavaScript/ instead. + + +.. index:: JavaScript, RTE, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62793-RemoveConfigNotification.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62793-RemoveConfigNotification.rst index e77416ecf288305efb9fd294b9eda99377e4a756..826df564470dac0c99faca8b2ecbe842318d40f4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62793-RemoveConfigNotification.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62793-RemoveConfigNotification.rst @@ -34,3 +34,6 @@ Migration Those options can be safely removed. They were used with old mail handling and are substituted with a different engine that rendered those useless. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62804-RTEJavaScriptMethodMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62804-RTEJavaScriptMethodMoved.rst index ea4e07bd3f662187d10b168832f44d4f95cb128f..d551a2f789c49b78c542eaf928812e005593a41c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62804-RTEJavaScriptMethodMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62804-RTEJavaScriptMethodMoved.rst @@ -30,3 +30,6 @@ Migration The affected 3rd party extensions must be modified to use method :code:`HTMLArea.DOM.Node::getNodeByPosition()` instead. + + +.. index:: RTE, JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62819-LocalizationWithPHPFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62819-LocalizationWithPHPFiles.rst index 0cb1d681ef51c36bb76fd3f79b20e43737382f58..14e2ce5e0d48d83ba158eb41b3858f448da0340b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62819-LocalizationWithPHPFiles.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62819-LocalizationWithPHPFiles.rst @@ -41,3 +41,6 @@ typo3conf/AdditionalConfiguration.php: $GLOBALS['TYPO3_CONF_VARS']['SYS']['lang']['format']['priority'] = 'xlf,xml,php'; $GLOBALS['TYPO3_CONF_VARS']['SYS']['lang']['format']['parser']['php'] = 'TYPO3\\CMS\\Core\\Localization\\Parser\\LocallangArrayParser'; + + +.. index:: PHP-API, Backend, Frontend, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62833-Dividers2Tabs.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62833-Dividers2Tabs.rst index 162e632c018dc11ef29dd2e2f7c69ff96cb214e1..81661b866cb385895eea9549c70fd6136fdb2ab5 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62833-Dividers2Tabs.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62833-Dividers2Tabs.rst @@ -28,3 +28,6 @@ Affected installations ====================== Installations with 3rd-party extensions with TCA tables that have "dividers2tabs" disabled. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62859-RemovalDocumentationLinkActionViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62859-RemovalDocumentationLinkActionViewHelper.rst index d94e69449d67585b6240e106fe74a2a975568958..cb14ef3a7d7327e9422c1184afae5cb69ed08159 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62859-RemovalDocumentationLinkActionViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62859-RemovalDocumentationLinkActionViewHelper.rst @@ -29,3 +29,6 @@ Migration ========= Either use f:be.buttons.icon or any of f:uri.* view helpers. + + +.. index:: Fluid, Backend, ext:documentation diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62888-RemoveUniqueLinkVars.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62888-RemoveUniqueLinkVars.rst index 566ce24fa915a4fc48df1052a705a23dd369c535..20cd097af037356dbbe03e4f0f022f56c5ea1832 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62888-RemoveUniqueLinkVars.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62888-RemoveUniqueLinkVars.rst @@ -18,3 +18,6 @@ Migration ========= Remove the setting :code:`config.uniqueLinkVars` from the TypoScript. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62914-EarlyCheckPHP55InInstallTool.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62914-EarlyCheckPHP55InInstallTool.rst index f7917f6e5d809294d2c1d7227127c1a83d9cddba..ce98986a3be2dba063806f21a71afb37dc9a53a1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62914-EarlyCheckPHP55InInstallTool.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62914-EarlyCheckPHP55InInstallTool.rst @@ -30,3 +30,6 @@ Migration ========= Upgrade to PHP 5.5 or above. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62987-RemoveCSHGlossary.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62987-RemoveCSHGlossary.rst index cd0dcb62461105fa3af88d474ffc4f84338924a6..1ad2ad02775a5e65e012f44c3c83109ec595091f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62987-RemoveCSHGlossary.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62987-RemoveCSHGlossary.rst @@ -22,3 +22,6 @@ Affected installations ====================== Any installation using the CSH Glossary functionality. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63056-TemplateSelectionHack.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63056-TemplateSelectionHack.rst index 57f75a68495f1098efcf804e44b47c558bc7a2eb..e02ad026e9071fb62f45d86499edceaaf5781da4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63056-TemplateSelectionHack.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63056-TemplateSelectionHack.rst @@ -28,3 +28,6 @@ Migration ========= No migration path intended. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63069-RemovedCompatibilityLayerForSubmodulesOfModules.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63069-RemovedCompatibilityLayerForSubmodulesOfModules.rst index 87aa389435f693f1d52eb1bd49a4de2b13f9a13b..c9629f4862da9dc5a16575e7b1b22e6583724bbb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63069-RemovedCompatibilityLayerForSubmodulesOfModules.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63069-RemovedCompatibilityLayerForSubmodulesOfModules.rst @@ -26,3 +26,6 @@ Migration ========= Use :code:`BackendUtility::getModuleUrl()` instead to get the correct target for your links. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63110-AltDocNoDoc-Removed.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63110-AltDocNoDoc-Removed.rst index c7e438816b05b21d03bf4807a0e93f91b4f3c8f6..e4711c26f9d6cee5baabab330713d3ad86e7da27 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63110-AltDocNoDoc-Removed.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63110-AltDocNoDoc-Removed.rst @@ -26,3 +26,6 @@ Migration ========= Redirecting to typo3/dummy.php instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-75942-BigDocumentTemplateClassRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-75942-BigDocumentTemplateClassRemoved.rst index af1d99741dd2067955f0f8a05bc90d1477695016..e9bdc6e2e0dda1e392a7416adaeb7fc370b55653 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-75942-BigDocumentTemplateClassRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-75942-BigDocumentTemplateClassRemoved.rst @@ -31,3 +31,6 @@ Migration ========= Use :code:`\TYPO3\CMS\Backend\Template\DocumentTemplate` instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-60574-ClientRelatedConditions.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-60574-ClientRelatedConditions.rst index 8439d8c6f2bd9a67a69f19924b514b927bebfa1e..2484e60175b10239d8c45e02e5444e3046a6c14d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-60574-ClientRelatedConditions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-60574-ClientRelatedConditions.rst @@ -41,3 +41,6 @@ Migration should be done with a userFunc condition and a project like WURFL that keep the device information more recent than the current core code like matching AMIGA + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-61513-Remove-HSC-Function-In-Backend-TypoScript-Module.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-61513-Remove-HSC-Function-In-Backend-TypoScript-Module.rst index 1f142a3532f568e0e0f2657cd0c4fc6ed5c8c1d9..0560eb14d1af373a72b7831223ddf951b417be1a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-61513-Remove-HSC-Function-In-Backend-TypoScript-Module.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-61513-Remove-HSC-Function-In-Backend-TypoScript-Module.rst @@ -26,3 +26,6 @@ Affected installations ====================== Installations using ExtendedTemplateService in their own extensions. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62363-TSFE-JSfuncCalls.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62363-TSFE-JSfuncCalls.rst index 6cec3543cdc35cd66cc3908e6bf4e5df328d6bc5..94152bfdce0fa133c9f22600f62ff996d708ac65 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62363-TSFE-JSfuncCalls.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62363-TSFE-JSfuncCalls.rst @@ -34,3 +34,6 @@ Migration Every call of a 3rd party extension to the mentioned method must be changed to use their own JS function registration. + + +.. index:: JavaScript, TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62794-DeprecateOldMailMethodsInGeneralUtility.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62794-DeprecateOldMailMethodsInGeneralUtility.rst index 04c6424892bbd8992d34d8e56a7e475caf0304de..e660e841ff52b932c313a949cea8051d511a20a1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62794-DeprecateOldMailMethodsInGeneralUtility.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62794-DeprecateOldMailMethodsInGeneralUtility.rst @@ -32,3 +32,6 @@ Migration Code that still uses these methods should be refactored to the mail API using TYPO3\CMS\Core\Mail\Mailer class. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62795-DocumentTemplateJavaScript.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62795-DocumentTemplateJavaScript.rst index 334abcae51448ea99fe5109266713cd68bdf2f69..82da1b6245b2f19e1d310fc7b02716886068e904 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62795-DocumentTemplateJavaScript.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62795-DocumentTemplateJavaScript.rst @@ -24,3 +24,6 @@ Affected installations ====================== Installations misusing top.busy until now for their own good will break. + + +.. index:: PHP-API, JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62800-WorkspaceToolbarItem.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62800-WorkspaceToolbarItem.rst index 75fa13a891d705b30ad7c5ff6b26c99223d4174e..6a980f213c314c7a9cdc7ec6f2d81a2eac687103 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62800-WorkspaceToolbarItem.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62800-WorkspaceToolbarItem.rst @@ -29,3 +29,6 @@ Migration ========= Use the new AjaxHandler :code:`Workspaces::setWorkspace()` directly instead. + + +.. index:: PHP-API, JavaScript, Backend, ext:workspaces diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62854-Deprecate-pi_list_searchBox.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62854-Deprecate-pi_list_searchBox.rst index bd2cdfb1df6fdfdbe9156f72bdb1641fa4a45feb..fa4760216e698ed4954cfb73d1cae0e0c53bdc5a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62854-Deprecate-pi_list_searchBox.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62854-Deprecate-pi_list_searchBox.rst @@ -24,3 +24,6 @@ Affected installations ====================== Any extension still using this method needs to be adapted. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62864-HelpTextIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62864-HelpTextIcon.rst index 451997a05f83955a7d123f623a3f17b8d45a2488..1ebb6cc36e14a863b26705292617d058e069ed1e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62864-HelpTextIcon.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62864-HelpTextIcon.rst @@ -27,3 +27,6 @@ Migration ========= Use :code:`BackendUtility::cshItem()` instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62893-FlashmessageJavaScriptObjectMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62893-FlashmessageJavaScriptObjectMoved.rst index 0e8d9aaac747e8c199aed299c070e90cc2bca14a..e0a3a36ae944339168f586b7f0270b41a6f9fda4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62893-FlashmessageJavaScriptObjectMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62893-FlashmessageJavaScriptObjectMoved.rst @@ -45,3 +45,6 @@ Example: top.TYPO3.Flashmessages.display(top.TYPO3.Severity.notice) The `TYPO3.Severity` object has been moved to `top.TYPO3.Severity`. Use `top.TYPO3.Severity.*` instead. + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62988-DocumentTemplateFunctions.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62988-DocumentTemplateFunctions.rst index 8518493b1133f4483569b61e87b537d9ea25a2fb..b63c91ed1e0695ec68d8fe6e836e6e5d84620ffe 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62988-DocumentTemplateFunctions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62988-DocumentTemplateFunctions.rst @@ -43,3 +43,5 @@ Migration * Use the CSS class *text-danger* instead of the method :code:`rfw()` * Use HTML bootstrap classes, localStorage etc. instead of :code:`collapseableSection()` + +.. index:: PHP-API, Backend \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-47919-CatchContentRenderingExceptions.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-47919-CatchContentRenderingExceptions.rst index 5f66d0c8dac505933f8b1ed1efe8675c3c8e32c7..b8bcb8b23857937d0ad38161eb636f52a0c90405 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-47919-CatchContentRenderingExceptions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-47919-CatchContentRenderingExceptions.rst @@ -51,3 +51,6 @@ Impact Instead of breaking the whole page when an exception occurs, an error message is shown for the part of the page that is broken. Be aware that unlike before, it is now possible that a page with error message gets cached. To get rid of the error message not only the actual error needs to be fixed, but the cache must be cleared for this page. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-50039-MultipleCssFilesInRte.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-50039-MultipleCssFilesInRte.rst index b2df05ae8f508553e7d80161368fb3d826a236f8..abc70a9af1ece37dd9ec4e401320f706b209312c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-50039-MultipleCssFilesInRte.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-50039-MultipleCssFilesInRte.rst @@ -27,3 +27,6 @@ Impact The old syntax may still be used. If no CSS files are set, the RTE default CSS file is used as before. + + +.. index:: TSConfig, RTE, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-51905-AddDependenciesBetweenClassesInRte.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-51905-AddDependenciesBetweenClassesInRte.rst index 24ab516cc9e5ddd031b9d3bd689a9f3f524ea7b1..cc4facaccd7ccd18fe84afa485b7fc4fc3ce8b2b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-51905-AddDependenciesBetweenClassesInRte.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-51905-AddDependenciesBetweenClassesInRte.rst @@ -16,15 +16,19 @@ The syntax of this new property is .. code-block:: typoscript - RTE.classes.[ *classname* ] { - .requires = list of class names; list of classes that are required by the class; - if this property, in combination with others, produces a circular relationship, it is ignored; - when a class is added on an element, the classes it requires are also added, possibly recursively; - when a class is removed from an element, any non-selectable class that is not required by any of the classes remaining on the element is also removed. - } + RTE.classes.[ *classname* ] { + .requires = list of class names; list of classes that are required by the class; + if this property, in combination with others, produces a circular relationship, it is ignored; + when a class is added on an element, the classes it requires are also added, possibly recursively; + when a class is removed from an element, any non-selectable class that is not required by any of the classes + remaining on the element is also removed. + } Impact ====== There is no impact on previous configurations. + + +.. index:: TSConfig, RTE, Backend \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54518-ProvideTsconfigToLinkCheckers.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54518-ProvideTsconfigToLinkCheckers.rst index 10ace60f0fc62a175948f8f18fe66972c2e35023..86500129713608f1e53c1b3518cabcd4a50e8f7f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54518-ProvideTsconfigToLinkCheckers.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54518-ProvideTsconfigToLinkCheckers.rst @@ -34,3 +34,6 @@ Impact The method signature of `\TYPO3\CMS\Linkvalidator::LinkAnalyser::init()` is changed. A new parameter has been added for submitting the current TSconfig. This can break third party code that extends this method. + + +.. index:: TSConfig, Backend, ext:linkvalidator diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54519-CheckDisabledLinkhandlerRecords.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54519-CheckDisabledLinkhandlerRecords.rst index dbb020635667fc6d5ff798f2e867d8c4394c2145..d4f585665802c8375ba3f5049a24182c3ff83bf3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54519-CheckDisabledLinkhandlerRecords.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54519-CheckDisabledLinkhandlerRecords.rst @@ -28,3 +28,6 @@ Impact The `\TYPO3\CMS\Linkvalidator\Linktype::checkLink()` method has been restructured and will now determine if the linked record is deleted or hidden and report a error depending on the `reportHiddenRecords` configuration. + + +.. index:: PHP-API, Backend, ext:linkvalidator diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-58122-ConfigureClassAsNonSelectableInRte.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-58122-ConfigureClassAsNonSelectableInRte.rst index 77f3dbd156573a93b55e709653e87ea124f73376..7be357b7a45e30931092df20e304169b21dbaa43 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-58122-ConfigureClassAsNonSelectableInRte.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-58122-ConfigureClassAsNonSelectableInRte.rst @@ -25,3 +25,6 @@ Impact ====== There is no impact on previous configurations. + + +.. index:: RTE, TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst index ef32315b01d6e3fb5521cf89f3eb7cfe881cc1ad..f3584f9c722e86953335f29ae30116fb2f9ccfcc 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst @@ -51,3 +51,6 @@ Impact ====== The new ViewHelper can be used in all new projects. There is no interference with any part of existing code. + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59830-IntroduceReadOnlyColumnForFileMounts.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59830-IntroduceReadOnlyColumnForFileMounts.rst index ad57ec2ea135543c51c2033f992b253923ddc243..5349339ac6f38c7868b62c67d7f5746f9e241c88 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59830-IntroduceReadOnlyColumnForFileMounts.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59830-IntroduceReadOnlyColumnForFileMounts.rst @@ -19,3 +19,6 @@ Impact The impact is low as the old behavior still exists. A storage was never marked as read-only before. There is an option to set this through UserTs, but now it is also possible to set it on the storage record directly. + + +.. index:: FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60064-LoggingFrameworkIntrospectionProcessor.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60064-LoggingFrameworkIntrospectionProcessor.rst index 07b1495904666c8e99b77549451e004a8b5833ef..3138e777d00f6f32df5d1719d42ddf38026e0c70 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60064-LoggingFrameworkIntrospectionProcessor.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60064-LoggingFrameworkIntrospectionProcessor.rst @@ -23,3 +23,6 @@ Impact ====== The introspection processor behaves as before as long as the feature is not explicitly configured. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60123-UnitTestCaseRemovesTestFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60123-UnitTestCaseRemovesTestFiles.rst index a6dae69ffdab57fb3e6be213b3de1c668372ebc5..a31189dd8c77562a043df0d9e0567997403b9376 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60123-UnitTestCaseRemovesTestFiles.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60123-UnitTestCaseRemovesTestFiles.rst @@ -20,3 +20,6 @@ Impact ====== This allows tests to clean up the environment without leaving obsolete test files behind. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60567-ShowStylesSegmentInTypoScriptObjectBrowser.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60567-ShowStylesSegmentInTypoScriptObjectBrowser.rst index bc4ef5ff49e06031a7b06d696d6456e4cd6e0d77..27b489eee06ba2683286aa92df53a2dff248f356 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60567-ShowStylesSegmentInTypoScriptObjectBrowser.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60567-ShowStylesSegmentInTypoScriptObjectBrowser.rst @@ -17,3 +17,6 @@ Impact ====== The segment is cached in the Frontend and not unset anymore, page cache entries increase slightly in size. + + +.. index:: TypoScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60822-AddMethodsToGetClassTagValuesViaReflection.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60822-AddMethodsToGetClassTagValuesViaReflection.rst index ea6fdff194deddd1605b4cc44d41999562c8200b..8a1e940377878933d3233959233e030db19d2a79 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60822-AddMethodsToGetClassTagValuesViaReflection.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60822-AddMethodsToGetClassTagValuesViaReflection.rst @@ -36,3 +36,6 @@ Impact ====== Getting class tags by ReflectionService is now possible. + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61185-AllowSvgAsExtensionIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61185-AllowSvgAsExtensionIcon.rst index a21e21762e582efc8a4c8c318cd39313cbf85d84..9b97a4bc1a0a4788f6af17e48b3b1ef78231e9a6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61185-AllowSvgAsExtensionIcon.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61185-AllowSvgAsExtensionIcon.rst @@ -17,3 +17,6 @@ Impact ====== Extension icons might be rendered better when provided as vector graphics and not as bitmaps. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61289-SignalForIconUtilityHtmlTagManipulation.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61289-SignalForIconUtilityHtmlTagManipulation.rst index 6abc1ef7d1dde39e0e88bc0161f5c1c91bf50709..0c9b7973bb2ea930617672f0fc2effcab5689291 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61289-SignalForIconUtilityHtmlTagManipulation.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61289-SignalForIconUtilityHtmlTagManipulation.rst @@ -21,3 +21,6 @@ Impact ====== The rendered html code is no longer a span with fixed classes, but can be modified by an extension. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61351-AddDataAttributeToFluidViewHelpers.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61351-AddDataAttributeToFluidViewHelpers.rst index c4b344f494ee3f486449a9924443a76ba7a124f5..b7e074e949fa8d4c9e9d4cb1fe36c6148ca346a3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61351-AddDataAttributeToFluidViewHelpers.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61351-AddDataAttributeToFluidViewHelpers.rst @@ -25,3 +25,6 @@ Impact Generic data attributes do not need to be passed by the `additionalAttributes` array anymore making the viewhelper more straightforward to use. + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61361-FallbackTemplatePathsForFluidStandaloneView.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61361-FallbackTemplatePathsForFluidStandaloneView.rst index 216162b56caf13ad4d0d10824728c7bdff18fdc9..df20c51e94af5cbf30132b81176c15b97b84d0b1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61361-FallbackTemplatePathsForFluidStandaloneView.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61361-FallbackTemplatePathsForFluidStandaloneView.rst @@ -83,3 +83,6 @@ In order to change the skin of an extension output, provided by the Fluid Standa copy the whole Resources folder into fileadmin or to some specific location, but you can pick only the files you want to change. Those need to be organized in folders, which are then configured for the view. The system will fall through all the provided locations, taking the first fitting file it finds. + + +.. index:: PHP-API, TypoScript, Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61489-AbstractTypoScriptCondition.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61489-AbstractTypoScriptCondition.rst index be022fb6e2291792c5f92aabf7994a76d7f37265..6d86c16f9e258d585faaa01677868a38e6194622 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61489-AbstractTypoScriptCondition.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61489-AbstractTypoScriptCondition.rst @@ -39,3 +39,6 @@ Impact If you've previously used the "userFunc" condition, you are encouraged to use this new API for your own TypoScript conditions. + + +.. index:: PHP-API, TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61529-AddMultipleParameterToCheckboxViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61529-AddMultipleParameterToCheckboxViewHelper.rst index 5d76993a5bfcbdf091ec651ea938ed983578741a..25154bbace66f2569cc723c52432b60771e05073 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61529-AddMultipleParameterToCheckboxViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61529-AddMultipleParameterToCheckboxViewHelper.rst @@ -27,3 +27,6 @@ Impact If you add the parameter "multiple" to your checkboxes, it automatically appends [] to the name of your checkbox. + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61577-BackendMarkupForCheckboxesWithLabel.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61577-BackendMarkupForCheckboxesWithLabel.rst index 3c6b6f0d9cbcd54f9f15bd002ea9128c3d6a6099..cc221843cf07faff8b4b12f7a35625a89ce99cfa 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61577-BackendMarkupForCheckboxesWithLabel.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61577-BackendMarkupForCheckboxesWithLabel.rst @@ -27,3 +27,6 @@ Impact If this HTML markup is applied, CSS styles by the TYPO3 core will take care of optimized view and custom CSS has become obsolete. + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61668-VideoAndAudioPlayerInBackendRecordInformationWindow.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61668-VideoAndAudioPlayerInBackendRecordInformationWindow.rst index b3d27110ba0834ece896af533673ebc0591357e3..26d457fb67478dbc9b4e5132c4de462014e30d5b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61668-VideoAndAudioPlayerInBackendRecordInformationWindow.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61668-VideoAndAudioPlayerInBackendRecordInformationWindow.rst @@ -18,3 +18,6 @@ Impact ====== Better usability of media files. + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61800-FAL-RendererRegistry.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61800-FAL-RendererRegistry.rst index 59914a3644a3115f356c1eaff4f696c5ecc7943e..022eaeba0c87fc94a36c70409f5e851cef1907c4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61800-FAL-RendererRegistry.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61800-FAL-RendererRegistry.rst @@ -47,3 +47,6 @@ Impact The registry on its own doesn't do anything. Some followup patches are needed to use this registry to find the correct renderer class for rendering videos and other media files in BE preview and FE. + + +.. index:: PHP-API, FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-62147-NewEmailEvalInTCA.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-62147-NewEmailEvalInTCA.rst index 41605afaa584f87e72aac1ee22eee34e4944dc9d..3909e9a8518bb9de8e3636aff3ad455a4d49723e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-62147-NewEmailEvalInTCA.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-62147-NewEmailEvalInTCA.rst @@ -33,3 +33,6 @@ Impact ====== Users don't have to write their own validation classes for e-mail validation. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-24900-CompatVersion-Setting-Removed.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-24900-CompatVersion-Setting-Removed.rst index 9bdc2c80a984652a0d892dbcb271c3bef4979686..eccdcb989fc43e21763e141b703a757458cbf8d4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-24900-CompatVersion-Setting-Removed.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-24900-CompatVersion-Setting-Removed.rst @@ -37,3 +37,6 @@ Migration Remove any direct usage of the option, and use the "compat_version" method within `GeneralUtility` as well as the TypoScript condition "compat_version" which gives more accurate results. + + +.. index:: LocalConfiguration, PHP-API, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-44879-CSSStyledContentTypoScriptBlockQuoteInlineStylesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-44879-CSSStyledContentTypoScriptBlockQuoteInlineStylesRemoved.rst index 503fa632b4d916161bd04c0d2d624555433047ae..261170474a6b10243018de5b54ad4430e761200d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-44879-CSSStyledContentTypoScriptBlockQuoteInlineStylesRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-44879-CSSStyledContentTypoScriptBlockQuoteInlineStylesRemoved.rst @@ -15,8 +15,8 @@ For TYPO3 CMS 7.1, the following TypoScript lines have been removed without subs .. code-block:: typoscript -lib.parseFunc_RTE.externalBlocks.blockquote.callRecursive.tagStdWrap.HTMLparser = 1 -lib.parseFunc_RTE.externalBlocks.blockquote.callRecursive.tagStdWrap.HTMLparser.tags.blockquote.overrideAttribs = style="margin-bottom:0;margin-top:0;" + lib.parseFunc_RTE.externalBlocks.blockquote.callRecursive.tagStdWrap.HTMLparser = 1 + lib.parseFunc_RTE.externalBlocks.blockquote.callRecursive.tagStdWrap.HTMLparser.tags.blockquote.overrideAttribs = style="margin-bottom:0;margin-top:0;" The effect is that the following inline styles have been removed from blockquote tags without substitution: @@ -42,3 +42,6 @@ Migration It is recommended to fix the margins inside your website CSS. Alternatively, you can re-add the above TypoScript lines to your website TypoScript template (not recommended). + + +.. index:: TypoScript, Frontend, ext:css_styled_content diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-57089-ShortcutBehaviour.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-57089-ShortcutBehaviour.rst index 5440136bfc3f40b666cf5c6292e46a486de80761..fde8e81a63859c3fa67f25d76504688bbc259301 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-57089-ShortcutBehaviour.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-57089-ShortcutBehaviour.rst @@ -32,3 +32,6 @@ Migration ========= Run the supplied upgrade wizard in the Install Tool if it shows up. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-61510-IndexedSearch.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-61510-IndexedSearch.rst index a31dfc55cef2bf43387fed7ca9de28e24b3e3451..94a5f9583d580007f8c2cc3c9aa6539d0f8695ec 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-61510-IndexedSearch.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-61510-IndexedSearch.rst @@ -53,3 +53,6 @@ Backend ------- Reconfigure the backend users and groups if users need to see the module of indexed_search. + + +.. index:: PHP-API, Backend, Frontend, TypoScript, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62415-DisableAutoCreateRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62415-DisableAutoCreateRemoved.rst index 20050f5f1cc766841ad616383bcd96e62ec29792..40f03587e303cc1ee0a86e0945565f0f3d8cb8ce 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62415-DisableAutoCreateRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62415-DisableAutoCreateRemoved.rst @@ -27,3 +27,6 @@ Migration ========= Remove any usage of the removed field in 3rd party extensions. + + +.. index:: Database, Backend, ext:workspaces diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62886-RemoveMeaningfulTempFilePrefix.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62886-RemoveMeaningfulTempFilePrefix.rst index b27868f129e738944bdf5219ec0e5df6a1d1b216..fb443a15b1b78d01d44ed6914e0e0cb6d1266826 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62886-RemoveMeaningfulTempFilePrefix.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62886-RemoveMeaningfulTempFilePrefix.rst @@ -29,3 +29,6 @@ Migration ========= The setting should be removed from any TypoScript configuration because it has no impact anymore. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62925-RemoveExtJsDateTimePicker.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62925-RemoveExtJsDateTimePicker.rst index ffe9f593090cd13834b41a3dd55f7316afdf96ab..2b13c8c4f90c36f19e57599671ea352e502a5c0f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62925-RemoveExtJsDateTimePicker.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62925-RemoveExtJsDateTimePicker.rst @@ -28,3 +28,6 @@ Migration Use the new bootstrap DateTimePicker component which can be loaded with require.js. Example implementations can be found in EXT:belog, EXT:scheduler and the FormEngine component of the TYPO3 CMS core. + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63296-Removed-Files.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63296-Removed-Files.rst index 7dd4db56e216414cc0541d5dd6679aedc75c0194..b1161951b1169ff6117a3117fe4ca6d67e120c05 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63296-Removed-Files.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63296-Removed-Files.rst @@ -38,3 +38,6 @@ The functionality of these scripts (except listframe_loader.php which is not use Use BackendUtility::getModuleUrl() to link to them. The module name is identical to the file name without the ".php" suffix. e.g. BackendUtility::getModuleUrl('file_edit'); + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63310-Wizard-Modules-Moved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63310-Wizard-Modules-Moved.rst index 70e6704cb9cb2c035989e505cc24b7be16e3aad6..d2e6867a1e48cb72702b18d4c462430628dd042f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63310-Wizard-Modules-Moved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63310-Wizard-Modules-Moved.rst @@ -29,3 +29,6 @@ Migration ========= The respective options "web_func.menu.wiz" have been moved to "web_func.menu.functions". + + +.. index:: TSConfig, Backend, ext:wizard_crpages, ext:wizard_sortpages \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63431-BackendToolbarRefactored.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63431-BackendToolbarRefactored.rst index 93fc01b64374e194dc829801b6a8ab79a372353e..a680e4a77a7a6e789430446d354ab57b3ae93341 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63431-BackendToolbarRefactored.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63431-BackendToolbarRefactored.rst @@ -38,3 +38,6 @@ and must be registered in $GLOBALS['TYPO3_CONF_VARS']['BE']['toolbarItems']. Warning: The new interface is not 100% finished, method `checkAccess()` will probably be substituted by two other methods in later versions of TYPO3 CMS. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63437-ClassAliasesMovedToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63437-ClassAliasesMovedToLegacyExtension.rst index c10cad64ae2c101b2d64a6d7759067af52a33896..5b65c831289ed4f216ea9ad1d6a24bd55892ece6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63437-ClassAliasesMovedToLegacyExtension.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63437-ClassAliasesMovedToLegacyExtension.rst @@ -45,3 +45,6 @@ EXT:compatibility6, or to unload further extensions that rely on old class names Another option is to manually set all extensions that rely on old class names to "inactive" in typo3conf/PackageStates.php, or to set EXT:compatibility6 to "active". If a manual change is done, typo3temp/Cache directory have to be flushed afterwards. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63464-IncludeOnceArraysRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63464-IncludeOnceArraysRemoved.rst index a23b30e07ef292c91582c4abf65dd3cef369236d..8a16fa2129ce640f8d9423bdc7589ccf2c60f70e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63464-IncludeOnceArraysRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63464-IncludeOnceArraysRemoved.rst @@ -42,3 +42,6 @@ Migration Use the autoloader to load any custom classes inside your code, or any hooks if available in the custom module functions to include any file. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63687-WebFunctionsWizards-Moved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63687-WebFunctionsWizards-Moved.rst index 1031a18af2022c4987edb12d12b78e78423ae973..fb037547dab1953ede62e3d35d26209a42bf6c82 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63687-WebFunctionsWizards-Moved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63687-WebFunctionsWizards-Moved.rst @@ -35,3 +35,6 @@ Migration Any extension hooking into "Web" => "Functions" => "Wizards" need to be adapted. In their ext_tables.php the `insertModuleFunction` call does not need to have a 5th parameter given. EXT:compatibility6 is then no longer needed. + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63780-RemoveWordStringsFromReferenceIndex.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63780-RemoveWordStringsFromReferenceIndex.rst index 05fa4cca434c9e80cffc5d218b86f1a789e56ef5..b315df03b00cb52ac71f279aae1d7dbaff4017ce 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63780-RemoveWordStringsFromReferenceIndex.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63780-RemoveWordStringsFromReferenceIndex.rst @@ -33,3 +33,6 @@ Migration The according logic needs to be re-implemented in an extension that used the content of these properties. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63818-RemovedStaticFileEdit.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63818-RemovedStaticFileEdit.rst index 6e525f11fec71c1a6a3f94c77d235c69cf518376..b6d2d68eec8c279c488b725f371a889ae59867b7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63818-RemovedStaticFileEdit.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63818-RemovedStaticFileEdit.rst @@ -32,3 +32,6 @@ Migration ========= Move this logic elsewhere, eg. use hooks in DataHandler to write out DB content. + + +.. index:: TCA, RTE, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64059-Rewritten-JavaScript-Tree-Components.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64059-Rewritten-JavaScript-Tree-Components.rst index f92637e816661a107f005931087d23b974ba22ff..6a1f9dc7cd106bc514c77e74613335e49abab3a3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64059-Rewritten-JavaScript-Tree-Components.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64059-Rewritten-JavaScript-Tree-Components.rst @@ -39,3 +39,6 @@ Migration Rewrite any needed logic for filtering, and include the RequireJS module like in e.g. FileSystemNavigationFrameController.php, to use the tree component. If the old code is needed, the :file:`tree.js` file and prototype need to be included as part of the extension, not from the core. + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64070-GlobalWebmountsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64070-GlobalWebmountsRemoved.rst index 7e900455cb0b192b413f4bfd8836dc49db793159..5fe85429d426b52a4a9262492c463e1e73e87506 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64070-GlobalWebmountsRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64070-GlobalWebmountsRemoved.rst @@ -28,3 +28,6 @@ Migration ========= Replace all occurrences of `$GLOBALS['WEBMOUNTS']` with `$GLOBALS['BE_USER']->returnWebmounts()`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64102-MoveT3TableAndT3ButtonToBootstrap.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64102-MoveT3TableAndT3ButtonToBootstrap.rst index 893f4b56f8fbbc23dc87f0ef38021585f801f83d..ba9965d7c4e462fb21d1d2170867f836fd86fdce 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64102-MoveT3TableAndT3ButtonToBootstrap.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64102-MoveT3TableAndT3ButtonToBootstrap.rst @@ -33,3 +33,6 @@ Migration For tables we recommend the usage of the CSS class combination `table table-striped table-hover` instead of `t3-table`. For buttons we recommend the usage of the CSS class combination `btn btn-default` instead of `t3-button`. + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64131-ResizableTextareasOptionDropped.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64131-ResizableTextareasOptionDropped.rst index 028954a87944e3f3a515aa47c404203d91b6c214..a3760f8dac326b9f3004181f1ae2f82c377c18a6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64131-ResizableTextareasOptionDropped.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64131-ResizableTextareasOptionDropped.rst @@ -16,3 +16,6 @@ Impact ====== The option and its feature are no longer available. + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64143-FlagFilesMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64143-FlagFilesMoved.rst index fac9b6e4f1086fa54e10cd1c7e9ec8a5e45ca83c..109a3aa9b8a8643ef7f6c2ef0d5a42edc17f40ca 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64143-FlagFilesMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64143-FlagFilesMoved.rst @@ -28,3 +28,6 @@ Affected installations Any installation using third-party extensions that access :file:`typo3/gfx/flags/` or :file:`typo3/sysext/t3skin/images/flags/` will fail. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64190-FormEngineCheckboxElement.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64190-FormEngineCheckboxElement.rst index 6d4fd603ea8cedc57b05a16317f5c81615e304cb..096c744995063caebe99b39e4ecfa83c9b49897c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64190-FormEngineCheckboxElement.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64190-FormEngineCheckboxElement.rst @@ -32,3 +32,6 @@ Migration ========= Choose between one of the supported values or change the display to `inline`. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64226-OptionAccessListRenderModeRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64226-OptionAccessListRenderModeRemoved.rst index b47adbb426a96d559d6e70d4f17723471e2249b0..a1cd9bafc895a10725c2b6bb24625a93e00de795 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64226-OptionAccessListRenderModeRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64226-OptionAccessListRenderModeRemoved.rst @@ -45,3 +45,6 @@ Choose between the default value `checkbox` (no change required then) or set the $GLOBALS['TCA']['be_groups']['columns']['tables_modify']['config']['renderMode'] = 'singlebox'; $GLOBALS['TCA']['be_groups']['columns']['non_exclude_fields']['config']['renderMode'] = 'singlebox'; $GLOBALS['TCA']['be_groups']['columns']['userMods']['config']['renderMode'] = 'singlebox'; + + +.. index:: LocalConfiguration, TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64229-TrimSubmittedLoginFormData.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64229-TrimSubmittedLoginFormData.rst index c282af68da6fcc489f5d21bd5805de166e273920..7184c6e81dbe8988e72ca1eb2bd067b0c28e8205 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64229-TrimSubmittedLoginFormData.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64229-TrimSubmittedLoginFormData.rst @@ -33,3 +33,6 @@ Migration ========= Update usernames and/or passwords. + + +.. index:: PHP-API, Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64637-CSSStyledContentLegacyTypoScriptRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64637-CSSStyledContentLegacyTypoScriptRemoved.rst index 9f3c247ac32d14532c86cbb67aa45a1bd1c3db18..f52fbf982c59654c9ac6bc2816f7d07d4356c93b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64637-CSSStyledContentLegacyTypoScriptRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64637-CSSStyledContentLegacyTypoScriptRemoved.rst @@ -40,3 +40,6 @@ For installations still needing the old templates, an old version of the templat need to be included separately. Any other installation still using the old TypoScript templates should migrate to the latest TypoScript templates of CSS Styled Content by choosing the correct version inside the Web=>Template module. + + +.. index:: Frontend, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64639-RemovedContentObjects.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64639-RemovedContentObjects.rst index f13a03549b0ee921fdf3248ce16ff9f6af2a7ddd..0a2edb4b0ed6e6be3f9582c3cd74c220dc19147e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64639-RemovedContentObjects.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64639-RemovedContentObjects.rst @@ -29,3 +29,6 @@ Migration ========= Any installation should migrate to alternatives such as FLUIDTEMPLATE to customize the output of the content. + + +.. index:: Backend, Frontend, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64643-RemoveEnableTypo3tempDbTracking.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64643-RemoveEnableTypo3tempDbTracking.rst index d449a7e4ae5ff5736ec90a17f9d1a06cd299497d..ae43f99525e4aeb16dd4cd87f08ecaee6e1ca37e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64643-RemoveEnableTypo3tempDbTracking.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64643-RemoveEnableTypo3tempDbTracking.rst @@ -32,3 +32,6 @@ Migration If the functionality or a similar functionality is needed for some edge-cases, an own implementation via a third-party extension is necessary. + + +.. index:: LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64668-MailformMovedToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64668-MailformMovedToLegacyExtension.rst index 3bc1daab9f65fe7a548a34c71f891aa6c5b5e8bb..69219561174afb18bb9ef668fbef8c30d308fa34 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64668-MailformMovedToLegacyExtension.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64668-MailformMovedToLegacyExtension.rst @@ -51,3 +51,6 @@ Migration For TYPO3 CMS 7, installing EXT:compatibility6 brings back the existing functionality. For the long term the affected installations should migrate to a different, better suited solution for sending mails and building forms. + + +.. index:: PHP-API, Backend, Frontend, LocalConfiguration, ext:form, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64671-ContentObjectImgTextMovedToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64671-ContentObjectImgTextMovedToLegacyExtension.rst index a5c648b66c8b20d3137e70b9c2f207d14f0e4baa..f0c830064a6dbab65bccd1f93bc2ff6476a1d2d1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64671-ContentObjectImgTextMovedToLegacyExtension.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64671-ContentObjectImgTextMovedToLegacyExtension.rst @@ -29,3 +29,6 @@ Migration Any installation should migrate to alternatives such as CSS Styled Content without a table-based rendering for text w/ image elements to customize the output of content. + + +.. index:: Backend, Frontend, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64696-MoveSearchCTypeToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64696-MoveSearchCTypeToLegacyExtension.rst index 424c2a853de05004555d6d8266b71cda056a28f2..8e51087323298a1ecc4efaa4efb66417483e7ee1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64696-MoveSearchCTypeToLegacyExtension.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64696-MoveSearchCTypeToLegacyExtension.rst @@ -32,3 +32,6 @@ Migration For TYPO3 CMS 7, installing EXT:compatibility6 brings back the existing functionality. For the long term the affected installations should be migrate to a better suited solution for searching. + + +.. index:: Frontend, Backend, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-24387-Xhtml2.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-24387-Xhtml2.rst index e00331f50497afd778ca99faed5dcfc0b7d3f77d..c82e91c55ce73adba32536d9abd89ce834840384 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-24387-Xhtml2.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-24387-Xhtml2.rst @@ -24,3 +24,6 @@ Migration ========= Use other doctypes like html5 to render the frontend of the TYPO3 site. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-25112-andWhere.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-25112-andWhere.rst index 5fdcbe5dfffb7e17f2f87dab34d4d15d49a361be..4dba54134923562b4fe73b1b35ffdbfb24ba516f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-25112-andWhere.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-25112-andWhere.rst @@ -56,3 +56,6 @@ Use the properties `where` and `markers` instead. } } } + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46523-BackendUtilityImplodeTSParams.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46523-BackendUtilityImplodeTSParams.rst index 2ca2dcad17210759dd81ace8038f326789af5a3e..d6f90d134d15ec4158adbe02231cdb1a6f620065 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46523-BackendUtilityImplodeTSParams.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46523-BackendUtilityImplodeTSParams.rst @@ -24,3 +24,6 @@ Affected installations ====================== Any installation with third-party extensions using the method. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46770-LocalImageProcessorGraphicalFunctions.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46770-LocalImageProcessorGraphicalFunctions.rst index e0db53d8c4955566d94126358270934bd5b3323a..0a45c45cd1789e9ecc7078e6a8afdd1c4733869b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46770-LocalImageProcessorGraphicalFunctions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46770-LocalImageProcessorGraphicalFunctions.rst @@ -29,3 +29,6 @@ Migration Replace all calls to the method to the `LocalImageProcessor` with an instantiation of `GraphicalFunctions` and a call to `getTemporaryImageWithText()` on the `GraphicalFunctions` object. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-49247-textStyleTableStyleAddParams.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-49247-textStyleTableStyleAddParams.rst index 10763ca2830981861168f74ef7e1c9a934918776..ea66dda183c79541f659b824bc718d36a3c940a2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-49247-textStyleTableStyleAddParams.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-49247-textStyleTableStyleAddParams.rst @@ -31,3 +31,6 @@ Migration ========= Use CSS instead. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-60559-MakeLoginBoxImage.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-60559-MakeLoginBoxImage.rst index 4898bcac789441a58ea53822afd0dda0753c2f40..68f19010a886b267323a068c881b4883c8128021 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-60559-MakeLoginBoxImage.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-60559-MakeLoginBoxImage.rst @@ -31,3 +31,6 @@ Migration ========= Free an affected 3rd party extension from using this method or unload the extension. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-61605-ChangeNamingOfIncludeJSlibs.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-61605-ChangeNamingOfIncludeJSlibs.rst index f22806da918c594ab71cb07b5046dc01e492c090..517ffb3e2e1740448b907c1442b51ce72bdaa952 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-61605-ChangeNamingOfIncludeJSlibs.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-61605-ChangeNamingOfIncludeJSlibs.rst @@ -30,3 +30,6 @@ Migration Search and replace all TypoScript code of the installation from `includeJSlibs` to `includeJSLibs`. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62329-DocumentTemplate-table.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62329-DocumentTemplate-table.rst index 1b0657df00a2a1aa6d5de1d8b1535e21a102c3b3..d88243a9e8a55fab34e245eaab493d9acadaaad4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62329-DocumentTemplate-table.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62329-DocumentTemplate-table.rst @@ -29,3 +29,6 @@ Migration ========= Use fluid for rendering instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62855-XHTMLCleaningMovedToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62855-XHTMLCleaningMovedToLegacyExtension.rst index 95f9d951f2c2c8117d1e2225cce7f2b5decf6053..6156f9ad1e9f605a4d764722ecec2f58410ef4f7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62855-XHTMLCleaningMovedToLegacyExtension.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62855-XHTMLCleaningMovedToLegacyExtension.rst @@ -41,3 +41,6 @@ Migration ========= For TYPO3 CMS 7, installing EXT:compatibility6 brings back the existing functionality. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63324-DataHandler-IncludeFileFunctions.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63324-DataHandler-IncludeFileFunctions.rst index 55bbb079666fb17a6631077ea3f227b3ac7690c2..fd83ddf276a18cd861fc25f5b216245c7373f012 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63324-DataHandler-IncludeFileFunctions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63324-DataHandler-IncludeFileFunctions.rst @@ -27,4 +27,8 @@ All installations running extensions that rely on reading this property. Current Migration ========= -If your extension needs to know whether the BasicFileUtility has been instantiated in DataHandler it could use `$datahandler->fileFunc instanceof \TYPO3\CMS\Core\Utility\File\BasicFileUtility` +If your extension needs to know whether the BasicFileUtility has been instantiated in DataHandler it +could use `$datahandler->fileFunc instanceof \TYPO3\CMS\Core\Utility\File\BasicFileUtility` + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63522-ClientRelatedConditionDevice.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63522-ClientRelatedConditionDevice.rst index 10ded124bb3ef9bad72a079515d17e6bee290279..6e0591374d62d7660d5c080fc68e2d3645a53634 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63522-ClientRelatedConditionDevice.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63522-ClientRelatedConditionDevice.rst @@ -31,3 +31,6 @@ Migration should be done with a userFunc condition and a project like WURFL that keep the device information more recent than the current core code like matching AMIGA + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64059-Pagetree-Navigation-Component.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64059-Pagetree-Navigation-Component.rst index faebd6f3c793939a585c678159451074d1f167a2..3e5a35c795e1ded30360f92c26379d16b84b2eb1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64059-Pagetree-Navigation-Component.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64059-Pagetree-Navigation-Component.rst @@ -34,3 +34,6 @@ Migration ========= Use the ExtJS navigationComponentID instead within the module registration. + + +.. index:: PHP-API, JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64109-Hook-softRefParserGL.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64109-Hook-softRefParserGL.rst index e4f6a7263f9c3d8955c7fdd5a279aca7adde6ea6..20631078a0d6c231ac63481fcbd9433c45dc8c23 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64109-Hook-softRefParserGL.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64109-Hook-softRefParserGL.rst @@ -34,3 +34,6 @@ Migration A `softRefParser_GL` hook in an extension has to be replaced with multiple `softRefParser` hooks for each type the parser can handle. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64134-TypoScriptTemplateObjectBrowserModuleFunctionController-verify_TSobjects.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64134-TypoScriptTemplateObjectBrowserModuleFunctionController-verify_TSobjects.rst index d97c12a7ae07461857bf5372750dd8a24b917ef4..5392b9cafe175efeed874c766391b7166cda81cf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64134-TypoScriptTemplateObjectBrowserModuleFunctionController-verify_TSobjects.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64134-TypoScriptTemplateObjectBrowserModuleFunctionController-verify_TSobjects.rst @@ -29,3 +29,6 @@ Migration ========= No migration possible. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64147-ConstantEditorFunctions.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64147-ConstantEditorFunctions.rst index 58c8a90700b6f0a380ac701277660223d59fb63f..d7f3a5a66aff2c64ed1e0b78a96999e68dd2dc34 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64147-ConstantEditorFunctions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64147-ConstantEditorFunctions.rst @@ -31,3 +31,6 @@ Migration As in the methods directly, plain HTML based on Twitter bootstrap can be used. Example: `<span class="label label-danger">3</span>`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64361-ComposerClassLoading.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64361-ComposerClassLoading.rst index 13d42141ba89b63f54e54b36b48a97f19e3557a5..864264448cc71a3d1c83626e8b28e150edc61513 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64361-ComposerClassLoading.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64361-ComposerClassLoading.rst @@ -50,3 +50,5 @@ the current changes in your Packages folder. .. _`wiki`: http://wiki.typo3.org/ComposerClassLoader + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64388-ContentObjectMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64388-ContentObjectMethods.rst index 28ada9228e249422015877cd8a95b1132116705a..1d1d26f6c33f821e60cec688a18cca0314e3b2d0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64388-ContentObjectMethods.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64388-ContentObjectMethods.rst @@ -67,3 +67,6 @@ Example for the SVG() ContentObject call: .. code-block:: php $cObj->cObjGetSingle('SVG', $conf); + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64711-UnusedCssStyledContentMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64711-UnusedCssStyledContentMethods.rst index 1358a17e6af1f0c51d7427aed4d9d20490ab5b9a..351f0ee87ea2283085e0a4870e55746806c38a9c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64711-UnusedCssStyledContentMethods.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64711-UnusedCssStyledContentMethods.rst @@ -29,3 +29,6 @@ Migration ========= Use default TypoScript from CSS Styled Content derived from the current version. + + +.. index:: PHP-API, ext:css_styled_content diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64922-DeprecatedEntryPoints.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64922-DeprecatedEntryPoints.rst index ad14900b104e72f12b1f66fb29370be0dbe017ac..13e0f39d28540c7d24dbf80b122dc4d2530e4d21 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64922-DeprecatedEntryPoints.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64922-DeprecatedEntryPoints.rst @@ -42,3 +42,6 @@ typo3/tce_db.php typo3/login_frameset.php `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('login_frameset')` + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-15619-LeaveUnchagedInAccessModule.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-15619-LeaveUnchagedInAccessModule.rst index b145ce5c70cfdc53b4c373db6116d3ad0a434b02..84085a5ac9a1dfe872fb96fea38ecd232646746e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-15619-LeaveUnchagedInAccessModule.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-15619-LeaveUnchagedInAccessModule.rst @@ -12,3 +12,6 @@ Description In order to only overwrite permissions in the access module and not the owner/group it is now possible to set the selector to " - leave unchanged - ". + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-16794-MakeSectionLinkingForIndexedSearchResultsConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-16794-MakeSectionLinkingForIndexedSearchResultsConfigurable.rst index 29ea065a03f7c628a14ffd2db61d442f5d10579b..c84154303db98f7b7e02854372bc3dacb8878f2a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-16794-MakeSectionLinkingForIndexedSearchResultsConfigurable.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-16794-MakeSectionLinkingForIndexedSearchResultsConfigurable.rst @@ -20,3 +20,6 @@ displayed as simple text. Will result in not linked section headlines. The setting is per default set to 1 in order to preserve current behaviour. + + +.. index:: TypoScript, Frontend, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-20767-getDataByNestedKey.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-20767-getDataByNestedKey.rst index da4924e57c22ee1af2b2d268fff52e8dda677077..158711724a27d4175416f3370f38ce98b2acdc63 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-20767-getDataByNestedKey.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-20767-getDataByNestedKey.rst @@ -27,3 +27,6 @@ Impact You can now access nested keys via getData `field:`. Nested keys are not available with the default set of content objects, however just content objects and `USER` object may return such a field structure. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-22086-StdWrapForHeadTag.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-22086-StdWrapForHeadTag.rst index bc8661d816ad70370b43c1af80c2c1c8339a8b0d..d72c2e778675db2936ea272944dbc5183dfc3e45 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-22086-StdWrapForHeadTag.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-22086-StdWrapForHeadTag.rst @@ -23,3 +23,6 @@ The new option can be set like this: isInList.field = uid value = 24 } + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-24906-MaxForTextElement.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-24906-MaxForTextElement.rst index df497622d9668cf72848b0fc1a81061e30f2c40a..bba9fa1f1ac615aafddc8a2c9c17dc6693712c38 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-24906-MaxForTextElement.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-24906-MaxForTextElement.rst @@ -31,3 +31,6 @@ The new option can be used like this: 'max' => '30', ) ), + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-28382-AddAsyncPropertyToJavaScriptFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-28382-AddAsyncPropertyToJavaScriptFiles.rst index a58132d5e3e937c77f2be170f09dc7705a3f120e..2815639849bc514b1b39ea3030c61d4276649120 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-28382-AddAsyncPropertyToJavaScriptFiles.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-28382-AddAsyncPropertyToJavaScriptFiles.rst @@ -33,5 +33,5 @@ Usage: } } -.. +.. index:: TypoScript, JavaScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-33491-StdWrapForTitleTag.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-33491-StdWrapForTitleTag.rst index 5c3a04dadf8fe02e4b7121bf1ef67943639bc9ca..bded77810c82f4fd410358116d44d6c82848ff29 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-33491-StdWrapForTitleTag.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-33491-StdWrapForTitleTag.rst @@ -20,3 +20,6 @@ The new option can be used like this, e.g. in order to write everything in upper page = PAGE page.config.pageTitle.case = upper + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-34944-PaginateHandleNonQueryResultObjects.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-34944-PaginateHandleNonQueryResultObjects.rst index 23b94964f4a198c1288fd5ce5bfe50a917a06717..6d7a6274302e256f4e8a3b38becca2fb2202d9f4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-34944-PaginateHandleNonQueryResultObjects.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-34944-PaginateHandleNonQueryResultObjects.rst @@ -25,4 +25,5 @@ The PaginateViewHelper accepts input collections of following types: </f:for> </f:widget.paginate> -.. + +.. index:: Fluid \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-35891-AddTCAItemsWithIconsViaPageTSConfig.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-35891-AddTCAItemsWithIconsViaPageTSConfig.rst index 1a65971581081cc77788cac9810a6283dffac013..ec25d8acefa5f240d8a7252d5c92bd974bd5af48 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-35891-AddTCAItemsWithIconsViaPageTSConfig.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-35891-AddTCAItemsWithIconsViaPageTSConfig.rst @@ -25,3 +25,6 @@ separate option "altIcons". } If the path is not prefixed with "EXT:" it needs to be relative to the typo3/ directory. + + +.. index:: TSConfig, TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-46624-AdditionalWhereForMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-46624-AdditionalWhereForMenu.rst index ef82e72f2c8146c623244c301c54cb929c1e3933..3cc8f2d0aab04216afe6d7690b67b466affbc694 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-46624-AdditionalWhereForMenu.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-46624-AdditionalWhereForMenu.rst @@ -19,3 +19,6 @@ allow for a more specific database query based on any page properties. lib.authormenu.1 = TMENU lib.authormenu.1.additionalWhere = AND author!="" ... + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-47666-AttributeMulitpleForFormUploadViewhelper.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-47666-AttributeMulitpleForFormUploadViewhelper.rst index dadc80c07a39d461ba0ea7af44256a921eb49ca4..ace0210e24f340df8a585098ffe87ec28d04d311 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-47666-AttributeMulitpleForFormUploadViewhelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-47666-AttributeMulitpleForFormUploadViewhelper.rst @@ -21,3 +21,6 @@ Will result in the according HTML tag providing the field content as array. Be aware, that you need to prepare the incoming value for the property mapping yourself, by writing your own TypeConverter. + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-49060-MySqlCommentsShownInSchemaMigrator.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-49060-MySqlCommentsShownInSchemaMigrator.rst index 46de798e974c6e4a6d3fac341186fe3f82fa02a8..aa61f5edc0823f32c75d30f7cc548f09bfb17ae8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-49060-MySqlCommentsShownInSchemaMigrator.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-49060-MySqlCommentsShownInSchemaMigrator.rst @@ -13,5 +13,8 @@ Description Comments in the :file:`*.sql` files are stored the database table and shown by the Schema Migration Feature in Install Tool. -Existing comments are overriden with changes provided by other extensions. +Existing comments are overridden with changes provided by other extensions. + + +.. index:: Database, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-50780-AppendElementBrowserMountPoints.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-50780-AppendElementBrowserMountPoints.rst index 82c4d7d77ce4221a313b1853c6301062b91cfd3c..70a03c8478c04caecd74e3784f6a02cc290d89a3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-50780-AppendElementBrowserMountPoints.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-50780-AppendElementBrowserMountPoints.rst @@ -41,3 +41,6 @@ Impact Mount point overriding is centralized in the BackendUser object and used by element browsers of rtehtmlarea and recordlist for calculating the page tree mount points that are displayed to the user. + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-52131-HookForPageRepositoryInit.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-52131-HookForPageRepositoryInit.rst index 7fa7ace19fadbb73c2ca9c1cd32b0f3ef48f6d40..9fbd4112731c497e4fd316e348694ecc8d78512d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-52131-HookForPageRepositoryInit.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-52131-HookForPageRepositoryInit.rst @@ -20,3 +20,6 @@ Register the hook as follows: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][\TYPO3\CMS\Frontend\Page\PageRepository::class]['init'] The hook class must implement the interface :code:`\TYPO3\CMS\Frontend\Page\PageRepositoryInitHookInterface`. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56236-Multiple-HTTP-Headers-In-Frontend.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56236-Multiple-HTTP-Headers-In-Frontend.rst index ca819442ae709f0cb93716ba534935a36df7b4c4..c10cf4bb6998efb5fcca6c656a4833b284ee686c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56236-Multiple-HTTP-Headers-In-Frontend.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56236-Multiple-HTTP-Headers-In-Frontend.rst @@ -40,3 +40,6 @@ Impact The previous option `config.additionalHeaders = X-Header: ABC|X-Header2: DEF` is deprecated in favor of the more flexible solution. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56529-SupportHasInArrayObject.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56529-SupportHasInArrayObject.rst index ee134e9d63dde59d08788f8f76ce48d45e671c52..dcf9fbf6f9d211354a80e20beb14ab775f5739d1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56529-SupportHasInArrayObject.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56529-SupportHasInArrayObject.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -============================================================ -Feature: #56529 - Support \"has*\" Functions in ObjectAccess -============================================================ +==================================================================== +Feature: #56529 - Support \"has*\" Functions in extbase ObjectAccess +==================================================================== See :issue:`56529` @@ -13,3 +13,6 @@ Description ObjectAccess supports \"is*\" and \"get*\" functions to return property values. Another convenience method is \"has*\", which can be used in the same way. + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-57178-SpecialHmenuExcludeSpecialParameters.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-57178-SpecialHmenuExcludeSpecialParameters.rst index 88ba09229087460d7513b953035ce2f1714dca26..a944c4a49d8a8974c2af215049c231b2c908fd97 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-57178-SpecialHmenuExcludeSpecialParameters.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-57178-SpecialHmenuExcludeSpecialParameters.rst @@ -23,3 +23,6 @@ The existing option "includeNotInMenu" was not available yet for the `HMENU` wit lib.browsemenu.special.excludeNoSearchPages = 1 lib.browsemenu.includeNotInMenu = 1 ... + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58031-ConfigurableWidthOfElementBrowser.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58031-ConfigurableWidthOfElementBrowser.rst index 315c5e6276cb195d8f01496261eb711932460fe2..e77b05b837cdf2c113117b580c9aee031a7016b6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58031-ConfigurableWidthOfElementBrowser.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58031-ConfigurableWidthOfElementBrowser.rst @@ -22,3 +22,6 @@ Impact ====== The Element Browser width and height can be set for better usability and user experience. + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58033-AltLabelsForFormEngineCheckboxAndRadioButtons.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58033-AltLabelsForFormEngineCheckboxAndRadioButtons.rst index 597ef8648d7aa6ce98d8dcdb0888f5f8d0f6773b..6a1999e309dfecf56c15304f9f7864b1145f89ae 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58033-AltLabelsForFormEngineCheckboxAndRadioButtons.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58033-AltLabelsForFormEngineCheckboxAndRadioButtons.rst @@ -37,3 +37,6 @@ Impact ------ The feature enables even more customization for FormEngine for any custom crafted backend instance. + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58366-AutomaticAbsRefPrefix.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58366-AutomaticAbsRefPrefix.rst index be70b123f04c748a49a05d628302af2966a5fed4..b0f203fbff242eb1a60239787ff482a0de783355 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58366-AutomaticAbsRefPrefix.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58366-AutomaticAbsRefPrefix.rst @@ -42,3 +42,6 @@ Impact The new special option can be used to automatically set up installations and distributions like the Introduction Package where a site configuration is shipped with the system but might need to be adjusted. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58929-FooterHookInPageLayoutView.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58929-FooterHookInPageLayoutView.rst index 54742c09517ec615073459ee4d09ad673e39cbc8..1e8ae7f222a92b844eda191c09bfee4536f9be7e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58929-FooterHookInPageLayoutView.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58929-FooterHookInPageLayoutView.rst @@ -11,3 +11,6 @@ Description =========== A hook has been added to the PageLayoutView to manipulate the rendering of the footer of a content element. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-60019-SplFileInfo-MimeTypeGuesser-hook.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-60019-SplFileInfo-MimeTypeGuesser-hook.rst index de34cdf28c237620f87b853a0630e5134f845a93..9865e7d3bbd95bf27f401755add031c6aaddbfb8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-60019-SplFileInfo-MimeTypeGuesser-hook.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-60019-SplFileInfo-MimeTypeGuesser-hook.rst @@ -34,3 +34,6 @@ Custom implementations to determine the MIME type can be added with a hook. Regi .. code-block:: php $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][\TYPO3\CMS\Core\Type\File\FileInfo::class]['mimeTypeGuessers'] + + +.. index:: PHP-API, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61542-AddIsoLanguageKeys.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61542-AddIsoLanguageKeys.rst index 1dbdde1459c1767136d7fd51266fd964a6757a32..850356a1b2edb39850d43d077529c1a70ffb7ebf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61542-AddIsoLanguageKeys.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61542-AddIsoLanguageKeys.rst @@ -71,3 +71,6 @@ to the new DB field sys_language.language_isocode. If a site uses multiple languages without static_info_tables each sys_language record should be modified to select the proper ISO 639-1 code for the languages. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61725-AddHookToBackendUtilityCountVersionsOfRecordsOnPage.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61725-AddHookToBackendUtilityCountVersionsOfRecordsOnPage.rst index ee0891c23e9cb8929b27ae9d37948a1901ca6191..66440fc210780bc169ad26d52321e5209912c8d7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61725-AddHookToBackendUtilityCountVersionsOfRecordsOnPage.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61725-AddHookToBackendUtilityCountVersionsOfRecordsOnPage.rst @@ -19,3 +19,6 @@ Register like this: .. code-block:: php $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_befunc.php']['countVersionsOfRecordsOnPage'][] = 'My\Package\HookClass->hookMethod'; + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62944-UserFuncAsDisplayCond.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62944-UserFuncAsDisplayCond.rst index 1b6f8e5ba226f767b504cc2805434893504bb815..cd63c9a1a74193f892e9ee1989414b73563ead87 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62944-UserFuncAsDisplayCond.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62944-UserFuncAsDisplayCond.rst @@ -22,3 +22,5 @@ to show or hide the TCA field. Any parameters can be added (separated by colons) that are sent to the ConditionMatcher class. + +.. index:: PHP-API, TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62960-SignalForMailerInitialization.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62960-SignalForMailerInitialization.rst index a96eac6bb0059359e0a013ed541ef61d0e659bba..fb66bcd5fe8171350a1471ae780f132dcfffa743 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62960-SignalForMailerInitialization.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62960-SignalForMailerInitialization.rst @@ -52,3 +52,6 @@ Impact ====== Extensions may now perform arbitrary processing for every mail. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63207-SplitActionButtonsIntoGroups.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63207-SplitActionButtonsIntoGroups.rst index 6515985e0a5c44c87a69616f6e71183661939a73..a513a29d234d4494f0e13be392c107919a08d86e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63207-SplitActionButtonsIntoGroups.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63207-SplitActionButtonsIntoGroups.rst @@ -39,3 +39,6 @@ Migration $cells['secondary']['edit'] = '<a class="btn btn-default"><span class="t3-icon fa fa-trash"></span></a>';` Icons, that are not added into a section, will be sorted into the secondary group. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63600-CustomTypoScriptConditionsInBackend.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63600-CustomTypoScriptConditionsInBackend.rst index bbb426e28825964bdf03e22243d9673e84d937fb..d51f1aec33ad4d215edb1bf05b879c7150a39675 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63600-CustomTypoScriptConditionsInBackend.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63600-CustomTypoScriptConditionsInBackend.rst @@ -36,3 +36,6 @@ Impact If you've previously used the `userFunc` condition, you are encouraged to use this new API for your own TypoScript conditions. + + +.. index:: TypoScript, Frontend, PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63729-ApiForBootstrapModals.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63729-ApiForBootstrapModals.rst index 6247e1c946bf5117b766221e2ef045511daf26c7..ba47373830304cfbc71fb3137025bc562c08b6a4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63729-ApiForBootstrapModals.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63729-ApiForBootstrapModals.rst @@ -114,3 +114,6 @@ A modal triggered on an anchor element: .. code-block:: html <a href="delete.php" class="t3js-modal-trigger" data-title="Delete" data-content="Really delete?">delete</a> + + +.. index:: PHP-API, JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63913-AllowRequireJsModulesForContainerViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63913-AllowRequireJsModulesForContainerViewHelper.rst index ac6fb613b7316295edcd3ef065881924a68778d9..011495549c2e46ec7a73bfc56d56d4a3b74abf3e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63913-AllowRequireJsModulesForContainerViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63913-AllowRequireJsModulesForContainerViewHelper.rst @@ -22,3 +22,6 @@ as array. 2:'TYPO3/CMS/Extension/Module3', 3:'TYPO3/CMS/Extension/Module4' }"> + + +.. index:: Fluid, JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64031-JavaScript-Storage-API.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64031-JavaScript-Storage-API.rst index 82cdf79fa6f613e742fff2b95cf91503b26cc1e8..297c9f9ffd03ecfcd06e62b59276331a25433beb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64031-JavaScript-Storage-API.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64031-JavaScript-Storage-API.rst @@ -50,3 +50,6 @@ Storing / Updating data in the storage works like this, and can contain any data top.TYPO3.Storage.Persistent.set('startModule', 'web_info'); The same is possible for browserStorage using top.TYPO3.Storage.Client. + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64190-FormEngineCheckboxElement.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64190-FormEngineCheckboxElement.rst index 999eb5bf25180189bf085d52837054d5a08a4e71..5a4c9f50ffe3476f699b09d760192cec9524570e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64190-FormEngineCheckboxElement.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64190-FormEngineCheckboxElement.rst @@ -40,3 +40,6 @@ Impact ====== Checkboxes will be placed directly next to each other to reduce the amount of used space. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64257-MultipleUidInPageRepositoryGetMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64257-MultipleUidInPageRepositoryGetMenu.rst index 4ad1dabc81421e9c877c691370149a4b7372d20d..1923e3a2c231fb2fc6cfc90cdbd66f349e9775fe 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64257-MultipleUidInPageRepositoryGetMenu.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64257-MultipleUidInPageRepositoryGetMenu.rst @@ -21,3 +21,6 @@ Example: Fetch children of pages #2 and #3: $pageRepository = new \TYPO3\CMS\Frontend\Page\PageRepository(); $pageRepository->init(false); $rows = $pageRepository->getMenu(array(2, 3)); + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64386-ContentObjectRegistration.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64386-ContentObjectRegistration.rst index e5423d9348aafaba70f4cd7327f7955e78b31f03..0de54485d01f0bc1343f4caa7bad1543bae6bcc4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64386-ContentObjectRegistration.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64386-ContentObjectRegistration.rst @@ -25,3 +25,6 @@ The registered class must be a subclass of `TYPO3\CMS\Frontend\ContentObject\Abs For future autoloading mechanisms, it is encouraged to place the custom ContentObject class inside `EXT:myextension/Classes/ContentObject/`. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64921-FlexibleSubmoduleConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64921-FlexibleSubmoduleConfiguration.rst index 41fa4e4abed0d067d9ba1100aabfabc873772472..fd8299d4d18e33774789f03983cdd41281570091 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64921-FlexibleSubmoduleConfiguration.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64921-FlexibleSubmoduleConfiguration.rst @@ -36,3 +36,6 @@ To fix this problem you need to add the module name in $this->MCONF. 'name' => $this->moduleName ); } + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-65960-IntroduceGruntJS.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-65960-IntroduceGruntJS.rst index e960cd91849489f1505203b2a269a4f7f75356ce..00bb8ceb044b0996518854a5a4c0768af3211d41 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-65960-IntroduceGruntJS.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-65960-IntroduceGruntJS.rst @@ -45,3 +45,6 @@ Watching Less files: .. code-block:: bash grunt watch + + +.. index:: JavaScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-56746-AddCountMethodsAndSortFunctionalityToFalDrivers.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-56746-AddCountMethodsAndSortFunctionalityToFalDrivers.rst index f6fb926abd9ebd062344b4e8daef415706458a2c..e18abba40774ab53ae2b85b121de7f16431af8ca 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-56746-AddCountMethodsAndSortFunctionalityToFalDrivers.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-56746-AddCountMethodsAndSortFunctionalityToFalDrivers.rst @@ -43,3 +43,5 @@ The custom FAL drivers need to be updated to be in line with the updated DriverI - `getFilesInFolder(..., $sort, $sortRev)` - `getFoldersInFolder(..., $sort, $sortRev)` + +.. index:: PHP-API, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-63784-DataHandlerExcludeArray.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-63784-DataHandlerExcludeArray.rst index 61699aa6c88c9ab252f4c6271ad4befaede4ec5c..ef12f215d1842164ad2e981dfe4ea5e841a74f61 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-63784-DataHandlerExcludeArray.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-63784-DataHandlerExcludeArray.rst @@ -34,3 +34,6 @@ Migration ========= Remove code accessing DataHandler->exclude_array and configure the BE-User properly. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-64719-MediaContentMovedToSystemExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-64719-MediaContentMovedToSystemExtension.rst index a1007d938462aaf7208cff8b21ce71a39c718ffd..795d221ac2c32761894a48167a43597967e891d6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-64719-MediaContentMovedToSystemExtension.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-64719-MediaContentMovedToSystemExtension.rst @@ -43,3 +43,6 @@ Migration ========= Install the system extension "mediace" to regain all functionality as it was before. + + +.. index:: PHP-API, Frontend, Database, Backend, ext:mediace diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65432-ModuleUriInGlobalVarRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65432-ModuleUriInGlobalVarRemoved.rst index a8d1f2f08a6dc3deeefa69b253b15aca14f7921e..04eddf3de150407a9144e65cee1211aae97a76a8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65432-ModuleUriInGlobalVarRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65432-ModuleUriInGlobalVarRemoved.rst @@ -32,4 +32,8 @@ TYPO3 CMS 7 installations using extensions with backend modules which use `$GLOB Migration ========= -Extension code needs to be changed in a way that the API `BackendUtility::getModuleUrl('module_name')` is used instead of accessing `$GLOBALS['MCONF']['_']`. +Extension code needs to be changed in a way that the API `BackendUtility::getModuleUrl('module_name')` is used +instead of accessing `$GLOBALS['MCONF']['_']`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65727-DontProvideAccessToLocalpathOfFalFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65727-DontProvideAccessToLocalpathOfFalFiles.rst index 1eb1693d4da982c4df85d2c79a1156703b7fa72d..b98ecd040a26c064274e708c185c0b0508c0c809 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65727-DontProvideAccessToLocalpathOfFalFiles.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65727-DontProvideAccessToLocalpathOfFalFiles.rst @@ -18,8 +18,11 @@ It was possible to retrieve the local path of a FAL file via TypoScript a.value.data = file:current:localPath The localPath property has been dropped for the following reasons: + * The implementation used allow write access to the file and hence created a local copy which created useless file garbage. - * Changing this to read-only access would cause the LocalDriver to return the true local path to the file, which would open the possibility to file manipulation via "side channel" of FAL. This would make the FAL data inconsistent. + + * Changing this to read-only access would cause the LocalDriver to return the true local path to the file, which would + open the possibility to file manipulation via "side channel" of FAL. This would make the FAL data inconsistent. Impact @@ -38,3 +41,6 @@ Migration ========= There is no other possibility to retrieve this information. Use the FAL API. + + +.. index:: FAL, TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65778-MediaWizardProviderMovedToSystemExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65778-MediaWizardProviderMovedToSystemExtension.rst index 09e390ed29728bf7fee84b632c29dc2fdaa3e340..78727994df4770a2a6e57221070986fc78ca739e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65778-MediaWizardProviderMovedToSystemExtension.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65778-MediaWizardProviderMovedToSystemExtension.rst @@ -31,3 +31,6 @@ Migration Make sure to install the system extension "mediace" and rename the function calls to use the new classes, see the file :file:`ext_localconf.php` of the extension "mediace" for example usage. + + +.. index:: PHP-API, ext:mediace, Frontend, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65922-MoveUnusedTt_contentTcaFieldsToCompatibility6.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65922-MoveUnusedTt_contentTcaFieldsToCompatibility6.rst index efe36b75499d696b577404061cd1b0c88f91375e..516c955f6f3b0c94b1f8c365ca83d0b29031c24a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65922-MoveUnusedTt_contentTcaFieldsToCompatibility6.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65922-MoveUnusedTt_contentTcaFieldsToCompatibility6.rst @@ -10,7 +10,8 @@ See :issue:`65922` Description =========== -There are some database fields defined in 'frontend' which are not used by `frontend` or `css_styled_content`. These fields have been moved to `compatibility6`. +There are some database fields defined in 'frontend' which are not used by `frontend` or `css_styled_content`. These +fields have been moved to `compatibility6`. - altText - imagecaption @@ -23,7 +24,8 @@ There are some database fields defined in 'frontend' which are not used by `fron Affected Installations ====================== -All installations with extensions installed depending on these fields. For instance installations still using `css_styled_content` static templates of the TYPO3 CMS 4.* versions. +All installations with extensions installed depending on these fields. For instance installations still +using `css_styled_content` static templates of the TYPO3 CMS 4.* versions. Migration @@ -31,3 +33,6 @@ Migration Add the moved TCA and SQL definitions to your own extension or install the compatibility extension `compatibility6`. The latter is not recommended and should be considered a short-term solution. + + +.. index:: Database, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65939-BackendLoginRefactoring.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65939-BackendLoginRefactoring.rst index f66f560eabb5e1e9a0583f7aee88cad57d18d57e..5cd502e9cf3ef12695ca246bc454c0390e5e3370 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65939-BackendLoginRefactoring.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65939-BackendLoginRefactoring.rst @@ -44,3 +44,6 @@ Migration ========= Use the introduced Fluid view to adapt the login screen to your demands. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65962-WebSVGLibraryAndAPIRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65962-WebSVGLibraryAndAPIRemoved.rst index 3835e880b3821239bdbe91d9885b6202dd52d266..c78cbb5e1f17bcac6282d2475431f82d9c73b371 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65962-WebSVGLibraryAndAPIRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65962-WebSVGLibraryAndAPIRemoved.rst @@ -51,3 +51,6 @@ Migration ========= Affected installations should include the "websvg" library directly from the library owner, and in their setups. + + +.. index:: PHP-API, TypoScript, Frontend, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66001-ComposerVendorDirectoryChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66001-ComposerVendorDirectoryChanged.rst index 49974d00b2d5441a1eca161283d5f127bb075472..a0e256563f89dbb00652b73b3c91f3e987e18930 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66001-ComposerVendorDirectoryChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66001-ComposerVendorDirectoryChanged.rst @@ -37,3 +37,6 @@ Migration Running `rm -rf vendor/ bin/ Packages/Libraries/ composer.lock; composer install` will make PHPunit work again. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66034-DropContentAdapter.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66034-DropContentAdapter.rst index 8f11fc6c0acc4602265935015a4306c0e5ca5cec..9a8e2bb71c659b13da84964b5bacb32f13b9f0f0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66034-DropContentAdapter.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66034-DropContentAdapter.rst @@ -24,3 +24,6 @@ Migration ========= Change your TypoScript to use the new content object FILES to retrieve files. + + +.. index:: LocalConfiguration, Frontend, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.rst index 0698f2c80a1fafac988f73f0c2008640d0d5c955..9322b69e18b96b7927e85ff03f09fb732596a2e4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.rst @@ -37,3 +37,6 @@ The following properties under `mod.web_info.menu.function` have to be renamed: * tx_linkvalidator_ModFuncReport -> TYPO3\CMS\Linkvalidator\Report\LinkValidatorReport * tx_indexedsearch_modfunc1 : removed, indexed_search has its own module * tx_indexedsearch_modfunc2 : removed, indexed_search has its own module + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66431-NewLoginScreen.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66431-NewLoginScreen.rst index ea629a731c57a821b84636bd535d7a79de0f3f27..5d0c12432a35fda6f707413e93c541002247fecf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66431-NewLoginScreen.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66431-NewLoginScreen.rst @@ -14,8 +14,8 @@ To keep the focus on the most recent news, the news are reduced to a single view carousel where you can slide through the latest news. A title for the news section is not needed anymore, in result -$GLOBALS['TYPO3_CONF_VARS']['BE']['loginNewsTitle'] is superfluous and was -removed completely without replacement. +$GLOBALS['TYPO3_CONF_VARS']['BE']['loginNewsTitle'] is superfluous and has +been removed completely without replacement. Impact @@ -37,3 +37,6 @@ Migration If an entry for BE/loginNewsTitle exists in your local configuration it will be removed by the SilentConfigurationUpgradeService automatically. + + +.. index:: PHP-API, Backend, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-47712-DeprecateOldLockingAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-47712-DeprecateOldLockingAPI.rst index d35d14e7ff8e49adb11a9edbe2a68d7af4e664dd..9e0127b9ad1c78305a8cba7bfa6f62dcc7cd59ab 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-47712-DeprecateOldLockingAPI.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-47712-DeprecateOldLockingAPI.rst @@ -30,3 +30,6 @@ Migration ========= Use the new Locking Service API instead. + + +.. index:: PHP-API, Backend, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-51360-LinkValidatorSchedulerSettings.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-51360-LinkValidatorSchedulerSettings.rst index cf689ac8c5cbf02890d345789f030715c4d0f583..cf6f85446860cd809992066ba50781b87bba065a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-51360-LinkValidatorSchedulerSettings.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-51360-LinkValidatorSchedulerSettings.rst @@ -32,3 +32,5 @@ Migration Replace `mod.tx_linkvalidator` with `mod.linkvalidator` in all affected scheduler tasks. + +.. index:: TSConfig, ext:linkvalidator, ext:scheduler \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64068-ThumbnailView.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64068-ThumbnailView.rst index 20ac0f0f5d4dbb3f9e83bd53bc806df66291cb28..dc600be4f61f20ca87650ea7689766666f5f84e7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64068-ThumbnailView.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64068-ThumbnailView.rst @@ -32,3 +32,5 @@ Migration Use the File Abstraction Layer for any custom works. See `BackendUtility::thumbCode()` for inspiration. + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64598-DeprecatePagepositionmapjsimgfunc.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64598-DeprecatePagepositionmapjsimgfunc.rst index edca869c79ba188b8ea57d3c16bc81bc4828a971..83e23f27f217e8abcee1f0c590a4051f148469a9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64598-DeprecatePagepositionmapjsimgfunc.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64598-DeprecatePagepositionmapjsimgfunc.rst @@ -36,3 +36,6 @@ Migration Write own JavaScript functions for your extension to handle onmouseover and onmouseout events to switch between two images. + + +.. index:: PHP-API, JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65111-getDynTabMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65111-getDynTabMenu.rst index 18c92fb9abeeb2b3fdf91ded975550b10dc4e313..4df3e0b5ecbd26b0ac6bb00ca27c8f147a3a9bf5 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65111-getDynTabMenu.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65111-getDynTabMenu.rst @@ -30,3 +30,6 @@ Migration ========= Use `ModuleTemplate::getDynamicTabMenu()` instead of `DocumentTemplate::getDynTabMenu()` + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65283-DeprecateShowItemEntryPoint.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65283-DeprecateShowItemEntryPoint.rst index b7438c3909808ba37ca287c606b932999bee8cb3..c2ff8f8887044ca7948c03521707b14a5bd345c9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65283-DeprecateShowItemEntryPoint.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65283-DeprecateShowItemEntryPoint.rst @@ -27,3 +27,6 @@ Migration Use `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl()` instead with the according module name. `typo3/show_item.php` will have to be refactored to `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('show_item')` + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65288-DeprecateNewRecordEntryPoint.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65288-DeprecateNewRecordEntryPoint.rst index 97490c0413263aee46c0154e1a385f4a75333680..7bbfe6d8758d84001b3287bf2cc6ef97641afcd8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65288-DeprecateNewRecordEntryPoint.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65288-DeprecateNewRecordEntryPoint.rst @@ -27,3 +27,6 @@ Migration Use `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl()` instead with the according module name. `typo3/db_new.php` will have to be refactored to `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('db_new')` + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65289-DeprecateBrowserEntryPoint.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65289-DeprecateBrowserEntryPoint.rst index cb63764f00b868ca4b60231cc3f726c1132e73f4..db37f9b04fd8ecea4a6b3cce2858e9567ab5751b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65289-DeprecateBrowserEntryPoint.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65289-DeprecateBrowserEntryPoint.rst @@ -27,3 +27,6 @@ Migration Use `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl()` instead with the according module name. `typo3/browser.php` will have to be refactored to `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('browser')` + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65290-DeprecateDummyEntrypoint.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65290-DeprecateDummyEntrypoint.rst index e9fafb683e618571b31c6ec06a724617e11862c5..2f004d290648647387f0199d88fea5770adc4c52 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65290-DeprecateDummyEntrypoint.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65290-DeprecateDummyEntrypoint.rst @@ -27,3 +27,6 @@ Migration Use `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl()` instead with the according module name. `typo3/dummy.php` will have to be refactored to `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('dummy')` + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65291-DeprecateLogoutEntryPoint.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65291-DeprecateLogoutEntryPoint.rst index fa53f7681adf6ca01abe228ddfd3b2d3c3914cff..83c40752eb65959243ec19a7ba501d318df179ca 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65291-DeprecateLogoutEntryPoint.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65291-DeprecateLogoutEntryPoint.rst @@ -27,3 +27,6 @@ Migration Use `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl()` instead with the according module name. `typo3/logout.php` will have to be refactored to `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('logout')` + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65293-DeprecateFileNavigationFrame.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65293-DeprecateFileNavigationFrame.rst index 32221784fb3715e442be0ab781a1ac8803c27d3a..95e87d22c17ae3a2622725e99b0fddd0e05202c3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65293-DeprecateFileNavigationFrame.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65293-DeprecateFileNavigationFrame.rst @@ -27,3 +27,6 @@ Migration Use `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl()` instead with the according module name. `typo3/alt_file_navframe.php` will have to be refactored to `\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('file_navframe')` + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65343-BackendUserOsProperty.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65343-BackendUserOsProperty.rst index 8e4d35d99be56704fcaa45c5b75cd63b2d2cb009..0f7fe466a3890727a7cb58e28fb178ce4bc9585f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65343-BackendUserOsProperty.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65343-BackendUserOsProperty.rst @@ -23,3 +23,6 @@ Migration ========= Use the constant `TYPO3_OS` directly. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65360-DatabaseTreeDataProviderOldClassNameInSignal.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65360-DatabaseTreeDataProviderOldClassNameInSignal.rst index c1f8d3568057dd96252a7194eb194288d1c09d7c..ebf5a926cd8fa60d2ab300b5f1f8d6bed272e18a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65360-DatabaseTreeDataProviderOldClassNameInSignal.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65360-DatabaseTreeDataProviderOldClassNameInSignal.rst @@ -35,3 +35,6 @@ Migration * Use `TYPO3\CMS\Core\Tree\TableConfiguration\DatabaseTreeDataProvider::class` instead of `TYPO3\CMS\Core\Tree\TableConfiguration\TableConfiguration\DatabaseTreeDataProvider` + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65381-DataHandlerStripslashesValuesProperty.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65381-DataHandlerStripslashesValuesProperty.rst index c466a3649d34947fe53c79e575f3e5f166a020b3..09613a7e52d4832bce142303a61a40ea6b5de7ca 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65381-DataHandlerStripslashesValuesProperty.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65381-DataHandlerStripslashesValuesProperty.rst @@ -32,3 +32,6 @@ Migration Set the `stripslashes_values` property to FALSE and apply `stripslashes()` in the code that prepares the data if it was expected that DataHandler stripped the slashes from incoming data. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65422-cObjectAliasNames.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65422-cObjectAliasNames.rst index 589db94f474e3305ca2d07505eb9c7a2a2929188..a64b61c26e1d20acd1f8e63e457c8090c98231ae 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65422-cObjectAliasNames.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65422-cObjectAliasNames.rst @@ -32,3 +32,6 @@ Migration Use `COA` instead of `COBJ_ARRAY` and `CASE` instead of `CASEFUNC` in all TypoScript code. Installing ext:compatibility6 can be used as a short-term solution, although this is discouraged. + + +.. index:: PHP-API, TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65465-ReferenceIndexErrorLog.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65465-ReferenceIndexErrorLog.rst index 09948f78c4f9233a69c9095b67d293451492784f..acb3f79f1932da228b99c7f0151be14f75b0324a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65465-ReferenceIndexErrorLog.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65465-ReferenceIndexErrorLog.rst @@ -25,3 +25,6 @@ Migration ========= Extensions that used this property to log errors have to use their own errorLog. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65913-checkFileInclude.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65913-checkFileInclude.rst index 0d424333365771082d88b43dc951c5d19322f8bb..01fac8eafd4799739d2db51c9dc888cc28a6a317 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65913-checkFileInclude.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65913-checkFileInclude.rst @@ -23,3 +23,6 @@ Migration ========= Use the autoloader for classes or `$TSFE->tmpl->getFileName()` if needed. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65934-PrefixLocalAnchorsMovedToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65934-PrefixLocalAnchorsMovedToLegacyExtension.rst index 564c201e9e615c540b3cd245c7f2c3dff174a565..0151fcad9676ee1834862c94f3d5dd5199461196 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65934-PrefixLocalAnchorsMovedToLegacyExtension.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65934-PrefixLocalAnchorsMovedToLegacyExtension.rst @@ -45,3 +45,6 @@ Migration ========= For TYPO3 CMS 7, installing EXT:compatibility6 brings back the existing functionality. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65938-TSFEAnchorPrefix.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65938-TSFEAnchorPrefix.rst index 2523cd8ffe726b32d3a9402546696df75ffd1e24..6aea4785d8019b6f6b3cfa15424a52f5b9e403d5 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65938-TSFEAnchorPrefix.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65938-TSFEAnchorPrefix.rst @@ -32,3 +32,6 @@ Use the PHP code below directly to fetch the information when needing baseURL an GeneralUtility::getIndpEnv('TYPO3_REQUEST_URL'), strlen(GeneralUtility::getIndpEnv('TYPO3_SITE_URL')) Alternatively, use `config.absRefPrefix` to achieve the same result. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65956-DebugUtilityDebugRows.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65956-DebugUtilityDebugRows.rst index 6aa4b06d981a0ea4dccd360f7d5e6bd3c5c18b07..050616ef69fa7e2de6d3c899ae257c522f628691 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65956-DebugUtilityDebugRows.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65956-DebugUtilityDebugRows.rst @@ -30,3 +30,6 @@ Migration ========= Remove the parameter in the method call. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66065-BackendLogoViewDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66065-BackendLogoViewDeprecated.rst index bbdbdd14a126b1ac2a02e5f3ead8058f0c9b8341..40c44d9acb8c99c59a0fccc80466881fc27287c7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66065-BackendLogoViewDeprecated.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66065-BackendLogoViewDeprecated.rst @@ -32,3 +32,6 @@ Migration As the same logic is now done in the BackendController and the main Backend Fluid Template, the template can be modified to fit the installations' needs. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66223-Backendparsetime.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66223-Backendparsetime.rst index 7ff89a1d87155399ad2ab7de4ed77a4100542272..f654ca0c081c56b24c01e555f425098051b8eeea 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66223-Backendparsetime.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66223-Backendparsetime.rst @@ -31,3 +31,6 @@ Migration ========= Do not set the member var to `TRUE`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66431-NewLoginScreen.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66431-NewLoginScreen.rst index a92e5dfeed921538e75c1c59c1f5d32e87262387..605aae5f16e9d70825e924229361e50ddee39d07 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66431-NewLoginScreen.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66431-NewLoginScreen.rst @@ -38,3 +38,6 @@ Migration Remove the `$GLOBALS['TBE_STYLES']['logo_login']` from your setup and go to the extension manager to edit the configuration for the backend extension. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst index 590c286340b431663d0783e6e284c6438621c982..f907ed0a0fd1b51d5455b7bf69b8cc7c4380d1dc 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst @@ -65,3 +65,4 @@ impact to existing systems (unless they already have used the stripEmptyTags set for whatever reason). +.. index:: PHP-API, RTE, TypoScript, TSConfig, Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-32651-AddSchedulerTaskToRemoveDeletedRecords.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-32651-AddSchedulerTaskToRemoveDeletedRecords.rst index 680012effbba184cd7cf4f93aa6d9c5bacb8bce6..b2132202080bfbca34ddf6b647404a6b2db3a688 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-32651-AddSchedulerTaskToRemoveDeletedRecords.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-32651-AddSchedulerTaskToRemoveDeletedRecords.rst @@ -12,3 +12,6 @@ Description A new scheduler task for removing deleted records has been added. The maximum age and the affected tables are configurable in the task's settings. + + +.. index:: ext:scheduler, CLI, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-36743-FAL-TextExtractorRegistry.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-36743-FAL-TextExtractorRegistry.rst index e7307bd9581074a7e9ea1e032facaf98e7a4821a..c76097dad88df781dfe015afc3360041e4893f84 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-36743-FAL-TextExtractorRegistry.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-36743-FAL-TextExtractorRegistry.rst @@ -65,3 +65,6 @@ Impact The registry on its own doesn't do anything. It provides a facility in the core that allows extensions to provide text extraction services to be used by other extensions. + + +.. index:: PHP-API, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-47712-NewLockingAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-47712-NewLockingAPI.rst index 35dc9a52b1bea0bccbf21c00f6ecba77b994b8b3..cff7b7cf8eb5b211f3c7ffeb07eea30e8d36e221 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-47712-NewLockingAPI.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-47712-NewLockingAPI.rst @@ -53,3 +53,6 @@ Some methods also support non-blocking locks: if ($result) { $locker->release(); } + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50136-AddSVGSupport.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50136-AddSVGSupport.rst index 62307d81d7064ec25d2ee19b8e75f9bda50ac233..1dae93941df920b3077f78440805bb4c827d678f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50136-AddSVGSupport.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50136-AddSVGSupport.rst @@ -10,14 +10,20 @@ See :issue:`50136` Description =========== -Added rendering support for SVG images. When an SVG image is scaled there is no processed file created but only a sys_file_processedfile record with the calculated new dimensions. +Added rendering support for SVG images. When an SVG image is scaled there is no processed file created but only a +sys_file_processedfile record with the calculated new dimensions. When a mask of explicit cropping is set for an SVG image, the a processed file is created like for all other images. -An extra fallback is added to ImageInfo to determine SVG dimensions when IM/GM fails. The new fallback reads the contents of the SVG file as a normal XML file and tries to find width and height in the outer tag. When no width and height are found viewBox is checked and when present the 3th and 4th value are used as width and height. +An extra fallback is added to ImageInfo to determine SVG dimensions when IM/GM fails. The new fallback reads the +contents of the SVG file as a normal XML file and tries to find width and height in the outer tag. When no +width and height are found viewBox is checked and when present the 3th and 4th value are used as width and height. Impact ====== SVG is added as default supported image file extension to `$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']`. + + +.. index:: LocalConfiguration, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50501-DisableAutomaticExtInstallation.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50501-DisableAutomaticExtInstallation.rst index 64e9bd448ac6cb8a3ef85619cb55e3debdb5e3f3..069ca7c9bf5b9be0eb4c01a7bb803af465b3dc6f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50501-DisableAutomaticExtInstallation.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50501-DisableAutomaticExtInstallation.rst @@ -15,3 +15,6 @@ audits or modifications before installing an extension, therefore there is now a installation process and just download an extension. The option is located in the settings of the extension manager itself (Extensions > Installed > Extension Manager). + + +.. index:: ext:extensionmanager diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-52693-TSFE-RequestedId.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-52693-TSFE-RequestedId.rst index 6df8e6fc661517491d63f0aca8f4526c2e5e10ec..a0a1db33dcd1fecd463ded6fbf500914c346a9d1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-52693-TSFE-RequestedId.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-52693-TSFE-RequestedId.rst @@ -13,3 +13,6 @@ Description A new property within the main TypoScriptFrontendController for the frontend called $requestedId stores the information about the page ID which is set before the page ID processing and resolving. It is accessible via `$TSFE->getRequestedId()`. Also see `$TSFE->fetch_the_id()` method. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-58621-FormatCaseViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-58621-FormatCaseViewHelper.rst index 421bab69e731ffb51ba01d0d5f97cf93da200267..4ea794216ad5fb0cd6a04da7158c3a6900b2afc6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-58621-FormatCaseViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-58621-FormatCaseViewHelper.rst @@ -30,3 +30,6 @@ Impact ====== The new ViewHelper can be used in all new projects. There is no interference with any part of existing code. + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59646-AddRteConfigurationPropertyButtonsLinkTypePropertiesTargetDefault.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59646-AddRteConfigurationPropertyButtonsLinkTypePropertiesTargetDefault.rst index b1f94ae4dadbbe433784decea4d796519a7a5c66..342fdb336648561a71800c51504f746799a80775 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59646-AddRteConfigurationPropertyButtonsLinkTypePropertiesTargetDefault.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59646-AddRteConfigurationPropertyButtonsLinkTypePropertiesTargetDefault.rst @@ -14,3 +14,6 @@ New RTE configuration property `buttons.link.[*type*].properties.target.default` in Page TSconfig to configure a default target for links of a given type. Possible link types are: page, file, url, mail, spec. More types may be provided by extensions. + + +.. index:: TSConfig, RTE, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59712-HtmlParserAdditionalUserFuncParams.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59712-HtmlParserAdditionalUserFuncParams.rst index fa932f3c41486a6b6fdf3650d26ff1536a1607d0..b5bf9245eac9b9f55514690aec38d543528e7235 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59712-HtmlParserAdditionalUserFuncParams.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59712-HtmlParserAdditionalUserFuncParams.rst @@ -51,3 +51,6 @@ containing the attributeValue key and all additional settings. This has an impact to all installations where additional parameters are used in the userFunc setting of the HTMLparser. + + +.. index:: PHP-API, RTE, TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-61463-AllowProcessedFoldersInDifferentStorage.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-61463-AllowProcessedFoldersInDifferentStorage.rst index c75f5970e53d0ce5d313aa224173840acf0d5b7b..d97ce024217aa7ffafd55991f0d2abba935358a2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-61463-AllowProcessedFoldersInDifferentStorage.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-61463-AllowProcessedFoldersInDifferentStorage.rst @@ -21,3 +21,6 @@ Impact For existing systems there is no impact. When the processing folder is changed to a folder in a different storage you need to make sure the folder exists and is writable. + + +.. index:: FAL, Database, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63040-AddRteConfigurationPropertyButtonsAbbreviationRemoveFieldsets.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63040-AddRteConfigurationPropertyButtonsAbbreviationRemoveFieldsets.rst index 7b7a92e39097db63172e6a5faedf206d81721f16..62ad8490f4eb8c51e4dd1d7e449c17b5c997276e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63040-AddRteConfigurationPropertyButtonsAbbreviationRemoveFieldsets.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63040-AddRteConfigurationPropertyButtonsAbbreviationRemoveFieldsets.rst @@ -25,3 +25,6 @@ The acronym tag is deprecated in HTML5. Installations that want to use the Abbre feature of the RTE, but do not wish to use the acronym setting tab of the Abbreviation dialogue, may set this property in the Page TSconfig of the RTE, specifying `buttons.abbreviation.removeFieldsets = acronym,definedAcronym` + + +.. index:: TSConfig, RTE, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63703-AddOptionToStopTask.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63703-AddOptionToStopTask.rst index dbb46ac2efcfd4ddf80e793c9fe67541405ff368..fc8bb8b24381841b65755843df7f569586597324 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63703-AddOptionToStopTask.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63703-AddOptionToStopTask.rst @@ -12,3 +12,6 @@ Description The scheduler CLI has received an option to stop a running task. The new option can be used with "-s". + + +.. index:: CLI, ext:scheduler diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-64686-AddBackendUserGroupsToBackendUserModule.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-64686-AddBackendUserGroupsToBackendUserModule.rst index e5dbb49481a1ae540065510b654762141c5d1704..738e8ccbf056bef0c7767431b03f91110ab29868 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-64686-AddBackendUserGroupsToBackendUserModule.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-64686-AddBackendUserGroupsToBackendUserModule.rst @@ -12,3 +12,5 @@ Description The backend user groups can now be maintained in a sub-module of the "Backend users" backend module. + +.. index:: Backend, ext:beuser diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65584-AddImageCropping.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65584-AddImageCropping.rst index 763ade74e79ff1ef68ecad0b3f2a12ec503561c1..cc939b8cf48ff77c73e86a7922ba7bb679f26d17 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65584-AddImageCropping.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65584-AddImageCropping.rst @@ -50,3 +50,4 @@ Set custom cropping setting for image when used in *fluid*: <f:image image="{imageObject}" crop="50,50,100,100" /> +.. index:: Fluid, Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65585-AddTCATypeImage_manipulation.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65585-AddTCATypeImage_manipulation.rst index ab36db874eda214b5e594d2138e9a06244a686f9..30110791cc29c160d1d5b525992d2c52c815edeb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65585-AddTCATypeImage_manipulation.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65585-AddTCATypeImage_manipulation.rst @@ -40,3 +40,6 @@ When `ratios` is set in TCA the defaults are neglected. Property `sys_file_reference.crop` can now hold a string representing a json object. `LocalCropScaleMaskHelper` checks if the it can parse the string as json. If it can it assumes it holds the properties: `x`, `y`, `width` and `height`. + + +.. index:: TCA, LocalConfiguration, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65767-SystemInformationDropdown.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65767-SystemInformationDropdown.rst index 9c3ed1049d3d92f5764f983e0b1521d19e4ac36f..1aa76e03338d9094c898b7f1f7d849c085493b24 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65767-SystemInformationDropdown.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65767-SystemInformationDropdown.rst @@ -99,3 +99,6 @@ This requires the class `Message` and its method `getMessage()` in EXT:extension } Due to the SignalSlot internals, the data array must be encapsulated with another array! If there is no data to return, return `NULL`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65996-AddConfirmationOnCloseEditformWithUnsavedChanges.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65996-AddConfirmationOnCloseEditformWithUnsavedChanges.rst index 749b481ef43c0a22a76c74643e3ebed0cb7ff757..51878815773e998048af5913c972a79adbd71fc0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65996-AddConfirmationOnCloseEditformWithUnsavedChanges.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65996-AddConfirmationOnCloseEditformWithUnsavedChanges.rst @@ -18,3 +18,5 @@ Impact When clicking the close icon of an edit form with unsaved changes, a confirmation modal will be shown. + +.. index:: Backend \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66029-ShowRemainingCharactersBelowTextFields.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66029-ShowRemainingCharactersBelowTextFields.rst index 26ba5d9df6aba8551d79e43e6b0bcdec67710e04..b9d46c89cadc3aa58db297fcd3b24ac3b76e0957 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66029-ShowRemainingCharactersBelowTextFields.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66029-ShowRemainingCharactersBelowTextFields.rst @@ -19,3 +19,6 @@ Impact When focusing a form field, the amount of remaining characters gets rendered below the form field, if a TCA field definition has the "max" definition. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66042-WebLibrariesLoadedViaBower.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66042-WebLibrariesLoadedViaBower.rst index 0c40bff3ace4311d95497723893cae0ef9c1f5d6..31ccd41e91191b11e39b839bf08996730f68281f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66042-WebLibrariesLoadedViaBower.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66042-WebLibrariesLoadedViaBower.rst @@ -34,3 +34,6 @@ Impact Setting up a development environment when working with frontend libraries (e.g. LESS) requires npm and bower to be installed on the local machine. + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66047-IntroduceJavascriptNotificationApi.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66047-IntroduceJavascriptNotificationApi.rst index 95712b0e8223bc45168bf6b91d4eb76d901e2290..06d33bb780ae3c771c8f85ea7dc324538d641e3e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66047-IntroduceJavascriptNotificationApi.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66047-IntroduceJavascriptNotificationApi.rst @@ -77,3 +77,6 @@ Examples: // duration is optional, default is 0 seconds which means sticky! top.TYPO3.Notification.error(title, message, duration) + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66077-IntroduceCalloutsToReplaceContentAlerts.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66077-IntroduceCalloutsToReplaceContentAlerts.rst index c7305e2394c112f617801b053b49f0be567ee5b4..79fa30c8531d855c02524051718ab1b9c3c8374e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66077-IntroduceCalloutsToReplaceContentAlerts.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66077-IntroduceCalloutsToReplaceContentAlerts.rst @@ -42,3 +42,6 @@ If you really need to output HTML in your message, use the closing variant. All <f:be.infobox title="Message title" state="-2" iconName="check" disableIcon="TRUE"> <h1>{AlertMessage}</h1> </f:be.infobox> + + +.. index:: Fluid, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66370-AddFlexiblePreviewUrlConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66370-AddFlexiblePreviewUrlConfiguration.rst index 149043cc57f88ec41acdf3ae550f85c3de547ae5..d4e19e53bbf6f9c46e8ade0e704820e25e265b2f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66370-AddFlexiblePreviewUrlConfiguration.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66370-AddFlexiblePreviewUrlConfiguration.rst @@ -55,3 +55,6 @@ Predefined GET-parameters The Core automatically sets the `no_cache` and the `L` parameter. The language matches the language of the current record. You may override each parameter by using the `additionalGetParameters` configuration option. + + +.. index:: TSConfig, Frontend, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66445-AddFileExtensionToMimeTypeMapping.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66445-AddFileExtensionToMimeTypeMapping.rst index 97129424155690d82f8efd7483201f5916e027d0..791f4ef2da6a6c76ebae0ffcdba2d11f19903ac4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66445-AddFileExtensionToMimeTypeMapping.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66445-AddFileExtensionToMimeTypeMapping.rst @@ -25,3 +25,6 @@ Impact The automatic detection for mimeTypes works great, but in some special cases not. This new setting should only be used, if the automatic detection fails. + + +.. index:: LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-62983-PostProcessMirrorUrlSignalHasMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-62983-PostProcessMirrorUrlSignalHasMoved.rst index cc52b1faf93db8196c8785e6abdd774fd0805002..97424e8cf06b6407d113dbf5ecdadee739f2642e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-62983-PostProcessMirrorUrlSignalHasMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-62983-PostProcessMirrorUrlSignalHasMoved.rst @@ -45,3 +45,6 @@ signal. If it is required to serve multiple TYPO3 versions, use the following co 'Vendor\\Extension\\Slots\\CustomMirror', 'postProcessMirrorUrl' ); + + +.. index:: PHP-API, Backend, ext:lang diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63453-ChangedRenderingOfFlashMessagesViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63453-ChangedRenderingOfFlashMessagesViewHelper.rst index b0ff6025eb77b5ccc13640eb3c7f9c1282a95b88..05660022eb8e29cad9835a90c6f61001f8c36624 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63453-ChangedRenderingOfFlashMessagesViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63453-ChangedRenderingOfFlashMessagesViewHelper.rst @@ -44,3 +44,6 @@ as before. </f:for> </ul> </f:flashMessages> + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63835-RemoveDeprecatedExtbasePersistenceParts.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63835-RemoveDeprecatedExtbasePersistenceParts.rst index 88f53d2b6e868302fb47dcff82aa48242a66ce5d..210eb794764cbd55302fef4966bdabf6c0be12e1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63835-RemoveDeprecatedExtbasePersistenceParts.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63835-RemoveDeprecatedExtbasePersistenceParts.rst @@ -19,3 +19,6 @@ Impact ====== Any direct calls to the methods will now exit with a PHP Fatal Error. + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63846-FormEngineRefactoring.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63846-FormEngineRefactoring.rst index 23fdada76e769c9e6f70c2dae46714db0a265bbb..dfe58531b651f97c128e97c00099eede1d9577ce 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63846-FormEngineRefactoring.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63846-FormEngineRefactoring.rst @@ -86,3 +86,6 @@ Migration Adapt the extension code. The majority of methods were for internal core usage only, but still public. Please use the existing API to solve needs on FormEngine. + + +.. index:: PHP-API, Backend, TSConfig, TCA diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66429-RemoveIdentityMapFromPersistence.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66429-RemoveIdentityMapFromPersistence.rst index f26ef8a5d87eaeef7360143b7d693b27749c4390..f4e014d28f26021b3447e0dd4952d099654fb617 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66429-RemoveIdentityMapFromPersistence.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66429-RemoveIdentityMapFromPersistence.rst @@ -49,3 +49,6 @@ How to use the `Session` class to retrieve objects by an identifier: if ($session->hasIdentifier($identifier)) { $object = $session->getObjectByIdentifier($identifier, $className); } + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66669-BackendLoginControllerRefactored.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66669-BackendLoginControllerRefactored.rst index b0c2d5326b40a4a8ca0ac8248fa4f2b513e60bd5..02b44174bb43c2c56fd341ef6899980b5d5117ec 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66669-BackendLoginControllerRefactored.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66669-BackendLoginControllerRefactored.rst @@ -41,3 +41,6 @@ Migration ========= Use the new backend login form API. + + +.. index:: PHP-API, Backend, ext:rsaauth diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66707-IssueCommandNowAddsQuotesWhenUsedInJSContext.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66707-IssueCommandNowAddsQuotesWhenUsedInJSContext.rst index 1458e0fa1784624ada85dba4efb749ebf40a74bd..6748993bb3b9e8f519dd0c2e67fb6c223fc3db98 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66707-IssueCommandNowAddsQuotesWhenUsedInJSContext.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66707-IssueCommandNowAddsQuotesWhenUsedInJSContext.rst @@ -30,3 +30,6 @@ Migration ========= Make sure that you do **not** specify any additional quotes around the result of the call to `issueCommand()`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66754-RemoveRenderingContextAwareInterface.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66754-RemoveRenderingContextAwareInterface.rst index 7cc658d8d4db43b6c449adf61eeef64ff5c4012c..5b0b2fdd597d2cabc1711e74cd70b12e2e6afcb8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66754-RemoveRenderingContextAwareInterface.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66754-RemoveRenderingContextAwareInterface.rst @@ -26,3 +26,6 @@ Breaking interface changes -------------------------- * The `RenderingContextAwareInterface` has been removed. There is no replacement. + + +.. index:: Fluid, PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66868-MoveUsageOfBackendUserSettingsDataProvider.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66868-MoveUsageOfBackendUserSettingsDataProvider.rst index 0325c8b6e935e43f02b18fd681929dcd7e9e38ad..255228d2e83dfe5d04d50a54c4abb0e9b53ed52a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66868-MoveUsageOfBackendUserSettingsDataProvider.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66868-MoveUsageOfBackendUserSettingsDataProvider.rst @@ -35,3 +35,6 @@ In JavaScript, use `TYPO3.Storage.Persistent` API. In PHP, use `\TYPO3\CMS\Backe /** @var $userSettingsController \TYPO3\CMS\Backend\Controller\UserSettingsController */ $userSettingsController = GeneralUtility::makeInstance(\TYPO3\CMS\Backend\Controller\UserSettingsController::class); $state = $userSettingsController->process('get', 'BackendComponents.States.' . $stateId); + + +.. index:: PHP-API, Backend, JavaScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66906-AutomaticPNGToGIFConversionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66906-AutomaticPNGToGIFConversionRemoved.rst index b102cd6bad5128774a59af6233a65b4b49b1ac2f..d2e0441cb2374abd8644bf2add9e05cb55e0cf55 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66906-AutomaticPNGToGIFConversionRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66906-AutomaticPNGToGIFConversionRemoved.rst @@ -24,3 +24,6 @@ Affected Installations ====================== Installations having the option `$TYPO3_CONF_VARS[GFX][png_to_gif]` activated. + + +.. index:: LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66991-TCAValueSliderBasedOnJQuery.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66991-TCAValueSliderBasedOnJQuery.rst index 6ca6f7dd4d524f80ecf1bd93022920cd822942ab..84524a8104e73ce77b12b21f4ae537cd781d6eae 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66991-TCAValueSliderBasedOnJQuery.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66991-TCAValueSliderBasedOnJQuery.rst @@ -30,3 +30,6 @@ Migration ========= Remove the slider wizard from affected TCA. + + +.. index:: TCA, JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66997-RemoveSuper-challengedPasswordSecurity.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66997-RemoveSuper-challengedPasswordSecurity.rst index 122fe8971358f8bd4e1a22979aa84c9eb352f12f..d294a9f0632a579cddd7c86d3b8435308d9d9c93 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66997-RemoveSuper-challengedPasswordSecurity.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66997-RemoveSuper-challengedPasswordSecurity.rst @@ -50,3 +50,6 @@ Make sure you access the Backend via HTTPS or install the rsaauth system extensi Also refer to the `TYPO3 Security Guide`_ .. _TYPO3 Security Guide: https://docs.typo3.org/typo3cms/SecurityGuide/GuidelinesAdministrators/EncryptedCommunication/Index.html + + +.. index:: PHP-API, Frontend, Backend, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67027-RemovedFlowCompatibilityFromPackageManager.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67027-RemovedFlowCompatibilityFromPackageManager.rst index b8d58f78be78e10c891437c0d05d847f288da366..7921bdd296e85683722517bea7619b9bb139bd2b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67027-RemovedFlowCompatibilityFromPackageManager.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67027-RemovedFlowCompatibilityFromPackageManager.rst @@ -36,3 +36,6 @@ Migration ========= Use Composer packages natively for class loading, or use ext_localconf.php to additionally configure a package. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67204-DatabaseConnectionexec_SELECTgetRowsMayThrowException.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67204-DatabaseConnectionexec_SELECTgetRowsMayThrowException.rst index 9c40ce3de08ba9d281177d1c7322f2c39641c70a..28aad134cb2462da23575b445d08d124aa3508ea 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67204-DatabaseConnectionexec_SELECTgetRowsMayThrowException.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67204-DatabaseConnectionexec_SELECTgetRowsMayThrowException.rst @@ -35,3 +35,6 @@ Migration ========= Fix your call to the method and correct the `$uidIndexField` parameter. + + +.. index:: PHP-API, Database diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67212-DiscardLegacyClassLoader.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67212-DiscardLegacyClassLoader.rst index 4acd732bacf52b5067bc4a24c435285674f33555..af22e54eb8416952b6cff44201b5f55aaf980f67 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67212-DiscardLegacyClassLoader.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67212-DiscardLegacyClassLoader.rst @@ -56,3 +56,6 @@ composer.json for all extensions which do not bring their own composer.json mani } } } + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67229-FormEngineRelatedClasses.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67229-FormEngineRelatedClasses.rst index c46fd7339dc3adb1315c2806acf810a402b3be40..a9a89a8ff287f14a2701971c4060c69bd4a9a472 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67229-FormEngineRelatedClasses.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67229-FormEngineRelatedClasses.rst @@ -37,3 +37,6 @@ Migration ========= Use the newly introduced API. + + +.. index:: PHP-API, Backend, ext:t3editor, RTE diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectInitializeObject.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectInitializeObject.rst index e00aa517c431b892d17c20541357ee80edb85480..e26fcad5a2912866121b66478df3f40e21b090ae 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectInitializeObject.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectInitializeObject.rst @@ -30,3 +30,6 @@ Migration ========= Remove calls to `parent::initializeObject()` from own `initializeObject()` implementations. + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectWakeUp.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectWakeUp.rst index 17fefe48217d0dbf22f615d13eed85bfdfd3ae7f..fefdf5b06cbc547a4ec8d168f4ed6ce208bd7545 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectWakeUp.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectWakeUp.rst @@ -26,3 +26,6 @@ Migration Move initialization code from `__wakeup()` to `initializeObject()`. As a bonus, dependencies have been injection at this point already. + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-61829-DbalConfigClassFile.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-61829-DbalConfigClassFile.rst index 4eabcade75feae41e08c2d5d68e73669bdf96a4c..9e6d4ad43027acd2fc2a7cdaaf85745daf8241d1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-61829-DbalConfigClassFile.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-61829-DbalConfigClassFile.rst @@ -30,3 +30,6 @@ Migration ========= Load the class using the autoloader. + + +.. index:: PHP-API, ext:dbal diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63453-DeprecateRenderModeAttributeOfFlashMessageViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63453-DeprecateRenderModeAttributeOfFlashMessageViewHelper.rst index d5fc5c7569cda30c248b1dda10b6d49c54efb798..ede3edf2faf0fe14a04de3ed0746829aa1fbf98b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63453-DeprecateRenderModeAttributeOfFlashMessageViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63453-DeprecateRenderModeAttributeOfFlashMessageViewHelper.rst @@ -44,3 +44,6 @@ Adjust flash messages to contain only plain text and remove the renderMode attri </f:for> </ul> </f:flashMessages> + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63735-DeprecateDataHandlerCheckValueMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63735-DeprecateDataHandlerCheckValueMethods.rst index bd5bca61ca88330daaf5dd20b73800dda6a6d7ea..8a6a4f1fc5fa59530517d7beef858882ebf88d93 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63735-DeprecateDataHandlerCheckValueMethods.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63735-DeprecateDataHandlerCheckValueMethods.rst @@ -30,3 +30,6 @@ Migration ========= These functions are internal and should not be used outside of the core. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-65344-ExtTables.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-65344-ExtTables.rst index 4928495365da92ee0d8dc2e8f93fdd0a08d21951..c0bfc67f7979ee8094e17dc2dc3be2f9d39184b3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-65344-ExtTables.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-65344-ExtTables.rst @@ -34,3 +34,6 @@ There are two options to migrate away from `typo3conf/extTables.php` usage, the :file:`typo3conf/extTables.php` to :file:`typo3conf/ext/<your_extension>/Configuration/TCA/Overrides/pages.php`. * Slot the signal `tcaIsBeingBuilt` that is emitted in `ExtensionManagementUtility.php`. + + +.. index:: PHP-API, TCA, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66789-DeprecateOptionsInCshViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66789-DeprecateOptionsInCshViewHelper.rst index 88625fec875487570a3f8b96c26f6ff24b4523b4..64921342e5319b830f7ecc8599eac5b23fa44310 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66789-DeprecateOptionsInCshViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66789-DeprecateOptionsInCshViewHelper.rst @@ -23,3 +23,6 @@ Migration ========= Remove the options where the CshViewHelper is used. + + +.. index:: Fluid, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66823-ExtensionUtilityConfigureModule.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66823-ExtensionUtilityConfigureModule.rst index bf0ebe8103068321c3f5a702f72faced3d5192b7..a6b71d5b33387d6814504219be1fed99cbbbc1cc 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66823-ExtensionUtilityConfigureModule.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66823-ExtensionUtilityConfigureModule.rst @@ -31,3 +31,6 @@ Migration ========= Use the 1:1 functionality in `TYPO3\CMS\Core\Utility\ExtensionManagementUtility->configureModule()` directly. + + +.. index:: PHP-API, Backend, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66905-ClassicPageModuleAndEditRegularContentFromId.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66905-ClassicPageModuleAndEditRegularContentFromId.rst index 46f9639c630706bdee2eb5cde8a72c98dfdbcb71..6fc05e216ba890acfe8edc86f054b6e1bb1f554b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66905-ClassicPageModuleAndEditRegularContentFromId.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66905-ClassicPageModuleAndEditRegularContentFromId.rst @@ -32,3 +32,6 @@ Migration ========= Remove calls to the functionality. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66906-FunctionalityPngToGifConversion.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66906-FunctionalityPngToGifConversion.rst index f126faab2f2183425fc810f6294a34700551aac6..deaed7e13b97c1ada37779b2ca5d3d6dd97e2eb0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66906-FunctionalityPngToGifConversion.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66906-FunctionalityPngToGifConversion.rst @@ -34,3 +34,6 @@ Migration Remove calls to the functionality, as the result will be a PNG. If GIF conversion is needed, the functionality needs to be implemented in a custom FAL Processor inside an extension. + + +.. index:: PHP-API, Backend, LocalConfiguration, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67029-DeprecatePageBgImgOption.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67029-DeprecatePageBgImgOption.rst index d7d9c50e8695259b824d307d2a84052e164a3736..c0de7c7fd8dc5d0fc10fe8e46c8e20dea08acb67 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67029-DeprecatePageBgImgOption.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67029-DeprecatePageBgImgOption.rst @@ -29,3 +29,6 @@ Migration ========= Use CSS to set a background on the body. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67171-T3editorIsEnabled.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67171-T3editorIsEnabled.rst index c8c6411e2096609529a10c780ec3d60363f639ac..a5f1520e69b42b08a702157f3243bc018d050d40 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67171-T3editorIsEnabled.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67171-T3editorIsEnabled.rst @@ -29,3 +29,6 @@ Migration ========= The method call should be removed. + + +.. index:: PHP-API, Backend, ext:t3editor diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67229-TcaChanges.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67229-TcaChanges.rst index 6b1c9e74696bca4fc21a27d7a2aa8e1a6d0ee734..820f4eaf304b2db827f68122ca2b13ae39e661a3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67229-TcaChanges.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67229-TcaChanges.rst @@ -15,7 +15,7 @@ Some details in the main `Table Configuration Array, TCA`, known on PHP side as Simplified `types` `showitem` configuration using `columnsOverrides` --------------------------------------------------------------------------- +-------------------------------------------------------------------- If a field is configured as `type` in `TCA` `ctrl` section, the value of this database field determines which fields are shown if opening a record in the backend. The shown fields are configured in `TCA` section @@ -238,3 +238,6 @@ is opened in the backend. Typical migration of the 4th `showitem` parameter involves moving a RTE configuration like `richtext:rte_transform[mode=ts_css]` or the `type=text` flags `nowrap`, `fixed-font` and `enabled-tab` to `columnsOverrides`. + + +.. index:: TCA, Backend, ext:t3editor diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67297-DbalFieldTypeConversion.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67297-DbalFieldTypeConversion.rst index 28a2be6d40b3f3aed68def919fb6fe6050a66777..98c5524c6d3fbb85af78fd444f80d515c09723c5 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67297-DbalFieldTypeConversion.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67297-DbalFieldTypeConversion.rst @@ -26,3 +26,6 @@ Migration ========= Use the functions `getNativeFieldType()` and `getMetaFieldType()` provided by the DBMS specifics class. + + +.. index:: PHP-API, ext:dbal diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67402-ExtbaseAbstractDomainObjectWakeUp.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67402-ExtbaseAbstractDomainObjectWakeUp.rst index dfee20dbb2d0aa8bd8a37229cd472848c8d7aa36..1e3b0735f61c9c0dd67802631d8baaecaf420b4f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67402-ExtbaseAbstractDomainObjectWakeUp.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67402-ExtbaseAbstractDomainObjectWakeUp.rst @@ -24,3 +24,6 @@ Migration ========= Remove calls to `parent::__wakeup()` from own `__wakeup()` implementations. + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-59606-IntegrateSymfonyConsoleIntoCommandController.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-59606-IntegrateSymfonyConsoleIntoCommandController.rst index 70d10edcd9e4d7a475c56beca79bcae38a92103a..7d83333726ac22de5a4ad0dca3684f093445a6f5 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-59606-IntegrateSymfonyConsoleIntoCommandController.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-59606-IntegrateSymfonyConsoleIntoCommandController.rst @@ -94,3 +94,6 @@ Previously all output was collected in the `Cli\Response` and only rendered to t Now all methods producing output (including `output()` and `outputLine()`) render the result directly to the console. If you use `$this->response` directly or let the command method return a string, the rendering is still deferred until the end of the CLI request. + + +.. index:: CLI, ext:extbase, PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-62242-ActionMenuItemGroupViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-62242-ActionMenuItemGroupViewHelper.rst index 92a4d04315e5a9cf0086edb6eddb4fc6971bebea..d12a39de9acd7c2ce501e21241e31ae935981a13 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-62242-ActionMenuItemGroupViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-62242-ActionMenuItemGroupViewHelper.rst @@ -38,3 +38,6 @@ Usage example: <f:be.menus.actionMenuItem label="XClasses" controller="Information" action="xclass" /> </f:be.menus.actionMenuItemGroup> </f:be.menus.actionMenu> + + +.. index:: Fluid, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63453-TemplateSupportForFlashMessagesViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63453-TemplateSupportForFlashMessagesViewHelper.rst index d9e1cd14384e6b746fe7e59b5aa0e3cc03d6a419..9ecb84bb7beb6d7af2d90592a813baa833880733 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63453-TemplateSupportForFlashMessagesViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63453-TemplateSupportForFlashMessagesViewHelper.rst @@ -30,3 +30,6 @@ Example usage: </f:for> </ul> </f:flashMessages> + + +.. index:: Fluid, Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63561-AddTypoScriptStdWrapStrtotime.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63561-AddTypoScriptStdWrapStrtotime.rst index e4de8bd45be792820007418c40b07b3b15311486..9bde83620939fda358945671a6af8a5e03957ce2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63561-AddTypoScriptStdWrapStrtotime.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63561-AddTypoScriptStdWrapStrtotime.rst @@ -40,3 +40,6 @@ Impact ====== The new property is available everywhere in TypoScript where `stdWrap` is applied. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-65250-TypoScriptConditionAddGPmerged.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-65250-TypoScriptConditionAddGPmerged.rst index 027d3b5674103d4e9a535760ebb48d852b1ba76b..871e7743c77d44258d2132ddad7b452fad647ae3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-65250-TypoScriptConditionAddGPmerged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-65250-TypoScriptConditionAddGPmerged.rst @@ -28,3 +28,6 @@ So, instead the check should use GeneralUtility::_GPmerged() page.90 = TEXT page.90.value = DEMO [global] + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66111-AddTemplaterootpathsSupportToCobjectFluidtemplate.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66111-AddTemplaterootpathsSupportToCobjectFluidtemplate.rst index 79c68f8fbf9dc369c1f063b98f467d8d18f10ad9..b8a79981bebe9fc43c210d911c5bada14122e0a9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66111-AddTemplaterootpathsSupportToCobjectFluidtemplate.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66111-AddTemplaterootpathsSupportToCobjectFluidtemplate.rst @@ -87,3 +87,6 @@ Impact ====== If templateName and templateRootPaths are set the template and file options are neglected. + + +.. index:: TypoScript, Fluid, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66173-AllowPageTitleEditByDoubleclick.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66173-AllowPageTitleEditByDoubleclick.rst index ebf4553aa04f33de09b795897208efcf0c540752..9ad0054d54f662579b016805fe6f73c052906713 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66173-AllowPageTitleEditByDoubleclick.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66173-AllowPageTitleEditByDoubleclick.rst @@ -18,3 +18,6 @@ Impact If a user has sufficient permissions, the page title will become a text field after double-clicking on it. Pressing the "escape" key aborts the edit, pressing "enter" submits the changes. + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66269-FluidRemoveViewHelperXmlnsAttributesAndSpecifiedHtmlTag.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66269-FluidRemoveViewHelperXmlnsAttributesAndSpecifiedHtmlTag.rst index 9d6207f9868b62ccdb27d2ec86ae84d6d813492d..41c26d0b1bf594068e48c1e18b0ec2f2da07e4cf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66269-FluidRemoveViewHelperXmlnsAttributesAndSpecifiedHtmlTag.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66269-FluidRemoveViewHelperXmlnsAttributesAndSpecifiedHtmlTag.rst @@ -108,3 +108,6 @@ Fluid and News extension. </html> The output contains everything excluding the HTML-tag. + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66669-BeLoginFormAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66669-BeLoginFormAPI.rst index db59dc3229c5f39706d629e4dda847f1537d4daa..3974a3f0c84e4968328640954f297ff323005089 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66669-BeLoginFormAPI.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66669-BeLoginFormAPI.rst @@ -101,3 +101,6 @@ Impact ====== All extensions which add additional fields to the login form must be updated and make use of the new BE login form API. + + +.. index:: PHP-API, Backend, ext:openid diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66681-CategoryRegistryAddOptionsToSetL10n_modeAndL10n_display.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66681-CategoryRegistryAddOptionsToSetL10n_modeAndL10n_display.rst index c6017d272c77ded04e73be5a8d30bef3aedc7d21..ca4488520793109f1010a9595a33acfbcc2a6ddb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66681-CategoryRegistryAddOptionsToSetL10n_modeAndL10n_display.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66681-CategoryRegistryAddOptionsToSetL10n_modeAndL10n_display.rst @@ -24,3 +24,6 @@ The values can be set via: 'l10n_display' => 'list of keywords' ) ); + + +.. index:: PHP-API, TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66697-AddUppercamelcaseAndLowercamelcaseToStdWrap.case.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66697-AddUppercamelcaseAndLowercamelcaseToStdWrap.case.rst index d029f65851389551d50ff6a81f1f38de4d1bd874..8a65a10aaad829f1adc1637756cefad1200f6b8a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66697-AddUppercamelcaseAndLowercamelcaseToStdWrap.case.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66697-AddUppercamelcaseAndLowercamelcaseToStdWrap.case.rst @@ -37,3 +37,6 @@ To make it possible to change a value from underscored to "UpperCamelCase" or "l file.wrap = EXT:site_base/Resources/Private/Templates/|.html } } + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst index a716f6618659ef80726d2bcb315459b0efbbc7fb..3a27c509720bf22c1b471a0adbe5131e4eb92f5a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst @@ -36,8 +36,8 @@ Usage: } } -.. - - .. hint:: Integrity hashes may be generated using https://srihash.org/. + + +.. index:: JavaScript, TypoScript, Frontend \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66709-AddTemplateRootPathsSupportToFluidViewStandaloneView.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66709-AddTemplateRootPathsSupportToFluidViewStandaloneView.rst index 5114b1e58f577d2d17ff15ed31a37cb26c165c1e..7783d252ba13a8c982cd9ce544d13b3bf2d28a91 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66709-AddTemplateRootPathsSupportToFluidViewStandaloneView.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66709-AddTemplateRootPathsSupportToFluidViewStandaloneView.rst @@ -55,3 +55,6 @@ Impact The public API of `TYPO3\CMS\Fluid\View\StandaloneView` is enhanced with the methods `setTemplateRootPaths($templatePaths)` and `setTemplate($templateName, $throwException = TRUE)` + + +.. index:: PHP-API, Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66822-SpriteIconsInBackendModules.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66822-SpriteIconsInBackendModules.rst index 44ecce8d64a0289b130b173701deed4d85c78b40..33f140474da646bebd4c4a075901ce549c708aed 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66822-SpriteIconsInBackendModules.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66822-SpriteIconsInBackendModules.rst @@ -34,3 +34,6 @@ Registering a module can now look like this (as an example the "Page" module): ); One can use any available sprite icon known to TYPO3. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66907-AddDataProcessingToFluidTemplateContentObject.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66907-AddDataProcessingToFluidTemplateContentObject.rst index 9374eef04b9ae996d6608c6ea7b464a9e32cb8c3..8fe8e87542c7b2d6652492b7b3eb3fd02db4370c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66907-AddDataProcessingToFluidTemplateContentObject.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66907-AddDataProcessingToFluidTemplateContentObject.rst @@ -47,3 +47,6 @@ Impact ====== The data processors can be used in all new projects. There is no interference with any part of existing code. + + +.. index:: PHP-API, TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67071-ProcessedFilesCleanupToolAddedInInstallTool.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67071-ProcessedFilesCleanupToolAddedInInstallTool.rst index d2ebcab18f7a8b569fd209dd0e40d19134540ed5..2b8d03a2546e5dbee2a7b4cbfa0c0da37e063f12 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67071-ProcessedFilesCleanupToolAddedInInstallTool.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67071-ProcessedFilesCleanupToolAddedInInstallTool.rst @@ -15,3 +15,6 @@ section. The tool is useful if you change graphic-related settings or after updating GraphicsMagick/ImageMagick on the server and you want all files to be regenerated. + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67229-FormEngineNodeFactoryApi.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67229-FormEngineNodeFactoryApi.rst index db3f4eb0dadd58e56110ca038e9870ea55f785e7..590080e5d4c5e7ba47e52029916defcd93b4f6ae 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67229-FormEngineNodeFactoryApi.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67229-FormEngineNodeFactoryApi.rst @@ -104,3 +104,6 @@ Warning The internal data given to the resolver class still may change. Both the `globalOptions` and the current `renderType` values are subject to change without further notice until TYPO3 CMS 7 LTS. + + +.. index:: PHP-API, TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67319-AddFieldCopyrightToEXTfilemetadata.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67319-AddFieldCopyrightToEXTfilemetadata.rst index 5411d4fa4f45506965fb8bd3ff410acb249ff542..0dac08f3ff668a6b8097f0246435578622412ca9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67319-AddFieldCopyrightToEXTfilemetadata.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67319-AddFieldCopyrightToEXTfilemetadata.rst @@ -17,3 +17,6 @@ Impact ====== The new field can be used in all new projects. There is no interference with any part of existing code. + + +.. index:: FAL, Database diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Important-66614-ChecksumForProcessedFilesChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Important-66614-ChecksumForProcessedFilesChanged.rst index 4f6a472868cacb7690397c94d797b32fae5e3a55..80ac558855439edcdf710cbb5f7b20fc837b7afc 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Important-66614-ChecksumForProcessedFilesChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Important-66614-ChecksumForProcessedFilesChanged.rst @@ -31,3 +31,5 @@ by updating the checksum of all existing processed files. The Upgrade Wizard is only relevant for you if you're upgrading from any TYPO3 CMS version below 7.3 or 6.2.13. Any upgrade from 7.3 or later or from 6.2.13 or later to a newer version does **not** require to run the wizard. + +.. index:: Database diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Important-67248-CleanUpDataMapperconvertClassNameToTableName.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Important-67248-CleanUpDataMapperconvertClassNameToTableName.rst index 72b1b38e8470d851d26a54f08497cea43ba44028..fcaa038bb5c1182c4aaf784c96bda5927dabad05 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Important-67248-CleanUpDataMapperconvertClassNameToTableName.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Important-67248-CleanUpDataMapperconvertClassNameToTableName.rst @@ -11,3 +11,6 @@ Description =========== As a side-effect of cleaning up `DataMapper::convertClassNameToTableName` the argument `$className` is now mandatory. + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Important-67401-DependencyInjectionIsNowDoneBeforeInitializeObject.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Important-67401-DependencyInjectionIsNowDoneBeforeInitializeObject.rst index cd0000da3a2d86a88c2ed6864dd785e4c257a5f9..84bbc96b4de7d9a50c6041084e387cff3a324295 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.3/Important-67401-DependencyInjectionIsNowDoneBeforeInitializeObject.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.3/Important-67401-DependencyInjectionIsNowDoneBeforeInitializeObject.rst @@ -20,3 +20,6 @@ This may have impact on extensions that are relying on the reversed call order. required to take into account that the injected objects are available. .. _documentation: http://wiki.typo3.org/Dependency_Injection#initializeObject.28.29_as_object_lifecycle_method + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.rst index e164e2187d2bae124c2ec36c2779b5e742d4bfb3..34de08d4caaab069376d65f97bca66ba8b92db63 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.rst @@ -64,3 +64,6 @@ Migration The preferred substitution is jQuery and RequireJS that are loaded by default in any TYPO3 Backend module, if any third-party code is needed based on prototype and/or scriptaculous. Alternatively, it is possible to ship a separate prototype.js and scriptaculous library in a third-party extension if no migration is possible with jQuery. + + +.. index:: JavaScript, TypoScript, Frontend, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-52705-DefaultLogConfigurationIsChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-52705-DefaultLogConfigurationIsChanged.rst index 15d7ec2702c0c014de12fcfab4697583cb6b5c65..ca3ca77016bcefecb8bb770e0fc96af786b55d2e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-52705-DefaultLogConfigurationIsChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-52705-DefaultLogConfigurationIsChanged.rst @@ -62,3 +62,6 @@ Migration Adjust the log configuration according to your needs in your :code:`LocalConfiguration.php`. Adjust any Extension code affected by the changes if needed. + + +.. index:: PHP-API, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-55759-HTMLInLinkTitlesNotWorkingAnymore.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-55759-HTMLInLinkTitlesNotWorkingAnymore.rst index f34de5ff59a217c50eadf7782078636ba5ef333c..74a4355b0bebc7c87b1a8a0e2fd8619d276fed04 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-55759-HTMLInLinkTitlesNotWorkingAnymore.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-55759-HTMLInLinkTitlesNotWorkingAnymore.rst @@ -10,7 +10,8 @@ See :issue:`55759` Description =========== -By introducing proper handling of double quotes in link titles (TypoLink fields) the processing of the link title is adjusted. Escaping will be done automatically now. +By introducing proper handling of double quotes in link titles (TypoLink fields) the processing of the link title is adjusted. +Escaping will be done automatically now. Impact @@ -34,4 +35,8 @@ Change the affected link titles to contain the plain characters, the correct enc Example: `Some "special" title` -If you need to encode a TypoLink manually in code, use the `TypoLinkCodecService` class, which provides a convenient way to encode a TypoLink from its fragments. +If you need to encode a TypoLink manually in code, use the `TypoLinkCodecService` class, which provides a convenient way +to encode a TypoLink from its fragments. + + +.. index:: Frontend, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56133-NewBeUserPermissionFilesReplace.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56133-NewBeUserPermissionFilesReplace.rst index 28a7e972d4ea816f9b7ab84169268c38d22750f3..c3e5d2e0d788e82427ad9980d0bc2385c1b7ea9e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56133-NewBeUserPermissionFilesReplace.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56133-NewBeUserPermissionFilesReplace.rst @@ -30,3 +30,6 @@ Migration ========= An upgrade wizard was added to set this permission for all BE users that already are allowed to write files as this was the old permissions check. + + +.. index:: FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56951-RemoveUnusedMethodsInPagePositionMap.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56951-RemoveUnusedMethodsInPagePositionMap.rst index 1fa49894a7f759c3190daec4c0256a9e98876e19..d33efa62bf1de2a1aef628807eb14d71eb28eaec 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56951-RemoveUnusedMethodsInPagePositionMap.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56951-RemoveUnusedMethodsInPagePositionMap.rst @@ -33,3 +33,6 @@ Migration ========= Use proper styling for a tree list. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst index cd21992d81a62e367608275b92ea366aa40aef2f..9d6fc537f156c1fd35d154267f4c98c197a0adb2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst @@ -35,3 +35,6 @@ Example: .. code-block:: php GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($cacheEntryPathAndFilename); + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64200-CustomCObject.cache.TypoScriptEvaluation.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64200-CustomCObject.cache.TypoScriptEvaluation.rst index 1cd308431cd702a4f3c80d6da0a7df5846a3cd7c..e078ff33d1246cce7eb81cd51bbef586f5ce834e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64200-CustomCObject.cache.TypoScriptEvaluation.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64200-CustomCObject.cache.TypoScriptEvaluation.rst @@ -59,3 +59,6 @@ by writing `stdWrap.cache` instead. If you used the hook `$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['stdWrap_cacheStore']`, please use `stdWrap` and the available hooks inside `stdWrap` to achieve your goal. + + +.. index:: PHP-API, TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64714-CatchExceptionsForInaccessibleStorages.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64714-CatchExceptionsForInaccessibleStorages.rst index 9cba71edda6c28679f745528838f6067bec13d51..cc49680dc230d0f9650b99e415170e33f10bdcca 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64714-CatchExceptionsForInaccessibleStorages.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64714-CatchExceptionsForInaccessibleStorages.rst @@ -10,13 +10,15 @@ See :issue:`64714` Description =========== -Changed `\TYPO3\CMS\Core\Resource\Exception\ResourcePermissionsUnavailableException` to extend from `\TYPO3\CMS\Core\Resource\Exception` instead of `\RuntimeExtension` +Changed `\TYPO3\CMS\Core\Resource\Exception\ResourcePermissionsUnavailableException` to extend +from `\TYPO3\CMS\Core\Resource\Exception` instead of `\RuntimeExtension` Impact ====== -If a call to `\TYPO3\CMS\Core\Resource\Driver\LocalDriver->getPermissions()` throws an exception and your extension catches `\RuntimeExtension` it breaks on permission read errors. +If a call to `\TYPO3\CMS\Core\Resource\Driver\LocalDriver->getPermissions()` throws an exception and +your extension catches `\RuntimeExtension` it breaks on permission read errors. Migration @@ -31,3 +33,6 @@ To write a compatible extension you can do following in your catch block: } catch(\TYPO3\CMS\Core\Resource\Exception\ResourcePermissionsUnavailableException $e) { // Do same exception handling } + + +.. index:: PHP-API, FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-65305-AddFunctionsToDriverInterface.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-65305-AddFunctionsToDriverInterface.rst index 6dbe4cc9d37855693bce2c3eb25143020aac6c34..a8f9064949d3bc2f2e1ddab5d361ac8ee6ae4acf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-65305-AddFunctionsToDriverInterface.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-65305-AddFunctionsToDriverInterface.rst @@ -30,3 +30,6 @@ Migration The functions `getFolderInFolder()` and `getFileInFolder()` must be added to the custom FAL driver. A non-hierarchical driver needs to throw a "not implemented" exception when calling these functions. + + +.. index:: PHP-API, FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-66602-RemoveRefererCheckWhileHandlingJumpUrl.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-66602-RemoveRefererCheckWhileHandlingJumpUrl.rst index e0c8228a991d7dc3f901ec3b33d840b1ac481617..7bb9dc91b74c3f99421b6d662001c6adbd079c68 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-66602-RemoveRefererCheckWhileHandlingJumpUrl.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-66602-RemoveRefererCheckWhileHandlingJumpUrl.rst @@ -28,3 +28,6 @@ Affected Installations ====================== Instances with third-party extensions calling this method. + + +.. index:: PHP-API, Frontend, ext:jumpurl diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.rst index 4a5f7472025a38d4f5ade157d4c24f3b308728ec..833457800c2cae66dcaae2d1dd8c4771a548cf13 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.rst @@ -26,3 +26,6 @@ Affected Installations ====================== All extensions that use the `PreFileAdd` signal and depend on the `$sourceFilePath` param. + + +.. index:: PHP-API, FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67546-CleanupFlashMessageRendering.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67546-CleanupFlashMessageRendering.rst index 884f8c65e1a544815545fb5c334bc58da8dc3eed..b53e5f572e324bb08370eea32205d75acfb4900f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67546-CleanupFlashMessageRendering.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67546-CleanupFlashMessageRendering.rst @@ -37,3 +37,6 @@ Migration ========= Remove all HTML from flash messages. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67557-LanguageFileOfOpendocsWasMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67557-LanguageFileOfOpendocsWasMoved.rst index ba2d94f99e6b91b7258d9de6446dda83d5fa275a..ebab5390bcdf85ee1e05a37f9dadd24cde055455 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67557-LanguageFileOfOpendocsWasMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67557-LanguageFileOfOpendocsWasMoved.rst @@ -31,3 +31,6 @@ Migration ========= Use :file:`Resources/Private/Language/locallang.xlf`, if required. + + +.. index:: PHP-API, Backend, ext:opendocs diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67565-DeprecatedBackendRelatedMethodsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67565-DeprecatedBackendRelatedMethodsRemoved.rst index 4202a02dc34afdba7a4889dbd2201dda8d5147f7..272f77b61edb5e33815f8d6b4151de52083e84fc 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67565-DeprecatedBackendRelatedMethodsRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67565-DeprecatedBackendRelatedMethodsRemoved.rst @@ -30,3 +30,6 @@ Affected Installations ====================== Instances with third-party extensions calling one of these methods. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67577-RteEnabledFlagHandling.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67577-RteEnabledFlagHandling.rst index 38bc740f8030c6b07adb7f34f49ec05010904c9e..1e1a08cd5cce2ce914eb75eee730b46933fb77b1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67577-RteEnabledFlagHandling.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67577-RteEnabledFlagHandling.rst @@ -57,3 +57,5 @@ With this configuration RTE was only rendered if `otherField` had the value 1. T 'defaultExtras' => 'richtext:rte_transform[mode=ts_css]', + +.. index:: TCA, RTE, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67646-LibraryInclusionInFrontend.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67646-LibraryInclusionInFrontend.rst index 185e22135eacc0540637299a9e92b76fbede7349..868673b7887c3b0d50112ea971a6086684a7bc02 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67646-LibraryInclusionInFrontend.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67646-LibraryInclusionInFrontend.rst @@ -34,3 +34,6 @@ Migration ========= Use hooks during the Frontend set up to execute custom PHP code. + + +.. index:: PHP-API, Frontend, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67654-RemoveGLOBALSFILEICONSFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67654-RemoveGLOBALSFILEICONSFunctionality.rst index ff134a6f52d7849926e5cc5fa8b531f5e6ebb751..4731aa084876e72d21d63028ce53c6e243ff3f1b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67654-RemoveGLOBALSFILEICONSFunctionality.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67654-RemoveGLOBALSFILEICONSFunctionality.rst @@ -33,3 +33,6 @@ Migration ========= Use sprite icons via `IconUtility::getSpriteIconForFile()`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67749-ForceAutoloadingForVariousHooks.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67749-ForceAutoloadingForVariousHooks.rst index 9757569c4b52dce6a768faf85dc55c29e294662c..df8bad623c1573a57c14ff2ab46591052f464ce8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67749-ForceAutoloadingForVariousHooks.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67749-ForceAutoloadingForVariousHooks.rst @@ -41,3 +41,5 @@ simplified to an empty value, example: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tce']['formevals'][\TYPO3\CMS\Saltedpasswords\Evaluation\FrontendEvaluator::class] = ''; + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67753-DropSecondaryOptions.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67753-DropSecondaryOptions.rst index 24e27a1a0e9fc294b91a9e4b065dbe9b4a67500d..55c4d1f341afd4daa99d00cb017dffb992660b52 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67753-DropSecondaryOptions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67753-DropSecondaryOptions.rst @@ -65,3 +65,6 @@ Migration ========= The above properties can be dropped, the `PageTS` and `TCA` settings have no effect anymore. + + +.. index:: TCA, TSConfig, PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67792-ClassAliasesOfIndexedSearchRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67792-ClassAliasesOfIndexedSearchRemoved.rst index 96e5c97bb3ce4980edd48d4a863626fb1419dd73..3a76d3e3264fe9fdaacda3e38ddb52944afc4dbd 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67792-ClassAliasesOfIndexedSearchRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67792-ClassAliasesOfIndexedSearchRemoved.rst @@ -35,3 +35,6 @@ Use the new class names: - `\TYPO3\CMS\IndexedSearch\Controller\SearchFormController` - `\TYPO3\CMS\IndexedSearch\Controller\SearchController` + + +.. index:: PHP-API, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67811-RteApi.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67811-RteApi.rst index be95a1c307645fcda90bf16ab923353d7b7f9799..143a7e36e8711024352feef10411ec5ea2a167f1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67811-RteApi.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67811-RteApi.rst @@ -83,3 +83,6 @@ Migration ========= Adapt the code using these methods. + + +.. index:: PHP-API, RTE, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67815-RemoveTceformsjsBecauseWeDontNeedItAnymore.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67815-RemoveTceformsjsBecauseWeDontNeedItAnymore.rst index 9e243023945b4b3b2bc36f9682192c13cdb3bae5..354ba6c38a5e89d35f27d3218a040449f1da1de6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67815-RemoveTceformsjsBecauseWeDontNeedItAnymore.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67815-RemoveTceformsjsBecauseWeDontNeedItAnymore.rst @@ -29,3 +29,6 @@ Migration ========= Remove all references to the file. + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67824-Typo3ExtFolderRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67824-Typo3ExtFolderRemoved.rst index 9b7072fe1234c983a8c4376a0f3b13840ac21a22..de5ca9362f9c43a9f86bfb46bc1df425e7ad99cb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67824-Typo3ExtFolderRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67824-Typo3ExtFolderRemoved.rst @@ -31,3 +31,6 @@ Migration ========= Create directory `typo3/ext` before moving extensions into this folder. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67825-RemoveColorpickerOptionsDimAndTableStyle.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67825-RemoveColorpickerOptionsDimAndTableStyle.rst index 975d8dbb5b580bd959b909ac571096bee5d600cf..14f2b723e72b3cec60143ff4c1dc4d3e3dc2c9b8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67825-RemoveColorpickerOptionsDimAndTableStyle.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67825-RemoveColorpickerOptionsDimAndTableStyle.rst @@ -30,3 +30,6 @@ Migration ========= Both options can de safely removed. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67890-RedesignFluidTemplateDataProcessorInterfaceToDataProcessorInterface.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67890-RedesignFluidTemplateDataProcessorInterfaceToDataProcessorInterface.rst index 8eaf7ce998fdd55bb4af90d9e384e616034d8eb6..99e30694e908709c210a34f0564430109a1e8433 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67890-RedesignFluidTemplateDataProcessorInterfaceToDataProcessorInterface.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67890-RedesignFluidTemplateDataProcessorInterfaceToDataProcessorInterface.rst @@ -56,3 +56,6 @@ Migration Change the interface of all DataProcessor classes from `FluidTemplateDataProcessorInterface` to the new `DataProcessorInterface` and adjust the `process()` method to match the new parameters and make sure it returns the processed data as the processed data. + + +.. index:: PHP-API, Fluid, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67932-FeloginTemplateHasBeenChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67932-FeloginTemplateHasBeenChanged.rst index 407f869ea5e977858ad7bf2d5c393f1f26a432c5..d66e8e0ea35acec5da59963e28ff06706f30f470 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67932-FeloginTemplateHasBeenChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67932-FeloginTemplateHasBeenChanged.rst @@ -37,3 +37,6 @@ The field definition in your template has to be updated to like this: .. code-block:: html <input type="password" id="pass" name="pass" value="" data-rsa-encryption="" /> + + +.. index:: Frontend, ext:felogin, ext:rsaauth diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67946-LowLevelScriptsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67946-LowLevelScriptsRemoved.rst index eeb392afd222ef37903147d64e9fa70380ab1b9b..942f9a14d78e996876c29f3501ee02fab9e5c810 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67946-LowLevelScriptsRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67946-LowLevelScriptsRemoved.rst @@ -32,3 +32,6 @@ Migration If such a list is needed, create the files manually again in your system (outside your document root). The code can be found inside :file:`EXT:lowlevel/README.rst`. + + +.. index:: ext:lowlevel, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67987-RemovedEntryScriptHandling.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67987-RemovedEntryScriptHandling.rst index 9d1d08747898a55904fca050d296a24584a63d9c..602c7e382f12f9db730ebcdb99889025c622f899 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67987-RemovedEntryScriptHandling.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67987-RemovedEntryScriptHandling.rst @@ -38,3 +38,6 @@ use `$MCONF['script'] = '_DISPATCH';`. Those modules must be adapted to the `mod need adaption of further references that are defined relative to the entry script. Searching for extensions with backend modules that define `TYPO3_MOD_PATH` is a good start to find unwanted usages. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68001-RemovedExtJSCoreAndExtJSAdapters.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68001-RemovedExtJSCoreAndExtJSAdapters.rst index 64929257f9f8400c7565ca92bfcdf30ac59076f1..a1cfcb44d8854c64540652bcc6328696e178217e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68001-RemovedExtJSCoreAndExtJSAdapters.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68001-RemovedExtJSCoreAndExtJSAdapters.rst @@ -44,3 +44,6 @@ Migration ========= Use alternatives for ExtCore or adapters in custom extensions. + + +.. index:: PHP-API, Fluid, TypoScript, JavaScript, Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-EventCallbacksForCodecompletionHaveChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-EventCallbacksForCodecompletionHaveChanged.rst index 9ca76adc069d40a61076b26d6199937d6bebce54..8e3d4eeb083b5f126cbba52ca1501b918ed79921 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-EventCallbacksForCodecompletionHaveChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-EventCallbacksForCodecompletionHaveChanged.rst @@ -37,3 +37,6 @@ Example code: CoolPlugin.afterKeyDown = function(currWordObj, compResult) { CoolPlugin.somethingFunky(currWordObj, compResult); }; + + +.. index:: JavaScript, Backend, ext:t3editor diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-PluginRegistrationForCodecompletionHasChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-PluginRegistrationForCodecompletionHasChanged.rst index aaeecf348bd451e44360c25e1264ae5b734f09e0..daf10d9c812abcc05657343dcc1959ca67e503da 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-PluginRegistrationForCodecompletionHasChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-PluginRegistrationForCodecompletionHasChanged.rst @@ -53,3 +53,6 @@ Example code: return CoolPlugin; }); + + +.. index:: JavaScript, Backend, ext:t3editor diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68020-DroppedDisableBigButtons.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68020-DroppedDisableBigButtons.rst index 285a96d5095429791a1f93032bea9b84a01347b7..e2d2d40d5221f85111447335bd749f34253b47b1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68020-DroppedDisableBigButtons.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68020-DroppedDisableBigButtons.rst @@ -32,3 +32,6 @@ Affected Installations Instances that had User / Page TSconfig with this option may have a slightly different Web -> Page view. + + +.. index:: PHP-API, Backend, TSConfig diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68092-TcaRemoveWizardHideParent.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68092-TcaRemoveWizardHideParent.rst index 2c4850cd43e2f027fdd71be3791665a6e32d9eba..d19edd3f77b907026ada54564723ba3e2df76194 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68092-TcaRemoveWizardHideParent.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68092-TcaRemoveWizardHideParent.rst @@ -52,3 +52,6 @@ Migration Wizards can not trigger that a main field is not rendered anymore. If this kind of functionality is needed, it is recommended to register an own `renderType` in the `NodeFactory` for this type of field instead to route the element rendering to an own class. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68116-DropRTEuserLinksFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68116-DropRTEuserLinksFunctionality.rst index 5927547dc029bb95179a7b8ed7f9c965d3399dc9..241cb13606452da5e8bc172434f3b19f46dae85b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68116-DropRTEuserLinksFunctionality.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68116-DropRTEuserLinksFunctionality.rst @@ -29,3 +29,6 @@ Migration ========= Use the newly added Tabbing API to add your custom link selection tab. + + +.. index:: Backend, RTE diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68131-StreamlineErrorAndExceptionHandling.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68131-StreamlineErrorAndExceptionHandling.rst index 418b0ca06b71c5fe302853642c843754a74afed9..8ce7298ac6b5ab42c3aa2665dc257f9598250971 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68131-StreamlineErrorAndExceptionHandling.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68131-StreamlineErrorAndExceptionHandling.rst @@ -29,3 +29,7 @@ Migration ========= Configure error and exception handling in LocalConfiguration.php or AdditionalConfiguration.php + + + +.. index:: PHP-API, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68150-GLOBALSCLIENT.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68150-GLOBALSCLIENT.rst index f4c7ec6ebba4aa6d1bf37dd4e78b04708a8336eb..99e58c5b109f9efef727e40973afd3e2ccd2d810 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68150-GLOBALSCLIENT.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68150-GLOBALSCLIENT.rst @@ -29,3 +29,6 @@ Migration ========= Extensions can still use `GeneralUtility::clientInfo()` API to retrieve the same information. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68178-DropFormEnctype.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68178-DropFormEnctype.rst index fa22e5e3d114b997efc179b15e9bcbe81009ef4c..6184c69e9059d225a9886808b0f8e428ac957bed 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68178-DropFormEnctype.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68178-DropFormEnctype.rst @@ -30,3 +30,6 @@ Migration ========= Substitute the variable access with `multipart/form-data`. + + +.. index:: LocalConfiguration, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68186-AdjustedAndRemovedMethodsInEIDArea.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68186-AdjustedAndRemovedMethodsInEIDArea.rst index 6059fc2f892fd6f5239c5f37aee4bcd51bea2b11..e9a869420dfa04f4914975b7595779c0f42e7fd5 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68186-AdjustedAndRemovedMethodsInEIDArea.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68186-AdjustedAndRemovedMethodsInEIDArea.rst @@ -41,3 +41,6 @@ Migration ========= No replacement for the mentioned methods is provided. Consider migrating your eID scripts to the new PSR-7 compliant model. + + +.. index:: PHP-API, Frontend, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68193-DropRemoveLoginpagesWithContentHashFromIndexerphp.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68193-DropRemoveLoginpagesWithContentHashFromIndexerphp.rst index 9daa3054f7844834e9efed24bbfc92bc788386bc..f85c72b4340eb74faf874b86ea7e4903c74d435f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68193-DropRemoveLoginpagesWithContentHashFromIndexerphp.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68193-DropRemoveLoginpagesWithContentHashFromIndexerphp.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -======================================================================== -Breaking: #68193 - Drop removeLoginpagesWithContentHash from Indexer.php -======================================================================== +=========================================================================================== +Breaking: #68193 - ext:indexed_search Drop removeLoginpagesWithContentHash from Indexer.php +=========================================================================================== See :issue:`68193` @@ -30,3 +30,6 @@ Migration ========= No migration is available. + + +.. index:: PHP-API, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68206-RemoveUsageOfTypolistAndTypoheadInRTE.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68206-RemoveUsageOfTypolistAndTypoheadInRTE.rst index 50448fd05b49e1802660e2dee87cfc62aea91776..783de59f38ef4e70248955478a494bd1d62a2b28 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68206-RemoveUsageOfTypolistAndTypoheadInRTE.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68206-RemoveUsageOfTypolistAndTypoheadInRTE.rst @@ -32,3 +32,6 @@ Migration Substitute the tags by a tag `ul``or `header`. Remove any usage of `internalizeFontTags()` + + +.. index:: PHP-API, RTE diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68243-MoveNotUsedFrontendDocumentTemplate.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68243-MoveNotUsedFrontendDocumentTemplate.rst index 498d1eb1f88c7d353d09821a1b704544f4bf53f5..b3b8f3df7684f8895f98a0f02fb3c61af506d471 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68243-MoveNotUsedFrontendDocumentTemplate.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68243-MoveNotUsedFrontendDocumentTemplate.rst @@ -31,3 +31,6 @@ Migration Install ext:compatibility6 or adapt the code to not use the FrontendDocumentTemplate functionality. Adapting the code is highly recommended. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68276-RemoveExtJSQuicktipsIfPossible.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68276-RemoveExtJSQuicktipsIfPossible.rst index 3af547060389d3851e61532668156e9c683f9c5f..ecfe589e2333a7691c561cfb40daa96507e06cb1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68276-RemoveExtJSQuicktipsIfPossible.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68276-RemoveExtJSQuicktipsIfPossible.rst @@ -38,3 +38,6 @@ Example .. code-block:: html <a href="#" data-toggle="tooltip" data-title="My very nice title">My Link</a> + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68321-MoveLanguageAndImagesInRtehtmlarea.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68321-MoveLanguageAndImagesInRtehtmlarea.rst index 71b442466137b4df683bff51aa351ffee3614342..481f48986aa049558c08d0fa38a4115862ae35c7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68321-MoveLanguageAndImagesInRtehtmlarea.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68321-MoveLanguageAndImagesInRtehtmlarea.rst @@ -29,3 +29,6 @@ Migration ========= Adjust the path to language and image files according the sample TypoScript files provided by the extension. + + +.. index:: PHP-API, TypoScript, RTE diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst index 5eb76c3a769cccc4820ccc66d0d0de5f24c2a29d..ff282030120f7f50180e45b3581957a300d50f4e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst @@ -31,3 +31,6 @@ Migration ========= Use `\TYPO3\CMS\Workspaces\Service\WorkspaceService::hasPageRecordVersions()` instead. + + +.. index:: PHP-API, Backend, ext:workspaces diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-ExtendedFileUtilitydontCheckForUniqueIsDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-ExtendedFileUtilitydontCheckForUniqueIsDeprecated.rst index d4aa2d43c3906240cef7a9957924c78d3d102086..fdfbf4e4c22cdf7e5c209d3306cb4c517a387cdc 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-ExtendedFileUtilitydontCheckForUniqueIsDeprecated.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-ExtendedFileUtilitydontCheckForUniqueIsDeprecated.rst @@ -30,3 +30,6 @@ Migration ========= Change the `$fileUtility->dontCheckForUnique = TRUE` to `$fileUtility->setExistingFileConflictMode(DuplicationBehavior::REPLACE)`. + + +.. index:: PHP-API, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-FileControllerAndFileListControllerOverwriteExistingFilesChangedToStringValue.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-FileControllerAndFileListControllerOverwriteExistingFilesChangedToStringValue.rst index edd3f4cf8be4a9162f5bed29d15eaea208b686d8..6ee1c536bc1568fdf46e30078ebcbb61c09e8062 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-FileControllerAndFileListControllerOverwriteExistingFilesChangedToStringValue.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-FileControllerAndFileListControllerOverwriteExistingFilesChangedToStringValue.rst @@ -30,3 +30,6 @@ Migration ========= Change the `<input name="overwriteExistingFiles" value="1">` to `<input name="overwriteExistingFiles" value="replace">`. + + +.. index:: PHP-API, FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63974-CssCompressorCallbackAndCompressCssString.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63974-CssCompressorCallbackAndCompressCssString.rst index 1dfd8f8fd08bc32b5395dab8d900f2314dbc18d0..0ea0a29623fc9654cff12b770c0ffbbd8e2afbac 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63974-CssCompressorCallbackAndCompressCssString.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63974-CssCompressorCallbackAndCompressCssString.rst @@ -29,3 +29,6 @@ Migration ========= No migration possible for the callback method. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-65790-PagesStoragePidDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-65790-PagesStoragePidDeprecated.rst index 4d4799ad50061a592a464512dfe7f3028fc13ee8..c9e6a935c2b3facb50a3f44ca3a3cea324d27662 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-65790-PagesStoragePidDeprecated.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-65790-PagesStoragePidDeprecated.rst @@ -33,3 +33,6 @@ Affected installations All installations making use of `storage_pid` within the pages database table as well as installations using the Frontend Login plugin without having the storagePid option set. + + +.. index:: PHP-API, Database, TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-66904-DisablegetExtURL.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-66904-DisablegetExtURL.rst index 35adb6cc52b336251bb7da038e0d09756550d448..1281b57add057e8659d082a3e75c22796a4bcc58 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-66904-DisablegetExtURL.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-66904-DisablegetExtURL.rst @@ -24,3 +24,6 @@ Migration ========= Check if redirects are enabled before the actual call to `PageRepository->getExtURL()` in a third-party extension. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67288-DeprecateDbalMetaType.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67288-DeprecateDbalMetaType.rst index 636cc61c47cfe02e69c7c95c844bdaca8f161280..eff428f3407fdfc0abc9231b404df82b49d447d7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67288-DeprecateDbalMetaType.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67288-DeprecateDbalMetaType.rst @@ -26,3 +26,6 @@ Migration ========= Switch to `getMetadata()` and the field name for which you need the ADOdb MetaType information. + + +.. index:: PHP-API, Database, ext:dbal diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67471-InitPhp.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67471-InitPhp.rst index d606af4a0833c3e4e3f0d6b75a7c2890cf96b4ca..fe8ce32e05249f547bfd3ef4ab1d322ead2aeea9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67471-InitPhp.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67471-InitPhp.rst @@ -40,3 +40,6 @@ Use the following code instead of the init.php inclusion if you still need custo If using a module, use the mod.php to register your own module. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67506-DeprecateIconUtilitygetIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67506-DeprecateIconUtilitygetIcon.rst index 7ac6a7ed6c09ee08e422c88cb9f7cf4ed9e2adc8..ebbaf50857903f10d5ceba453a6c9a9554fb68e4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67506-DeprecateIconUtilitygetIcon.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67506-DeprecateIconUtilitygetIcon.rst @@ -29,3 +29,6 @@ Migration ========= Use `IconUtility::getSpriteIconForRecord()` instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst index 709abb03a803e3b766f487d98e3a6ec3b3801540..816f8e62cf0d100c7a24f87b91840cf803422e7d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst @@ -57,3 +57,6 @@ While the class itself implements the SingletonInterface of the TYPO3 Core to on class MysqlFulltextIndexHook implements \TYPO3\CMS\Core\Core\SingletonInterface { ... } + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67737-TcaDropAdditionalPalette.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67737-TcaDropAdditionalPalette.rst index bb33c83bfb2abf9f82334ed13a6898952d1bc6f4..0acaf1dcbcce69885c11f1a5313ca2e130bd7abd 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67737-TcaDropAdditionalPalette.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67737-TcaDropAdditionalPalette.rst @@ -70,3 +70,6 @@ Migration An automatic migration is in place and logged to `typo3conf/deprecation_*`. The migration code will be dropped with TYPO3 CMS 8, a manual fix of the according `showitem` field is required, the deprecation log gives detailed information on how the definition should look like. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67769-DeprecateQueryGeneratorformatQ.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67769-DeprecateQueryGeneratorformatQ.rst index 1fb04c4ae1f037be5fd6ed2cc47a7d7408020a8a..a680cf8d6750d769803410f82f7a62941b6254df 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67769-DeprecateQueryGeneratorformatQ.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67769-DeprecateQueryGeneratorformatQ.rst @@ -29,3 +29,6 @@ Migration ========= No migration, use `htmlspecialchars` as alternative. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67790-DeprecateQueryGeneratorJSbottom.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67790-DeprecateQueryGeneratorJSbottom.rst index f7b05601acd0189231329763e411d3a58b1da6d4..6b36ac5d43ec084986e10fa6802368f58a597177 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67790-DeprecateQueryGeneratorJSbottom.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67790-DeprecateQueryGeneratorJSbottom.rst @@ -29,3 +29,6 @@ Migration ========= No migration, use requireJS modules and register the module through `pageRenderer`. + + +.. index:: PHP-API, Backend, JavaScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67932-DeprecatedOldRsaauthApi.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67932-DeprecatedOldRsaauthApi.rst index ed0f135ed61468303e3c1fe846e64fcd9d7b9f7b..d202815498d59cdabb1128c460674510084c1b85 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67932-DeprecatedOldRsaauthApi.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67932-DeprecatedOldRsaauthApi.rst @@ -26,3 +26,6 @@ Migration There is no reason to use the entry points on your own anymore. Please update your scripts to use the new rsaauth API. For backend requests you should use the provided ajax handler `RsaEncryption::getRsaPublicKey()`. For frontend request you should use the provided eID script `RsaPublicKeyGenerationController`. + + +.. index:: PHP-API, Backend, ext:rsaauth diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67991-RemovedExtCms.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67991-RemovedExtCms.rst index c98d13eacc4720d987dbda4129128adb1deabea1..cd0b55585978ba03db0071d6e3bb71f55dfd74d3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67991-RemovedExtCms.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67991-RemovedExtCms.rst @@ -47,3 +47,6 @@ Move the following references to the new location of the language file: * typo3/sysext/cms/layout/locallang_mod.xlf -> typo3/sysext/backend/Resources/Private/Language/locallang_mod.xlf * typo3/sysext/cms/locallang_csh_webinfo.xlf -> typo3/sysext/frontend/Resources/Private/Language/locallang_csh_webinfo.xlf * typo3/sysext/cms/locallang_csh_weblayout.xlf -> typo3/sysext/frontend/Resources/Private/Language/locallang_csh_weblayout.xlf + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68074-DeprecateGetPageRenderer.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68074-DeprecateGetPageRenderer.rst index 045e5d3c3704d24efc75d66e39fce21a04598bdb..7b5f0c25cf69b7c4faf42f1d024a77901c5805f7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68074-DeprecateGetPageRenderer.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68074-DeprecateGetPageRenderer.rst @@ -29,3 +29,6 @@ Migration As the PageRenderer implements a SingletonInterface you can get your own (shared) instance with `\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Page\PageRenderer::class)` and work with that one. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68098-GeneralUtilityMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68098-GeneralUtilityMethods.rst index 940cecaa8c1c7ed5936bfe082e11f6385e2f3d54..3c8fa1390b5f70249ee9a9c5e918b6c9d5e2ac78 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68098-GeneralUtilityMethods.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68098-GeneralUtilityMethods.rst @@ -44,3 +44,6 @@ Migration Use corresponding functionality from `getIndpEnv()` instead of `getThisUrl()`. For the other methods, you can re-implement the functionality yourself in your extension where needed. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68122-GeneralUtilityReadLLfile.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68122-GeneralUtilityReadLLfile.rst index 2916576cafead648d5e92980d5200bc1a02a09b1..6884cd2887cc7fc5b838d1a5c527bce2926eeffd 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68122-GeneralUtilityReadLLfile.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68122-GeneralUtilityReadLLfile.rst @@ -37,3 +37,6 @@ A typical call now should look like: /** @var $languageFactory \TYPO3\CMS\Core\Localization\LocalizationFactory */ $languageFactory = GeneralUtility::makeInstance(\TYPO3\CMS\Core\Localization\LocalizationFactory::class); $languageFactory->getParsedData($fileToParse, $language, $renderCharset, $errorMode); + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68141-Typo3ajaxphp.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68141-Typo3ajaxphp.rst index dafcb7d689ab875867e0b2d711205608833b5feb..d13e982deb1fec758ab600f14342403597ae5a4f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68141-Typo3ajaxphp.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68141-Typo3ajaxphp.rst @@ -30,3 +30,6 @@ Migration ========= Use `BackendUtility::getAjaxUrl()`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68183-Typo3modphp.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68183-Typo3modphp.rst index 26b9482cd39f3894974144efbc206f64fdb5998a..c2c69f5647b73af10915552cddc8835daa57fe75 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68183-Typo3modphp.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68183-Typo3modphp.rst @@ -30,3 +30,6 @@ Migration ========= Use `BackendUtility::getModuleUrl()`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-20194-ConfigurationForDisplayingTheSaveViewButton.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-20194-ConfigurationForDisplayingTheSaveViewButton.rst index dc3fdee87871935035528bf437875227e7c30bfc..cc2d885976b9a522e73b227e383c47f44bfe1698 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-20194-ConfigurationForDisplayingTheSaveViewButton.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-20194-ConfigurationForDisplayingTheSaveViewButton.rst @@ -19,3 +19,6 @@ Impact ====== The "Save & View" button is no longer displayed in folders and recycler pages. + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-22175-SupportIecSiUnitsInFileSizeFormatting.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-22175-SupportIecSiUnitsInFileSizeFormatting.rst index 61546aa61bedb0218c34f823b29ef7eb57f20d18..332aa523d2b8ccce0477f992a0193f3fe1246cf8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-22175-SupportIecSiUnitsInFileSizeFormatting.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-22175-SupportIecSiUnitsInFileSizeFormatting.rst @@ -41,3 +41,6 @@ Example echo GeneralUtility::formatSize(85123); // => Before "83.1 K" // => Now "83.13 Ki" + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst index 2df4c8a795b1aee91c5973e5426de91f5e2f5af0..6264fbb847c0b1a5b4bdb93c7f68f9522df961b2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst @@ -22,3 +22,6 @@ Impact By default in new and existing installations a header "Content-language: XX" is sent where "XX" is the iso code of the sys_language_content if that is properly defined by the sys_language record representing the sys_language_uid. You must set "config.disableLanguageHeader" to disable that and get previous behavior (no header). + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-34922-AllowTsFileExtensionForStaticTyposcriptTemplates.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-34922-AllowTsFileExtensionForStaticTyposcriptTemplates.rst index 39a415fb958d0799e0c857454c136d0f86303f08..fbe610d92235733ec7038798201cece319dddc7c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-34922-AllowTsFileExtensionForStaticTyposcriptTemplates.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-34922-AllowTsFileExtensionForStaticTyposcriptTemplates.rst @@ -25,3 +25,6 @@ Impact There is a little performance impact when loading the TypoScript from scratch like in the backend and frontend without cache as the new file extension is always tested. + + +.. index:: Frontend, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-43984-AddStdWrapFunctionalityToTreatIdAsReferenceTypoScript.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-43984-AddStdWrapFunctionalityToTreatIdAsReferenceTypoScript.rst index 0c2accb84ec51d77ded26b95ce0e8ea5a93ab51a..03a3827fbbba82a8d577047dae5763520d5e010e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-43984-AddStdWrapFunctionalityToTreatIdAsReferenceTypoScript.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-43984-AddStdWrapFunctionalityToTreatIdAsReferenceTypoScript.rst @@ -12,3 +12,6 @@ Description The new TypoScript property "treatIdAsReference" for the getImgResource object can now be used with stdWrap properties. + + +.. index:: Frontend, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-45725-AddedRecursiveOptionToFolderBasedFileCollections.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-45725-AddedRecursiveOptionToFolderBasedFileCollections.rst index 6c5ef807d09c3f2a05197a93e30f0d266af0b59c..7fb2c53a32726feefb3a2d92fa99a31408c82a1b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-45725-AddedRecursiveOptionToFolderBasedFileCollections.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-45725-AddedRecursiveOptionToFolderBasedFileCollections.rst @@ -27,3 +27,6 @@ Usage: file.import.data = file:current:uid } } + + +.. index:: TypoScript, Frontend, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-48947-AvatarsForBackendUsers.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-48947-AvatarsForBackendUsers.rst index 004a4d7aa6105d4450f4eb36d08ac9a7269087ab..7c81b19dad42cc95a5d8dc3a3e78df889782327b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-48947-AvatarsForBackendUsers.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-48947-AvatarsForBackendUsers.rst @@ -18,3 +18,6 @@ Impact ====== The avatars will be shown in the topbar, users list and other places. + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56133-ReplaceFileFeatureForFalFileList.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56133-ReplaceFileFeatureForFalFileList.rst index dfcaaaab1ee7552c0cbda8b2c067a6700dae9a98..965342ed0f73f4c1b439e7553ad819367e896c28 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56133-ReplaceFileFeatureForFalFileList.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56133-ReplaceFileFeatureForFalFileList.rst @@ -20,3 +20,6 @@ Provides a new button "replace" at the extended view in FAL equal to DAM. It's p * with a new one -> old file will be deleted; identifier of the file object will be changed to the new filename The file replacing also respects unique file names. + + +.. index:: FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56644-AddHookToInlineRecordContainerCheckAccess.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56644-AddHookToInlineRecordContainerCheckAccess.rst index 71bd6cb0c1f787acbcd17c9f73eaf6542b9c1629..ce7e984cccf10dc4414160daa6fcb47d463b7b24 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56644-AddHookToInlineRecordContainerCheckAccess.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56644-AddHookToInlineRecordContainerCheckAccess.rst @@ -20,3 +20,6 @@ Register it like this: .. code-block:: php $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tceforms_inline.php']['checkAccess'][] = 'My\\Package\\HookClass->hookMethod'; + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59231-AddHookToAbstractUserAuthenticationCheckAuthentication.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59231-AddHookToAbstractUserAuthenticationCheckAuthentication.rst index 1bae62192f2f451b52bdcf3cb229666eb2e90a50..19b699f1fb23830f057f1d23947b38d33583566d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59231-AddHookToAbstractUserAuthenticationCheckAuthentication.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59231-AddHookToAbstractUserAuthenticationCheckAuthentication.rst @@ -19,3 +19,6 @@ Register like this: .. code-block:: php $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['postLoginFailureProcessing'][] = 'My\\Package\\HookClass->hookMethod'; + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59384-XMLParserOptionsForXml2tree.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59384-XMLParserOptionsForXml2tree.rst index c0fc706f752aaf013656e39520183a01626d3d61..282a0fcfc2031090b986919c3d35d8b8141c7052 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59384-XMLParserOptionsForXml2tree.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59384-XMLParserOptionsForXml2tree.rst @@ -22,3 +22,6 @@ Impact ====== It's just an optional parameter. If you don't specify it, simply no additional initialisation of the XML-parser will be done. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59570-AddDescriptionFieldForFilemounts.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59570-AddDescriptionFieldForFilemounts.rst index 461f36c9adcadf7f74b1fa50180dd2296196a20e..8582c2cdef95527d6558633b560afa5e5fc5ebdf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59570-AddDescriptionFieldForFilemounts.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59570-AddDescriptionFieldForFilemounts.rst @@ -19,3 +19,6 @@ Impact ====== The new field is optional and can be used in all projects. + + +.. index:: TCA, Database, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61308-AllowPlaceholderAttribute.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61308-AllowPlaceholderAttribute.rst index 463c125a1f07972a3d1f541e84ecc75c2a1833f0..f0d46dacb101bd1ce570cbb985f9cfd95cec98ae 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61308-AllowPlaceholderAttribute.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61308-AllowPlaceholderAttribute.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -============================================= -Feature: #61308 - Allow Placeholder attribute -============================================= +======================================================= +Feature: #61308 - ext:form allows placeholder attribute +======================================================= See :issue:`61308` @@ -13,3 +13,6 @@ Description System extension `form` allows a placeholder attribute in textfields by adding it in a form configuration. However, there is no option to add placeholder using the form wizard, yet. + + +.. index:: ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61903-PageTSDataproviderForBackendLayouts.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61903-PageTSDataproviderForBackendLayouts.rst index 785a8aa88488313fd9b760c7e481817e6b97f23f..61c2ac98bf7eead0ff39bf91ca32fbdaff39b833 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61903-PageTSDataproviderForBackendLayouts.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61903-PageTSDataproviderForBackendLayouts.rst @@ -64,3 +64,6 @@ Example } } } + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-64200-AllowIndividualContentCaching.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-64200-AllowIndividualContentCaching.rst index ab4cfe494cb60e123a26e5896ae9b0ddd5fd1f4d..d51e4880c3c9d519e1d640274f102fd10fe6b502 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-64200-AllowIndividualContentCaching.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-64200-AllowIndividualContentCaching.rst @@ -64,3 +64,6 @@ after the `stdWrap` processing right before the content is returned. Top level `cache.` will not evaluate the hook `$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['stdWrap_cacheStore']` any more. + + +.. index:: PHP-API, TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65550-MakeTableDisplayOrderConfigurableInListModule.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65550-MakeTableDisplayOrderConfigurableInListModule.rst index 69964fc5b5b351639767876a50062c6bb56a618e..4e67d422fb0ff424efa5a10b2931accb5cef8b31 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65550-MakeTableDisplayOrderConfigurableInListModule.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65550-MakeTableDisplayOrderConfigurableInListModule.rst @@ -22,3 +22,6 @@ Example: before = <tableA>, <tableB>, ... after = <tableA>, <tableB>, ... } + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65698-AdditionalResourceServiceLocalization.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65698-AdditionalResourceServiceLocalization.rst index 75cd52cc91a425169a171d4fbc39360f7c981d92..303234aa5eba4a01a0de5b64f1216b24ce3af20d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65698-AdditionalResourceServiceLocalization.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65698-AdditionalResourceServiceLocalization.rst @@ -20,3 +20,6 @@ the TYPO3.l10n.localize() function for instance. \TYPO3\CMS\Workspaces\Service\AdditionalResourceService::getInstance()->addLocalizationResource( 'EXT:my_extension/Resources/Private/Language/locallang.xlf' ); + + +.. index:: PHP-API, Backend, ext:workspaces diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-66070-ConfigureSectionForPaginationWidget.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-66070-ConfigureSectionForPaginationWidget.rst index 855ebf133db2c5c9d2ef9ee7a8aa4ae910a055b5..d529d042b22335f9706df16b8c3e7e45d237ee2c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-66070-ConfigureSectionForPaginationWidget.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-66070-ConfigureSectionForPaginationWidget.rst @@ -30,3 +30,6 @@ Impact If the "section" attribute does not get specified or no configuration is supplied at all then no section parameter (#section) will get appended to the links and the pagination widget behaves as usual. + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67228-EmitSignalWhenAnIndexRecordIsMarkedAsMissing.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67228-EmitSignalWhenAnIndexRecordIsMarkedAsMissing.rst index f5183246519ff74d8e1aead19cbe3060f7469349..82290969d87c695cc0ca3e11b36c681dcfa0b4ac 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67228-EmitSignalWhenAnIndexRecordIsMarkedAsMissing.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67228-EmitSignalWhenAnIndexRecordIsMarkedAsMissing.rst @@ -20,3 +20,6 @@ Impact This can be used by extensions that provide or extend file management capabilities (versioning, synchronizations, recovery etc). + + +.. index:: PHP-API, FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67290-DBALDBMSSpecificConversionBetweenMetaMySQLFieldTypes.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67290-DBALDBMSSpecificConversionBetweenMetaMySQLFieldTypes.rst index 8cad21dba8136357c814695c36b9e3f76f9020d0..ff85768a16bd1a3a069097d2ad40017d21c1213b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67290-DBALDBMSSpecificConversionBetweenMetaMySQLFieldTypes.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67290-DBALDBMSSpecificConversionBetweenMetaMySQLFieldTypes.rst @@ -20,3 +20,6 @@ Impact ====== Running PostgreSQL, the Upgrade Wizard in the Install Tool will show a lot of field alterations as the optimized mappings will be used. + + +.. index:: Database, ext:dbal diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67293-DependencyOrderingService.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67293-DependencyOrderingService.rst index df6e9221023741617217ae7915da3170dda6b553..237999acb88bb65772138204fb0fb51d7290900a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67293-DependencyOrderingService.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67293-DependencyOrderingService.rst @@ -48,3 +48,6 @@ The `DependencyOrderingService` class also detects cycles in the dependencies an conflicting dependencies have been defined. In case the initial list does not specify a dependency for an item, those items will be put last in the final sorted list. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67360-CustomAttributeNameAndMultipleValuesForMetaTags.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67360-CustomAttributeNameAndMultipleValuesForMetaTags.rst index 864572d2473914ec29bd39aa203ab5a1a8f6cc1a..094d93db5024794f3a57b1dd81069c09f0b066b1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67360-CustomAttributeNameAndMultipleValuesForMetaTags.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67360-CustomAttributeNameAndMultipleValuesForMetaTags.rst @@ -56,3 +56,6 @@ Impact ====== Meta tags with a different attribute name are supported now like the Open Graph meta tags. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67545-AJAXMethodToCheckIfFileExists.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67545-AJAXMethodToCheckIfFileExists.rst index f04b9031e527cee71601b3c28b8ec4e67a14d4df..4615ca4c3900919a4f3ea79a148699ad7d43ce13 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67545-AJAXMethodToCheckIfFileExists.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67545-AJAXMethodToCheckIfFileExists.rst @@ -21,3 +21,6 @@ The parameters `fileName` and `fileTarget` are required: * fileName: Name of the file * fileTarget: Combined identifier of target directory for the file + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67574-DisplayOnlineStatusInBackendUserList.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67574-DisplayOnlineStatusInBackendUserList.rst index e17d79d686c142279c8df2dc6b75c336049ab00e..8feea9f9b96cb0ba918af1d5be09ab4ff3405807 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67574-DisplayOnlineStatusInBackendUserList.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67574-DisplayOnlineStatusInBackendUserList.rst @@ -17,3 +17,6 @@ Impact ====== The badge will be shown next to the username in the backend user list. + + +.. index:: Backend, ext:beuser diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67578-AddDescriptionFieldForBeUsers.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67578-AddDescriptionFieldForBeUsers.rst index af9931f19256e416e008dc4acd16575c5bdfee0b..37ab9f122889db6ed901fb14712b090584ab70f4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67578-AddDescriptionFieldForBeUsers.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67578-AddDescriptionFieldForBeUsers.rst @@ -19,3 +19,6 @@ Impact ====== The new field is optional and can be used in all projects. + + +.. index:: Database, TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67603-IntroduceTcaDescriptionColumn.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67603-IntroduceTcaDescriptionColumn.rst index 07a9d1b071d7ee10f1fa411b143c501197b66b98..0bbd29678cb58ea1f11cd09bc26e0c7474850bac 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67603-IntroduceTcaDescriptionColumn.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67603-IntroduceTcaDescriptionColumn.rst @@ -21,3 +21,6 @@ Impact ====== None, since annotation itself is added only. Does not impact. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67658-IntroduceDataProcessorsForSplittingValues.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67658-IntroduceDataProcessorsForSplittingValues.rst index cc4a9cf0c5bd735ebe99927b5411a629741efbe5..632392bd00aca0c28bf80bc947a5753ba97f5e24 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67658-IntroduceDataProcessorsForSplittingValues.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67658-IntroduceDataProcessorsForSplittingValues.rst @@ -76,3 +76,6 @@ In the Fluid template then iterate over the processed data: <tr> </f:for> </table> + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67662-DataProcessorForFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67662-DataProcessorForFiles.rst index e8cbef6d2c316ae0e8cac11a39cc212161d3ba1d..782c6b9aecb3032ce6d1843177a98cc85035937f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67662-DataProcessorForFiles.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67662-DataProcessorForFiles.rst @@ -70,3 +70,6 @@ In the Fluid template then iterate over the files: <li><a href="{file.publicUrl}">{file.name}</a></li> </f:for> </ul> + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67663-IntroduceDataProcessorForMediaGalleries.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67663-IntroduceDataProcessorForMediaGalleries.rst index 92dbcea8a235864333bd308307fe4cc19b810a95..b0068552d667a77c6e4c4e1753c69b85827aee54 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67663-IntroduceDataProcessorForMediaGalleries.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67663-IntroduceDataProcessorForMediaGalleries.rst @@ -11,7 +11,8 @@ Description =========== The logic for working with galleries and calculating the maximum asset size is done in a separate GalleryProcessor. -The GalleryProcessor uses the files already present in the processedData array for his calculations. The FilesProcessor can be used to fetch the files. +The GalleryProcessor uses the files already present in the processedData array for his calculations. The FilesProcessor +can be used to fetch the files. .. code-block:: typoscript @@ -66,3 +67,6 @@ The GalleryProcessor uses the files already present in the processedData array f } } } + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67765-IntroduceTypoLinkCodecService.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67765-IntroduceTypoLinkCodecService.rst index 42a23c5ac8de46184679dfda1ad67efdf6db09a3..4066028495d88a78ff4997209dab7646dfe4ff15 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67765-IntroduceTypoLinkCodecService.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67765-IntroduceTypoLinkCodecService.rst @@ -16,3 +16,6 @@ A given TypoLink string can be passed to the `decode` method, which will return The `encode` method takes care of assembling a valid TypoLink string for an array of TypoLink parts. The encoding uses proper quoting and escaping, which allows safe usage of characters like `"\<space>`. + + +.. index:: PHP-API, Frontend, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst index bc2843b0100b8e9766b2e3eb25be155a60b035c3..8215757dbeeb91523266edd339934db273592073 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst @@ -42,3 +42,6 @@ with the cliKey syntax. The typical CliRequestHandler is used for handling reque ----------------------------------- The install tool Application only runs with a very limited bootstrap set up with a Failsafe Package Manager not taking the ext_localconf.php scripts of installed extensions into account. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67880-AddedCountToListNum.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67880-AddedCountToListNum.rst index b1e9b16491c015a6f2d2da1ccbede1fdb119da34..44728cbb7246a458b1c07f457201cc9a776a641e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67880-AddedCountToListNum.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67880-AddedCountToListNum.rst @@ -26,3 +26,6 @@ Example: split.token = , split.returnCount = 1 } + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67932-RsaauthApiRewrite.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67932-RsaauthApiRewrite.rst index 474154c42a3b7ad4c3656825bd772bfdc8fddf00..445d12e3c99c36d4373d5e13637e9462c564a30a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67932-RsaauthApiRewrite.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67932-RsaauthApiRewrite.rst @@ -75,3 +75,6 @@ values for a `rsa:` prefix so you can be sure that non-matching data will not be if ($this->isRsaAvailable()) { $parameters['be_user_data'] = $this->getRsaEncryptionDecoder()->decrypt($parameters['be_user_data']); } + + +.. index:: PHP-API, Backend, ext:rsaauth diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67950-MoveCETableOptionsFromFlexformToTt_content.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67950-MoveCETableOptionsFromFlexformToTt_content.rst index 95990187d2d0fe9305bfdfc1988616df3b69024a..a5319bf5510fa548d427c6a2705f6d921c115b1b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67950-MoveCETableOptionsFromFlexformToTt_content.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67950-MoveCETableOptionsFromFlexformToTt_content.rst @@ -26,3 +26,6 @@ Impact When EXT:css_styled_content isn't installed a Migration wizard is shown in the install tool to move the flexform values to regular database fields in the tt_content table. + + +.. index:: FlexForm, Backend, ext:css_styled_content diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68022-AddedBaseDateAttributeToDateViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68022-AddedBaseDateAttributeToDateViewHelper.rst index b29b4b1887dbee1f5047a4e1616c3372b0649d8b..3d584b11cb8462c8ff84e544ec5a14e2381fa103 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68022-AddedBaseDateAttributeToDateViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68022-AddedBaseDateAttributeToDateViewHelper.rst @@ -22,3 +22,6 @@ http://www.php.net/manual/en/datetime.formats.relative.php <f:format.date format="Y" base="{dateObject}">-1 year</f:format.date> This will result in the output `2016` assuming the `dateObject` is some date in 2017. + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68047-EmitASignalForEachMappedObject.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68047-EmitASignalForEachMappedObject.rst index cad4950481d21ca2a48a2ae9cf2a347ab1cb0af0..367900ba1e3ef36456e341362393ab4eaf17bae8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68047-EmitASignalForEachMappedObject.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68047-EmitASignalForEachMappedObject.rst @@ -11,3 +11,6 @@ Description =========== The signal `afterMappingSingleRow` is emitted whenever the DataMapper creates an object. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68094-DatabaseQueryDataProcessor.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68094-DatabaseQueryDataProcessor.rst index 0d997e9bf37de91666b233dde58480f5fda7f5ea..555fbc385678bb62b4e5d3277c4ec88ed164231e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68094-DatabaseQueryDataProcessor.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68094-DatabaseQueryDataProcessor.rst @@ -64,3 +64,6 @@ In the Fluid template then iterate over the files: </li> </f:for> </ul> + + +.. index:: Frontend, Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68184-PathsToTypo3cmsPackageAndDocumentRootCanBeSpecifiedInComposerjson.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68184-PathsToTypo3cmsPackageAndDocumentRootCanBeSpecifiedInComposerjson.rst index 477051c8a39f122948b3eb57317cfb7a7db287cc..be2baa595ec88c76b90de617efbefabdceb484dd 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68184-PathsToTypo3cmsPackageAndDocumentRootCanBeSpecifiedInComposerjson.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68184-PathsToTypo3cmsPackageAndDocumentRootCanBeSpecifiedInComposerjson.rst @@ -50,3 +50,6 @@ Impact ====== When specifying the configuration like mentioned above, the directory structure of a `composer install` will change. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68186-PSR-7SupportForEIDAdded.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68186-PSR-7SupportForEIDAdded.rst index 50aba26ea63a13bdd340075c0fdfb80e1fe4f49c..f8d0ab4abb6621ae52455a5f24602d1eed9152d6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68186-PSR-7SupportForEIDAdded.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68186-PSR-7SupportForEIDAdded.rst @@ -12,3 +12,6 @@ Description The eID dispatcher now supports eID scripts using the `TYPO3\CMS\Core\Http\ControllerInterface`. This allows to handle the request using the Request and Response objects. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst index ed281169e05c78fde47707441ae063ed7a024ede..01d1fa729de3dad8aa5ce793a54d179b2ff16721 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst @@ -61,3 +61,6 @@ Impact ====== All records that have language-relevant information in the TCA "ctrl"-section displayed via .select in the frontend on translated pages are now translated by default. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68197-ShowADialogForExistingFilesOnUpload.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68197-ShowADialogForExistingFilesOnUpload.rst index 4f1117c27ce17de9aff74f754cb05d3a78fa6cfa..6fb91a3b028c32db0e63ba35d59e5c34b2207029 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68197-ShowADialogForExistingFilesOnUpload.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68197-ShowADialogForExistingFilesOnUpload.rst @@ -18,3 +18,6 @@ Impact ====== The user is able to define an action for each conflicted image. A file can be replaced, renamed or skipped. + + +.. index:: FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68218-LockEditForTt_content.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68218-LockEditForTt_content.rst index fa96879a61788bb6b7d1bfc9df1bca242a55dc7d..962611c76ce86d9c261de48760ca796428bae73c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68218-LockEditForTt_content.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68218-LockEditForTt_content.rst @@ -19,3 +19,6 @@ Impact This is useful to generally allow editors to edit content but be able to assure that important elements like the imprint or specific plugins are not changed. + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68282-MakeDatabaseRecordListConfigurableToBeEditable.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68282-MakeDatabaseRecordListConfigurableToBeEditable.rst index 90c9b053f1712fde1b5bd8c16bf18335f61db05b..7bd1e5469f3e3af67bb64d60103cbbcc787f48e0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68282-MakeDatabaseRecordListConfigurableToBeEditable.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68282-MakeDatabaseRecordListConfigurableToBeEditable.rst @@ -19,3 +19,6 @@ Impact The record list in the Element Browser benefits from the new setting as the localization view is now enabled. This will show editors translated records properly intended below the record with the default language. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68315-IncludeAPageTSconfigFileInPagePropertiesLikeTSStaticTemplates.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68315-IncludeAPageTSconfigFileInPagePropertiesLikeTSStaticTemplates.rst index 3fb8876c15f841f73864ffd6a0237fbd34990a69..f92178f1adfc3042660d6021c1bc3c900a537c8b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68315-IncludeAPageTSconfigFileInPagePropertiesLikeTSStaticTemplates.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68315-IncludeAPageTSconfigFileInPagePropertiesLikeTSStaticTemplates.rst @@ -25,8 +25,12 @@ No effect on existing installations. Usage ===== -In `Configuration/TCA/Overrides/pages.php` of any extension, register PageTS config files, which will be shown afterwards at the newly introduced field. +In `Configuration/TCA/Overrides/pages.php` of any extension, register PageTS config files, which will be shown afterwards at +the newly introduced field. .. code-block:: php \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::registerPageTSConfigFile('extension_name', 'Configuration/PageTS/myPageTSconfigFile.txt', 'My special config'); + + +.. index:: PHP-API, TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68395-AllowRealCopiesOfContentElementsIntoForeignLanguages.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68395-AllowRealCopiesOfContentElementsIntoForeignLanguages.rst index 439a175b1f4103cd443e2b1613b68474eed7f8ff..c5eed3d1f1b02667111ce40c1e13a6d2875b26af 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68395-AllowRealCopiesOfContentElementsIntoForeignLanguages.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68395-AllowRealCopiesOfContentElementsIntoForeignLanguages.rst @@ -23,3 +23,6 @@ split button if there are records in the default language. Creating real copies will cause the loss of any functionality between the copy and the default language (e.g. diff), as the copy is not defined as child of the element where it was copied from. + + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68589-AddCLICommandToDumpClassLoadingInformation.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68589-AddCLICommandToDumpClassLoadingInformation.rst index b37d4376620824832434e970e27f41fd0647e254..6f227baafad42d23e99ee0431b4e97f971e6db44 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68589-AddCLICommandToDumpClassLoadingInformation.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68589-AddCLICommandToDumpClassLoadingInformation.rst @@ -19,3 +19,6 @@ Impact By executing `typo3/cli_dispatch.phpsh extbase extension:dumpclassloadinginformation` on the command line, the class loading information of all active extensions is updated. + + +.. index:: CLI diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst index 99dba0a6d452b7e0b8feafa73a3a101671c76dcd..f975d76fe31515ebbbee6d8a8543b36bc5880d3c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst @@ -23,3 +23,6 @@ Impact All installations with extensions that use the PreFileAdd signal to change/sanitize a file name. This logic should be moved to the new sanitizeFileName signal. + + +.. index:: PHP-API, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67216-DefaultMinimumLoglevelSetToWarning.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67216-DefaultMinimumLoglevelSetToWarning.rst index deb8fa5af23bf8dfb9f0ad4aebc07a00a718c407..d6bdbc0ac1c0d45db68f97c50beed3533aa3d48c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67216-DefaultMinimumLoglevelSetToWarning.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67216-DefaultMinimumLoglevelSetToWarning.rst @@ -24,3 +24,6 @@ The previous behavior from TYPO3 <= 7.3 can be achieved with the following confi ), ), ); + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67445-DBALSupportForALTERTABLEADDDROPKEYAdded.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67445-DBALSupportForALTERTABLEADDDROPKEYAdded.rst index c46016e0f8ed2caa751b368d38d4d67e87ce525f..335d162c9c78a177216519e4530676659676e5a4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67445-DBALSupportForALTERTABLEADDDROPKEYAdded.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67445-DBALSupportForALTERTABLEADDDROPKEYAdded.rst @@ -24,3 +24,6 @@ With TYPO3 7.4 the prefix used for index names has been changed to a unique constant length prefix. Due to this all non-primary indexes need to be dropped and re-created with a new name. The changes to the database will be performed by the Upgrade Wizard in the Install Tool. + + +.. index:: Database, ext:dbal diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67852-RemoveJsfuncevalfieldjsFromFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67852-RemoveJsfuncevalfieldjsFromFormEngine.rst index 0218fdf36a2f9f77fa268e5a4d35bd7e2856f1ac..1119b8c265bbdd64304ecaefb421781ff715d29c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67852-RemoveJsfuncevalfieldjsFromFormEngine.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67852-RemoveJsfuncevalfieldjsFromFormEngine.rst @@ -15,3 +15,6 @@ The JavaScript has been moved into FormEngineValidation AMD module. Processor and Validator have been split up in two different functions. Including the `jsfunc.evalfield.js` still works, but will be removed on short notice. + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Important-68290-DefaultBehaviorForTCASuggestWizardChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Important-68290-DefaultBehaviorForTCASuggestWizardChanged.rst index 106bd86535a56b8a3d0bea80611f8df97f5f433f..8055b8ba7a439b22148cd8b5165a7368cf12d384 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Important-68290-DefaultBehaviorForTCASuggestWizardChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Important-68290-DefaultBehaviorForTCASuggestWizardChanged.rst @@ -40,3 +40,6 @@ Example to reset it for `page.shortcut`: ) ) ), + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Important-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Important-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst index ed85905c4516214ac3bb85a13e1d8378e543996f..9f4ab5070d19568e34601ff30548c535fba7c973 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.4/Important-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.4/Important-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst @@ -24,3 +24,6 @@ Affected Installations All installations with extensions that use the PreFileAdd signal to change/sanitize a file name. This logic should be moved to the new sanitizeFileName signal. + + +.. index:: FAL, PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-24186-HTMLparser-FixAttribclasslistDoesNotAssignFirstElementWhenAttributeValueNotInList.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-24186-HTMLparser-FixAttribclasslistDoesNotAssignFirstElementWhenAttributeValueNotInList.rst index 6c5f466c7fbd4e733c10002c376a774c408ea920..b106a4ce68916eb2a0d5af1aed508ce200d2f2d4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-24186-HTMLparser-FixAttribclasslistDoesNotAssignFirstElementWhenAttributeValueNotInList.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-24186-HTMLparser-FixAttribclasslistDoesNotAssignFirstElementWhenAttributeValueNotInList.rst @@ -25,3 +25,6 @@ Migration ========= Add a class from the configured list to the HTML element or add a class at the first position of `fixAttrib.class.list`. + + +.. index:: TypoScript, RTE diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-30863-StreamlineParameterOfInlineLanguageFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-30863-StreamlineParameterOfInlineLanguageFiles.rst index 6c45d74aaa150e23fd7cf3f8c81b84f22eefce53..dbf0d5310a31b2464d84cc1a96b8343c0a941a9e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-30863-StreamlineParameterOfInlineLanguageFiles.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-30863-StreamlineParameterOfInlineLanguageFiles.rst @@ -33,3 +33,6 @@ Migration Change the call to `PageRenderer->addInlineLanguageLabelFile()` with `$stripFromSelectionName = ''` or adjust your Javascript to handle the now correctly rendered label keys. + + +.. index:: PHP-API, Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-52156-ReplaceJumpUrlWithHooks.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-52156-ReplaceJumpUrlWithHooks.rst index 4327a592616d9f347f61ac70d2552f787ec375b1..47d56eebae14852101e0c5f1986daa95c7bded12 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-52156-ReplaceJumpUrlWithHooks.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-52156-ReplaceJumpUrlWithHooks.rst @@ -112,3 +112,6 @@ the file link in the :code:`typolinkConfiguration` parameter: typolinkConfiguration.jumpurl = 1 typolinkConfiguration.jumpurl.secure = 1 } + + +.. index:: PHP-API, ext:jumpurl, TypoScript, Frontend \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-63000-MigrateCshmanualToExtbase.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-63000-MigrateCshmanualToExtbase.rst index 848739c18d859b1d400110d9b9b1035663ad1b8c..bb96d13098d04238e7731afa658823de19c3c81a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-63000-MigrateCshmanualToExtbase.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-63000-MigrateCshmanualToExtbase.rst @@ -29,3 +29,6 @@ Migration ========= Use the Extbase controller or Repository class. + + +.. index:: PHP-API, ext:cshmanual, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-65317-TypoScriptParserSortListSanitizesInputOnNumericalSort.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-65317-TypoScriptParserSortListSanitizesInputOnNumericalSort.rst index 43810e0ad988979cc97dfcc59af1cbe2b985922d..a4c4dafae90eed2110a36da8e30d70a8771e0ecc 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-65317-TypoScriptParserSortListSanitizesInputOnNumericalSort.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-65317-TypoScriptParserSortListSanitizesInputOnNumericalSort.rst @@ -31,3 +31,6 @@ Migration ========= Either remove the non-numerical values from the list or change the sort order to be non-numerical (ascending / descending). + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-66190-RemoveFlashAndChartFromExtJS.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-66190-RemoveFlashAndChartFromExtJS.rst index a8be85ca11e1718af55e78015b97dd8ed5720592..6b92b2581c4aeb3213c639331591c9a3c5a65c52 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-66190-RemoveFlashAndChartFromExtJS.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-66190-RemoveFlashAndChartFromExtJS.rst @@ -29,3 +29,6 @@ Migration ========= Don't use cores ExtJS anymore, as we migrate away from it. Use other JS frameworks which implement such functionality for you. + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-67098-CorrectRequired-parameterInTextfieldViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-67098-CorrectRequired-parameterInTextfieldViewHelper.rst index a3da640f0714a019ee0d87b414d590f25e45b2ee..6b44730588416421e9dc26f8eb12a50a94fba386 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-67098-CorrectRequired-parameterInTextfieldViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-67098-CorrectRequired-parameterInTextfieldViewHelper.rst @@ -24,10 +24,13 @@ Textfields with required="FALSE" are not required any longer. Affected Installations ====================== -Every installation that uses the textfield viewhelper with the required attribute. +Every installation that uses the textfield view helper with the required attribute. Migration ========= No migration is necessary. + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68354-UniformExtensionDirectoryStructureOfExtIndexedSearch.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68354-UniformExtensionDirectoryStructureOfExtIndexedSearch.rst index 161ebf2e7421c1f6ad298f972ae47e76ddfe7efe..0026649cd4c3ce6a2a24eac42a92033f0640a67e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68354-UniformExtensionDirectoryStructureOfExtIndexedSearch.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68354-UniformExtensionDirectoryStructureOfExtIndexedSearch.rst @@ -30,3 +30,6 @@ Migration ========= Make sure your configuration matches with new directory structure. + + +.. index:: ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68401-SqlParserMovedIntoEXTdbal.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68401-SqlParserMovedIntoEXTdbal.rst index 6d963e17a114e9962612e8fbc14ffd09376e0687..a8124531d7f820c72fd98ed85b354a8ab06f5e6b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68401-SqlParserMovedIntoEXTdbal.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68401-SqlParserMovedIntoEXTdbal.rst @@ -39,3 +39,6 @@ Migration Update the code to use `\TYPO3\CMS\Dbal\Database\SqlParser` instead of `\TYPO3\CMS\Core\Database\SqlParser` or install EXT:compatibility6 which maps the old class names to the new ones in EXT:dbal. + + +.. index:: PHP-API, Database, ext:dbal diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68562-BoolValuesNeedToBeCastToIntegerForMySQLStrictMode.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68562-BoolValuesNeedToBeCastToIntegerForMySQLStrictMode.rst index e467523292072f3839aea720300c24561dd0b92d..6a3c55f50dceb5543e9fccb2a2a93f02e9336ed8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68562-BoolValuesNeedToBeCastToIntegerForMySQLStrictMode.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68562-BoolValuesNeedToBeCastToIntegerForMySQLStrictMode.rst @@ -37,3 +37,6 @@ Migration Adjust the code to either store boolean values in integer type columns or manually cast the boolean value to string before storing it in the database. + + +.. index:: PHP-API, Database diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68571-RemoveElementBrowser-getMsgBox.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68571-RemoveElementBrowser-getMsgBox.rst index 1eb0f9fbf11e26fcc800328a7379321d356e636a..81415b3676017becbfb4a34a7a6267883f66a20f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68571-RemoveElementBrowser-getMsgBox.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68571-RemoveElementBrowser-getMsgBox.rst @@ -30,3 +30,6 @@ Migration ========= Remove the call to the method and replace the message with a FlashMessage. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68812-DeprecatedBackendEntrypointsMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68812-DeprecatedBackendEntrypointsMoved.rst index dd06c7d779f38a1735a73034b192036016a9c917..52a68b3f81d5e7d6dbad85dea49eabe8676525c9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68812-DeprecatedBackendEntrypointsMoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68812-DeprecatedBackendEntrypointsMoved.rst @@ -61,3 +61,6 @@ Migration Move all existing code in extensions that link to the deprecated entry points to use methods like `BackendUtility::getModuleUrl()` and `BackendUtility::getAjaxUrl()` or the UriBuilder class. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68814-RemoveOfBaseConstantTYPO3_URL_ORG.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68814-RemoveOfBaseConstantTYPO3_URL_ORG.rst index a2d0b3d9f7be5badc3e8ca3972b3171818d60a81..70ddc854fd0b1705488ae82459d2e32c09bfec1e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68814-RemoveOfBaseConstantTYPO3_URL_ORG.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68814-RemoveOfBaseConstantTYPO3_URL_ORG.rst @@ -24,3 +24,6 @@ Migration ========= Use TYPO3_URL_GENERAL instead. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69028-DropNegForeignTable.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69028-DropNegForeignTable.rst index ec89be33859096a5211f907992def9335a5d005c..e820a839e38b9ef095a13e0c51bac69c4695c265 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69028-DropNegForeignTable.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69028-DropNegForeignTable.rst @@ -47,3 +47,6 @@ Migration In case records from multiple different tables must still be supported, the `TCA` configuration should be adapted to use a `MM` intermediate table. For existing migrations a database migration is required. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst index f378c67c73d209a53b23a4eefdde702ed890f273..82cc26c241b265a0b7b623718f2de1fba651a01a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst @@ -37,3 +37,6 @@ Migration ========= Make use of the new `IconFactory` class. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69083-RenamedIdentifierForFilenameModule.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69083-RenamedIdentifierForFilenameModule.rst index 9d11aa9626ca082babc40eaf24340605c63fdbdf..dc65dac561d300756179ba3283058e8077b15f3b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69083-RenamedIdentifierForFilenameModule.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69083-RenamedIdentifierForFilenameModule.rst @@ -10,7 +10,7 @@ See :issue:`69083` Description =========== -The filelist module was rewritten to use Extbase. Therefore the module identifier has been changed +The filelist module has been rewritten to use Extbase. Therefore the module identifier has been changed from `file_list` to `file_FilelistList`. @@ -31,3 +31,6 @@ Migration There is a upgrade wizard to change the backend user settings of users whose start module is the filelist module. All other links to the module have to be changed manually to use `file_FilelistList` as module identifier. + + +.. index:: FAL, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69148-BackendModuleDispatchingRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69148-BackendModuleDispatchingRemoved.rst index 238392bd8f4e446a348027db0be32fdd2f8cf4c2..9d429ad53322b26fbe0b3239069122b28a4d52b8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69148-BackendModuleDispatchingRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69148-BackendModuleDispatchingRemoved.rst @@ -30,3 +30,6 @@ Migration ========= Use a custom RequestHandler. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69161-RemoveIncludeCshFromContainerViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69161-RemoveIncludeCshFromContainerViewHelper.rst index 60804076e8413e3c0789aaffada4aeb5b6cb32a4..e5df952811ce989c7f4ec6eba3dfc3e620a37e61 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69161-RemoveIncludeCshFromContainerViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69161-RemoveIncludeCshFromContainerViewHelper.rst @@ -17,7 +17,7 @@ The JavaScript will be loaded automatically when ext:cshmanual is enabled. Impact ====== -Using `<f:be.container>` ViewHelpers in a custom Backend module, setting the includeCsh property, will result in a fatal error. +Using `<f:be.container>` view helpers in a custom Backend module, setting the includeCsh property, will result in a fatal error. Affected Installations @@ -29,3 +29,6 @@ Migration ========= Remove the property from the template. When ext:cshmanual is enabled the JavaScript is loaded automatically. + + +.. index:: Fluid, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69168-Non-tabbedViewOfContentElementWizardRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69168-Non-tabbedViewOfContentElementWizardRemoved.rst index 6bee4d1933dd15aed9871e261bf63a0fb54300d7..ae21c163216c975d383746056b9e433837b20652 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69168-Non-tabbedViewOfContentElementWizardRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69168-Non-tabbedViewOfContentElementWizardRemoved.rst @@ -20,3 +20,6 @@ Migration ========= Remove the TSconfig option `mod.wizards.newContentElement.renderMode` from any configuration settings. + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69224-FixWrongUsageOfEnumerationsInInformationStatusmapStatusToInt.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69224-FixWrongUsageOfEnumerationsInInformationStatusmapStatusToInt.rst index 830a6600ba6fba254ea4331202e9894d176f42d2..b3bb313627a13c71dcf068e73edbc779fe0e19ac 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69224-FixWrongUsageOfEnumerationsInInformationStatusmapStatusToInt.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69224-FixWrongUsageOfEnumerationsInInformationStatusmapStatusToInt.rst @@ -24,3 +24,6 @@ The method `InformationStatus::mapStatusToInt()` has been replaced by `Informati usages have been replaced by the new method / logic. As the `InformationStatus` Enum has been introduced in 7.4 it should not be used by any public API and therefore the change should not have much impact. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69276-ElementBrowserControllerbrowserRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69276-ElementBrowserControllerbrowserRemoved.rst index c1dce12e4cd4d288db5986a00cc7957e46c00753..2419a5aa4eedd1f28c04f35b95b3d1d6647830ef 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69276-ElementBrowserControllerbrowserRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69276-ElementBrowserControllerbrowserRemoved.rst @@ -28,6 +28,10 @@ Installations using third party code, which accesses `$GLOBAL['SOBE']->browser`. Migration ========= -If the code is extending one of the ElementBrowser tree classes, the protected member variable `$elementBrowser` can be used to access the underlying ElementBrowser instance. +If the code is extending one of the ElementBrowser tree classes, the protected member variable `$elementBrowser` can +be used to access the underlying ElementBrowser instance. If your code is using the ElementBrowser tree classes, an instance of `ElementBrowser` has to be injected using the setter. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69291-ChangedRegistrationOfBackendModuleIcons.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69291-ChangedRegistrationOfBackendModuleIcons.rst index e6f834abceb03a42d880394ed6cbd93187b050dc..4b658ae549dd4be4c0956318b139981702735876 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69291-ChangedRegistrationOfBackendModuleIcons.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69291-ChangedRegistrationOfBackendModuleIcons.rst @@ -42,3 +42,5 @@ to 'iconIdentifier' => 'module-web', + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69315-ElementBrowsermain_Protected.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69315-ElementBrowsermain_Protected.rst index 6c9828b867dd8766b3601f217472a176cdf7d754..8cee019d898644f1b968672c4fb92e307009b540 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69315-ElementBrowsermain_Protected.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69315-ElementBrowsermain_Protected.rst @@ -31,3 +31,6 @@ Migration ========= Ensure the intended mode is passed in via the `mode` GET-parameter and call the new `ElementBrowser::render` method. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst index b2db9fa577376834c4d6818dc9c8b0692eaa7ce2..b1dc29f96bbc91cf84d4be75cd054f2c4494840a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -===================================================================== -Breaking: #69401 - Adopt form to support the Extbase/ Fluid MVC stack -===================================================================== +========================================================================= +Breaking: #69401 - Adopt ext:form to support the Extbase/ Fluid MVC stack +========================================================================= See :issue:`69401` @@ -32,3 +32,6 @@ Migration ========= Adopt own postProcessors, validators and filters to comply with the current implementation. + + +.. index:: PHP-API, Frontend, Backend, Fluid, ext:extbase, ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst index d2a3255b5cb2f7ced7ec4651cb4f6765ef172c53..efb8b52e2b000609c1e8690e95ef7c606fe5a4f2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst @@ -59,3 +59,6 @@ item configuration. } } } + + +.. index:: PHP-API, TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69568-FormEngine.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69568-FormEngine.rst index ee71d6d1cb37eee3a5480e43c86e636d4b75c896..1151288e7850bfb1ca8682a1ff99ea6e8f09946c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69568-FormEngine.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69568-FormEngine.rst @@ -42,3 +42,6 @@ Extensions needs adaption. The hook `getMainFieldsClass` has been substituted with a much more fine grained and flexible API. Use `FormDataProvider` to change data given to the render engine of FormEngine from now on. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69699-TcaCtrlTypeicons.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69699-TcaCtrlTypeicons.rst index 58d89a702ddd6c6f3c1a52290707eac12a9a2f4e..c0319a2704dfe1452ac638c7262431060242af44 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69699-TcaCtrlTypeicons.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69699-TcaCtrlTypeicons.rst @@ -30,3 +30,6 @@ Migration Until further works on the icon API have been finished, `TCA['ctrl']['typeicon_classes']` should be used as documented in the TCA reference. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69795-UnusedDTMTabmenuCodeRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69795-UnusedDTMTabmenuCodeRemoved.rst index f8b61bbd2d3240e015b80785e3ff12844991c80c..594bd6d0b4ede38e420066c86269a1a17b2ffff6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69795-UnusedDTMTabmenuCodeRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69795-UnusedDTMTabmenuCodeRemoved.rst @@ -33,3 +33,6 @@ Migration Use ModuleTemplate::getDynamicTabMenu() directly to use the Bootstrap-based API shipped with the TYPO3 Core. + + +.. index:: PHP-API, JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69904-RemoveSettingDiff_pathFromDefaultConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69904-RemoveSettingDiff_pathFromDefaultConfiguration.rst index 1fccac37ec33289e1f4fe87eab03f66add831008..31c70b484d07e0f0f1ca6170d881e2c97db07d3b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69904-RemoveSettingDiff_pathFromDefaultConfiguration.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69904-RemoveSettingDiff_pathFromDefaultConfiguration.rst @@ -30,3 +30,6 @@ Migration ========= Delete the line from LocalConfiguration.php if the UpgradeWizard should fail to do so. + + +.. index:: LocalConfiguration, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69930-RemoveOptionServerTimeZone.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69930-RemoveOptionServerTimeZone.rst index 1d502c21c0295981ef0eb443e9c7e167b2fbfa40..076113cccd5238864165832619bdcf3f409dd636 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69930-RemoveOptionServerTimeZone.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69930-RemoveOptionServerTimeZone.rst @@ -35,3 +35,6 @@ Migration Use native timezone support by PHP directly. See `date_default_timezone_get()` for more information. + + +.. index:: PHP-API, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-55419-StreamlineFileConflictModeHandling.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-55419-StreamlineFileConflictModeHandling.rst index 85b2a6407b099b5d780a79e2a2ab3e07440a4be2..b7645a2afd33aa1d2749596536c3dd5996310faf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-55419-StreamlineFileConflictModeHandling.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-55419-StreamlineFileConflictModeHandling.rst @@ -56,3 +56,6 @@ Example .. code-block:: php $resourceStorage->copyFile($file, $targetFolder, 'target-file-name', DuplicationBehavior::RENAME); + + +.. index:: FAL, PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-66588-POSTDataInSelectviewhelperShouldHaveHigherPriorityThanValueValue.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-66588-POSTDataInSelectviewhelperShouldHaveHigherPriorityThanValueValue.rst index 85f3527741f1eaaae707baf9573d85d0c44f9966..b78f561a1f376a9ab9a7e726ef27965644cf503b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-66588-POSTDataInSelectviewhelperShouldHaveHigherPriorityThanValueValue.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-66588-POSTDataInSelectviewhelperShouldHaveHigherPriorityThanValueValue.rst @@ -38,3 +38,6 @@ explicitly if the ViewHelper might be bound to (sub)entities. The default usage of getValueAttribute() did not respect the submitted form data, because not every viewhelper needs this feature. But you can enable the usage of the form data by setting `AbstractFormFieldViewHelper::respectSubmittedDataValue` to TRUE. + + +.. index:: Fluid, PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68128-GeneralUtilitySlash-relatedMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68128-GeneralUtilitySlash-relatedMethods.rst index c6f1b2b8bde792deb3737b224b8f921309a94204..99580f8ca479e0da0598523071ecda35ab8853b2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68128-GeneralUtilitySlash-relatedMethods.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68128-GeneralUtilitySlash-relatedMethods.rst @@ -35,3 +35,6 @@ Migration ========= Remove usage of these methods from custom extensions. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68760-ModuleSettings.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68760-ModuleSettings.rst index 74d0d1da4af0d5430403f4988f9ab288d340fd26..8e7e10b0e10a253b105953c364df0f77167d9417 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68760-ModuleSettings.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68760-ModuleSettings.rst @@ -30,3 +30,6 @@ Migration ========= Remove usage of this class from custom extensions. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68804-CLI-relatedConstantsAndMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68804-CLI-relatedConstantsAndMethods.rst index cbc68e93a1db4997057316816d4c4598c17e98cb..05262afd0dbbae8dddcf5929e8027304a378aa04 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68804-CLI-relatedConstantsAndMethods.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68804-CLI-relatedConstantsAndMethods.rst @@ -49,3 +49,6 @@ Migration Use the native `$_SERVER['argv']` or the given `Input` object directly in your code to detect the current CLI-relevant data. + + +.. index:: PHP-API, CLI diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68860-DeprecateSelectImageinitEventHandler.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68860-DeprecateSelectImageinitEventHandler.rst index be36835805aa595f8de263c69cbe8f65acf5d84a..5d694e644a724da3dcb752841be17803b08796d0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68860-DeprecateSelectImageinitEventHandler.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68860-DeprecateSelectImageinitEventHandler.rst @@ -32,3 +32,6 @@ Migration ========= Remove the call of `SelectImage.initEventHandler`. + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69028-RelationHandlerConvertPosNeg.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69028-RelationHandlerConvertPosNeg.rst index 348d5c55095b86b5318bb53f9fa5ee54c08e1c64..8406c9cfee6e4c0f090afcbd7d286e29b2dfe3cb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69028-RelationHandlerConvertPosNeg.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69028-RelationHandlerConvertPosNeg.rst @@ -33,3 +33,6 @@ Migration The method was used together with the dropped `neg_foreign_table` setting for `TCA` `select` fields. If this functionality is still needed, the method could be copied over to the third party application that uses it. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst index a25c0c1aa27c9babb646d26e5ea1d45f2a85e1ae..58873197a1faa6d79ca5839e93d3d4a750d67d0b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst @@ -45,3 +45,6 @@ Use the new `IconFactory` class instead of `IconUtility`. For content element wizard register your icon in `IconRegistry::registerIcon()` and use the new setting: `mod.wizards.newContentElement.wizardItems.*.elements.*.iconIdentifier` + + +.. index:: TSConfig, PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69078-TemplateService-tempPath.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69078-TemplateService-tempPath.rst index 83acef5b9844e288cd565074affab8036cc35809..3a1d6c16b0e0aaf59122c5da02f983bb625e47d2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69078-TemplateService-tempPath.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69078-TemplateService-tempPath.rst @@ -24,3 +24,6 @@ Migration ========= Remove any reference to `TemplateService::$tempPath`. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst index 343d5f4ace541a54ae7e1c8877b165770c5d3260..973b16ca072fcc5a4697681773b2240b15626b8b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst @@ -10,7 +10,8 @@ See :issue:`69262` Description =========== -The marker substitution functionality has been moved from `core/Classes/Html/HtmlParser.php` to it's own class `core/Classes/Service/MarkerBasedTemplateService.php` +The marker substitution functionality has been moved from `core/Classes/Html/HtmlParser.php` to it's own +class `core/Classes/Service/MarkerBasedTemplateService.php` The following methods within HtmlParser have been marked as deprecated. @@ -39,7 +40,8 @@ Extensions that call these PHP methods directly. Migration ========= -Change the use statement from `TYPO3\CMS\Core\Html\HtmlParser` to `TYPO3\CMS\Core\Service\MarkerBasedTemplateService` and create an instance of this service class. +Change the use statement from `TYPO3\CMS\Core\Html\HtmlParser` to `TYPO3\CMS\Core\Service\MarkerBasedTemplateService` +and create an instance of this service class. The methods are not static anymore, but named as before. .. code-block:: php @@ -51,3 +53,6 @@ The methods are not static anymore, but named as before. $templateService->substituteMarker() $templateService->substituteMarkerArray() $templateService->substituteMarkerAndSubpartArrayRecursive() + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69269-DeprecateBackendUtilitygetPathType_web_nonweb.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69269-DeprecateBackendUtilitygetPathType_web_nonweb.rst index 4b62061a64cb8b0a4611601719e2c76eee8e8760..9c632e06f8c1cc5fc7eb52c0a124abf663247980 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69269-DeprecateBackendUtilitygetPathType_web_nonweb.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69269-DeprecateBackendUtilitygetPathType_web_nonweb.rst @@ -30,3 +30,6 @@ Migration ========= Use path functions from `TYPO3\CMS\Core\Utility\PathUtility`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69371-DeprecateFormElementImagebutton.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69371-DeprecateFormElementImagebutton.rst index 08110c3292eb2853a17415d3d29bbd6c9c6bf370..735bb744adf54cfd64fb1c73a1f53823888a3957 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69371-DeprecateFormElementImagebutton.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69371-DeprecateFormElementImagebutton.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -============================================== -Deprecation: #69371 - Form element IMAGEBUTTON -============================================== +================================================== +Deprecation: #69371 - ext:Form element IMAGEBUTTON +================================================== See :issue:`69371` @@ -38,3 +38,6 @@ Migration ========= No Migration is planned. + + +.. index:: PHP-API, TypoScript, ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst index 1500dd5d1a8af67083fccef693b50a01835cc0fe..d0d5554577a8100a3b704fbb8ff9d14e8c8c17a4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -======================================================================== -Deprecation: #69401 - Adopt form to support the Extbase/ Fluid MVC stack -======================================================================== +============================================================================ +Deprecation: #69401 - Adopt ext:form to support the Extbase/ Fluid MVC stack +============================================================================ See :issue:`69401` @@ -42,3 +42,6 @@ Migration Move away from `.layout` TypoScript properties and move to Fluid based templating. + + +.. index:: TypoScript, ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst index ff1e4f6d98016a06d43fdfb2b73d4bfd76d68361..418a042564b96862b6567a7d470d23c859f1bc0f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst @@ -16,13 +16,13 @@ Description Impact ====== -The viewhelper should not be used any longer and will be removed with TYPO3 CMS 8. +The view helper should not be used any longer and will be removed with TYPO3 CMS 8. Affected Installations ====================== -Extensions which use the viewhelper. +Extensions which use the view helper. Migration @@ -31,3 +31,6 @@ Migration Use the core icon viewhelper `\TYPO3\CMS\Core\ViewHelpers\IconViewHelper` instead. Example: Instead of `<f:be.buttons.icon icon="apps-pagetree-collapse" />` use `<core:icon identifier="apps-pagetree-collapse" />` + + +.. index:: PHP-API, Fluid, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst index d4947eb9c5284a09218d4d7d581e50de0489db2e..0587d1dc1daaa5638fabd8dbd83c321aadf7ed27 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst @@ -24,3 +24,6 @@ Migration ========= Remove any reference to `ContextMenuAction::$class`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst index cf7588c58be63631abcb09e3a285bbe9408252a6..71af11c3d59be008effeee9698e9311423020f14 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst @@ -38,3 +38,6 @@ These method calls can safely be removed, when generating links to former entry points `tce_db.php` `tce_file.php` and `alt_doc.php` with the API method calls : `BackendUtility::getModuleUrl('tce_db')`, `BackendUtility::getModuleUrl('tce_file')` or `BackendUtility::getModuleUrl('record_edit')`. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69568-VariousFormEngineRelatedMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69568-VariousFormEngineRelatedMethods.rst index edb1167ac2cde54ed1a2927ae61be98d25c8ab1a..b6c78df28358831ea500d8084b4580f42199a1f0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69568-VariousFormEngineRelatedMethods.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69568-VariousFormEngineRelatedMethods.rst @@ -38,3 +38,6 @@ Migration ========= If still used, extensions should switch to own solutions for those methods. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69705-AddUnifiedRefreshIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69705-AddUnifiedRefreshIcon.rst index dc9907093463900eb579e86a9d318c159ea3a5ac..61e20a7dc1d67788a44fa9436a0d4dd6d5fcb1d1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69705-AddUnifiedRefreshIcon.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69705-AddUnifiedRefreshIcon.rst @@ -30,3 +30,6 @@ Migration ========= Use the icon `actions-refresh` instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69736-SelectOptionIconsInOptionTagsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69736-SelectOptionIconsInOptionTagsRemoved.rst index 7f0a12a28d7505452979eac772b7e7a37445f394..28d3b9bf02e9c1fcb93711e99eee131fe63f63bf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69736-SelectOptionIconsInOptionTagsRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69736-SelectOptionIconsInOptionTagsRemoved.rst @@ -31,3 +31,6 @@ Migration ========= Remove usage of this option. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69754-TcaCtrlIconfileUsingRelativePathToExtAndFilenameOnly.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69754-TcaCtrlIconfileUsingRelativePathToExtAndFilenameOnly.rst index edfbd352dc4180efaf40accb25c0bd32f42be3fa..0fce4d99e9c265d0e9af6f1bb449243663ba0d8c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69754-TcaCtrlIconfileUsingRelativePathToExtAndFilenameOnly.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69754-TcaCtrlIconfileUsingRelativePathToExtAndFilenameOnly.rst @@ -78,3 +78,6 @@ or // should also be stored in this extension 'iconfile' => '/fileadmin/icons/_icon_ftp.gif' ), + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69938-HIDE_L10N_SIBLINGSFlexFormdisplayCond.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69938-HIDE_L10N_SIBLINGSFlexFormdisplayCond.rst index 7765829f2bccf3abb955e1b4ba5b5fbdebf6cabb..24fe596041be319835be0bee0fb39e3d502bdd8b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69938-HIDE_L10N_SIBLINGSFlexFormdisplayCond.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69938-HIDE_L10N_SIBLINGSFlexFormdisplayCond.rst @@ -18,3 +18,6 @@ Impact ====== FlexForms using this condition will show the field separately for each language again. + + +.. index:: FlexForm, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst index 8998f566266a30605a0ef47e5c29fb5578ec7b4f..a76629d55d8c796613ccfc306127e922501ef7c2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst @@ -31,3 +31,6 @@ Condition with square brackets. File will only be included if a frontend user is Condition without square brackets, backslashes doubled inside the condition. File will only be included in application context Production/Staging/Server followed by at least one digit. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-19494-AddSELECTmmQueryMethodToDatabaseConnection.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-19494-AddSELECTmmQueryMethodToDatabaseConnection.rst index cecc89b71c3a68e7e3cff9884fb37db35b82e417..189a22923ebc70d1d535d4b6a1f0e845d6a15d99 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-19494-AddSELECTmmQueryMethodToDatabaseConnection.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-19494-AddSELECTmmQueryMethodToDatabaseConnection.rst @@ -21,3 +21,6 @@ Example: .. code-block:: php $query = SELECT_mm_query('*', 'table1', 'table1_table2_mm', 'table2', 'AND table1.uid = 1', '', 'table1.title DESC'); + + +.. index:: PHP-API, Database diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-25341-SchedulerTaskToOptimizeDatabaseTables.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-25341-SchedulerTaskToOptimizeDatabaseTables.rst index ea472af782e8432d7ae83c82373d8da978f96346..624efe02bcc60ac9c7838dd132dd7e2bf5ea2701 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-25341-SchedulerTaskToOptimizeDatabaseTables.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-25341-SchedulerTaskToOptimizeDatabaseTables.rst @@ -35,3 +35,6 @@ as InnoDB tables do not suffer from fragmentation in the same way that MyISAM tables do. .. _MySQL manual: https://dev.mysql.com/doc/refman/5.6/en/optimize-table.html + + +.. index:: ext:scheduler, Database diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-28243-IntroduceTcaOptionToDisableAgeDisplay.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-28243-IntroduceTcaOptionToDisableAgeDisplay.rst index a940f2f3206d3c8c591300205041dd2ed025c7e5..ab82ffb5b2cd0928c1a8388145583ca5210728a9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-28243-IntroduceTcaOptionToDisableAgeDisplay.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-28243-IntroduceTcaOptionToDisableAgeDisplay.rst @@ -22,3 +22,6 @@ Example // disables the display of " (-27 days)" p.e. $GLOBALS['TCA']['tt_content']['columns']['date']['config']['disableAgeDisplay'] = true; + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-31100-IntegrateMultilineSupportForTEXTBLOCKInFormWizard.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-31100-IntegrateMultilineSupportForTEXTBLOCKInFormWizard.rst index 27f1593846c2047a282d98c531208d67214a9b25..b2a2542ec7c038e9b930d94b170b6363fabaf60b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-31100-IntegrateMultilineSupportForTEXTBLOCKInFormWizard.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-31100-IntegrateMultilineSupportForTEXTBLOCKInFormWizard.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -========================================================================== -Feature: #31100 - Integrate multiline support for TEXTBLOCK in form wizard -========================================================================== +=================================================================================== +Feature: #31100 - ext:form Integrate multiline support for TEXTBLOCK in form wizard +=================================================================================== See :issue:`31100` @@ -13,3 +13,6 @@ Description The form object `TEXTBLOCK` is now rendered as multiline input field in the form wizard. Line breaks are automatically converted to `<br>` tags in the wizard preview and the frontend. + + +.. index:: ext:form, Frontend, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-38732-Fluid-basedContentElementsIntroduced.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-38732-Fluid-basedContentElementsIntroduced.rst index 1e400d10145cdd39980d7b3260f9089d6957dadd..97d991dfde4db8f1d137036fcc1661e0268ea30b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-38732-Fluid-basedContentElementsIntroduced.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-38732-Fluid-basedContentElementsIntroduced.rst @@ -40,3 +40,6 @@ still possible until TYPO3 CMS 7 LTS, so be aware of changes to TCA, Templates, Behaviour and Feature set. Some conflicts regarding CSS Styled Content and Fluid Styled Content might still exist. + + +.. index:: TypoScript, ext:fluid_styled_content, Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-47812-QuerySupportForBETWEENAdded.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-47812-QuerySupportForBETWEENAdded.rst index 25aa26b26960f44d0cd503a5e5a24719b4337ee5..07c81046e658e1395ea0c4c55dd5b87de10f1736 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-47812-QuerySupportForBETWEENAdded.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-47812-QuerySupportForBETWEENAdded.rst @@ -22,3 +22,6 @@ Example: $query->matching( $query->between('uid', 3, 5) ); + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-52217-SignalForPreProcessingLinkvalidatorRecords.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-52217-SignalForPreProcessingLinkvalidatorRecords.rst index 89c0bbde0b6df222eb185940a61579b436618343..913bce8520d11fad2533f6dc79690c6d05144fea 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-52217-SignalForPreProcessingLinkvalidatorRecords.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-52217-SignalForPreProcessingLinkvalidatorRecords.rst @@ -62,3 +62,6 @@ Impact ====== Extensions may now perform any kind of processing for every record when validating content links. + + +.. index:: PHP-API, Backend, ext:linkvalidator diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-53406-AddPlaceholderAttributeToSomeTextfieldsInWizard.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-53406-AddPlaceholderAttributeToSomeTextfieldsInWizard.rst index abae63dd34914cb1114d36191062cead3f108ad3..b56660423325955065d8a55fbc711265515b820e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-53406-AddPlaceholderAttributeToSomeTextfieldsInWizard.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-53406-AddPlaceholderAttributeToSomeTextfieldsInWizard.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -======================================================================== -Feature: #53406 - Add placeholder attribute to some textfields in wizard -======================================================================== +================================================================================= +Feature: #53406 - ext:form Add placeholder attribute to some textfields in wizard +================================================================================= See :issue:`53406` @@ -13,3 +13,6 @@ Description The form wizard is now able to add a placeholder attribute to the following elements: TEXTLINE, TEXTAREA, PASSWORD and the preset "email". TypoScript config is properly read and written. + + +.. index:: Frontend, ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56282-LanguageSelectorForPageviewModule.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56282-LanguageSelectorForPageviewModule.rst index 6fcc763d205bd3581182acf25f370857b540aeef..2c23d2919327035ab5a92b0b03008a43375378d2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56282-LanguageSelectorForPageviewModule.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56282-LanguageSelectorForPageviewModule.rst @@ -10,8 +10,12 @@ See :issue:`56282` Description =========== -The pageview module now has a dropdown to select a language for the page preview. +The page->view module now has a dropdown to select a language for the page preview. -In case you switch languages based on something different than a parameter called `L` you can disable the selector by using the following PageTSConfig: +In case you switch languages based on something different than a parameter called `L` you +can disable the selector by using the following PageTSConfig: `mod.SHARED.view.disableLanguageSelector = 1` + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56726-TriggerMetadataExtractionAfterFileUpload.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56726-TriggerMetadataExtractionAfterFileUpload.rst index 31cfa1a69028ef05c57c74e7e486d3fb15b2733d..f8ed4d23f971e739bde429f1ccaa5a3cc68e3108 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56726-TriggerMetadataExtractionAfterFileUpload.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56726-TriggerMetadataExtractionAfterFileUpload.rst @@ -30,3 +30,6 @@ Impact The flag is by default set for all existing and a new storage. When you have some special use-case where automatic extraction of metadata is not desired the flag can be disabled in File Storage configuration. + + +.. index:: FAL, PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-57632-AddInlineLanguageLabelFilesWithTypoScript.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-57632-AddInlineLanguageLabelFilesWithTypoScript.rst index e5b78358fbf38eb377fdc1cd5a9ce35316587c82..6eab6fab11a6a1b12d16f5beb71e4ac72ab76ccb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-57632-AddInlineLanguageLabelFilesWithTypoScript.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-57632-AddInlineLanguageLabelFilesWithTypoScript.rst @@ -41,3 +41,6 @@ Output in the HTML head: var TYPO3 = TYPO3 || {}; TYPO3.lang = {"firstLabel":[{"source":"first Label","target":"erstes Label"}],"secondLabel":[{"source":"second Label","target":"zweites Label"}]}; + + +.. index:: TypoScript, JavaScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59144-PageTSconfigWorkspacePreview.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59144-PageTSconfigWorkspacePreview.rst index c6b2e92fdfc8c0624c512961da664dfb24b83547..707efcaa679f85b0e723d3a7ccb4fc5a8093d16b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59144-PageTSconfigWorkspacePreview.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59144-PageTSconfigWorkspacePreview.rst @@ -27,3 +27,6 @@ preview links can be triggered using Page TSconfig. # Using the pid field of each record for previewing (or table tx_myext_table) options.workspaces.previewPageId.tx_myext_table = field:pid + + +.. index:: TSConfig, ext:workspaces diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59591-ImageQualityDefinablePerSourceCollection.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59591-ImageQualityDefinablePerSourceCollection.rst index c978f7b27d84c396f0b3fcbd3889b35c402ad97d..5635a76ed368a07abb5b09fc26c2a7cbdb17a0a0 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59591-ImageQualityDefinablePerSourceCollection.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59591-ImageQualityDefinablePerSourceCollection.rst @@ -32,3 +32,6 @@ Impact ====== The rendering of `sourceCollection` stays as it is. Users can additionally selectively control the quality of jpeg by TypoScript setup. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61799-ImprovedHandlingOfOnlineMedia.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61799-ImprovedHandlingOfOnlineMedia.rst index f40c710706ce08047c2dd0ac1ea1ecc4e1644672..a0f87794d1584f7eab9a983ab3c172c955ba7344 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61799-ImprovedHandlingOfOnlineMedia.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61799-ImprovedHandlingOfOnlineMedia.rst @@ -118,3 +118,6 @@ for these services, you could create an own helper class which provides more met // Register your own online custom youtube helper class $GLOBALS['TYPO3_CONF_VARS']['SYS']['fal']['onlineMediaHelpers']['youtube'] = \MyCompany\Myextension\Helpers\YouTubeHelper::class; + + +.. index:: FAL, Backend, Frontend, PHP-API, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61993-CssPageStyleNowPageSpecific.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61993-CssPageStyleNowPageSpecific.rst index 3ee14dba3875837ba5beb8a0626dc3d6f1b4b77c..c2167e25bdd7a12b57aa981a7d5671e988dbb03a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61993-CssPageStyleNowPageSpecific.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61993-CssPageStyleNowPageSpecific.rst @@ -21,3 +21,6 @@ The behaviour from now on is that `_CSS_PAGE_STYLE` is included only on the affected page. Depending on your configuration it will be written in an external file and included on the page or directly added as inline CSS block. Compression for page specific CSS also depends on the global `config.compressCss` setting. + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-63395-Html5VideoPosterPreviewImage.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-63395-Html5VideoPosterPreviewImage.rst index be94a3d414e05833f222820b8f27616b8efe98c4..1f3c91605b639ba68974444e7e5f2f73d142e309 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-63395-Html5VideoPosterPreviewImage.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-63395-Html5VideoPosterPreviewImage.rst @@ -16,3 +16,6 @@ If there is a jpg, jpeg or png image in the same folder with the same name as the video file it will be shown with the HTML5 poster attribute. The file extensions are checked exactly in the order mentioned above. + + +.. index:: ext:mediace diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64535-IrreSuppressAndOverrideUseCombinationWarningViaTcaSettings.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64535-IrreSuppressAndOverrideUseCombinationWarningViaTcaSettings.rst index cf36c00d7de6eaa51469e0edd850a6e517defcc6..0a952ef3961dfdfec52ec2b00a6929b2bcbf6434 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64535-IrreSuppressAndOverrideUseCombinationWarningViaTcaSettings.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64535-IrreSuppressAndOverrideUseCombinationWarningViaTcaSettings.rst @@ -45,3 +45,6 @@ Example to override `useCombination` warning message: 'useCombination' => TRUE ) ) + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64726-UsingArbitraryFlashmessageQueues.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64726-UsingArbitraryFlashmessageQueues.rst index 101e2aec1d743d6042e00e1455d6c71bedddc952..615adea2ed7e144661ffd9709fde120cda26249a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64726-UsingArbitraryFlashmessageQueues.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64726-UsingArbitraryFlashmessageQueues.rst @@ -31,3 +31,6 @@ Impact Extensions may now render foreign flash message queues and add messages to them. + + +.. index:: PHP-API, Fluid, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65493-BackendRouting.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65493-BackendRouting.rst index aeb6a82c8ed05efc67c77ae56718ae7a7d6efc03..aec8eae16d851b742ffd1a12d65604fbaf28dfe5 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65493-BackendRouting.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65493-BackendRouting.rst @@ -53,3 +53,6 @@ Impact Handling of existing modules works the same as before and fully transparent. Any existing registration of entrypoints can be moved to the new registration file in Configuration/Backend/Routes.php. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65791-UsePHPConfiguredSendmailPathIfMAILtransportSendmailIsActive.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65791-UsePHPConfiguredSendmailPathIfMAILtransportSendmailIsActive.rst index af19553f7308cbb2f1059cd97269dbcdca50310c..9b7c1a7bf6fea568a40437e157599ee36d732a7b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65791-UsePHPConfiguredSendmailPathIfMAILtransportSendmailIsActive.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65791-UsePHPConfiguredSendmailPathIfMAILtransportSendmailIsActive.rst @@ -23,3 +23,6 @@ using `sendmail_path` from PHP runtime configuration. It can still be changed ma As this setting is only used if `[MAIL][transport]` is set to `sendmail`, it doesn't have impact on other transport schemes. + + +.. index:: LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66366-IntroducedMediaViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66366-IntroducedMediaViewHelper.rst index 53382c953b10738dabca97047b3f5461f895f95e..08563f780a0066ed127fa89aad7840ec8f32c740 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66366-IntroducedMediaViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66366-IntroducedMediaViewHelper.rst @@ -42,3 +42,6 @@ Examples: <output> <video width="400" height="375" controls loop><source src="fileadmin/user_upload/my-video.mp4" type="video/mp4"></video> </output> + + +.. index:: Fluid, FAL, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst index 34e4b1ad01c3719c52ce023399ffc50663430b5d..2410cd5d2ef7e66bd0be961b24e82912e6ecc668 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst @@ -68,3 +68,6 @@ Example config of an sys_file_reference field in TCA: <output> <video width="400" height="375" controls><source src="fileadmin/user_upload/my-video.mp4" type="video/mp4"></video> </output> + + +.. index:: FAL, TCA, Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67056-AddOptionToDisableMoveButtonsTCAGroupType.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67056-AddOptionToDisableMoveButtonsTCAGroupType.rst index 672706f5d56d2681a1981dfa5d1581d8d9808709..9bf04d83d5b11ff78ac72c61463c9b652a52befd 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67056-AddOptionToDisableMoveButtonsTCAGroupType.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67056-AddOptionToDisableMoveButtonsTCAGroupType.rst @@ -32,3 +32,6 @@ Impact ====== Move buttons can now always be hidden for `group` fields + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67875-OverrideCategoryRegistryEntry.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67875-OverrideCategoryRegistryEntry.rst index 23d301616dfb6b007fd368f6aacd0892897b82f0..bdb6875d530f9f060630e6b165169d39a3e329a4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67875-OverrideCategoryRegistryEntry.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67875-OverrideCategoryRegistryEntry.rst @@ -43,3 +43,6 @@ Example // This example is from the tt_content TCA overrides file from the css_styled_content Extension. \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable('css_styled_content', 'tt_content', 'categories', array(), TRUE); + + +.. index:: PHP-API, TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67880-AddedCountToSplit.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67880-AddedCountToSplit.rst index e687b779336e99a968843dde9f1fae340013f5e4..6219af9e381309e5846dbfd90d6bf7fc7faac636 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67880-AddedCountToSplit.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67880-AddedCountToSplit.rst @@ -26,3 +26,6 @@ Example: split.token = , split.returnCount = 1 } + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68166-RenderTypeForRsaEncryptedInputFields.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68166-RenderTypeForRsaEncryptedInputFields.rst index c8f438e09cd93787076376bedbd05357f04bd057..acb3b9a2b0a043ef90953f6b64bf8ba46cec5d97 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68166-RenderTypeForRsaEncryptedInputFields.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68166-RenderTypeForRsaEncryptedInputFields.rst @@ -28,3 +28,6 @@ To encrypt your own TCA fields you can add define the render type `rsaInput`. .. code-block:: php $GLOBALS['TCA']['be_users']['columns']['password']['config']['renderType'] = 'rsaInput'; + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68429-IntroducedAvatarProviderAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68429-IntroducedAvatarProviderAPI.rst index 504f5dcf746402f15d5cea52b24c14dabac21354..71a97fba414d1b87d0339d0795cc60d74698c427 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68429-IntroducedAvatarProviderAPI.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68429-IntroducedAvatarProviderAPI.rst @@ -67,3 +67,6 @@ An `TYPO3\CMS\Backend\Backend\Image` object has 3 properties: * `$url`: Url of avatar image. Needs to be relative to the website root or an absolute URL. * `$width`: The width of the image. * `$height`: The height of the image. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68700-AutoloadDefinitionCanBeProvidedInExt_emconfphp.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68700-AutoloadDefinitionCanBeProvidedInExt_emconfphp.rst index 887cfb21ca54dafd32396d81334951d353d46424..e40a14cb600c89e4ed9eca874b4e0c79203288fc 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68700-AutoloadDefinitionCanBeProvidedInExt_emconfphp.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68700-AutoloadDefinitionCanBeProvidedInExt_emconfphp.rst @@ -73,3 +73,6 @@ This includes test classes or classes of third party libraries, which might lead Therefore it is recommended to provide such an autoload section in an extension. It will be ignored in older TYPO3 versions, so there will be no issue with backwards compatibility. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68724-EMShowsOnlyDistributionsThatSuiteTheCurrentTYPO3Version.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68724-EMShowsOnlyDistributionsThatSuiteTheCurrentTYPO3Version.rst index d00d9c3c52022c2499fc3b22de7062f2340b579f..7280920ba79e9c6037d53c81b01e70c3decdafe5 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68724-EMShowsOnlyDistributionsThatSuiteTheCurrentTYPO3Version.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68724-EMShowsOnlyDistributionsThatSuiteTheCurrentTYPO3Version.rst @@ -17,3 +17,6 @@ Impact ====== Distributions that require different TYPO3 versions are not shown anymore. + + +.. index:: ext:extensionmanager diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68741-IntroduceNewIconFactoryAsBaseForReplaceTheIconSkinningAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68741-IntroduceNewIconFactoryAsBaseForReplaceTheIconSkinningAPI.rst index 2db46b45fb1baa79f945bf47cbac24f2727e652f..880f7c593da0ef75bc3e6328b66d564816b62ae4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68741-IntroduceNewIconFactoryAsBaseForReplaceTheIconSkinningAPI.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68741-IntroduceNewIconFactoryAsBaseForReplaceTheIconSkinningAPI.rst @@ -112,3 +112,6 @@ Impact ====== No impact + + +.. index:: PHP-API, Backend, Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68746-AddAnnotationForCLIOnlyCommands.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68746-AddAnnotationForCLIOnlyCommands.rst index 7973f355d1f737cd82f84f68a7317aff915dc67e..ad9416c22467eb188287328c5598297947ffda30 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68746-AddAnnotationForCLIOnlyCommands.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68746-AddAnnotationForCLIOnlyCommands.rst @@ -23,3 +23,6 @@ Impact Extbase `CommandController` commands annotated with `@cli` are not shown as command in the scheduler task. + + +.. index:: CLI, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68756-AddConfigBaseToStdWrap.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68756-AddConfigBaseToStdWrap.rst index bedb79dcaeb91cc8a1fda34c678c17800171eae3..9f3b78114a91a03fc2355b3abefcb9d4296a7a32 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68756-AddConfigBaseToStdWrap.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68756-AddConfigBaseToStdWrap.rst @@ -29,3 +29,6 @@ With the `base` property it can be defined whether to use a base of 1000 or 1024 Thus:: bytes.labels = " | K| M| G" bytes.base = 1000 + + +.. index:: PHP-API, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68757-ProvideUntouchedNewPasswordInFeloginPasswordChangedHook.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68757-ProvideUntouchedNewPasswordInFeloginPasswordChangedHook.rst index f9052a3d92153dc720bfcac9ed60bb5ceeec99e6..019af70f2ac49642101ac0c59a3aab080e5d6409 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68757-ProvideUntouchedNewPasswordInFeloginPasswordChangedHook.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68757-ProvideUntouchedNewPasswordInFeloginPasswordChangedHook.rst @@ -13,3 +13,6 @@ Description The new parameter `newPasswordUnencrypted` in the EXT:felogin password_changed hook won't be salted if EXT:saltedpaswords is enabled. It is now possible to work with the real new password. + + +.. index:: PHP-API, ext:saltedpasswords, ext:felogin diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68773-ShowASpecialImageForOfficialDistributionsInExtensionManager.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68773-ShowASpecialImageForOfficialDistributionsInExtensionManager.rst index c073a30fe3a5f6100b07708a7b35b68f9c1d5d7d..1ed0bd5cea176688d1c2fa452f09cbc9b7451b00 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68773-ShowASpecialImageForOfficialDistributionsInExtensionManager.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68773-ShowASpecialImageForOfficialDistributionsInExtensionManager.rst @@ -13,3 +13,6 @@ Description For official distributions a special image is displayed in the "Get preconfigured distribution" list. So it is easier now to distinguish the official distributions from others. + + +.. index:: Backend, ext:extensionmanager diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68804-ColoredOutputForCLI-relevantErrorMessages.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68804-ColoredOutputForCLI-relevantErrorMessages.rst index b7a420f9104fef2df6ed2b03b3c412e9721bfbed..f8744333cc76b8d873b71f3b5cbb254b5a1880ce 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68804-ColoredOutputForCLI-relevantErrorMessages.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68804-ColoredOutputForCLI-relevantErrorMessages.rst @@ -12,3 +12,6 @@ Description Calling `typo3/cli_dispatch.phpsh` via the command line will now show a colored error message when an invalid or no CLI key as first parameter is given. + + +.. index:: CLI diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68837-ClosuresForCommandLineScripts.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68837-ClosuresForCommandLineScripts.rst index 1f0bdd2876c813a91fa315b4771156bc99a13ca1..e440c50827ea958c74a904d2c935bce415688e52 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68837-ClosuresForCommandLineScripts.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68837-ClosuresForCommandLineScripts.rst @@ -24,3 +24,6 @@ Example usage inside ext_localconf.php: }, '_CLI_lowlevel' ); + + +.. index:: PHP-API, CLI diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69095-IntroduceIconStateForIconFactory.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69095-IntroduceIconStateForIconFactory.rst index 1c1a9a97e46495e9b9b0413eb7b87d350b8e1a7c..db3c036575847a0cadc15aa2cb7a0235b5641790 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69095-IntroduceIconStateForIconFactory.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69095-IntroduceIconStateForIconFactory.rst @@ -42,3 +42,5 @@ This ViewHelper has an argument for the new state parameter. {namespace core = TYPO3\CMS\Core\ViewHelpers} <core:icon identifier="my-icon-identifier" state="disabled" /> + +.. index:: PHP-API, Backend, Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69119-AddABasicSearchToTheFilelistModule.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69119-AddABasicSearchToTheFilelistModule.rst index 85e26fcd678fe59172063dffd15435dd1b3c39ae..f53c4a596934173b6ad8778ace506074120ec5d9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69119-AddABasicSearchToTheFilelistModule.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69119-AddABasicSearchToTheFilelistModule.rst @@ -25,3 +25,5 @@ like editing, renaming and deleting are already implemented. By default the search results are ordered by the file identifier, i.e. the file path ascending from A-Z. + +.. index:: Backend, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69389-AddSpinningFeatureForIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69389-AddSpinningFeatureForIcon.rst index 45b10f143cb4a2968e78fa010683260aa5ec0ec3..3d3f9d7296309fa6dcc7ba268d6dc8816c3de9bc 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69389-AddSpinningFeatureForIcon.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69389-AddSpinningFeatureForIcon.rst @@ -30,3 +30,6 @@ Impact ====== Icons can now be animated. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst index 6261ae7e4f0f6d942431a0f21af53857f960bcd1..56f4b9bc5950660a2a85b369a64e01b9336265e5 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -==================================================================== -Feature: #69401 - Adopt form to support the Extbase/ Fluid MVC stack -==================================================================== +======================================================================== +Feature: #69401 - Adopt ext:form to support the Extbase/ Fluid MVC stack +======================================================================== See :issue:`69401` @@ -109,3 +109,6 @@ Another patch will take care of the documentation. A few more patches will come which will fix some issues regarding the validators and filters. + + +.. index:: ext:form, Fluid, ext:extbase, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69409-AllowValueAttributeForOPTIONObjectInWizard.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69409-AllowValueAttributeForOPTIONObjectInWizard.rst index 7db1e4ff1448dbf3e90cdf6648c292aab0faa1c8..e29efa50c560d4f2fdf2475b8102743fc7cc4ebb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69409-AllowValueAttributeForOPTIONObjectInWizard.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69409-AllowValueAttributeForOPTIONObjectInWizard.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -=================================================================== -Feature: #69409 - Allow value attribute for OPTION object in wizard -=================================================================== +============================================================================= +Feature: #69409 - ext:form allows value attribute for OPTION object in wizard +============================================================================= See :issue:`69409` @@ -14,3 +14,6 @@ Now it is possible to add a value to the OPTION object using the wizard. Furthermore the table within the field options of the SELECT configuration has been improved. There were no labels shown which has been fixed now. + + +.. index:: ext:form, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69416-MakeAbstractPluginpi_loadLLLoadLabelsFromCustomFile.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69416-MakeAbstractPluginpi_loadLLLoadLabelsFromCustomFile.rst index 6334347d834743b636b6b85aee072559f9924cba..aa9fc9f69e9407e29aad6c8b504262b0f2ffd016 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69416-MakeAbstractPluginpi_loadLLLoadLabelsFromCustomFile.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69416-MakeAbstractPluginpi_loadLLLoadLabelsFromCustomFile.rst @@ -10,7 +10,7 @@ See :issue:`69416` Description =========== -`AbstractPlugin::pi_loadLL` takes an optional argument specifying path to a +:php:`AbstractPlugin::pi_loadLL()` takes an optional argument specifying path to a language file. It allows placing language files in other paths like in Extbase structure "Resources/Private/Language". Previously language file had to be located in the directory set in the `scriptRelPath` property. @@ -20,3 +20,6 @@ Impact ====== Possibility to put language label files in other paths. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst index ee404317c1d1bf65562c82396cd1bc0da1873f62..d0692d8ff543c10e9968e04210c98c10bc0a8c26 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst @@ -31,3 +31,6 @@ Any data of the flexform field `pi_flexform` is available with the property `pi_ .. note:: If a PHP hook already is set to render the element, it will take precedence over the Fluid-based preview. + + +.. index:: TSConfig, Fluid, FlexForm diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69496-ExtractTitleFromPDFWhenIndexing.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69496-ExtractTitleFromPDFWhenIndexing.rst index 8cc2b131d52fd00f7e7c34fe98d1f8743cc13b4e..e5ae3e2e5e075242e5f08310ce61a39eccffb064 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69496-ExtractTitleFromPDFWhenIndexing.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69496-ExtractTitleFromPDFWhenIndexing.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -====================================================== -Feature: #69496 - Extract title from PDF when indexing -====================================================== +============================================================================ +Feature: #69496 - Extract title from PDF when indexing in ext:indexed_search +============================================================================ See :issue:`69496` @@ -18,3 +18,5 @@ Impact The title of indexed PDF documents is now extracted. + +.. index:: Frontend, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69512-SupportTyposcriptFilesAsTextFileType.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69512-SupportTyposcriptFilesAsTextFileType.rst index fd802fded192ef2be952f6911915e56843dd11d4..30e2595edd124f8ed0841610a889221ae15fe809 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69512-SupportTyposcriptFilesAsTextFileType.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69512-SupportTyposcriptFilesAsTextFileType.rst @@ -17,3 +17,6 @@ Impact ====== Files with the type **typoscript** can now be edited through the file list module. + + +.. index:: TypoScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69543-IntroducedGLOBALSTYPO3_CONF_VARSSYSmediafile_ext.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69543-IntroducedGLOBALSTYPO3_CONF_VARSSYSmediafile_ext.rst index 3fac22e21e5a1588437d39e5028b37f0ee410e53..c63f7da729a1e6729cebf129e87fd00c4c20c6cd 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69543-IntroducedGLOBALSTYPO3_CONF_VARSSYSmediafile_ext.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69543-IntroducedGLOBALSTYPO3_CONF_VARSSYSmediafile_ext.rst @@ -73,3 +73,6 @@ If you want to extend this list you can add the desired extension name to list i .. code-block:: php $GLOBALS['TYPO3_CONF_VARS']['SYS']['mediafile_ext'] .= ',myext'; + + +.. index:: TCA, Backend, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69568-FormEngineDataProcessing.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69568-FormEngineDataProcessing.rst index a4518f6f70095da60ecc8bf389072f848178939c..a8ff56b0c2e833a763eb4ad193d9c28052aa60d2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69568-FormEngineDataProcessing.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69568-FormEngineDataProcessing.rst @@ -28,3 +28,5 @@ used to define relevant data provider within data provider can be added at specific positions using the `depends` and `before` keywords relative to other providers. + +.. index:: PHP-API, Backend, TCA diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69602-SimplifyHandlingOfBackendLayoutsInFrontend.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69602-SimplifyHandlingOfBackendLayoutsInFrontend.rst index c766e94180b0656e91cedd8b27a73cfab2f52516..f9a016a6eebabc6f4659a6e726f4e3ff7835b254 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69602-SimplifyHandlingOfBackendLayoutsInFrontend.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69602-SimplifyHandlingOfBackendLayoutsInFrontend.rst @@ -41,3 +41,6 @@ Using `data = pagelayout` is the same as using as field = backend_layout ifEmpty.data = levelfield:-2,backend_layout_next_level,slide ifEmpty.ifEmpty = default + + +.. index:: TypoScript, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69730-IntroduceUniqueIdGenerator.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69730-IntroduceUniqueIdGenerator.rst index 5175b72d12de63ed401a66c96338c0b451f1012d..0fcf755a26f7735a05420051d6f54d79ab39dc0d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69730-IntroduceUniqueIdGenerator.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69730-IntroduceUniqueIdGenerator.rst @@ -24,3 +24,6 @@ Impact ====== No need to remove the dot manually anymore. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69855-DispatcherForBackendRoutingAdded.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69855-DispatcherForBackendRoutingAdded.rst index e5af332348513afd6f76132f6b1088d6817ebe68..d378ebd1b4752c008b00d1ef5dd8d5b4c745f2eb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69855-DispatcherForBackendRoutingAdded.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69855-DispatcherForBackendRoutingAdded.rst @@ -32,3 +32,6 @@ Each method that is registered will receive both the Request object and the Response object which can be manipulated for output. The fixed `ControllerInterface` is not needed anymore and will be removed. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69918-AddPSR-7-basedDispatchingForBackendModules.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69918-AddPSR-7-basedDispatchingForBackendModules.rst index 14f80603bb873cacbed9b5fe544080b82d998c31..f1a0bb5ba4d0dac9c34da22e6a62b892f88bc3bd 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69918-AddPSR-7-basedDispatchingForBackendModules.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69918-AddPSR-7-basedDispatchingForBackendModules.rst @@ -39,3 +39,6 @@ be called when rendering the module: ), ) ); + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70002-MakeItPossibleToRegisterOwnIconsForFileExtensions.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70002-MakeItPossibleToRegisterOwnIconsForFileExtensions.rst index e5cb620dd6b9dcd6d2edf5de2545b5ff5775e09e..bbb5b93af386e936b0ad7478028625ec26bf2348 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70002-MakeItPossibleToRegisterOwnIconsForFileExtensions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70002-MakeItPossibleToRegisterOwnIconsForFileExtensions.rst @@ -22,3 +22,6 @@ It is now possible to register or overwrite the iconIdentifier for a file extens $iconRegistry = GeneralUtility::makeInstance(IconRegistry::class); $iconRegistry->registerFileExtension('log', 'icon-identiifer-for-log-files'); + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70078-ExtensionsCanProvideAClassMapForClassLoading.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70078-ExtensionsCanProvideAClassMapForClassLoading.rst index f59d97f581e77ca5a961277e01c862c3042b9ccd..4df140f8e5e53b12fddcd616a561dfd4116589e6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70078-ExtensionsCanProvideAClassMapForClassLoading.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70078-ExtensionsCanProvideAClassMapForClassLoading.rst @@ -78,3 +78,6 @@ Impact Extensions that target TYPO3 6.2 LTS and 7 LTS can now provide a class map in ext_emconf.php which is only evaluated in TYPO3 7 LTS and an ext_autoload.php which is only evaluated in 6.2 LTS for maximum flexibility and compatibility. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-7098-SeverityFilteringForFlashMessageQueue.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-7098-SeverityFilteringForFlashMessageQueue.rst index 90306f16b6c8855dba65645147b390d06c910b79..b6d7e9dbe85a39598b3f7df1a9f17d3b8bf9223e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-7098-SeverityFilteringForFlashMessageQueue.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-7098-SeverityFilteringForFlashMessageQueue.rst @@ -22,3 +22,6 @@ Usage: FlashMessageQueue::getAllMessagesAndFlush($severity); FlashMessageQueue::removeAllFlashMessagesFromSession($severity); FlashMessageQueue::clear($severity); + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-67954-MigrateCTypesTextImageAndTextpicToTextmedia.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-67954-MigrateCTypesTextImageAndTextpicToTextmedia.rst index d0fa1c5ceddfaf6d533bb4b801c5b3316088436b..2c324c3052932401c92d51d8f1a8f27c6627b070 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-67954-MigrateCTypesTextImageAndTextpicToTextmedia.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-67954-MigrateCTypesTextImageAndTextpicToTextmedia.rst @@ -36,3 +36,6 @@ Migration First un-install EXT:css_styled_content and install EXT:fluid_styled_content. After that an "Upgrade Wizard" will be available in the install tool to migrate all existing CE elements of type `text`, `image` or `textpic` to type `textmedia`. + + +.. index:: ext:fluid_styled_content, ext:css_styled_content, Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68128-PHPMagicQuoteHandlingRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68128-PHPMagicQuoteHandlingRemoved.rst index 9e9693bb47bbc8c5e1f7a68cbeea33f7d70b4ee6..45d1fcfdf4bf7c4dc73759a2e27997d7af2d996c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68128-PHPMagicQuoteHandlingRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68128-PHPMagicQuoteHandlingRemoved.rst @@ -19,3 +19,6 @@ have been changed to not strip off slashes anymore. Since the PHP option was completely removed, TYPO3 is not adding slashes anymore, and also does not strip the slashes anymore when using the methods within GeneralUtility. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68758-CommandControllersAllowedInSubfolders.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68758-CommandControllersAllowedInSubfolders.rst index ed164988c69e5693ace30abdf3038772f61686f9..21e61a67ddd31e122820e16c650f7870d53ac8d7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68758-CommandControllersAllowedInSubfolders.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68758-CommandControllersAllowedInSubfolders.rst @@ -19,3 +19,6 @@ it can now be invoked like this: .. code-block:: shell typo3/cli_dispatch.sh extbase my_ext:hello:world <arguments> + + +.. index:: PHP-API, CLI, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68917-UpdateJQueryTo2x.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68917-UpdateJQueryTo2x.rst index ec6f1d418493a6ffc64a0cb3bd8b1e4cd77a630b..7cf445253bc95d45afdcfc0e840a18c14466df8f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68917-UpdateJQueryTo2x.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68917-UpdateJQueryTo2x.rst @@ -15,3 +15,6 @@ have been dropped. Since TYPO3 CMS doesn't support "older" browsers (IE < 9) any was updated from 1.x to 2.x. For extensions that ran fine with an up-to-date 1.x-version that shouldn't really make much difference. There might however be edge-cases where extension-authors might need to adapt their jQuery scripts for 2.x. + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69084-AddingExtbaseObjectsWithNOTNULLColumnsHasChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69084-AddingExtbaseObjectsWithNOTNULLColumnsHasChanged.rst index a94be6251d533df09c6ad0d3bdf14775a2fc3127..185454d587ade7bb7b7b144b48508bc8dfcc40db 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69084-AddingExtbaseObjectsWithNOTNULLColumnsHasChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69084-AddingExtbaseObjectsWithNOTNULLColumnsHasChanged.rst @@ -34,12 +34,13 @@ Example model definition: .. code-block:: php class Blog extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity { - /** * The blog's title. * * @var string */ protected $title = ''; - } + + +.. index:: Database, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69137-LinkWizardPopupWidthAndHeightFieldsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69137-LinkWizardPopupWidthAndHeightFieldsRemoved.rst index dc87cf0c21ad5ccb2fa1e0d45a55d983c411a597..4ecc4bb377a8cd6ff79f4d7f0253bcf98500b2ea 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69137-LinkWizardPopupWidthAndHeightFieldsRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69137-LinkWizardPopupWidthAndHeightFieldsRemoved.rst @@ -17,3 +17,6 @@ fields have been removed. The editor is not able to select a width and height anymore, it can still be entered manually though. The RTE option `buttons.link.popupSelector.disabled` has no effect anymore. + + +.. index:: TSConfig, RTE diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69531-RemoveSpriteManagerIconViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69531-RemoveSpriteManagerIconViewHelper.rst index b5ebbdcbe95b1e687619f5998058acf0d290afb7..9dedcdf77a6519ffa843319cdc3672864ca06022 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69531-RemoveSpriteManagerIconViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69531-RemoveSpriteManagerIconViewHelper.rst @@ -11,4 +11,7 @@ Description =========== The `\TYPO3\CMS\Backend\ViewHelpers\SpriteManagerIconViewHelper` is not used anymore and has been removed. -Use `\TYPO3\CMS\Core\ViewHelpers\IconViewHelper` instead +Use `\TYPO3\CMS\Core\ViewHelpers\IconViewHelper` instead. + + +.. index:: Fluid, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69846-HaveEIDsWithPSR-7WithoutControllerInterface.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69846-HaveEIDsWithPSR-7WithoutControllerInterface.rst index 732cf1855a446c8138593f324e9941d45e7c50ac..ce3f4dadb9dfac719c82397b628ae9e19ddf6cab 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69846-HaveEIDsWithPSR-7WithoutControllerInterface.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69846-HaveEIDsWithPSR-7WithoutControllerInterface.rst @@ -30,3 +30,5 @@ The eID_include registration in :file:`ext_localconf.php` must be changed in suc $GLOBALS['TYPO3_CONF_VARS']['FE']['eID_include']['identifier'] = \Foo\Bar::class . '::anyMethodNameYouLike'; + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69909-FAL-basedDatabaseFieldsMovedToInteger.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69909-FAL-basedDatabaseFieldsMovedToInteger.rst index 155609139bd6cdd52bde007cfc9cb97c60cc4d51..f18cd2a1108b211f5d8001fb6ed2633cbc181093 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69909-FAL-basedDatabaseFieldsMovedToInteger.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69909-FAL-basedDatabaseFieldsMovedToInteger.rst @@ -15,3 +15,6 @@ a comma-separated list of paths to files were migrated at 6.2 with the shipped u The database fields `pages.media`, `pages_language_overlay.media`, `tt_content.image` and `tt_content.media` now only contain numeric values, which are handled by the DataHandler and the Reference Index, holding the number of references. The database fields are now changed to be only int fields, instead fields of type `text`. + + +.. index:: Database, FAL diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst index 7ac932e1d43549a54a33121138ff4aaf552c8c60..fc08af53ff712afd9c7976a8a82f14081e68c826 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst @@ -33,3 +33,5 @@ Migration Rename `pi_list_browseresults()` to `renderPagination()`. Calling the method from outside the class is no longer possible. + +.. index:: PHP-API, Frontend, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst index cace1ffa33d9d76ce2d5d5df6bea5581fe629f74..b6a6655102b694df314b53463795d56c19d60979 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst @@ -16,7 +16,10 @@ The import module of extension "impexp" has been disabled for non-admin users by Impact ====== -For non-admin users who need that functionality, the userTsConfig option :ts:`options.impexp.enableImportForNonAdminUser = 1` must be set. This can have a negative security impact to the TYPO3 instance in core versions 7.6 and 6.2 and should only be enabled for "trustworthy" backend users in general. +For non-admin users who need that functionality, the userTsConfig option +:ts:`options.impexp.enableImportForNonAdminUser = 1` must be set. This can have a +negative security impact to the TYPO3 instance in core versions 7.6 and 6.2 and +should only be enabled for "trustworthy" backend users in general. Affected Installations @@ -29,3 +32,5 @@ Migration ========= Set userTsConfig option :ts:`options.impexp.enableImportForNonAdminUser = 1` to restore the old behavior. + +.. index:: Backend, ext:impexp, TSConfig diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-73461-EnableImportModuleForNonAdminUsers.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-73461-EnableImportModuleForNonAdminUsers.rst index 649959b9536dd231d9e5137257d5765646a42a84..6697c6eadb338d4d2ef75a38c6ac89e088b1cf19 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-73461-EnableImportModuleForNonAdminUsers.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-73461-EnableImportModuleForNonAdminUsers.rst @@ -18,3 +18,5 @@ Impact ====== This option should be enabled for "trustworthy" backend users only. + +.. index:: ext:impexp, Backend, TSConfig diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst index 1102f6839bdd65dd73d110e17a85ffcdbac0e20f..f1f9d15d74d98c1ad77ae0e52351f547aeeeb9a7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst @@ -17,4 +17,4 @@ Before: using the option renders `<a>Page title</a>` when page is inaccessible. After: using the option renders `<a href="index.php?id=123">Page title</a>` when page is not accessible. -.. index:: Frontend, TypoScript \ No newline at end of file +.. index:: Frontend, TypoScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-75400-NewDataHandlerCommandCopyToLanguage.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-75400-NewDataHandlerCommandCopyToLanguage.rst index f7cdaf2e87bba749d424cb09f49d561443e81f55..e12cd8f55dcea2bdf90724d9c79bc45ad984307d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-75400-NewDataHandlerCommandCopyToLanguage.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-75400-NewDataHandlerCommandCopyToLanguage.rst @@ -18,4 +18,4 @@ content elements using translation wizard's "Copy" strategy. The 'localize' DataHandler command should be used when translating records in "Connected Mode" (strict translation of records from the default language). This command is used when selecting "Translate" strategy in content elements translation wizard. -.. index:: PHP-API \ No newline at end of file +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77411-RemovedExtbaseTableColumnCache.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77411-RemovedExtbaseTableColumnCache.rst index ea7aa59b5cb98ae27b9f79bf9858848a477ae292..7abaf1ea4e89199444729ace4e6bca87fb64d43f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77411-RemovedExtbaseTableColumnCache.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77411-RemovedExtbaseTableColumnCache.rst @@ -12,6 +12,8 @@ Description The extbase table column cache "extbase_typo3dbbackend_tablecolumns", which was used to store all database fields of all database tables, -was removed. +has been removed. The associated configuration variable `$TYPO3_CONF_VARS[SYS][caching][cacheConfigurations][extbase_typo3dbbackend_tablecolumns]` can be removed. + +.. index:: Database, ext:extbase, LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-24449-UseMovePlaceholdersAsDefaultInWorkspaces.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-24449-UseMovePlaceholdersAsDefaultInWorkspaces.rst index 185374e95e1b4142a72e918f5d0d743971845759..17607c388004b8f93fe37f600f3e4c582eefec6b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-24449-UseMovePlaceholdersAsDefaultInWorkspaces.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-24449-UseMovePlaceholdersAsDefaultInWorkspaces.rst @@ -37,3 +37,6 @@ Migration ========= Make all TCA tables "move-placeholders" aware by adding the necessary database field "t3ver_moveid". + + +.. index:: TCA, ext:workspaces diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst index 4f08fd8bc7c9ce26225e4b99c8f79226e060349b..0280fd4620403db0a7bf90c9b831dfa41ac822ed 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst @@ -10,7 +10,8 @@ See :issue:`45899` Description =========== -Class TYPO3\CMS\Impexp\ImportExport (typo3/sysext/impexp/Classes/ImportExport.php) is split into a class dedicated for import and another one for export. +Class TYPO3\CMS\Impexp\ImportExport (typo3/sysext/impexp/Classes/ImportExport.php) is split into a class +dedicated for import and another one for export. Impact @@ -29,3 +30,6 @@ Migration ========= Use or extend one or both of the new classes (TYPO3\CMS\Impexp\Import and TYPO3\CMS\Impexp\Export). + + +.. index:: PHP-API, ext:impexp diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-51099-StreamlineSettingsConditions.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-51099-StreamlineSettingsConditions.rst index 075cedd46c376ed3bc99d474c3a2c9cc09e38e87..b2eebee6f594c338fc5cef40ad1f9f0d7d60b85e 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-51099-StreamlineSettingsConditions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-51099-StreamlineSettingsConditions.rst @@ -37,3 +37,6 @@ Migration Change all occurrences of the TypoScript setting `plugin.tx_indexedsearch.settings.showRules = 0` to `plugin.tx_indexedsearch.settings.displayRules = 1`. + + +.. index:: TypoScript, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-62812-ResolveMenuUrlsToLinkToExternalPagesDirectly.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-62812-ResolveMenuUrlsToLinkToExternalPagesDirectly.rst index c98e1fb7e251265f53a2811bae5b87ef30268c52..288a165464b0d9a4382d455a40b36398f0becfe2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-62812-ResolveMenuUrlsToLinkToExternalPagesDirectly.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-62812-ResolveMenuUrlsToLinkToExternalPagesDirectly.rst @@ -13,3 +13,6 @@ Description The behaviour of pages with the type "Link to External URL" has changed for menus. Those pages link now directly to the provided url instead of linking the internal page with a redirect afterwards. + + +.. index:: Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-63406-RespectRootlevelConfigurationinExtbaseQueries.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-63406-RespectRootlevelConfigurationinExtbaseQueries.rst index 8d59d724f2442c81ef87dbf75b292d70e02fa9bb..b8c625177c424a6fa05e3c841d2f40c4a72ed17b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-63406-RespectRootlevelConfigurationinExtbaseQueries.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-63406-RespectRootlevelConfigurationinExtbaseQueries.rst @@ -39,3 +39,6 @@ Migration Set `plugin.tx_myext.persistence.storagePid` to the page ids you want to find records from. 0 does not need to be included as it is added to the statement automatically. + + +.. index:: TCA, TypoScript, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-66369-RemovedElementBrowserRelatedClasses.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-66369-RemovedElementBrowserRelatedClasses.rst index 70deeb25aa73d887bbdd874bdfc66da24c6ba1c1..f1ef77ed8d73166e15a3c1d598363268dc22432c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-66369-RemovedElementBrowserRelatedClasses.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-66369-RemovedElementBrowserRelatedClasses.rst @@ -35,3 +35,6 @@ Migration ========= Use the new API for adding element browsers or link handlers. + + +.. index:: PHP-API, Backend, RTE diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-68081-ExtopenidMovedToTER.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-68081-ExtopenidMovedToTER.rst new file mode 100644 index 0000000000000000000000000000000000000000..b3545529cbe4daef1b66601d8f1a3d1caaabcaf6 --- /dev/null +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-68081-ExtopenidMovedToTER.rst @@ -0,0 +1,33 @@ +.. include:: ../../Includes.txt + +========================================== +Breaking: #68081 - Ext:openid moved to TER +========================================== + +See :issue:`68081` + +Description +=========== + +The former core extension `openid` has been removed from core code +and is now available as optional extension from the TER. + + +Impact +====== + +Login to TYPO3 backend via openid fails until the extension is installed from TER. + + +Affected Installations +====================== + +Instances using backend login via openid. + + +Migration +========= + +An upgrade wizard in the install tool can be use to download and install the extension. + +.. index:: Backend, ext:openid \ No newline at end of file diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69227-StringsForLikeAreNotProperlyEscaped.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69227-StringsForLikeAreNotProperlyEscaped.rst index 2fe277ff286d673bf0f7eefaa2d856ffef85fac8..58fcc9215b9e7643f847a4f07576add03260facf 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69227-StringsForLikeAreNotProperlyEscaped.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69227-StringsForLikeAreNotProperlyEscaped.rst @@ -37,3 +37,6 @@ Use the new constants: * `\TYPO3\CMS\IndexedSearch\Utility\LikeWildcard::LEFT` * `\TYPO3\CMS\IndexedSearch\Utility\LikeWildcard::RIGHT` + + +.. index:: PHP-API, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-HookAjaxSaveCodeOfT3editorChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-HookAjaxSaveCodeOfT3editorChanged.rst index 9c9797140f7a8d26565f5150bfcac08a29b5d595..9b0ee246eeb2131aad5c59160ecbbe991e2a0c7c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-HookAjaxSaveCodeOfT3editorChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-HookAjaxSaveCodeOfT3editorChanged.rst @@ -30,3 +30,6 @@ Migration ========= Make use of ServerRequestInterface and ResponseInterface, see :file:`typo3/sysext/t3editor/Classes/Hook/FileEditHook.php` for reference. + + +.. index:: PHP-API, ext:t3editor diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RegisteredAJAXHandlersReplacedByRoutes.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RegisteredAJAXHandlersReplacedByRoutes.rst index 49cc7dca93b1430cdad96f3e697df7dea29490f8..8c249cefaeb30b92d26a9445cd981619bd6223d9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RegisteredAJAXHandlersReplacedByRoutes.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RegisteredAJAXHandlersReplacedByRoutes.rst @@ -159,3 +159,6 @@ Old identifier New identifier New AJAX ID =================================== ======================== ====================== Workspaces::setWorkspace workspace_switch /workspaces/switch =================================== ======================== ====================== + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RemovedBackendLogingetRsaPublicKeyAJAXHandler.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RemovedBackendLogingetRsaPublicKeyAJAXHandler.rst index 776630b027d341fc2306ac83ae36fba66cc2bb0d..66f162eea17a4e7e448510ea161595e4361ba808 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RemovedBackendLogingetRsaPublicKeyAJAXHandler.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RemovedBackendLogingetRsaPublicKeyAJAXHandler.rst @@ -31,3 +31,6 @@ Migration ========= Use the AJAX handler `rsa_publickey` instead of `BackendLogin::getRsaPublicKey`. + + +.. index:: PHP-API, Backend, ext:rsaauth diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70033-TcaIconOptionsForSelectFields.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70033-TcaIconOptionsForSelectFields.rst index 721571fac474d8ee30042f0212bb858449e3be21..b005497b39b7f63d5a292902b3b630919a2d1cd1 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70033-TcaIconOptionsForSelectFields.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70033-TcaIconOptionsForSelectFields.rst @@ -31,3 +31,6 @@ Migration ========= Extension authors need to use the new option `showIconTable` to define the visibility of the icon table for their select fields. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70055-OverrideNewContentElementWizardViaPageTSconfig.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70055-OverrideNewContentElementWizardViaPageTSconfig.rst index 1b8d02aab7070c2d886e9db6e84a05f3c6740f2d..411083549af5e6fe4c57c55e986febff190b659c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70055-OverrideNewContentElementWizardViaPageTSconfig.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70055-OverrideNewContentElementWizardViaPageTSconfig.rst @@ -2,7 +2,7 @@ .. include:: ../../Includes.txt ======================================================================== -Breaking: #70055 - Override New Content Element Wizard via page TSconfig +Breaking: #70055 - Override New Content Element Wizard via page TSConfig ======================================================================== See :issue:`70055` @@ -11,7 +11,7 @@ Description =========== In the past it was possible to override the "New Content Element Wizard" via custom scripts -when using page TSconfig via `mod.web_list.newContentWiz.overrideWithExtension = myextension` to define an extension, +when using page TSConfig via `mod.web_list.newContentWiz.overrideWithExtension = myextension` to define an extension, which then needed a file placed under `mod1/db_new_content_el.php`. The script was then called with certain parameters instead of the wizard. @@ -30,7 +30,7 @@ Example: Impact ====== -Using the old TSconfig option `mod.web_list.newContentWiz.overrideWithExtension` has no effect anymore and +Using the old TSConfig option `mod.web_list.newContentWiz.overrideWithExtension` has no effect anymore and will fallback to the regular new content element wizard provided by the TYPO3 Core. @@ -43,5 +43,8 @@ Any installation using this option with extensions providing custom New Content Migration ========= -The extension providing the script must be changed to register a route or module and set the TSconfig option to the route identifier, -instead of a raw PHP script. Any usages in TSconfig need to be adapted to use the new TSconfig option. +The extension providing the script must be changed to register a route or module and set the TSConfig option to the route identifier, +instead of a raw PHP script. Any usages in TSConfig need to be adapted to use the new TSConfig option. + + +.. index:: TSConfig, PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70132-FormEngineCustomFunctions.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70132-FormEngineCustomFunctions.rst index 87e3a3a2756b76294e5eb119584d59e256550d26..5bf78b5e9e9975a6d8a13d014a0974f4e3c3f2c4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70132-FormEngineCustomFunctions.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70132-FormEngineCustomFunctions.rst @@ -44,3 +44,6 @@ If the data given is not sufficient it is possible to register own element class API will be mostly stable throughout further TYPO3 CMS 7 LTS patch releases, it may however happen that the given API and data breaks again with the development of the TYPO3 CMS 8 path to make the FormEngine code more powerful and reliable in the end. + + +.. index:: PHP-API, TCA diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70229-BE-lockSSL3OptionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70229-BE-lockSSL3OptionRemoved.rst index 6f41b852a058e153edc53f59b753923c49144c4b..078a383f14492ce6f4dea51ac6075c3052b9418a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70229-BE-lockSSL3OptionRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70229-BE-lockSSL3OptionRemoved.rst @@ -33,3 +33,6 @@ Migration It is recommended to set the `$TYPO3_CONF_VARS[BE][lockSSL]` option to 1 or 2, depending on the environment and the possibilities of having SSL available. + + +.. index:: LocalConfiguration, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70444-EXTform-FormAttributesAreNotRenderedInFE.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70444-EXTform-FormAttributesAreNotRenderedInFE.rst index f5195f638f1ecc40c41846dcae29ac0ccbce7c05..4baf3033a28e11e64f2cf7f90d351373e55e6de3 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70444-EXTform-FormAttributesAreNotRenderedInFE.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70444-EXTform-FormAttributesAreNotRenderedInFE.rst @@ -43,3 +43,6 @@ Migration Affected installations have to re-add the missing attributes manually and adopt the new array notation. + + +.. index:: Frontend, ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70503-EXTform-RemoveBreakOnErrorOptionFromWizard.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70503-EXTform-RemoveBreakOnErrorOptionFromWizard.rst index c3863a0e7f73dd6449cf5696b7ffb37adde017df..f57d181e52909fa0f7de6cb898c6f6f1ddd0aa4f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70503-EXTform-RemoveBreakOnErrorOptionFromWizard.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70503-EXTform-RemoveBreakOnErrorOptionFromWizard.rst @@ -35,3 +35,5 @@ no migration possible. The attribute can be manually removed from the form configuration. The wizard ignores the existence of `breakOnError`. Since TYPO3 7.5 it is possible to utilize HTML5 attributes to validate form elements on the fly. This could be used to emulate the behaviour. + +.. index:: ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70574-FormWizardSaveHandlingChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70574-FormWizardSaveHandlingChanged.rst index 0498eaddccfe3d0340651bf00e0272c79f4f325f..329ec98392207835091db4fc005c19dae63eb01b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70574-FormWizardSaveHandlingChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70574-FormWizardSaveHandlingChanged.rst @@ -1,16 +1,17 @@ .. include:: ../../Includes.txt -==================================================== -Breaking: #70574 - Form Wizard Save Handling Changed -==================================================== +================================================================ +Breaking: #70574 - Form Wizard Save Handling Changed in ext:form +================================================================ See :issue:`70574` Description =========== -The ExtJS wizard of EXT:form in the backend has been using an old "module" to load and to save the data from the wizard, but has been misusing this functionality as AJAX responses. +The ExtJS wizard of EXT:form in the backend has been using an old "module" to load and to save the data from the wizard, +but has been misusing this functionality as AJAX responses. All AJAX requests for the wizard are now built with AJAX Routes and PSR-7-based Request/Response objects. All obsolete WizardView PHP classes have been removed without substitution: @@ -36,3 +37,6 @@ Migration ========= Use the AJAX routes available via `TYPO3.settings.ajaxUrls['formwizard_load']` and `TYPO3.settings.ajaxUrls['formwizard_save']`. + + +.. index:: PHP-API, ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70578-JumpURLFunctionalityRemovedFromTheTYPO3Core.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70578-JumpURLFunctionalityRemovedFromTheTYPO3Core.rst index f9883c3bd612808c0c0e4c7032be0a7d8c15cefd..5cb9ca962c9e240e91013f70127a60e3b5c2ab8c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70578-JumpURLFunctionalityRemovedFromTheTYPO3Core.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70578-JumpURLFunctionalityRemovedFromTheTYPO3Core.rst @@ -32,3 +32,6 @@ Migration ========= Download and install the extension "jumpurl" from the TER. + + +.. index:: PHP-API, Frontend, ext:jumpurl diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-71110-TYPO3-specificUploadLimitRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-71110-TYPO3-specificUploadLimitRemoved.rst index 04d772b08217f00c8dc6f49b49a1a687f11457d8..dd6d92f4c464f3228fa8f5e399282d8d16ea22e2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-71110-TYPO3-specificUploadLimitRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-71110-TYPO3-specificUploadLimitRemoved.rst @@ -37,3 +37,6 @@ Migration ========= Explicitly set a value for `max_size` or drop those lines from your TCA configuration. + + +.. index:: LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-72117-APIChangeInExceptionHandlerInterface.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-72117-APIChangeInExceptionHandlerInterface.rst index 632373ca2d762796020576bbe654c51f75a45edf..0235b249fefa52786f2a742531897cfab68fc26a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-72117-APIChangeInExceptionHandlerInterface.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-72117-APIChangeInExceptionHandlerInterface.rst @@ -10,14 +10,17 @@ See :issue:`72117` Description =========== -The class \Throwable was added in PHP7 as new parent of \Exceptions. This leads to the issue that ExceptionHandlers need to change the API of their exception handling method. To support PHP 5.5, 5.6 and 7.0 we need to remove the type hint. It will later be set to \Throwable if we only support PHP 7.0 and newer. +The class \Throwable was added in PHP7 as new parent of \Exceptions. This leads to the issue that +ExceptionHandlers need to change the API of their exception handling method. To support PHP 5.5, 5.6 and 7.0 +we need to remove the type hint. It will later be set to \Throwable if we only support PHP 7.0 and newer. See http://php.net/manual/en/migration70.incompatible.php Impact ====== -A fatal error will be thrown if you use own ExceptionHandlers implementing TYPO3\CMS\Core\Error\ExceptionHandlerInterface "Fatal error: Declaration of ... must be compatible with ..." +A fatal error will be thrown if you use own ExceptionHandlers implementing +TYPO3\CMS\Core\Error\ExceptionHandlerInterface "Fatal error: Declaration of ... must be compatible with ..." Affected Installations @@ -29,4 +32,8 @@ Installations which use an own ExceptionHandler implementing TYPO3s ExceptionHan Migration ========= -Remove the type hinting in your implementation of ExceptionHandlerInterface. If you switch to PHP 7 you may also get instances from \Throwable, so check the API/type hinting of the function were you process the exception. +Remove the type hinting in your implementation of ExceptionHandlerInterface. If you switch to PHP 7 you may +also get instances from \Throwable, so check the API/type hinting of the function were you process the exception. + + +.. index:: PHP-API diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-77344-EXTform-RenameConfigurationForConfirmationView.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-77344-EXTform-RenameConfigurationForConfirmationView.rst index 5e5aa1611512f6ee828ef76151f25ffdc17fd865..194c8bfa5cf71a61ad57de6b2a0007fcd8449f13 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-77344-EXTform-RenameConfigurationForConfirmationView.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-77344-EXTform-RenameConfigurationForConfirmationView.rst @@ -12,7 +12,8 @@ Description The typoscript key :ts:`configuration` for the confirmation configuration has been renamed. -Up until now the layout settings of the confirmation view could be addressed via :ts:`tt_content.mailform.20.confirmation.layout`. This setting was introduced with patch 28526 but never documented. +Up until now the layout settings of the confirmation view could be addressed via :ts:`tt_content.mailform.20.confirmation.layout`. +This setting was introduced with patch 28526 but never documented. Besides this, the confirmation view enable setting can be set via :ts:`tt_content.mailform.20.confirmation = 1`. @@ -22,7 +23,8 @@ To keep the meaning of the settings clear, it was decided to rename the configur Impact ====== -Having the confirmation view enabled and the confirmation configuration customized, a naming collision occurs. As a result, the confirmation step has been disabled. +Having the confirmation view enabled and the confirmation configuration customized, a naming collision occurs. As a +result, the confirmation step has been disabled. Since the configuration was never documented, only few people know about this setting. @@ -35,4 +37,7 @@ All installations enabling the confirmation view and customizing the layout of t Migration ========= -All occurences of :ts:`tt_content.mailform.20.confirmation.layout` have to be migrated to :ts:`tt_content.mailform.20.confirmationView.layout`. +All occurrences of :ts:`tt_content.mailform.20.confirmation.layout` have to be migrated to :ts:`tt_content.mailform.20.confirmationView.layout`. + + +.. index:: TypoScript, ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-51482-ScriptBasedModules.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-51482-ScriptBasedModules.rst index 979697472cff8d80b162bd006080dff51de64fee..9a37495fb333826d6f1c3e687e3dc1e99d174c4a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-51482-ScriptBasedModules.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-51482-ScriptBasedModules.rst @@ -39,3 +39,6 @@ Use Configuration/Backend/Routes.php to register wizards and use use the proper PSR-7 compatible way of registering and calling modules. Make sure to use UriBuilder and `BackendUtility::getModuleUrl()` to link to these modules instead of hard-linking to the script names. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-60712-GetDynamicTabMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-60712-GetDynamicTabMenu.rst index bb3f0f834b300d1333ced6e45c1368f5c997e0f0..ff226d46c72fd8f7e3e48deea0371ef8f09a678d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-60712-GetDynamicTabMenu.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-60712-GetDynamicTabMenu.rst @@ -24,3 +24,6 @@ Migration ========= Use `TYPO3\CMS\Backend\Utility\ModuleTemplate::getDynamicTabMenu()` instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-65728-DocumentTemplate-issueCommand.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-65728-DocumentTemplate-issueCommand.rst index d054d95ba68d46db5c9a8a3f5f0684a58f15459a..40ad21bace60de56ee269ea70ab71b05cecacd7b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-65728-DocumentTemplate-issueCommand.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-65728-DocumentTemplate-issueCommand.rst @@ -23,3 +23,6 @@ Migration ========= Use `TYPO3\CMS\Backend\Utility\BackendUtility::getLinkToDataHandlerAction()` instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69369-UsePropertyTextInsteadOfDataForTEXTAREATEXTBLOCKOPTION.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69369-UsePropertyTextInsteadOfDataForTEXTAREATEXTBLOCKOPTION.rst index 5cfeb282c3d7e6b74e26e88800434f596a5007b8..e2a47db8a12cd7d0a7bc2c864addd99fc169ce50 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69369-UsePropertyTextInsteadOfDataForTEXTAREATEXTBLOCKOPTION.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69369-UsePropertyTextInsteadOfDataForTEXTAREATEXTBLOCKOPTION.rst @@ -1,9 +1,9 @@ .. include:: ../../Includes.txt -======================================================= -Deprecation: #69369 - Use property text instead of data -======================================================= +=================================================================== +Deprecation: #69369 - Use property text instead of data in ext:form +=================================================================== See :issue:`69369` @@ -38,3 +38,6 @@ Migration Remove usage of the "data" property and use "text" instead. Opening a specific form with the form wizard and storing the form again will also migrate from "data" to "text". + + +.. index:: ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69822-DeprecateSelectFieldTca.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69822-DeprecateSelectFieldTca.rst index 02ec9b4a3a6379248dc1e77e5087c98247b9edcc..b39c1bb48970d31c602b0a9c76f6685a1e726362 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69822-DeprecateSelectFieldTca.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69822-DeprecateSelectFieldTca.rst @@ -36,20 +36,13 @@ These `renderType` settings are available: - `selectTree` - A tree for selecting hierarchical data. Scope - Display - - -'renderType' => 'selectMultipleSideBySide', -'renderType' => 'selectCheckBox', -'renderType' => 'selectSingle', -'renderType' => 'selectSingleBox', -'renderType' => 'selectTree', + Display .. note:: - If a field has no `renderType` set but `maxitems` is set, the migration will set - `renderType` to `selectSingle` in case of `maxitems` is <= 1 otherwise `renderType` - is set to `selectMultipleSideBySide` + If a field has no `renderType` set but `maxitems` is set, the migration will set + `renderType` to `selectSingle` in case of `maxitems` is <= 1 otherwise `renderType` + is set to `selectMultipleSideBySide` Impact @@ -69,3 +62,6 @@ Migration Extension authors need to add the correct `renderType` setting to their select field definitions. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69877-UseModuleTemplateAPIForExtfilelist.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69877-UseModuleTemplateAPIForExtfilelist.rst index e9559f5f870e2e85f63745e142fb9514e6bc71be..4786fb68e5d8b0c2d3cc24dd23417f383c6d9a00 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69877-UseModuleTemplateAPIForExtfilelist.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69877-UseModuleTemplateAPIForExtfilelist.rst @@ -29,3 +29,6 @@ Migration ========= Use the ModuleTemplate API instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70052-ExtLoadedDisplayCondition.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70052-ExtLoadedDisplayCondition.rst index 20b1fb4f8da21c871fb5cb195afab605ca61bea0..5397c0b8378b4be78c73295d6d1224a4e7f2c6b7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70052-ExtLoadedDisplayCondition.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70052-ExtLoadedDisplayCondition.rst @@ -40,3 +40,6 @@ and moved to extension `static_info_tables`, adding the field in an `Configuration/TCA/Overrides` file to the affected table. To ensure the load order of extensions is correct, `static_info_tables` could set a `suggest` dependency `rtehtmlarea`. + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70138-FlexFormLanguageHandling.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70138-FlexFormLanguageHandling.rst index 6026e37bff4ff5cb36ef43a33cb600dbe628c23d..08ea933f26347cc3976ac91c1bd0c8eac0f1c3fb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70138-FlexFormLanguageHandling.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70138-FlexFormLanguageHandling.rst @@ -86,3 +86,6 @@ structure XML. This can be suppressed with this `PageTSConfig` snippet: TCEFORM.tt_content.pi_flexform.table.langDisable = 1 TCEFORM.tt_content.pi_flexform.login.langDisable = 1 TCEFORM.tt_content.pi_flexform.media.langDisable = 1 + + +.. index:: TSConfig, FlexForm diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70477-DeprecateSpriteIconClasses.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70477-DeprecateSpriteIconClasses.rst index 0da9dc3a083351a5094b72425f8f87473d98ab69..cc9acc3b2114fdbf86cc284f71c7c684e17b0260 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70477-DeprecateSpriteIconClasses.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70477-DeprecateSpriteIconClasses.rst @@ -35,3 +35,6 @@ Migration ========= Use the `IconRegistry` to register icons. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70494-WrapClickMenuOnIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70494-WrapClickMenuOnIcon.rst index 97de4f7e8785a3063f7947a84efbb57e14bbc8d0..d7db593b1075c81f530828e99e1ca90088fc2114 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70494-WrapClickMenuOnIcon.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70494-WrapClickMenuOnIcon.rst @@ -23,3 +23,6 @@ Migration ========= Use `TYPO3\CMS\Backend\Utility\BackendUtility::wrapClickMenuOnIcon()` instead. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70514-DynamicConfigFile.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70514-DynamicConfigFile.rst index 9ca3b420112560a0ea7b22441c7305d292a5a190..794126fb4f84992b2e9ba6037af27fd02364f3d6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70514-DynamicConfigFile.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70514-DynamicConfigFile.rst @@ -31,3 +31,6 @@ Furthermore, any other `TCA` manipulation of third party tables must be moved to setting must remain in `ext_tables.php`. This is highly encouraged since TYPO3 CMS 6.2 already for performance reasons. If this change is not applied to extensions, extension `compatibility6` must be loaded or further migration may not be applied to this portion of `TCA` leading to all sorts of possible issues. + + +.. index:: PHP-API, TCA diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71153-DocumentTemplateSpacer.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71153-DocumentTemplateSpacer.rst index 6ee18a847f4e123f56dc53f74730193a6334af34..2ead733364ce81415f250b8658bce65cfc4e2097 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71153-DocumentTemplateSpacer.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71153-DocumentTemplateSpacer.rst @@ -23,3 +23,6 @@ Migration ========= Add the needed margin as HTML / CSS. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71249-DeprecateRenderMethodOfFlashMessageClass.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71249-DeprecateRenderMethodOfFlashMessageClass.rst index e4048318abad9effae6f27f6912c9ced1c0beaea..520e623aedca5750980729344533b323d191f8dd 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71249-DeprecateRenderMethodOfFlashMessageClass.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71249-DeprecateRenderMethodOfFlashMessageClass.rst @@ -25,3 +25,6 @@ Migration Use custom render code, the `<f:flashMessage />` ViewHelper or the `ModuleTemplate` for backend modules to render FlashMessages. It is suggested not to include HTML in flash messages. Flash messages should be short notifications on user interactions. If you need more elaborate or persistent messages, use `<f:be.infobox />` view helper or HTML similar to that. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-20875-MakeHardcodedIndexedSearchParametersConfigurableViaTS.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-20875-MakeHardcodedIndexedSearchParametersConfigurableViaTS.rst index cee9f27e2388e78f175b30c0002ee8b3fb21cb1b..5c791f6351727aa33a3c8f6984426dc57f598e0d 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-20875-MakeHardcodedIndexedSearchParametersConfigurableViaTS.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-20875-MakeHardcodedIndexedSearchParametersConfigurableViaTS.rst @@ -33,3 +33,6 @@ Impact ====== Default settings do not change old behaviour. + + +.. index:: TypoScript, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-23156-IndexedSearchMakePathSeparatorOfSearchResultConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-23156-IndexedSearchMakePathSeparatorOfSearchResultConfigurable.rst index 418d4472c6e7cd60fe04ca7ba577bf68f424c3cc..f7e17e14520ec35a4dd63012b3cf3babb222f6e8 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-23156-IndexedSearchMakePathSeparatorOfSearchResultConfigurable.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-23156-IndexedSearchMakePathSeparatorOfSearchResultConfigurable.rst @@ -30,3 +30,6 @@ For plugin based on AbstractPlugin use: .. code-block:: ts plugin.tx_indexedsearch.breadcrumbWrap = / || / + + +.. index:: TypoScript, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-27057-RelationsToTheSameTableInExtbase.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-27057-RelationsToTheSameTableInExtbase.rst index 32021443526aefc0051abf2030a9708bbcaaac64..0858733b24a8875d0ea07ffc2434128106de1b91 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-27057-RelationsToTheSameTableInExtbase.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-27057-RelationsToTheSameTableInExtbase.rst @@ -67,3 +67,6 @@ Impact ====== Extbase now correctly handles relations to objects of the same class. + + +.. index:: PHP-API, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-35245-ReworkWorkspaceNotificationSettings.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-35245-ReworkWorkspaceNotificationSettings.rst index 4ca0709b70e9de9ece9993f1a66df760ae3fd381..7f90fc2958bbf1f88fda2b471c985cb37733190f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-35245-ReworkWorkspaceNotificationSettings.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-35245-ReworkWorkspaceNotificationSettings.rst @@ -73,3 +73,5 @@ The meaning and behavior of the workspaces notification settings concerning preselected recipients and the possibility to modify the selection on moving an element to a particular change is different now. However, an upgrade wizard helps to upgrade the settings to the new definitions. + +.. index:: Backend, ext:workspaces diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-44127-HooksForOpenIdToAutomaticallyCreateUserAccounts.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-44127-HooksForOpenIdToAutomaticallyCreateUserAccounts.rst index 4b36b083b305389a7b08fce489ac2280ac342cc3..134751a8b150049e3c80fb1a19a0a5d3594c475c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-44127-HooksForOpenIdToAutomaticallyCreateUserAccounts.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-44127-HooksForOpenIdToAutomaticallyCreateUserAccounts.rst @@ -29,3 +29,5 @@ The following hooks were introduced: Can be used to e.g. request additional attributes like a nickname from the OpenID Server. The following parameters are passed to the hook: `authRequest`, `authInfo`. + +.. index:: PHP-API, Backend, ext:openid diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-47613-IndexedSearchMakeNo_cacheParameterForForwardSearchWordsInResultLinkConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-47613-IndexedSearchMakeNo_cacheParameterForForwardSearchWordsInResultLinkConfigurable.rst index 38e3f59c9b8f07532d005756410784b36a02abc2..c29c246fb949c2e60a44aaaf3d50b2575bd4ac7b 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-47613-IndexedSearchMakeNo_cacheParameterForForwardSearchWordsInResultLinkConfigurable.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-47613-IndexedSearchMakeNo_cacheParameterForForwardSearchWordsInResultLinkConfigurable.rst @@ -30,3 +30,6 @@ Impact ====== The default value is set to 1, so it's backward compatible. + + +.. index:: TypoScript, ext:indexed_search diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-56633-FormProtectionAPIForFrontEndUsage.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-56633-FormProtectionAPIForFrontEndUsage.rst index 686a0febff0a5e154d766e0904a40005e30ad901..fcaf6c00eb3d3255fc97cd812df100cbecf79af9 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-56633-FormProtectionAPIForFrontEndUsage.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-56633-FormProtectionAPIForFrontEndUsage.rst @@ -38,3 +38,6 @@ Impact ====== FormProtection API can now also be used in frontend context. + + +.. index:: PHP-API, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-64286-AddedAbsoluteUrlOptionToUriimageAndImageViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-64286-AddedAbsoluteUrlOptionToUriimageAndImageViewHelper.rst index 58ed90d5b2b2b7f118b0dd4503f85c856dfaf39b..64c9924f8c9fae36e6fd556b4759fa23defc7a79 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-64286-AddedAbsoluteUrlOptionToUriimageAndImageViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-64286-AddedAbsoluteUrlOptionToUriimageAndImageViewHelper.rst @@ -31,3 +31,6 @@ Examples: <output> http://www.mydomain.com/fileadmin/_processed_/323223424.png </output> + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedLinkBrowserAPIs.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedLinkBrowserAPIs.rst index e142b8a95bcc7d730625595cede09aed88440aae..b7fd69745bda0f169358006c95d4d3d25f99c222 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedLinkBrowserAPIs.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedLinkBrowserAPIs.rst @@ -107,3 +107,6 @@ Currently the following list of hooks is implemented: - modifyLinkHandlers(linkHandlers, currentLinkParts): May modify the list of available link handlers and has to return the final list. - modifyAllowedItems(allowedTabs, currentLinkParts): May modify the list of available tabs and has to return the final list. + + +.. index:: PHP-API, Backend, TSConfig, JavaScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedNewElementBrowserAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedNewElementBrowserAPI.rst index 49ebc9f38c98c03f117ebf28b229901615b0b2ef..2131ac87b67c95af6387a0ae26a7d3caa42c132f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedNewElementBrowserAPI.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedNewElementBrowserAPI.rst @@ -24,3 +24,6 @@ You may add your own special type by registering your own element browser in you } The registered class is expected to implement the `\TYPO3\CMS\Recordlist\Browser\ElementBrowserInterface` interface. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst index 230f1b340d0224668082e7849001512d251b13e1..ce8d5e195093d060a056198bf1a4476be5be6136 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst @@ -44,3 +44,6 @@ In the mail postProcessor configuration you could do something like this htmlSpecialChars = 1 noTrimWrap = |Mail from Form: || } + + +.. index:: TypoScript, ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68895-IntroducedHookInBackendUserAuthenticationgetDefaultUploadFolder.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68895-IntroducedHookInBackendUserAuthenticationgetDefaultUploadFolder.rst index cdb7cec8b584a53588cfb1796e88f0a15863a57a..6642a1f2a5d8b23347d0f695d33b2944fe5d61af 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68895-IntroducedHookInBackendUserAuthenticationgetDefaultUploadFolder.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68895-IntroducedHookInBackendUserAuthenticationgetDefaultUploadFolder.rst @@ -70,3 +70,6 @@ Example getDefaultUploadFolder hook return $uploadFolder; } } + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69120-AddBasicFileSearchInElementBrowser.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69120-AddBasicFileSearchInElementBrowser.rst index d68e9a85f732ccd5ec99eb87e05c7d3415e1c6fb..6764726cb633e82c7d59d13b92f20c3dc64869b6 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69120-AddBasicFileSearchInElementBrowser.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69120-AddBasicFileSearchInElementBrowser.rst @@ -15,3 +15,5 @@ A file search has been added to the TYPO3 Element Browser. The search happens recursively from the currently selected folder in the folder tree. This way it is possible to search whole mount points or just single folders with a lot of files. + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69706-AddInlineSupportForSvgIconProvider.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69706-AddInlineSupportForSvgIconProvider.rst index 66c6bc2b74e05f74113855ba8c91164f4139393d..a44f79d3e38a57a4f20d4af0bd58a2d9463e8536 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69706-AddInlineSupportForSvgIconProvider.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69706-AddInlineSupportForSvgIconProvider.rst @@ -25,3 +25,6 @@ Impact ====== An IconProvider can now add multiple markup variants for an icon. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69764-IntroducedFileIconDetectionByMimeType.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69764-IntroducedFileIconDetectionByMimeType.rst index 22261b448121cbbdfc0e4dfa61f7ad7993eb28de..c2f7924ebe9885fa4d6d1cca2a8ae3c794dd9284 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69764-IntroducedFileIconDetectionByMimeType.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69764-IntroducedFileIconDetectionByMimeType.rst @@ -25,3 +25,6 @@ It is now possible to register or overwrite the iconIdentifier for a file mime-t $iconRegistry = GeneralUtility::makeInstance(IconRegistry::class); $iconRegistry->registerMimeTypeIcon('video/my-custom-type', 'icon-identifier-for-my-custom-type'); + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69814-ModuleTemplateAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69814-ModuleTemplateAPI.rst index 7844f210343b92c73b545dedaac55387bad1c3b0..7bb6a5860ada485d2081e3645a6403051a5e1edb 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69814-ModuleTemplateAPI.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69814-ModuleTemplateAPI.rst @@ -145,3 +145,6 @@ to manipulate buttons. A similar hook is available in ModuleTemplate API as `$GL return $buttons; } } + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.rst index 0444e496ccbcebf4f995c7057177199d8de3aee4..8bd037865c3b576a0affb73b5d321ed7c01cb0db 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.rst @@ -36,3 +36,6 @@ due to different method signatures in the target actions, using PSR-7. The route identifier is used in `BackendUtility::getAjaxUrl()` as `$ajaxIdentifier` and as key in the global `TYPO3.settings.ajaxUrls` JavaScript object. + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70033-IntroducedTcaOptionShowIconTableForSelectSingleFields.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70033-IntroducedTcaOptionShowIconTableForSelectSingleFields.rst index 56d43dc9be3613a52be2e309201528dec399dbe4..778d1fd006ad88cc9fdd826699604d330589a759 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70033-IntroducedTcaOptionShowIconTableForSelectSingleFields.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70033-IntroducedTcaOptionShowIconTableForSelectSingleFields.rst @@ -21,3 +21,5 @@ Example // Enforce icon table showing flags $GLOBALS['TCA']['tt_content']['columns']['sys_language_uid']['config']['showIconTable'] = true; + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70126-IntroduceTcaOptionToAddAutocompleteAttributeToInputFields.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70126-IntroduceTcaOptionToAddAutocompleteAttributeToInputFields.rst index d3f09bd5831fd90674c5d8c20b8d9018f2b81dc0..0d076ffdd8fccf7283d4757ad930291f751922cc 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70126-IntroduceTcaOptionToAddAutocompleteAttributeToInputFields.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70126-IntroduceTcaOptionToAddAutocompleteAttributeToInputFields.rst @@ -20,3 +20,6 @@ Example // Prevent auto completion of username field for be_users records $GLOBALS['TCA']['be_users']['columns']['username']['config']['autocomplete'] = FALSE; + + +.. index:: TCA, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70170-ViewHelperToStripWhitespaceBetweenHTMLTags.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70170-ViewHelperToStripWhitespaceBetweenHTMLTags.rst index e942c7f215e7f3a310e2c6f5fdc72c0bf981ae19..7fd2c8dd971058be1f02ec4714cbc7f982545e88 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70170-ViewHelperToStripWhitespaceBetweenHTMLTags.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70170-ViewHelperToStripWhitespaceBetweenHTMLTags.rst @@ -32,3 +32,6 @@ Heavily inspired by Twig's corresponding node type. text</div></div></div> </output> + + +.. index:: Fluid diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70332-EXTform-AddHTML4HTML5AttributesToTheWizard.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70332-EXTform-AddHTML4HTML5AttributesToTheWizard.rst index 7a69bfceaedbbfb5df57da4ddf2f21341eb4131b..3eac88f1c311e59690d07d5e60297d859a3989a7 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70332-EXTform-AddHTML4HTML5AttributesToTheWizard.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70332-EXTform-AddHTML4HTML5AttributesToTheWizard.rst @@ -223,3 +223,6 @@ New attributes Universal attributes + `autofocus, checked, disabled, name, readonly, required, type, value` + + +.. index:: Frontend, ext:form diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70531-RequireJSModuleForSplitButtons.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70531-RequireJSModuleForSplitButtons.rst index cbc74d3a374b612459fd4bab3f9210c330bce84e..e8c877bb49adef86b055641f42e7e77e324da2b4 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70531-RequireJSModuleForSplitButtons.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70531-RequireJSModuleForSplitButtons.rst @@ -34,3 +34,6 @@ Callbacks will be added by calling `SplitButtons.addPreSubmitCallback`: SplitButtons.addPreSubmitCallback(function(e) { // Code being executed as callback before submit }); + + +.. index:: JavaScript, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70583-IntroducedIconAPIInJavaScript.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70583-IntroducedIconAPIInJavaScript.rst index 059fcf1032544ce5fe5aed19487686754a7982c2..3850c8ce3355a3d60d51e7f9109d9bf6cdbdc148 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70583-IntroducedIconAPIInJavaScript.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70583-IntroducedIconAPIInJavaScript.rst @@ -56,3 +56,6 @@ Examples Icons.getIcon('spinner-circle-light', Icons.sizes.small).done(function(spinner) { $toolbarItemIcon.replaceWith(spinner); }); + + +.. index:: Backend, JavaScript diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71196-DisallowLocalizationMixtures.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71196-DisallowLocalizationMixtures.rst index 81f88200ea2aadbbcedb45ecb770af133fa210f1..5920d299e68dd720cdf0fd9d910b2fb21c074494 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71196-DisallowLocalizationMixtures.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71196-DisallowLocalizationMixtures.rst @@ -24,3 +24,6 @@ Impact Upon setting `mod.web_layout.allowInconsistentLanguageHandling` to `1` the page module will behave as before and allow inconsistent mixups of languages in a certain language. + + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71251-AddFlashMessageSupportInModuleTemplateAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71251-AddFlashMessageSupportInModuleTemplateAPI.rst index a50548f6aa774470a805580a839386b9e341b603..862c9e6f3464ad92a1b635a9e9fef34d0733bc9a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71251-AddFlashMessageSupportInModuleTemplateAPI.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71251-AddFlashMessageSupportInModuleTemplateAPI.rst @@ -27,3 +27,6 @@ Flash messages can be enqueued by the following code: .. code-block:: php $this->moduleTemplate->addFlashMessage('I am a message body', 'Title', \TYPO3\CMS\Core\Messaging\AbstractMessage::OK, true); + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst index 91b8b4a26dbc47acce22539b4fc756f581541506..c6fe0efaadf7157b41002a0f52033d109e2352ec 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst @@ -34,3 +34,6 @@ Register the hook class which implements the method with the name `postOverlayPr .. code-block:: php $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][IconFactory::class]['overrideIconOverlay'][] = \VENDOR\MyExt\Hooks\IconFactoryHook::class; + + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-36166-MoveAccessRightParametersFromBEToSYSConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-36166-MoveAccessRightParametersFromBEToSYSConfiguration.rst index 146a07b7e67ccdcaa31d2d46c533dffe8c3e45a2..ac12529e250b1b73e0a466d543ae79a5a9886c0a 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-36166-MoveAccessRightParametersFromBEToSYSConfiguration.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-36166-MoveAccessRightParametersFromBEToSYSConfiguration.rst @@ -13,3 +13,5 @@ Description The access permission parameters (fileCreateMask, folderCreateMask, createGroup) have been moved from `$GLOBALS['TYPO3_CONF_VARS']['BE']` to `$GLOBALS['TYPO3_CONF_VARS']['SYS']`. An Upgrade Wizard ensures the correct migrations of the settings. + +.. index:: LocalConfiguration diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-53681-ChangeWordingForUserSettingsResetConfigurationAndClearTemporaryData.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-53681-ChangeWordingForUserSettingsResetConfigurationAndClearTemporaryData.rst index 381a6a51748af89f5c52653a9c6906eb97c2372b..61219dbac592dfe6fc64366c46c310f254d934b2 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-53681-ChangeWordingForUserSettingsResetConfigurationAndClearTemporaryData.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-53681-ChangeWordingForUserSettingsResetConfigurationAndClearTemporaryData.rst @@ -13,3 +13,5 @@ Description To simplify the user settings form, the button "Clear Temporary Data" has been removed. The button to reset the configuration and clear the temporary data has been renamed to "Reset user settings to default state". + +.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-68079-ExtensionMediaceMovedToTER.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-68079-ExtensionMediaceMovedToTER.rst index 2e95c5bc777eca33b112a86403418f0b87e30989..56741d46a01fd83f1401edaa1ef115d2a7bc0c40 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-68079-ExtensionMediaceMovedToTER.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-68079-ExtensionMediaceMovedToTER.rst @@ -15,3 +15,5 @@ The previously available "mediace" extension has been moved to the TYPO3 Extensi An upgrade wizard in the Install Tool will check if the extension is needed. If so, it is downloaded from the TER and installed if necessary. + +.. index:: Backend, Frontend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-70956-BehaviorOfPageTCconfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-70956-BehaviorOfPageTSConfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst similarity index 88% rename from typo3/sysext/core/Documentation/Changelog/7.6/Important-70956-BehaviorOfPageTCconfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst rename to typo3/sysext/core/Documentation/Changelog/7.6/Important-70956-BehaviorOfPageTSConfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst index c3c310eebc4e7f54c271f4c57f98a727e7bce6f1..7a66f02e921d945be0bd9e0ac81c5cbda9c152ca 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-70956-BehaviorOfPageTCconfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-70956-BehaviorOfPageTSConfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst @@ -2,7 +2,7 @@ .. include:: ../../Includes.txt ================================================================================================= -Important: #70956 - Behavior of Page TCconfig options keepItems, addItems and removeItems changed +Important: #70956 - Behavior of Page TSConfig options keepItems, addItems and removeItems changed ================================================================================================= See :issue:`70956` @@ -17,3 +17,5 @@ options has been formalized. The first option to be evaluated is `keepItems`, followed in turn by `addItems` and `removeItems`. All three options are evaluated after items have been added to the configuration by sources like folders or foreign tables. + +.. index:: TSConfig, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-71126-AllowToDefineMultipleInlineLocalizeSynchronizeCommands.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-71126-AllowToDefineMultipleInlineLocalizeSynchronizeCommands.rst index abd1b4fe4edfbea64a6b24ef4ea90200b28012a8..088fa196f83edf19c7cd51510785cbd512133858 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-71126-AllowToDefineMultipleInlineLocalizeSynchronizeCommands.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-71126-AllowToDefineMultipleInlineLocalizeSynchronizeCommands.rst @@ -26,3 +26,5 @@ The current string configuration format is changed to be an array, legacy config ] Either "action" or "ids" must be defined. + +.. index:: PHP-API, Backend diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst index 2a6335ce5cb07df26a186872272f104534f52ba8..9b085df17014a23714c4378e4d43e4c8b4443490 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst @@ -10,4 +10,7 @@ See :issue:`72697` Description =========== -Previously it was possible to add additional thumbnails to exports of the EXT:impexp. This functionality is completely outdated and not needed anymore. +Previously it was possible to add additional thumbnails to exports of the EXT:impexp. +This functionality is completely outdated and not needed anymore. + +.. index:: Backend, ext:impexp diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-73565-AbstractConditionViewHelperNoLongerAutomaticallyCompilable.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-73565-AbstractConditionViewHelperNoLongerAutomaticallyCompilable.rst index 6c22dd8738ab00f774db47ba658627171ad9b97e..24d9d9160c9f9c3836f1857554da171dfecaf88c 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-73565-AbstractConditionViewHelperNoLongerAutomaticallyCompilable.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-73565-AbstractConditionViewHelperNoLongerAutomaticallyCompilable.rst @@ -25,3 +25,5 @@ has implemented CompilableInterface and the `evaluateCondition` method. Making such third-party ViewHelpers no longer compilable (and thus decreasing performance when they are used) is chosen in favor of preserving the current behavior where such ViewHelpers would be completely unable to correctly evaluate the condition at all. + +.. index:: PHP-API, Fluid