Sybille
Sybille
This issue is for your information only. Please feel free to close --- **Congratulations**! :sparkles: :tada: Your extension has been nominated for the **TYPO3 Extension Award - Best Documentation 2021**....
I like this extension. However, I am trying to figure out a way to use it and / or avoid current problems with 10.4 and redirects. We recently updated to...
reported this first in TYPO3 slack # Bug Report Using rector, I noticed a dependency was changed in one of my extensions from `"georgringer/news": "^8.6.0 || ^9.0.0"` to `"georgringer/news": "^8.6.0"`...
I think this documentation page could be changed but wanted to check first. ## Bug Report **Current Behavior** https://docs.typo3.org/p/georgringer/news/9.1/en-us/Tutorials/BestPractice/IntegrationWithTypoScript/Index.html#add-html-to-the-header-part-in-the-detail-view has example TypoScript which sets page title and sets config.noPageTitle=2. I...
Common practice of using allow / deny directives in is now deprecated (as of Apache httpd 2.4), see http://httpd.apache.org/docs/2.4/upgrading.html#run-time The "old" configuration with allow / deny will only work if...
`powermail/Classes/Domain/Model/Field.php: $string = 'Error, no options to show';` This is displayed if a select field is empty:  Also, IMHO, this should have an empty value (so it is not...
Reproduce: 1. set defaultMailFromName $GLOBALS['TYPO3_CONF_VAR']['MAIL']['defaultMailFromName'] = 'foobar'; 2. create form **without** a field with "This field contains the Name of the sender"  3. form should contain a field with...
It is unclear to me: Can a form be used in several plugins? This is not prevented, but doing so results in some problems: * the form uid is stored...
Use TYPO3 renderType selectMultipleSideBySide to allow for filtering when selecting a form in the plugin. This provides better usability when there are many forms. Resolves: #934
If an answer page (the page where the answers are to be stored) is deleted, but an existing plugin has still configured it, it is still possible to send forms...