Activity
From 2024-11-21 to 2024-12-20
2024-11-22
- 18:56 Revision 4d7d2bac: [TASK] Add details to CLI scheduler:run exceptions
- This adds important information on a failed task to CLI so they're
automatically included in the mails that are being... - 18:56 Revision 65f01b75: [TASK] Add details to CLI scheduler:run exceptions
- This adds important information on a failed task to CLI so they're
automatically included in the mails that are being... - 16:52 Revision 5bd153ce: [!!!][TASK] Avoid obsolete $charset in sanitizeFileName()
- DriverInterface:
public function sanitizeFileName(string $fileName, string $charset = ''): string;
LocalDriver imple... - 16:36 Revision 3a141759: [BUGFIX] Check if TCA schema exists in getTableRelationFields
- This patch restores the old behavior, where a missing TCA definition
would return an empty array.
Resolves: #105357
... - 16:27 Revision f32f1ce0: [TASK] Avoid some useless test assertions
- PSR-7 MessageInterface forces getHeader(): array,
there is no point in asserting this in tests.
Avoiding this makes p... - 16:27 Revision 714ba369: [TASK] Avoid some useless test assertions
- PSR-7 MessageInterface forces getHeader(): array,
there is no point in asserting this in tests.
Avoiding this makes p... - 16:13 Revision 4001ec92: [BUGFIX] Check if TCA schema exists in getTableRelationFields
- This patch restores the old behavior, where a missing TCA definition
would return an empty array.
Resolves: #105357
... - 15:06 Revision e40d5b54: [BUGFIX] Ignore invalid tree state in page tree drag actions
- The expansion state of tree nodes is persisted in localStorage.
When all children of a node are removed (either local... - 15:06 Revision 9a631f78: [BUGFIX] Ignore invalid tree state in page tree drag actions
- The expansion state of tree nodes is persisted in localStorage.
When all children of a node are removed (either local... - 14:26 Revision 98786892: [TASK] Reduce mess in CharsetConverter
- The fishy class and its unit tests are cleaned up a bit:
* Some more types
* Turn some properties into constants
* Av... - 12:18 Revision 4148f82e: [BUGFIX] Return HTTP 400 if request is invalid
- The request may be an unparsable URL or might
have other defects.
Specifically, the URI class may throw an
exception... - 11:46 Revision 0b7f4f58: [TASK] Harden extbase RequestBuilder
- Use DI, clean up, declare clear build() returns an
extbase RequestInterface.
Resolves: #105679
Releases: main
Change... - 10:02 Revision c0036819: [BUGFIX] Return HTTP 400 if request is invalid
- The request may be an unparsable URL or might
have other defects.
Specifically, the URI class may throw an
exception... - 09:55 Revision d2184677: [BUGFIX] Return HTTP 400 if request is invalid
- The request may be an unparsable URL or might
have other defects.
Specifically, the URI class may throw an
exception... - 09:30 Revision 9908a039: [TASK] Avoid unused argument rollbackFields
- The argument is unused after it has been
given to __construct() and can be removed
together with a helper method.
Re... - 09:29 Revision 4a7221b0: [TASK] Use `typo3/core-testing-php84:1.5` image for PHP 8.4
- This change updates the image version for
PHP 8.4 to execute PHP 8.4 based tasks
with PHP 8.4.1.
[1] https://git.typ... - 09:29 Revision 3c23cbc3: [TASK] Use `typo3/core-testing-php84:1.5` image for PHP 8.4
- This change updates the image version for
PHP 8.4 to execute PHP 8.4 based tasks
with PHP 8.4.1.
[1] https://git.typ... - 09:28 Revision be97dcc9: [TASK] Use `typo3/core-testing-php84:1.5` image for PHP 8.4
- This change updates the image version for
PHP 8.4 to execute PHP 8.4 based tasks
with PHP 8.4.1.
[1] https://git.typ... - 08:05 Revision f95c8728: [TASK] Do not log exceptions due to invalid client HTTP headers
- This prevents logging the Exceptions 1436717270 and 1436717269.
They are thrown when clients send headers with invali... - 07:36 Revision e2233c77: [BUGFIX] Handle db value null in AbstractItemProvider
- While "item-able" field types do not support null values
in the backend, it is still possible null was added via
exte... - 07:23 Revision 48534f41: [TASK] Do not log exceptions due to invalid client HTTP headers
- This prevents logging the Exceptions 1436717270 and 1436717269.
They are thrown when clients send headers with invali... - 07:23 Revision 91d1c6ae: [BUGFIX] Handle db value null in AbstractItemProvider
- While "item-able" field types do not support null values
in the backend, it is still possible null was added via
exte... - 07:11 Revision 1218c254: [TASK] Do not log exceptions due to invalid client HTTP headers
- This prevents logging the Exceptions 1436717270 and 1436717269.
They are thrown when clients send headers with invali... - 07:08 Revision 038a09ff: [TASK] Fix spelling error in EXT:dashboard
- Resolves: #105673
Releases: main, 13.4
Change-Id: I585e09d01c084f90ecf8a9a12324c508edcf8038
Reviewed-on: https://revi... - 06:56 Revision 25b6a26f: [TASK] Fix spelling error in EXT:dashboard
- Resolves: #105673
Releases: main, 13.4
Change-Id: I585e09d01c084f90ecf8a9a12324c508edcf8038
Reviewed-on: https://revi...
2024-11-21
- 20:15 Revision 33cbcb94: [BUGFIX] Avoid rendering null values in upgrade docs modal
- Resolves: #105674
Releases: main, 13.4
Change-Id: Iea8bc88549fbb6fa66415251d6c51e3dc7992f0b
Reviewed-on: https://revi... - 20:00 Revision 42d75032: [BUGFIX] Avoid rendering null values in upgrade docs modal
- Resolves: #105674
Releases: main, 13.4
Change-Id: Iea8bc88549fbb6fa66415251d6c51e3dc7992f0b
Reviewed-on: https://revi... - 19:29 Revision 0045d08d: [BUGFIX] Show hash to user even if InstallTool password is invalid
- Currently, if a user uses an invalid InstallTool password hash,
for example a plaintext placeholder, the InstallTool ... - 19:29 Revision 6d1069ba: [BUGFIX] Show hash to user even if InstallTool password is invalid
- Currently, if a user uses an invalid InstallTool password hash,
for example a plaintext placeholder, the InstallTool ... - 18:17 Revision 3f3bf472: [TASK] Get FlexFormTools injected via DI
- FlexFormTools stateless and shared. It can be injected
at more places rather easily.
Resolves: #105243
Releases: mai... - 17:17 Revision f7a36ae7: [BUGFIX] Ensure trailing slash for PAGEVIEW paths
- Since `paths` are used to generate paths for partials and layouts,
it must be ensured that each path ends with a slas... - 17:17 Revision 5e98b0e5: [BUGFIX] Ensure trailing slash for PAGEVIEW paths
- Since `paths` are used to generate paths for partials and layouts,
it must be ensured that each path ends with a slas... - 16:40 Revision bc80217a: [TASK] Use DI in FlexFormValueFormatter
- FlexFormValueFormatter is a stateless dependency
that can easily use proper DI and be injected
consistently.
Resolve... - 16:36 Revision d05d8b18: [BUGFIX] Avoid array access warning in cleanup:missingrelations CLI
- Use null coalescing operator to sanitize some
array accesses. In TYPO3 v12, this code is
within class ReferenceIndex.... - 16:35 Revision 43701587: [BUGFIX] Avoid array access warning in cleanup:missingrelations CLI
- Use null coalescing operator to sanitize some
array accesses. In TYPO3 v12, this code is
within class ReferenceIndex.... - 16:35 Revision a59a0132: [BUGFIX] Avoid array access warning in cleanup:missingrelations CLI
- Use null coalescing operator to sanitize some
array accesses. In TYPO3 v12, this code is
within class ReferenceIndex.... - 16:03 Revision 3b4b0190: [BUGFIX] Update TcaSchema->getCapability() annotation
- The ternary annotation has a closing parenthesis too much.
Update this and reformat to be better readable.
Resolves:... - 16:03 Revision f73bae64: [BUGFIX] Update TcaSchema->getCapability() annotation
- The ternary annotation has a closing parenthesis too much.
Update this and reformat to be better readable.
Resolves:... - 14:39 Revision b33a9c1e: [BUGFIX] Handle invalid site settings definition
- Site setting definitions, using invalid
values e.g. an invalid `type` or some `default`
value, which is not valid for... - 14:39 Revision 3d09cf3a: [BUGFIX] Handle invalid site settings definition
- Site setting definitions, using invalid
values e.g. an invalid `type` or some `default`
value, which is not valid for... - 11:44 Revision 1a3d8d86: [TASK] Use phpstan v2
- Major tooling upgrade to phpstan v2.
The v2 ruleset compilation finds a set of new
smells that can and will have mor... - 11:43 Revision 15a05a07: [TASK] Use phpstan v2
- Major tooling upgrade to phpstan v2.
The v2 ruleset compilation finds a set of new
smells that can and will have mor... - 11:43 Revision a1150ff1: [TASK] Use phpstan v2
- Major tooling upgrade to phpstan v2.
The v2 ruleset compilation finds a set of new
smells that can and will have mor... - 11:43 Revision 2d893385: [TASK] Introduce test of error-handling for FormEngine's basic-inputs
- This introduces a multi-step test of the error-handling for
`FormEngineValidation`'s basic input fields.
Normal and ... - 11:43 Revision 23406649: [TASK] Introduce test of error-handling for FormEngine's basic-inputs
- This introduces a multi-step test of the error-handling for
`FormEngineValidation`'s basic input fields.
Normal and ... - 10:37 Revision 1ec4f6ad: [TASK] Get rid of "resname" attribute in XLF files
- The change has been prepared with following commands:
```
find . -name \*.xlf -exec sed -I "" \
-E 's/<trans-unit... - 10:37 Revision c0578c70: [TASK] Get rid of "resname" attribute in XLF files
- The change has been prepared with following commands:
```
find . -name \*.xlf -exec sed -I "" \
-E 's/<trans-unit... - 09:07 Revision 5af7be8f: [BUGFIX] Set FormEngine error class on field and its label
- Like done for the `has-change` class in #105096
is the FormEngine `has-error` class now added
to the corresponding fi... - 09:07 Revision c79dfdaa: [BUGFIX] Set FormEngine error class on field and its label
- Like done for the `has-change` class in #105096
is the FormEngine `has-error` class now added
to the corresponding fi... - 08:11 Revision 2e0fe6a5: [BUGFIX] Fix IPv6 Uri string generation
- Releases: main, 13.4, 12.4
Resolves: #105633
Change-Id: I4856792ae3698b76f36168b16737d361b112ef75
Reviewed-on: https:... - 08:11 Revision 74d9296f: [BUGFIX] Fix IPv6 Uri string generation
- Releases: main, 13.4, 12.4
Resolves: #105633
Change-Id: I4856792ae3698b76f36168b16737d361b112ef75
Reviewed-on: https:... - 08:11 Revision e1461531: [BUGFIX] Fix IPv6 Uri string generation
- Releases: main, 13.4, 12.4
Resolves: #105633
Change-Id: I4856792ae3698b76f36168b16737d361b112ef75
Reviewed-on: https:... - 07:55 Revision 421364ae: [TASK] Make CKEditor context aware
- This patch adds dark mode capabilities to the CKEditor
interface. The contents area is not touched in terms
of stylin... - 07:55 Revision 064dd383: [TASK] Make CKEditor context aware
- This patch adds dark mode capabilities to the CKEditor
interface. The contents area is not touched in terms
of stylin...
Also available in: Atom