Sybille

Results 71 issues of Sybille
trafficstars

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**....

7.x
8.x

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...

enhancement

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"`...

Bug
composer

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...

Documentation

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: ![image](https://github.com/in2code-de/powermail/assets/13206455/b16a2ba7-7de6-4899-9d88-66eb9880bd12) Also, IMHO, this should have an empty value (so it is not...

translation

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" ![image](https://github.com/in2code-de/powermail/assets/13206455/d3a3a690-1006-4080-a912-59a048ab9b59) 3. form should contain a field with...

bug

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...

bug

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...

bug