Bill Dagou
- Login: billdagou
- Email: billdagou@gmail.com
- Registered on: 2012-10-22
- Last sign in: 2024-08-08
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 2 | 23 | 25 |
Activity
2024-06-13
- 00:27 TYPO3 Core Bug #102246: Conflicting parameters in UriBuilder
- Thank you for your work, really appreciated.
2024-02-05
- 03:21 TYPO3 Core Bug #103040: Cache an extbase queryResult leads to "Serialization of 'Closure' is not allowed"
- Actually, assigning the query result to a variable would not work either, see the test extension, and the reason is w...
2024-02-04
- 16:40 TYPO3 Core Bug #103040 (New): Cache an extbase queryResult leads to "Serialization of 'Closure' is not allowed"
- ...
2023-12-08
- 09:28 TYPO3 Core Bug #102629 (Closed): Incorrect Email validation
- ...
2023-11-24
- 03:11 TYPO3 Core Bug #102498: `enum` type is not autoloaded
- And my easy fix was changing @class|interface|trait@ to @class|enum|interface|trait@ in this file, 2 places.
- 02:46 TYPO3 Core Bug #102498: `enum` type is not autoloaded
- It dues to @ClassMapGenerator::findClasses()@ in @core/Resources/PHP/ClassMapGenerator.php@, which only looks for @cl...
- 02:29 TYPO3 Core Bug #102498 (Closed): `enum` type is not autoloaded
- The @enum@ type in PHP8 is not autoload in TYPO3.
2023-10-25
- 04:04 TYPO3 Core Bug #102246 (Closed): Conflicting parameters in UriBuilder
- This may not be a real bug, but could be improved in the future, feel free to change the Tracker to whatever it fits....
2023-10-19
- 12:33 TYPO3 Core Bug #86829: The errorClass doesn't work for non formObject fields
- Yes. Generally it's for validating a ValueObject, especially in @editAction($domainObject, $valueObject)@.
In some o...
2023-09-22
- 06:16 TYPO3 Core Bug #86829: The errorClass doesn't work for non formObject fields
- The case is for validating a ValueObject in a <f:form>.
Also available in: Atom