Activity
From 2024-11-17 to 2024-12-16
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...
2024-11-20
- 21:31 Revision 1c4b564a: [FEATURE] Dispatch event after BE user's password reset
- Resolves: #105624
Releases: main
Change-Id: I8a6f25858399e0638983db613cdde85e58089356
Reviewed-on: https://review.typ... - 21:27 Revision a5ae0fd4: [TASK] Add functional DataHandler tests for type=datetime
- Add functional DataHandler tests for type=datetime that assert correct
persistence to database and test in different ... - 21:27 Revision 37491e8e: [TASK] Add functional DataHandler tests for type=datetime
- Add functional DataHandler tests for type=datetime that assert correct
persistence to database and test in different ... - 21:27 Revision bad8f388: [TASK] Add functional DataHandler tests for type=datetime
- Add functional DataHandler tests for type=datetime that assert correct
persistence to database and test in different ... - 21:11 Revision e22a6c11: [BUGFIX] Fix typo in EXT:styleguide
- Resolves: #105664
Releases: main, 13.4
Change-Id: I8c4d41337ae9a0c79b9a55b9ff46263d00f6955e
Reviewed-on: https://revi... - 21:11 Revision bf72dad9: [BUGFIX] Fix typo in EXT:styleguide
- Resolves: #105664
Releases: main, 13.4
Change-Id: I8c4d41337ae9a0c79b9a55b9ff46263d00f6955e
Reviewed-on: https://revi... - 19:56 Revision fddeeca5: [BUGFIX] Verify softref ref_uid target in refindex
- Softref parsers not necessarily create valid things.
The patch verifies softref targets within
ReferenceIndex to supp... - 19:56 Revision f807dd68: [BUGFIX] Verify softref ref_uid target in refindex
- Softref parsers not necessarily create valid things.
The patch verifies softref targets within
ReferenceIndex to supp... - 19:55 Revision 220a6658: [BUGFIX] Verify softref ref_uid target in refindex
- Softref parsers not necessarily create valid things.
The patch verifies softref targets within
ReferenceIndex to supp... - 19:39 Revision 2dcc12c7: [BUGFIX] Children of selectTree filter should be expandable
- This patch changes the behaviour of TCA renderType selectTree
filter so that it is possible to see unfiltered childre... - 19:39 Revision 45f2388a: [BUGFIX] Children of selectTree filter should be expandable
- This patch changes the behaviour of TCA renderType selectTree
filter so that it is possible to see unfiltered childre... - 19:35 Revision 7f694da5: [TASK] Make `SvgSpriteIconProvider` "public"
- The `SvgSpriteIconProvider` has been added with 10.4 and is proven to be
stable in use. This commit removes the `@int... - 19:35 Revision 0cfe858d: [TASK] Make `SvgSpriteIconProvider` "public"
- The `SvgSpriteIconProvider` has been added with 10.4 and is proven to be
stable in use. This commit removes the `@int... - 19:34 Revision 3387199e: [TASK] Make `SvgSpriteIconProvider` "public"
- The `SvgSpriteIconProvider` has been added with 10.4 and is proven to be
stable in use. This commit removes the `@int... - 19:31 Revision b03b33ed: [TASK] Mitigate postgres DB issue in styleguide
- Command
> Build/Scripts/runTests.sh -s acceptance -d postgres -i 15 -p 8.3
currently fails since #105595.
It seems ei... - 19:07 Revision cdec627e: [TASK] Drop unused FormEditorController::renderRenderableOptions action
- Resolves: #105659
Releases: main, 13.4, 12.4
Change-Id: I6b82603f75ba1ddc4c99f714e293946a682fd609
Reviewed-on: https:... - 19:07 Revision 8e664aff: [TASK] Drop unused FormEditorController::renderRenderableOptions action
- Resolves: #105659
Releases: main, 13.4, 12.4
Change-Id: I6b82603f75ba1ddc4c99f714e293946a682fd609
Reviewed-on: https:... - 18:55 Revision 95ab4688: [FEATURE] Allow modifying fetched page content
- With #103894, the `PageContentFetchingProcessor` was introduced.
It allows to easily fetch and provide page content b... - 18:55 Revision a255e74e: [FEATURE] Allow modifying fetched page content
- With #103894, the `PageContentFetchingProcessor` was introduced.
It allows to easily fetch and provide page content b... - 18:53 Revision d3069aed: [BUGFIX] Prevent BackendUtility::getRecord() postgresql out of range
- This is a pre-patch for #94562: It has been discovered that
on postgresql a BackendUtility::getRecord() lookup with
a... - 18:53 Revision 88dfb21b: [BUGFIX] Prevent BackendUtility::getRecord() postgresql out of range
- This is a pre-patch for #94562: It has been discovered that
on postgresql a BackendUtility::getRecord() lookup with
a... - 18:53 Revision 49d02bea: [BUGFIX] Prevent BackendUtility::getRecord() postgresql out of range
- This is a pre-patch for #94562: It has been discovered that
on postgresql a BackendUtility::getRecord() lookup with
a... - 17:51 Revision 96211b7d: [TASK] Drop unused FormEditorController::renderRenderableOptions action
- Resolves: #105659
Releases: main, 13.4, 12.4
Change-Id: I6b82603f75ba1ddc4c99f714e293946a682fd609
Reviewed-on: https:... - 17:26 Revision 3159c210: [DOCS] Add Webhooks documentation
- The information in this manual is taken from the Changelog and
can be improved in the future.
Resolves: #105610
Rela... - 17:26 Revision b61e9ed0: [DOCS] Add Webhooks documentation
- The information in this manual is taken from the Changelog and
can be improved in the future.
Resolves: #105610
Rela... - 17:26 Revision 13132218: [DOCS] Add Webhooks documentation
- The information in this manual is taken from the Changelog and
can be improved in the future.
Resolves: #105610
Rela... - 16:12 Revision a7414f79: [BUGFIX] Fix showing of parent items in select tree filtering
- Multiple issues existed when filtering lists of a depth of at least 2:
* In the list of parents, the first element w... - 16:11 Revision 583d4710: [BUGFIX] Fix showing of parent items in select tree filtering
- Multiple issues existed when filtering lists of a depth of at least 2:
* In the list of parents, the first element w... - 14:27 Revision af9eaa01: [DOCS] Switch Interlinks from t3tsconfig to t3tsref
- The two manuals have been merged, see https://docs.typo3.org/Home/RecentlyMovedChapters.html
Resolves: #105650
Relea... - 14:27 Revision f6b836e4: [DOCS] Switch Interlinks from t3tsconfig to t3tsref
- The two manuals have been merged, see https://docs.typo3.org/Home/RecentlyMovedChapters.html
Resolves: #105650
Relea... - 14:27 Revision 22b303f6: [DOCS] Switch Interlinks from t3tsconfig to t3tsref
- The two manuals have been merged, see https://docs.typo3.org/Home/RecentlyMovedChapters.html
Resolves: #105650
Relea... - 14:12 Revision ef81edb3: [BUGFIX] Improve keyboard accessibility of page module actions
- Ensure faded elements become visible when the user focuses
elements inside, and align action stylings content block a... - 14:12 Revision d8df73c6: [BUGFIX] Improve keyboard accessibility of page module actions
- Ensure faded elements become visible when the user focuses
elements inside, and align action stylings content block a... - 11:21 Revision 6be807c2: [TASK] Use American English in xlf files
- This patch standardizes different spellings to American English.
Resolves: #105642
Releases: main, 13.4
Change-Id: I... - 11:21 Revision 4398c960: [TASK] Use American English in xlf files
- This patch standardizes different spellings to American English.
Resolves: #105642
Releases: main, 13.4
Change-Id: I... - 10:11 Revision 9d55b61f: [BUGFIX] Fix styling of disabled nullable fields
- Resolves: #105622
Releases: main, 13.4
Change-Id: If9b0c4a7e3172287a2ef27ef49335eeb32aa9585
Reviewed-on: https://revi... - 10:11 Revision 287bc3d8: [BUGFIX] Fix styling of disabled nullable fields
- Resolves: #105622
Releases: main, 13.4
Change-Id: If9b0c4a7e3172287a2ef27ef49335eeb32aa9585
Reviewed-on: https://revi... - 09:17 Revision e8ef8b7b: [TASK] Ignore files generated by docs rendering on root level
- It's a common use case to render the
documentation on the root level. Those
files are now ignored as well.
Resolves:... - 09:17 Revision fecc2fdd: [TASK] Ignore files generated by docs rendering on root level
- It's a common use case to render the
documentation on the root level. Those
files are now ignored as well.
Resolves:... - 09:17 Revision fe4835e7: [TASK] Ignore files generated by docs rendering on root level
- It's a common use case to render the
documentation on the root level. Those
files are now ignored as well.
Resolves:...
2024-11-19
- 21:03 Revision fad6b8d2: [BUGFIX] Prevent PHP error with empty link tag
- If `<f:link.action />` is called with invalid parameters (e. g. a
non-existent page uid), the uri generation fails an... - 21:03 Revision de3938fb: [BUGFIX] Prevent PHP error with empty link tag
- If `<f:link.action />` is called with invalid parameters (e. g. a
non-existent page uid), the uri generation fails an... - 21:03 Revision 415fe020: [BUGFIX] Prevent PHP error with empty link tag
- If `<f:link.action />` is called with invalid parameters (e. g. a
non-existent page uid), the uri generation fails an... - 20:26 Revision 8291f852: [BUGFIX] Filter sys_log by level in administration log
- This fixes filtering by level in the backend-module:
'System -> Administration log'
Before the filter by level was i... - 20:16 Revision 3318728d: [BUGFIX] Filter sys_log by level in administration log
- This fixes filtering by level in the backend-module:
'System -> Administration log'
Before the filter by level was i... - 19:57 Revision da5f81e2: [BUGFIX] Cast tag-content of several ViewHelpers to string
- Several Fluid ViewHelpers used the method:
```
$this->tag->setContent($this->renderChildren());
```
However, in man... - 19:57 Revision f1d2bc69: [BUGFIX] Cast tag-content of several ViewHelpers to string
- Several Fluid ViewHelpers used the method:
```
$this->tag->setContent($this->renderChildren());
```
However, in man... - 19:45 Revision 9c8bb905: [BUGFIX] Add FormEngine transformation for dbType=datetime in flexforms
- The database-to-backend-from transformation for dbType=datetime fields
(which are supposed to be stored in native dat... - 19:44 Revision 01369c5b: [BUGFIX] Add FormEngine transformation for dbType=datetime in flexforms
- The database-to-backend-from transformation for dbType=datetime fields
(which are supposed to be stored in native dat... - 19:44 Revision 55ab3de7: [BUGFIX] Add FormEngine transformation for dbType=datetime in flexforms
- The database-to-backend-from transformation for dbType=datetime fields
(which are supposed to be stored in native dat... - 18:05 Revision 97dd3b29: [TASK] Avoid temporary phpstan exclude
- The situation has been fixed in phpstan.
Resolves: #105639
Related: #104866
Releases: main, 13.4, 12.4
Change-Id: I9... - 18:05 Revision 17902e84: [TASK] Avoid temporary phpstan exclude
- The situation has been fixed in phpstan.
Resolves: #105639
Related: #104866
Releases: main, 13.4, 12.4
Change-Id: I9... - 18:05 Revision 3e3381a7: [TASK] Avoid temporary phpstan exclude
- The situation has been fixed in phpstan.
Resolves: #105639
Related: #104866
Releases: main, 13.4, 12.4
Change-Id: I9... - 16:01 Revision 9a14eb7f: [DOCS] Replace outdated card syntax
- See https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/Reference/ReStructuredText/Content/Cards.html#card...
- 16:00 Revision 982bc397: [DOCS] Replace outdated card syntax
- See https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/Reference/ReStructuredText/Content/Cards.html#card...
- 16:00 Revision b38550d6: [DOCS] Replace outdated card syntax
- See https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/Reference/ReStructuredText/Content/Cards.html#card...
- 15:10 Revision b50e0d5c: [BUGFIX] Resolve RecordPropertyClosure for flex fields
- This introduces a new model class `FlexFormFieldValues`,
which represents a record's flex field values. By
implementi... - 15:10 Revision 80e4ff8d: [BUGFIX] Resolve RecordPropertyClosure for flex fields
- This introduces a new model class `FlexFormFieldValues`,
which represents a record's flex field values. By
implementi... - 15:05 Revision db010f85: [TASK] Improve behaviour of FormEngine selectTree with maxitems=1
- If maxitems=1, the previously selected item should get
unselected if a new item is selected.
EXT:styleguide showcase... - 14:14 Revision 7dc60cdf: [DOCS] Add missing anchors in dashboard manual
- Resolves: #105628
Releases: main, 13.4, 12.4
Change-Id: Ia16545cc706ba3cee97a9915e2acdea886a883aa
Reviewed-on: https:... - 14:14 Revision 3879ed4d: [DOCS] Add missing anchors in dashboard manual
- Resolves: #105628
Releases: main, 13.4, 12.4
Change-Id: Ia16545cc706ba3cee97a9915e2acdea886a883aa
Reviewed-on: https:... - 14:14 Revision 43760200: [DOCS] Add missing anchors in dashboard manual
- Resolves: #105628
Releases: main, 13.4, 12.4
Change-Id: Ia16545cc706ba3cee97a9915e2acdea886a883aa
Reviewed-on: https:... - 13:37 Revision 17e8cf8d: [TASK] Avoid friendsoftypo3/phpstan-typo3
- In preparation of phpstan v2, we review our phpstan
extensions. Looking closer at friendsoftypo3/phpstan-typo3,
most ... - 13:37 Revision d1903714: [TASK] Avoid friendsoftypo3/phpstan-typo3
- In preparation of phpstan v2, we review our phpstan
extensions. Looking closer at friendsoftypo3/phpstan-typo3,
most ... - 13:37 Revision cd88bc9b: [TASK] Avoid friendsoftypo3/phpstan-typo3
- In preparation of phpstan v2, we review our phpstan
extensions. Looking closer at friendsoftypo3/phpstan-typo3,
most ... - 13:35 Revision bb73b570: [DOCS] Add missing anchors in reactions
- Resolves: #105625
Releases: main, 13.4, 12.4
Change-Id: If84e3fc579fd788ede0e542fd37a93fd8f317ffe
Reviewed-on: https:... - 13:34 Revision 01ff76d5: [DOCS] Add missing anchors in reactions
- Resolves: #105625
Releases: main, 13.4, 12.4
Change-Id: If84e3fc579fd788ede0e542fd37a93fd8f317ffe
Reviewed-on: https:... - 13:34 Revision 17d1dbf2: [DOCS] Add missing anchors in reactions
- Resolves: #105625
Releases: main, 13.4, 12.4
Change-Id: If84e3fc579fd788ede0e542fd37a93fd8f317ffe
Reviewed-on: https:... - 13:19 Revision 4309c7a0: [DOCS] Add missing anchors in reports manual
- Resolves: #105626
Releases: main, 13.4, 12.4
Change-Id: I51c54b9c897d77dcd0da8ed51cb3b3c93cae835d
Reviewed-on: https:... - 13:18 Revision 1443b600: [DOCS] Add missing anchors in reports manual
- Resolves: #105626
Releases: main, 13.4, 12.4
Change-Id: I51c54b9c897d77dcd0da8ed51cb3b3c93cae835d
Reviewed-on: https:... - 13:18 Revision 22c371a7: [DOCS] Add missing anchors in reports manual
- Resolves: #105626
Releases: main, 13.4, 12.4
Change-Id: I51c54b9c897d77dcd0da8ed51cb3b3c93cae835d
Reviewed-on: https:... - 13:03 Revision 018d276f: [DOCS] Add missing anchors in adminpanel manual
- Resolves: #105629
Releases: main, 13.4, 12.4
Change-Id: I64c9ef6c5329151700e208bbfc78c7abf87d0943
Reviewed-on: https:... - 13:03 Revision 16604a62: [DOCS] Add missing anchors in adminpanel manual
- Resolves: #105629
Releases: main, 13.4, 12.4
Change-Id: I64c9ef6c5329151700e208bbfc78c7abf87d0943
Reviewed-on: https:... - 13:02 Revision 83a08cfc: [DOCS] Add missing anchors in adminpanel manual
- Resolves: #105629
Releases: main, 13.4, 12.4
Change-Id: I64c9ef6c5329151700e208bbfc78c7abf87d0943
Reviewed-on: https:... - 12:07 Revision b89865c1: [BUGFIX] Prevent PHP errors for empty Fluid templates
- Because of the internal Fluid implementation, Fluid's `render()`
method does not always return a string. If a templat... - 12:07 Revision 2dbe3259: [BUGFIX] Prevent PHP errors for empty Fluid templates
- Because of the internal Fluid implementation, Fluid's `render()`
method does not always return a string. If a templat... - 08:58 Revision 4eb0ffbd: [TASK] Increase Uri test coverage
- Releases: main, 13.4, 12.4
Resolves: #105630
Change-Id: I0467987d9cbbb6a6bae1ab29c57511f471f8fb3b
Reviewed-on: https:... - 08:58 Revision a9c6f276: [TASK] Increase Uri test coverage
- Releases: main, 13.4, 12.4
Resolves: #105630
Change-Id: I0467987d9cbbb6a6bae1ab29c57511f471f8fb3b
Reviewed-on: https:... - 08:58 Revision 6e2b213e: [TASK] Increase Uri test coverage
- Releases: main, 13.4, 12.4
Resolves: #105630
Change-Id: I0467987d9cbbb6a6bae1ab29c57511f471f8fb3b
Reviewed-on: https:... - 08:13 Revision 163776f4: [BUGFIX] Properly resolve flexform schema for record
- By using the `FlexFormTools` API, the `FlexFormSchemaFactory`
is now able to properly resolve the flexform schema
for... - 08:00 Revision dcf3de5d: [BUGFIX] Properly resolve flexform schema for record
- By using the `FlexFormTools` API, the `FlexFormSchemaFactory`
is now able to properly resolve the flexform schema
for...
2024-11-18
- 22:35 Revision cc386acf: [TASK] Update Fluid Standalone to 4.0.2
- This release includes a typehint change required for a follow-up
patch.
Executed commands:
> composer req typo3flui... - 22:34 Revision 9568ce13: [TASK] Update Fluid Standalone to 4.0.2
- This release includes a typehint change required for a follow-up
patch.
Executed commands:
> composer req typo3flui... - 22:07 Revision e3bcdec1: [BUGFIX] Use pid of mount point in RootlineUtility
- RootlineUtility uses the pid of the mounted pages to build the
rootline, which e.g. leads to wrong site configuration... - 22:07 Revision 1f2a9507: [BUGFIX] Use pid of mount point in RootlineUtility
- RootlineUtility uses the pid of the mounted pages to build the
rootline, which e.g. leads to wrong site configuration... - 19:10 Revision f5a2ef87: [TASK] Add docheader buttons to CSP module
- The CSP module should at least provide the "Share" and "Reload"
buttons in docheader. Especially the "Reload" button ... - 19:10 Revision 20c255e2: [TASK] Add docheader buttons to CSP module
- The CSP module should at least provide the "Share" and "Reload"
buttons in docheader. Especially the "Reload" button ... - 16:44 Revision 583c4e8d: [TASK] Add MethodCallArgumentValue PhpScanner analysis
- The static code scanner is now able to inspect scalar
value arguments in static or non-static method calls.
This all... - 16:43 Revision 0c366325: [TASK] Add MethodCallArgumentValue PhpScanner analysis
- The static code scanner is now able to inspect scalar
value arguments in static or non-static method calls.
This all... - 14:27 Revision 7c547545: [BUGFIX] Resolve references of extension forms
- The EXT:form management GUI shows all forms and where
they are used (referenced).
Forms can be either stored in FAL-... - 14:27 Revision c21877d6: [BUGFIX] Resolve references of extension forms
- The EXT:form management GUI shows all forms and where
they are used (referenced).
Forms can be either stored in FAL-... - 14:27 Revision 9951e368: [BUGFIX] Resolve references of extension forms
- The EXT:form management GUI shows all forms and where
they are used (referenced).
Forms can be either stored in FAL-... - 14:04 Revision dec23c98: [DOCS] Fix interlink-shortcodes in EXT:form and EXT:styleguide
- EXT:styleguide had a typo in the interlink-shortcode,
and EXT:form was missing an interlink-shortcode.
See also http... - 14:03 Revision dc39c8de: [DOCS] Fix interlink-shortcodes in EXT:form and EXT:styleguide
- EXT:styleguide had a typo in the interlink-shortcode,
and EXT:form was missing an interlink-shortcode.
See also http... - 14:03 Revision 76f38654: [DOCS] Fix interlink-shortcodes in EXT:form and EXT:styleguide
- EXT:styleguide had a typo in the interlink-shortcode,
and EXT:form was missing an interlink-shortcode.
See also http... - 13:23 Revision faa48917: [BUGFIX] Have ElementInformationController preview url use correct language
- If displaying page actions, use the target pages'
sys_language_uid to build the frontend URL.
Resolves: #105197
Rele... - 13:23 Revision 731e78f9: [BUGFIX] Have ElementInformationController preview url use correct language
- If displaying page actions, use the target pages'
sys_language_uid to build the frontend URL.
Resolves: #105197
Rele... - 10:12 Revision f2549650: [BUGFIX] Have ElementInformationController preview url use correct language
- If displaying page actions, use the target pages'
sys_language_uid to build the frontend URL.
Resolves: #105197
Rele... - 09:58 Revision 8781a57f: [DOCS] Define permalinks in redirects manual
- Resolves: #105614
Releases: main, 13.4, 12.4
Change-Id: I517fed5389aac3c4a851c22b8a0ec35bffc96223
Reviewed-on: https:... - 08:59 Revision e4eba41e: [BUGFIX] Fix rendering of native datetime fields as record title
- FormDataProvider\DatabaseRowDateTimeFields misinterprets the native
LOCALTIME datetime value as UTC and creates an in... - 08:59 Revision d9f21c55: [BUGFIX] Fix rendering of native datetime fields as record title
- FormDataProvider\DatabaseRowDateTimeFields misinterprets the native
LOCALTIME datetime value as UTC and creates an in... - 08:59 Revision 27e16d6b: [BUGFIX] Fix rendering of native datetime fields as record title
- FormDataProvider\DatabaseRowDateTimeFields misinterprets the native
LOCALTIME datetime value as UTC and creates an in... - 07:25 Revision 58e30a42: [DOCS] Define permalinks in redirects manual
- Resolves: #105614
Releases: main, 13.4, 12.4
Change-Id: I517fed5389aac3c4a851c22b8a0ec35bffc96223
Reviewed-on: https:... - 07:25 Revision 3fb50fc9: [DOCS] Define permalinks in redirects manual
- Resolves: #105614
Releases: main, 13.4, 12.4
Change-Id: I517fed5389aac3c4a851c22b8a0ec35bffc96223
Reviewed-on: https:...
Also available in: Atom