Simon Schaufelberger

Results 159 issues of Simon Schaufelberger

Breaking: #102632 - Use strict types in Extbase https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102632-UseStrictTypesInExtbase.html # Breaking: \#102632 - Use strict types in Extbase See [102632](https://forge.typo3.org/issues/102632), `102878`, `102879`, `102885`, `102954`, `102956`, `102966`, `102969` # Description All...

Breaking
13.0
13
NotScanned
Frontend
Backend
ext:extbase

Breaking: #102875 - ExpressionBuilder changes https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102875-ExpressionBuilderChanges.html # Breaking: \#102875 - ExpressionBuilder changes See [102875](https://forge.typo3.org/issues/102875) # Description ## Signature changes for following methods - `ExpressionBuilder::literal(string $value)`: Value must be a string...

Breaking
13.0
13
PHP-API
NotScanned
ext:core
Database

Breaking: #102875 - QueryBuilder changes https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102875-QueryBuilderChanges.html # Breaking: \#102875 - QueryBuilder changes See [102875](https://forge.typo3.org/issues/102875) # Description Doctrine DBAL 4 removed methods from the `QueryBuilder` which has been adopted to the...

Breaking
13.0
13
PHP-API
NotScanned
ext:core
Database
High demand

Breaking: #102895 - PackageInterface modified https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102895-PackageInterfaceModified.html # Breaking: \#102895 - PackageInterface modified See [102895](https://forge.typo3.org/issues/102895) # Description The PHP interface `\TYPO3\CMS\Core\Package\PackageInterface` has been modified. All methods of the interface now have...

Breaking
13.0
13
PHP-API
NotScanned
ext:core

Breaking: #102968 - FormEngine itemFormElID removed https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102968-FormEngineItemFormElIDRemoved.html # Breaking: \#102968 - FormEngine itemFormElID removed See [102968](https://forge.typo3.org/issues/102968) # Description When dealing with custom FormEngine elements in the backend record editing interface,...

Breaking
13.0
13
PHP-API
NotScanned
Backend
ext:backend

Breaking: #102875 - Changed Connection method signatures and behaviour https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102875-ChangedConnectionMethodSignaturesAndBehaviour.html # Breaking: #102875 - Changed Connection method signatures and behaviour See [102875](https://forge.typo3.org/issues/102875) ## Description Signature and behaviour of following methods...

Breaking
13.0
13
PHP-API
NotScanned
ext:core
Database

Breaking: #102980 - getAllPageNumbers() in PaginationInterface https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102980-GetAllPageNumbersInPaginationInterface.html # Breaking: \#102980 - getAllPageNumbers() in PaginationInterface See [102980](https://forge.typo3.org/issues/102980) # Description A method has been added to `\TYPO3\CMS\Core\Pagination\PaginationInterface` with this signature: `public function...

Breaking
13.0
13
PHP-API
NotScanned
ext:core

Deprecation: #102763 - Extbase HashService https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Deprecation-102763-ExtbaseHashService.html # Deprecation: \#102763 - Extbase HashService See [102763](https://forge.typo3.org/issues/102763) # Description Internal class `\TYPO3\CMS\Extbase\Security\Cryptography\HashService` is deprecated in favor of `\TYPO3\CMS\Core\Crypto\HashService`, which requires an additional secret...

Deprecation
13.0
13
PHP-API
FullyScanned
ext:extbase

Deprecation: #102895 - ExtensionManagementUtility::getExtensionIcon https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Deprecation-102895-ExtensionManagementUtilitygetExtensionIcon.html --- title: "Deprecation: \#102895 - ExtensionManagementUtility::getExtensionIcon" --- See [102895](https://forge.typo3.org/issues/102895) # Description The PHP method `\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getExtensionIcon` has been deprecated in favor of `\TYPO3\CMS\Core\Package\Package->getPackageIcon`. # Impact Calling...

Deprecation
13.0
13
PHP-API
ext:core
FullyScanned

Deprecation: #102793 - PageRepository->enableFields https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Deprecation-102793-PageRepositoryEnableFields.html # Deprecation: \#102793 - PageRepository-\\>enableFields See [102793](https://forge.typo3.org/issues/102793) # Description One of the common PHP APIs used in TYPO3 Core for fetching records is `\TYPO3\CMS\Core\Domain\Repository\PageRepository`. The...

Deprecation
13.0
13
PHP-API
NotScanned
ext:core
Frontend
Database