Simon Schaufelberger

Results 159 issues of Simon Schaufelberger

Deprecation: #104108 - Table dependant definition of columnsOnly https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.2/Deprecation-104108-TableDependantDefinitionOfColumnsOnly.html # Deprecation: \#104108 - Table dependant definition of columnsOnly See [104108](https://forge.typo3.org/issues/104108) ## Description When linking to the edit form it's possible...

Deprecation
13
NotScanned
Backend
ext:backend
13.2

Deprecation: #103965 - Deprecate namespaced shorthand validator usage in extbase https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.2/Deprecation-103965-DeprecateNamespacedShorthandValidatorUsageInExtbase.html # Deprecation: \#103965 - Deprecate namespaced shorthand validator usage in extbase See [103965](https://forge.typo3.org/issues/103965) ## Description It is possible to...

Deprecation
13
NotScanned
Frontend
ext:extbase
13.2

Deprecation: #103785 - Deprecate MathUtility::convertToPositiveInteger() https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.2/Deprecation-103785-DeprecateMathUtilityConvertToPositiveInteger.html # Deprecation: \#103785 - Deprecate MathUtility::convertToPositiveInteger() See [103785](https://forge.typo3.org/issues/103785) ## Description TYPO3 has a method to ensure an integer is always positive: `MathUtility::convertToPositiveInteger()`. However, the...

Deprecation
13
PHP-API
ext:core
FullyScanned
13.2

Deprecation: #102326 - RegularExpressionValidator validator option "errorMessage" https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.2/Deprecation-102326-RegularExpressionValidatorValidatorOptionErrorMessage.html # Deprecation: \#102326 - RegularExpressionValidator validator option "errorMessage" See [102326](https://forge.typo3.org/issues/102326) ## Description The validator option `errorMessage` can be used to provide a...

Deprecation
13
NotScanned
Backend
ext:extbase
13.2

Deprecation: #103850 - Renamed Page Tree Navigation Component ID https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.1/Deprecation-103850-RenamedPageTreeNavigationComponentID.html # Deprecation: \#103850 - Renamed Page Tree Navigation Component ID See [103850](https://forge.typo3.org/issues/103850) ## Description When registering a module in the...

Deprecation
easy pick
good first issue
13
PHP-API
NotScanned
Backend
ext:backend
13.1

#### Steps required to reproduce the problem 1. Run composer normalize under PHP 8.4 #### Expected Result - No deprecation warnings #### Actual Result ``` Deprecation Notice: Localheinz\Diff\Differ::diff(): Implicitly marking...

This is a bug report for the PR: #876 I'm getting a lot of errors trying to generate schemas for viewhelpers as I can't add a parameter for which namespace...

The problem is that the HTML comment get's detected as openingTag which is wrong. ```xml select ``` will be printed like this: ```xml select ```

It would be very convenient if I could generate the basic files of a new custom content element with TCA, TypoScript, Wizard and Fluid Template File with the folder structure...