Activity
From 2022-04-16 to 2022-05-15
2022-05-15
- 17:37 Bug #97635 (Under Review): Use plugin icon in content element preview
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:28 Bug #97635 (Closed): Use plugin icon in content element preview
- Currently, content element preview uses a default icon for plugin content elements regardless, if a dedicated plugin ...
- 12:47 Bug #97634: Stop mocking nonexistent classes
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:20 Bug #97634: Stop mocking nonexistent classes
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:19 Bug #97634: Stop mocking nonexistent classes
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:18 Bug #97634 (Under Review): Stop mocking nonexistent classes
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:16 Bug #97634 (Closed): Stop mocking nonexistent classes
- Creating mocks of nonexistent classes is only possible with PHPUnit mocks, not with Prophecy, and it breaks static an...
- 11:48 Task #97633 (Under Review): runTests.sh - mismatch in examples comment and example itself
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:48 Task #97633 (Rejected): runTests.sh - mismatch in examples comment and example itself
- This is not a big problem, but am thinking it might be helpful to use variables for the default PHP version and suppo...
- 11:04 Task #97632 (Under Review): Remove note on older versions on documentation page for adding own content elements
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:56 Task #97632 (Closed): Remove note on older versions on documentation page for adding own content elements
- https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/AddingYourOwnContentElements/Index.html
> Older...
2022-05-14
- 22:14 Task #97596: Resolve "access to undefined property" errors in PHPStan
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:49 Feature #97566: Remove docker-compose in runTests.sh
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 18:48 Feature #97566: Remove docker-compose in runTests.sh
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:17 Task #97631: Use more ::class notation in tests
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:14 Task #97631: Use more ::class notation in tests
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:14 Task #97631 (Under Review): Use more ::class notation in tests
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:13 Task #97631 (Closed): Use more ::class notation in tests
- 09:45 Bug #97630 (Under Review): Mark nullable properties in EXT:core as such
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:43 Bug #97630 (Closed): Mark nullable properties in EXT:core as such
- 06:15 Feature #97629 (New): Display TCA palette as modal
- Have the possibility to set a TCA palette as modal.
This functionality can be useful, for example, to separate con...
2022-05-13
- 18:43 Task #97596: Resolve "access to undefined property" errors in PHPStan
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:40 Task #97596: Resolve "access to undefined property" errors in PHPStan
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:26 Task #97628: Simplify DataHandler internals code
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:24 Task #97628: Simplify DataHandler internals code
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:57 Task #97628 (Under Review): Simplify DataHandler internals code
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:55 Task #97628 (Closed): Simplify DataHandler internals code
- 17:56 Task #97622: Remove dead code paths
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 00:23 Task #97622: Remove dead code paths
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:30 Task #97456 (Resolved): Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Applied in changeset commit:09264fed11e0dfa67a1483377beeb7116d7b8068.
- 17:16 Task #97456 (Under Review): Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:10 Task #97456 (Resolved): Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Applied in changeset commit:82b555a55bb4f654752167d8494ac2c6c796bc05.
- 17:06 Task #97456: Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:26 Revision 09264fed: [TASK] Address phpstan "Expression on left side of ??" errors
- There are several PHPStan Baseline exceptions for misuse of
the ?? operator. Many of them are no longer necessary tha... - 17:21 Bug #97621: Remove dead code paths from AddController
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 00:51 Bug #97621: Remove dead code paths from AddController
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:05 Revision 82b555a5: [TASK] Address phpstan "Expression on left side of ??" errors
- There are several PHPStan Baseline exceptions for misuse of
the ?? operator. Many of them are no longer necessary tha... - 17:02 Bug #97620: PSR-7 compat fixes for core Request
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:47 Bug #97620: PSR-7 compat fixes for core Request
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:38 Bug #97618 (Closed): Resolve SlugHelper base-case is never called
- This is actually a bug in PHPStan, which has been filed: https://github.com/phpstan/phpstan/issues/7230
No further... - 15:55 Bug #97425 (Resolved): Type warning in workspaces ActionHandler
- Applied in changeset commit:e1f1f6650a2ca438e3c6d454a73b608b142d93b5.
- 15:07 Bug #97425 (Under Review): Type warning in workspaces ActionHandler
- Patch set 3 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:55 Bug #97425 (Resolved): Type warning in workspaces ActionHandler
- Applied in changeset commit:146832c3b077bc6a44446d0a022019e127961ad0.
- 14:52 Bug #97425: Type warning in workspaces ActionHandler
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:52 Bug #97425: Type warning in workspaces ActionHandler
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:37 Bug #97425: Type warning in workspaces ActionHandler
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:52 Revision e1f1f665: [BUGFIX] Fix type warnings in the workspaces ActionHandler
- Resolves: #97425
Releases: main, 11.5
Change-Id: Ie3679f8a0f51ee2000ce45dfab1ea82bdc67c0ff
Reviewed-on: https://revie... - 15:03 Bug #97423: WorkspaceRecord cannot be XCLASSed
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:51 Revision 146832c3: [BUGFIX] Fix type warnings in the workspaces ActionHandler
- Resolves: #97425
Releases: main, 11.5
Change-Id: Ie3679f8a0f51ee2000ce45dfab1ea82bdc67c0ff
Reviewed-on: https://revie... - 14:26 Bug #97627 (New): Page translation only if new subpages are allowed?
- Hi,
I am using TYPO3 10.4.27. Is there a way to allow editors without the right to create new subpages of a specif... - 14:09 Bug #97626 (Closed): Doktype Limitation in ElementBrowserPageTreeView.php
- From the documentation:
"In TYPO3 versions below 10.4, the doktype was restricted to numbers smaller than 200 if the... - 11:29 Revision f03bfb4b: [BUGFIX] Prevent undefined array key warning in CleanFlexFormsCommand
- Resolves: #97619
Releases: main, 11.5
Change-Id: Ib1812d04264cab9bf867891f8cc06d7dafeace99
Reviewed-on: https://revie... - 11:19 Task #97625 (Under Review): Configure phpstan to not take php docblock types as certain
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:15 Task #97625 (Closed): Configure phpstan to not take php docblock types as certain
- 08:28 Bug #95818: rte_ckeditor link around image generates faulty frontend html
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 05:48 Bug #95818 (Under Review): rte_ckeditor link around image generates faulty frontend html
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:02 Feature #96939: Introduce CSS variables for FSC styling options
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:46 Bug #97624 (Closed): Undefined array key "module" - /symfony/expression-language/Node/GetAttrNode.php line 97
- Hello,
every time i click somewhere in TYPO3 backend i get this error writen in Log:... - 06:25 Bug #97619 (Resolved): Undefined array key "_CURRENT_VERSION" in CleanFlexFormsCommand
- Applied in changeset commit:cf38735a4037fc365dcedc30e28f20a7944b70ba.
- 06:22 Bug #97619: Undefined array key "_CURRENT_VERSION" in CleanFlexFormsCommand
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:21 Revision cf38735a: [BUGFIX] Prevent undefined array key warning in CleanFlexFormsCommand
- Resolves: #97619
Releases: main, 11.5
Change-Id: Ib1812d04264cab9bf867891f8cc06d7dafeace99
Reviewed-on: https://revie... - 01:30 Bug #97609 (Resolved): Doktypes in Site Configuration not excluded
- Applied in changeset commit:5090ac55d99bf3316615a28a9e7d80ba506810ae.
- 01:20 Bug #97609 (Under Review): Doktypes in Site Configuration not excluded
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 01:15 Bug #97609 (Resolved): Doktypes in Site Configuration not excluded
- Applied in changeset commit:9e937b46fbbdd79af73e5a9769faf765441fb7cc.
- 01:28 Revision 5090ac55: [BUGFIX] Exclude doktypes in SiteConfiguration
- Currently, only SysFolders are excluded in
the SiteConfiguration overview which allows
to add a SiteConfiguration to ... - 01:10 Revision 9e937b46: [BUGFIX] Exclude doktypes in SiteConfiguration
- Currently, only SysFolders are excluded in
the SiteConfiguration overview which allows
to add a SiteConfiguration to ...
2022-05-12
- 23:58 Task #97623: Simplify code in ConjunctionValidator
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 23:54 Task #97623: Simplify code in ConjunctionValidator
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:04 Task #97623 (Under Review): Simplify code in ConjunctionValidator
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:59 Task #97623 (Closed): Simplify code in ConjunctionValidator
- 21:56 Task #97622: Remove dead code paths
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:54 Task #97622: Remove dead code paths
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:37 Task #97622 (Under Review): Remove dead code paths
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:35 Task #97622 (Closed): Remove dead code paths
- 21:40 Bug #97621: Remove dead code paths from AddController
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:59 Bug #97621 (Under Review): Remove dead code paths from AddController
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:56 Bug #97621 (Closed): Remove dead code paths from AddController
- 20:40 Bug #97620: PSR-7 compat fixes for core Request
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:29 Bug #97620: PSR-7 compat fixes for core Request
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:40 Bug #97620 (Under Review): PSR-7 compat fixes for core Request
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:24 Bug #97620 (Closed): PSR-7 compat fixes for core Request
- 20:21 Bug #97619 (Under Review): Undefined array key "_CURRENT_VERSION" in CleanFlexFormsCommand
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:30 Bug #97619 (Closed): Undefined array key "_CURRENT_VERSION" in CleanFlexFormsCommand
- After updating from TYPO3 10.4 to 11.5 my deployment script throw this exception when calling "vendor/bin/typo3 clean...
- 20:11 Revision da9c87ad: [DOCS] Remove duplicate number sign
- Also fixes a non-existing link that is generated:
https://forge.typo3.org/issues/#93436 becomes
https://forge.typo3.o... - 19:58 Bug #97618: Resolve SlugHelper base-case is never called
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:30 Bug #97618 (Under Review): Resolve SlugHelper base-case is never called
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:29 Bug #97618 (Closed): Resolve SlugHelper base-case is never called
- 19:45 Task #97617 (Resolved): Remove duplicit number sign
- Applied in changeset commit:a8fd1882b4bce1b9c2e6ec50589cb987b985a5f9.
- 19:43 Task #97617: Remove duplicit number sign
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:03 Task #97617: Remove duplicit number sign
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:02 Task #97617 (Under Review): Remove duplicit number sign
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:02 Task #97617 (Closed): Remove duplicit number sign
- Also fixes a non-existing link that is generated: https://forge.typo3.org/issues/#93436 becomes https://forge.typo3.o...
- 19:43 Revision a8fd1882: [DOCS] Remove duplicate number sign
- Also fixes a non-existing link that is generated:
https://forge.typo3.org/issues/#93436 becomes
https://forge.typo3.o... - 14:09 Bug #97616 (Under Review): Bodytext of default Language shown in Translation on NULL
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:09 Bug #97616: Bodytext of default Language shown in Translation on NULL
- Location where the error is created in PageRepository: https://github.com/typo3/typo3/blob/279ccf1f77b360fe3731ba9026...
- 11:43 Bug #97616 (Closed): Bodytext of default Language shown in Translation on NULL
- *Problem:*
Translated content elements are showing the bodytext content of the default language instead of nothing... - 12:19 Bug #97505: Duplicate translated relations after moving default language content element
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:14 Bug #97505 (Under Review): Duplicate translated relations after moving default language content element
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:16 Revision 4abc44fc: [DOCS] Correct naming of UI label
- The screenshots of the UI shows the word
`Levels` while the text used `Layers`.
Releases: main, 11.5
Resolves: #9761... - 12:05 Task #97613 (Resolved): Correct naming of UI label
- Applied in changeset commit:efbfb0d0de97175bcf5d806996a2f1c533cb1d96.
- 12:00 Task #97613: Correct naming of UI label
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:33 Task #97613: Correct naming of UI label
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:11 Task #97613 (Under Review): Correct naming of UI label
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:11 Task #97613 (Closed): Correct naming of UI label
- The screenshots of the UI shows the word
`Levels` while the text used `Layers`.
This issue was automatically cre... - 12:00 Revision efbfb0d0: [DOCS] Correct naming of UI label
- The screenshots of the UI shows the word
`Levels` while the text used `Layers`.
Releases: main, 11.5
Resolves: #9761... - 11:54 Bug #97609: Doktypes in Site Configuration not excluded
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:48 Revision 91f1260b: [BUGFIX] Correct TCA title in ext:blogexample dateexample
- TCA ctrl title for tx_blogexample_domain_model_dateexample
and tx_blogexample_domain_model_dateexample is set to not
... - 11:40 Bug #97615 (Resolved): Invalid TCA ctrl title in tx_blogexample_domain_model_dateexample
- Applied in changeset commit:cc52f709bfd95214aa0d8dabd052177f4a3bc656.
- 11:38 Bug #97615: Invalid TCA ctrl title in tx_blogexample_domain_model_dateexample
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:38 Bug #97615: Invalid TCA ctrl title in tx_blogexample_domain_model_dateexample
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:26 Bug #97615 (Under Review): Invalid TCA ctrl title in tx_blogexample_domain_model_dateexample
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:24 Bug #97615 (Closed): Invalid TCA ctrl title in tx_blogexample_domain_model_dateexample
- 11:37 Revision cc52f709: [BUGFIX] Correct TCA title in ext:blogexample dateexample
- TCA ctrl title for tx_blogexample_domain_model_dateexample
and tx_blogexample_domain_model_dateexample is set to not
... - 11:04 Bug #95818: rte_ckeditor link around image generates faulty frontend html
- The issue with the link is located in file @RteLinkBrowser@. Currently the method @getSelectedText()@ used to get the...
- 08:12 Bug #94558: Backend user image fails to load when in non public fal storage and user has no access
- To summarize this: If I insert an image in the frontend from a non public storage, the image gets loaded. If I have a...
- 07:53 Bug #97614: Workspaces: Changing sorting (moving) of a content element in a workspace does lead to broken language filtering in workspaces backend module
- "The "tt_content" table looks fine we just got" - The "tt_content" table looks fine we just got a incorrect filtering...
- 07:44 Bug #97614 (New): Workspaces: Changing sorting (moving) of a content element in a workspace does lead to broken language filtering in workspaces backend module
- Changing sorting (moving) of a content element in a workspace does lead to broken language filtering in workspaces ba...
- 05:54 Bug #97612 (Closed): Non-existing XML sitemap returns 200 OK instead of 404 Not Found
- h2. Current behaviour:
Calling a non-existing XML sitemap like...
2022-05-11
- 23:17 Task #97456: Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:51 Bug #97609: Doktypes in Site Configuration not excluded
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:54 Bug #97609: Doktypes in Site Configuration not excluded
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:52 Bug #97609 (Under Review): Doktypes in Site Configuration not excluded
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:30 Bug #97609 (Closed): Doktypes in Site Configuration not excluded
- For some doktypes it does not make sense to show them in the Site Configuration.
As of now, only SysFolder is exclud... - 22:44 Feature #97566: Remove docker-compose in runTests.sh
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:00 Task #97611 (Resolved): Raise lolli42/finediff:^1.0.1
- Applied in changeset commit:ff77273df60cbb4144d15c12948ce06e602b4126.
- 14:46 Task #97611 (Under Review): Raise lolli42/finediff:^1.0.1
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:45 Task #97611 (Resolved): Raise lolli42/finediff:^1.0.1
- Applied in changeset commit:279ccf1f77b360fe3731ba9026f5bbc8628ec659.
- 14:43 Task #97611: Raise lolli42/finediff:^1.0.1
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:27 Task #97611: Raise lolli42/finediff:^1.0.1
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:18 Task #97611 (Under Review): Raise lolli42/finediff:^1.0.1
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:16 Task #97611 (Closed): Raise lolli42/finediff:^1.0.1
- 15:56 Revision e242e972: [TASK] Raise lolli42/finediff:^1.0.1
- Brings a multibyte fix when dealing with word-based
diffs, which is our default usage.
composer req lolli42/finediff... - 15:56 Revision ff77273d: [TASK] Raise lolli42/finediff:^1.0.1
- Brings a multibyte fix when dealing with word-based
diffs, which is our default usage.
composer req lolli42/finediff... - 14:42 Revision 279ccf1f: [TASK] Raise lolli42/finediff:^1.0.1
- Brings a multibyte fix when dealing with word-based
diffs, which is our default usage.
composer req lolli42/finediff... - 13:45 Bug #97603 (Resolved): Show constants of 1st category if shown 1st time
- Applied in changeset commit:12b8c3a9606707a3dc16ec929b8f0d7c9bd28852.
- 13:41 Revision 12b8c3a9: [BUGFIX] Show 1st constants section if no category selected
- If the admin visits the constants editor the 1st time or the user
settings are resetted, the constants editor must sh... - 13:37 Bug #97610 (New): Remove option to call \TYPO3\CMS\Core\Resource\Folder->getFiles() with $filterMode=false
- @\TYPO3\CMS\Core\Resource\Folder->getFiles()@ has several parameters, the third one is $filterMode:...
- 12:12 Task #97435: Properly deprecate the check for the SiteLanguageAwareTrait
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 11:54 Task #97435: Properly deprecate the check for the SiteLanguageAwareTrait
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:43 Task #97435: Properly deprecate the check for the SiteLanguageAwareTrait
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:03 Bug #97608 (Under Review): Undefined array key "pid" in AbstractMenuContentObject.php
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:01 Bug #97608 (Closed): Undefined array key "pid" in AbstractMenuContentObject.php
- By using the following TypoScript...
- 11:45 Task #97605 (Resolved): Remove field resizeTextareas_MaxHeight from be_users
- Applied in changeset commit:9f0faa43cbe21d96c60aa42ce2b005b2831f8e8b.
- 11:40 Revision 9f0faa43: [!!!][TASK] Remove field resizeTextareas_MaxHeight from user settings
- The field `resizeTextareas_MaxHeight` with the label
"Maximum height of text areas in pixels* is removed because of l... - 11:07 Bug #97607 (Closed): Copy Contentelements with inline records in workspaces results in random sorting
- Steps to reproduce the error:
* activate a workspace
* create a content element with inline records (e. g. a gride... - 07:54 Bug #90155: Wrong status code with message "Unable to determine path to entry script."
- Should be fixed with #97543 at least for v10/11 and main
- 06:38 Bug #97606 (Closed): Autocreated redirects ignore PageTypeSuffix (e.g. ".html")
- On websites with configured PageTypeSuffix ".html" the redirect module is just using the plain page slugs instead of ...
- 05:58 Feature #97563: Add rendering option to `select` fields to hide them if only 1 value selectable
- I would opt for making this configurable via PageTS. Especially for development purposes all fields should be visible...
- 05:22 Task #97238: Remove exclude setting from important fields
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 01:10 Task #97596: Resolve "access to undefined property" errors in PHPStan
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 00:42 Task #97596: Resolve "access to undefined property" errors in PHPStan
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a...
2022-05-10
- 23:33 Bug #96416: Error when you try to export and import data in TYPO3
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:05 Bug #96416: Error when you try to export and import data in TYPO3
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:43 Task #97596: Resolve "access to undefined property" errors in PHPStan
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:41 Task #97599 (Under Review): Resolve "strict comparison with ===" PHPStan issues
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 04:59 Task #97599 (Accepted): Resolve "strict comparison with ===" PHPStan issues
- 21:34 Task #97605: Remove field resizeTextareas_MaxHeight from be_users
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:28 Task #97605 (Under Review): Remove field resizeTextareas_MaxHeight from be_users
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:12 Task #97605 (Closed): Remove field resizeTextareas_MaxHeight from be_users
- remove the field from settings which is used to control @Maximum height of text areas in pixels@.
Reasons:
- only... - 20:07 Task #97604 (Accepted): Add types to ComparisonInterface and related bits
- 19:25 Task #97604 (Closed): Add types to ComparisonInterface and related bits
- ComparisonInterface's documented types say nothing is nullable, and operator is a string. But operator is an integer...
- 19:30 Bug #90155: Wrong status code with message "Unable to determine path to entry script."
- is this behaviour still an issue in supported versions? As far as I understand there should never be a index.php incl...
- 19:21 Bug #88710 (Closed): rte_ckeditor link browser classes and their titleText and target
- after the ticket is open for so long and without interaction, I consider the explanation given by Markus as sufficien...
- 19:19 Bug #85035 (Rejected): Security: Manipulate pid for FE login
- after the issue is open for so long and without any interaction, I think the explanation and guidelines given by Helm...
- 19:12 Bug #91897 (Resolved): Pragma: no-cache header even when logged out of backend
- the header is no longer sent after being logged out from backend. Closing the issue.
- 16:36 Bug #97603: Show constants of 1st category if shown 1st time
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:47 Bug #97603: Show constants of 1st category if shown 1st time
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:41 Bug #97603 (Under Review): Show constants of 1st category if shown 1st time
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:39 Bug #97603 (Closed): Show constants of 1st category if shown 1st time
- if the user settings are empty, the constant editor doesn't show any constants because there is no fallback to 1st it...
- 16:06 Bug #96925: Make webp quality settings adjustable in TYPO3
- We would also love to have some configuration options for webp rendering.
As a quick hack and to play around with se... - 15:43 Epic #97602 (Accepted): Always call GU::trimExplode with a string parameter
- 15:14 Epic #97602 (Under Review): Always call GU::trimExplode with a string parameter
- This avoids type errors when GeneralUtility is switched to strict mode.
- 14:53 Bug #96654: Problem when using maxLength with input type number in TCA or FlexForm
> Thank you so much for the insturuction, i see also that the new type with the *typo3 v12* will resolve this type o...- 14:00 Feature #97566: Remove docker-compose in runTests.sh
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:53 Revision 9c7c2b49: [DOCS] Fix typo in rte_ckeditor docs
- Resolves: #97592
Releases: main, 11.5
Change-Id: I95246d9720609e138d19bb8e60ad4ebcfe23564a
Reviewed-on: https://revie... - 12:45 Task #97592 (Resolved): [DOC] Fix 'columnsOverride' and 'columnOverrides' typos
- Applied in changeset commit:f109daad581f2d104f4f82376b45d2ae8d9a8ecd.
- 12:41 Task #97592: [DOC] Fix 'columnsOverride' and 'columnOverrides' typos
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:10 Task #97592: [DOC] Fix 'columnsOverride' and 'columnOverrides' typos
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 05:02 Task #97592 (Under Review): [DOC] Fix 'columnsOverride' and 'columnOverrides' typos
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:40 Revision f109daad: [DOCS] Fix typo in rte_ckeditor docs
- Resolves: #97592
Releases: main, 11.5
Change-Id: I95246d9720609e138d19bb8e60ad4ebcfe23564a
Reviewed-on: https://revie... - 11:34 Task #97578: Mark GeneralUtility as strict
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:32 Bug #97581: Always call GU::intExplode with a string parameter in EXT:backend
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:58 Bug #97581: Always call GU::intExplode with a string parameter in EXT:backend
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:55 Bug #97581 (Under Review): Always call GU::intExplode with a string parameter in EXT:backend
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:15 Task #97591 (Resolved): Refactor ext:tstemplate
- Applied in changeset commit:5399ea639a071320558874089b40ed5ecc56830d.
- 11:09 Revision 5399ea63: [TASK] Refactor ext:tstemplate controllers
- With the refactoring of the '3rd level' backend module
API, we can finally clean up the Template related
backend cont... - 11:08 Revision 05d9d607: [BUGFIX] Fix undefined array key in TemplateService
- If a TypoScript sub-template is missing, because it is disabled,
it is necessary to check for the existence.
Resolve... - 10:25 Bug #97601 (Resolved): Undefined array key TemplateService in PHP 8.0.18
- Applied in changeset commit:87feed90c996920faa1244ce53ddd6cf880def23.
- 10:22 Bug #97601: Undefined array key TemplateService in PHP 8.0.18
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:31 Bug #97601: Undefined array key TemplateService in PHP 8.0.18
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:00 Bug #97601 (Under Review): Undefined array key TemplateService in PHP 8.0.18
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:03 Bug #97601 (Closed): Undefined array key TemplateService in PHP 8.0.18
- If I have temporary disabled sub-templates within the root Typoscript template, I got the following warning:
> PHP W... - 10:22 Revision 87feed90: [BUGFIX] Fix undefined array key in TemplateService
- If a TypoScript sub-template is missing, because it is disabled,
it is necessary to check for the existence.
Resolve... - 10:18 Bug #91364: Extbase/CachingFramework - Serialization on 'Closure' is not allowed
- Can confirm this still occurs, TYPO3 version 10.4.27.
Simple reproduction:
-Use a domain model with an @lazy prop... - 09:18 Revision d9a01b9b: [TASK] Set TYPO3 version to 11.5.11-dev
- Change-Id: If249fa2af484ba4582d3f850062c25c0433b7858
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/745... - 09:18 Revision 5e6ed38b: [TASK] Set TYPO3 version to 10.4.29-dev
- Change-Id: I308c3851b4aeb0422acb4bf03c3285928cdd5e99
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/745... - 08:49 Revision 1fce0e51: [RELEASE] Release of TYPO3 11.5.10
- Change-Id: I8bd3e7ec4fce5774412920a93f297fb94178d090
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/745... - 08:40 Revision c1d368cd: [RELEASE] Release of TYPO3 10.4.28
- Change-Id: I5ebedca1cf34181ad228aa833aaa651a46aebec7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/745... - 07:24 Bug #75399 (Closed): Extbase: Class/Table Mapping doesn't work sometimes
- I didn't experience any issues in v10 anymore. I'm closing this now.
- 06:46 Feature #94798: Improve pagination of indexed_search
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:30 Feature #94798: Improve pagination of indexed_search
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 05:13 Bug #97590 (Rejected): Fluid ViewHelper for Frontend Authentication don't respect isLoggedIn property
- Thanks for creating this issue.
Even though it is valid, the mentioned method has been removed with #96616. The co... - 05:00 Bug #97598 (Resolved): TypeError in DefaultLanguageDifferences
- Applied in changeset commit:cd59f1c2a4a475b3ec04e2d0d0394c790ef8c643.
- 04:55 Revision cd59f1c2: [BUGFIX] Ensure strings are passed to makeDiffDisplay()
- In #97373 the makeDiffDisplay() method of
DiffUtility got type hinted. However, since
the corresponding usages were n... - 04:54 Task #97238: Remove exclude setting from important fields
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 04:45 Task #97238: Remove exclude setting from important fields
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a...
2022-05-09
- 23:55 Task #97600 (Resolved): Raise typo3/testing-framework:^6.16.4
- Applied in changeset commit:91f7464012e52ea165612782aac7d6b447165e98.
- 23:08 Task #97600 (Under Review): Raise typo3/testing-framework:^6.16.4
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 23:05 Task #97600 (Closed): Raise typo3/testing-framework:^6.16.4
- 23:50 Revision 91f74640: [TASK] Raise typo3/testing-framework:^6.16.4
- A series of minor TF fixes, nothing fancy.
composer req --dev typo3/testing-framework:^6.16.4
Change-Id: I3b8fcec5d... - 23:50 Task #97256 (Resolved): Raise testing-framework to directly use InternalRequest
- Applied in changeset commit:47227c5792e3d38ec9b8f19e4b9fecfda6395126.
- 23:16 Task #97256: Raise testing-framework to directly use InternalRequest
- Patch set 15 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 23:16 Task #97256: Raise testing-framework to directly use InternalRequest
- Patch set 14 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 22:55 Task #97256: Raise testing-framework to directly use InternalRequest
- Patch set 13 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 22:38 Task #97256: Raise testing-framework to directly use InternalRequest
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 22:24 Task #97256: Raise testing-framework to directly use InternalRequest
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 23:46 Revision 47227c57: [TASK] Raise typo3/testing-framework
- Along some minor changes, TF frontend requests now directly
submit the InternalRequest to the core's application chai... - 21:51 Task #97599 (Closed): Resolve "strict comparison with ===" PHPStan issues
- 21:18 Bug #97598 (Under Review): TypeError in DefaultLanguageDifferences
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:56 Bug #97598: TypeError in DefaultLanguageDifferences
- Another one...
- 20:49 Bug #97598 (Closed): TypeError in DefaultLanguageDifferences
- ...
- 20:46 Task #97591: Refactor ext:tstemplate
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 20:33 Task #97591: Refactor ext:tstemplate
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 17:19 Task #97591: Refactor ext:tstemplate
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:26 Task #97591 (Under Review): Refactor ext:tstemplate
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:08 Task #97591 (Closed): Refactor ext:tstemplate
- 20:26 Task #97597 (Resolved): CI: Always retry failed jobs once
- Applied in changeset commit:255bbd790c3f949908701f5c21d90fea2c8b14ee.
- 20:05 Task #97597: CI: Always retry failed jobs once
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:20 Task #97597 (Under Review): CI: Always retry failed jobs once
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:17 Task #97597 (Closed): CI: Always retry failed jobs once
- 20:26 Task #97589 (Resolved): Remove outdated TCA palettes
- Applied in changeset commit:a80d02fa7b38f5e75c2f127aad85e0edf10deecf.
- 13:19 Task #97589 (Under Review): Remove outdated TCA palettes
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:17 Task #97589 (Closed): Remove outdated TCA palettes
- Some palettes of the table @pages@ are not in use and can be removed
- 20:19 Revision eb3875a1: [TASK] CI: Always retry failed jobs once
- We restricted the default retry of single jobs a while
ago to do that only for acceptance test related jobs.
This doe... - 20:19 Revision 255bbd79: [TASK] CI: Always retry failed jobs once
- We restricted the default retry of single jobs a while
ago to do that only for acceptance test related jobs.
This doe... - 20:19 Revision a80d02fa: [TASK] Remove unused palettes of pages TCA
- The following palettes of the table pages are not in use since a long
time and can be removed:
- 1
- 2
- 3
- 5
- 6
-... - 20:19 Feature #97595: Render notifications via PHP
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:54 Feature #97595: Render notifications via PHP
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:45 Feature #97595: Render notifications via PHP
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:36 Feature #97595: Render notifications via PHP
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:35 Feature #97595 (Under Review): Render notifications via PHP
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:23 Feature #97595 (Closed): Render notifications via PHP
- To allow dispatching notifications to the user the easy way, a new global flash message queue is introduced that take...
- 20:15 Task #97575 (Resolved): Cleanup exclude usage
- Applied in changeset commit:a952926abd61d3af23681c5b44b5db46a3da15fc.
- 13:03 Task #97575 (Under Review): Cleanup exclude usage
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:11 Revision a952926a: [TASK] Cleanup usage of exclude configuration
- - Remove it for tables using adminOnly
- Replace with true if set to 1
Resolves: #97575
Releases: main
Change-Id: I2... - 20:04 Task #97238: Remove exclude setting from important fields
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:34 Task #97238: Remove exclude setting from important fields
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:24 Task #97238: Remove exclude setting from important fields
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:58 Task #97238: Remove exclude setting from important fields
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:50 Bug #75399: Extbase: Class/Table Mapping doesn't work sometimes
- Is there still work to be done or can this issue be closed?
- 19:44 Story #82189 (Closed): Extbase modules switch off hidden fields as is backend
- @Henri Nathanson Thank you for your feedback and sorry for the late reply;
I close this issue in agreement with th... - 19:37 Feature #87092 (Closed): Localize the essential parts of messages (feedback / error)
- Sorry for having forgotten this one for so long.
Closed in favor of #17274 - 19:33 Bug #90768 (Closed): Flexform nested displayCond
- @Alexander König Thank you for your feedback and sorry for the very very late reply;
I close this issue in agreem... - 19:30 Bug #91256 (Closed): PSR-14 configuration available before fireing AfterPackageActivationEvent
- @Roman Büchler Thank you for your feedback and sorry for the very very late reply;
I close this issue in agreement... - 19:28 Bug #91875 (Closed): Creating new siteroots in a folder (pid NOT 0) generates wrong and not fixable slugs
- @Stefan P Thank you for your reply and sorry for the late feedback;
I close this issue in agreement with the repor... - 19:27 Bug #91928 (Closed): module access does not show full group name
- @Henri Nathanson Thank you for your reply and sorry for the late feedback;
I close this issue in agreement with th... - 19:24 Revision dd3cf031: [BUGFIX] styleguide: Switch to seleniarm/standalone-chromium for arm64 arch.
- https://github.com/TYPO3-CMS/styleguide/pull/324
Currently, selenium does not support arm64.
A condition was added t... - 19:22 Bug #92769 (Closed): Sorting by relation fails if a constraint is set
- @Albrecht Köhnlein Thank you for your reply and sorry for the very very late feedback;
I close this issue in agree... - 19:18 Bug #93520 (Closed): Fluid: format.number
- @Christoph Werner thank you for your reply and apologies for this very very late feedback.
I close this issue in a... - 19:18 Bug #95271: No visible feedback when saving records
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:14 Feature #95021 (Closed): Handle "XML could not be parsed: Line ...: No memory" during import in EXT:impexp
- Thank you for your reply and sorry for this very late feedback.
Closed in agreement with the reporter as duplicate... - 19:12 Bug #96148 (Closed): phpdocumentor parseTypes() with bad return value
- @Henri Nathanson Thank you for your reply and sorry for the late feedback;
I close this issue in agreement with th... - 19:10 Revision 31d3aca2: [TASK] styleguide: Update grunt
- 19:08 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Are these related? #87314 , #87400 ?
- 19:08 Feature #97566: Remove docker-compose in runTests.sh
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:08 Feature #97566: Remove docker-compose in runTests.sh
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:07 Feature #97566: Remove docker-compose in runTests.sh
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:50 Feature #97566: Remove docker-compose in runTests.sh
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:58 Task #97596 (Under Review): Resolve "access to undefined property" errors in PHPStan
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:55 Task #97596 (Closed): Resolve "access to undefined property" errors in PHPStan
- 17:48 Feature #97585: Explain SQL queries in AdminPanel
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:32 Feature #97585: Explain SQL queries in AdminPanel
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:05 Task #97594 (Resolved): Remove disabled bootstrap_package related ac installer tests
- Applied in changeset commit:109ba6f67583b9841b3a64b3d563f188f71b8ddd.
- 16:33 Task #97594 (Under Review): Remove disabled bootstrap_package related ac installer tests
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:31 Task #97594 (Closed): Remove disabled bootstrap_package related ac installer tests
- 17:00 Revision 109ba6f6: [TASK] Remove bootstrap_package related ac tests
- The bootstrap_package related installer acceptance
tests are disabled for quite some while already
since that package... - 16:31 Bug #97593 (Resolved): Activate installer ac tests again
- Applied in changeset commit:52359b5ccfb55272ff2681c5221e8c2acc045802.
- 16:03 Bug #97593 (Under Review): Activate installer ac tests again
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:02 Bug #97593 (Closed): Activate installer ac tests again
- 16:25 Revision 52359b5c: [BUGFIX] Activate installer ac tests again
- When we fiddled in #97056 with Acceptance/Install.suite.yml,
we broke the yml by removing an env: too much. codecepti... - 14:43 Revision 617ca91d: [BUGFIX] Fix undefined array key warning in DataHandler
- Not all tables have tstamp defined in their ctrl section.
Resolves: #97588
Releases: main, 11.5
Change-Id: Ibddaab2e... - 14:38 Task #97372 (Resolved): Update changelog file with typed classes
- 14:36 Task #97592 (Closed): [DOC] Fix 'columnsOverride' and 'columnOverrides' typos
This issue was automatically created from https://github.com/TYPO3/typo3/pull/377- 13:55 Task #97578: Mark GeneralUtility as strict
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:51 Bug #97588 (Resolved): PHP Warning: Undefined array key "tstamp" in DataHandler.php line 4340
- Applied in changeset commit:7378d1330efae08c8f3778efaaf56bc8df72b06b.
- 13:46 Bug #97588: PHP Warning: Undefined array key "tstamp" in DataHandler.php line 4340
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:02 Bug #97588 (Under Review): PHP Warning: Undefined array key "tstamp" in DataHandler.php line 4340
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:01 Bug #97588 (Closed): PHP Warning: Undefined array key "tstamp" in DataHandler.php line 4340
- Got this while importing via the impexp module:
PHP Warning: Undefined array key "tstamp" in /var/www/html/typo3... - 13:47 Bug #97590 (Rejected): Fluid ViewHelper for Frontend Authentication don't respect isLoggedIn property
- Fluid Viewhelper for frontend authentication check id of user and not isLoggedIn property.
If someone call Fronten... - 13:46 Revision 7378d133: [BUGFIX] Fix undefined array key warning in DataHandler
- Not all tables have tstamp defined in their ctrl section.
Resolves: #97588
Releases: main, 11.5
Change-Id: Ibddaab2e... - 13:43 Revision 68704bd6: [BUGFIX] Avoid calling string functions with non-strings in GU
- This helps avoid breakage when GeneralUtility will switch to
strict mode.
Resolves: #97579
Relates: #97578
Releases:... - 13:36 Bug #97579 (Resolved): Avoid calling string functions with non-strings in GeneralUtility
- Applied in changeset commit:6f37527f4f437e80ce2954778f760a04c5c63f01.
- 13:33 Bug #97579: Avoid calling string functions with non-strings in GeneralUtility
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:34 Bug #97579: Avoid calling string functions with non-strings in GeneralUtility
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:30 Bug #97579: Avoid calling string functions with non-strings in GeneralUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:33 Revision 6f37527f: [BUGFIX] Avoid calling string functions with non-strings in GU
- This helps avoid breakage when GeneralUtility will switch to
strict mode.
Resolves: #97579
Relates: #97578
Releases:... - 12:39 Task #97573 (Accepted): Improve the generics for GeneralUtility::makeInstance(ForDi)
- 12:39 Bug #97580 (Accepted): Always call GU::intExplode with a string parameter
- 12:39 Bug #97581 (Accepted): Always call GU::intExplode with a string parameter in EXT:backend
- 12:39 Bug #97582 (Accepted): Always call GU::intExplode with a string parameter in EXT:core
- 12:39 Bug #97583 (Accepted): Always call GU::intExplode with a string parameter in Extbase
- 12:39 Bug #97584 (Accepted): Always call GU::intExplode with a string parameter in EXT:frontend
- 12:38 Bug #97586 (Rejected): CSV export ignores invertStateDisplay
- 03:44 Bug #97586 (Rejected): CSV export ignores invertStateDisplay
- If a field uses a TCA checkbox with the setting @invertStateDisplay@ the CSV export must invert the value as well.
... - 12:07 Task #94243: Introduce session cookie signature
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:43 Bug #96498: showPathAboveMounts doesnt work
Can confirm this issue with TYPO3 v10.4.27.- 11:29 Bug #96367: Duplicate pages in pagetree since v10.4.22
Can confirm this issue with TYPO3 v10.4.27.
- 10:45 Bug #97569 (Resolved): Show flashmessages again
- Applied in changeset commit:05007288bf2ce5afcb56b9bf56b9128a92832797.
- 10:40 Revision 05007288: [TASK] Render flash messages in backend modules again
- During the refactoring of the backend templates with #96745
the rendering of some flash messages has stopped.
This c... - 09:28 Bug #90404: Linkhandler removes all attributes set in fluid viewhelper if parameter uses stdWrap
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:07 Bug #90404: Linkhandler removes all attributes set in fluid viewhelper if parameter uses stdWrap
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:28 Bug #80896: TypolinkViewhelper with linkhandler ignores class attribute
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:07 Bug #80896: TypolinkViewhelper with linkhandler ignores class attribute
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:56 Bug #97587 (Under Review): CEs with no default are thrown away - hideNonTranslated ignored
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:45 Bug #97587 (Under Review): CEs with no default are thrown away - hideNonTranslated ignored
- Language Issues are pretty hard so i try to make it simple..
We have an inpage navigation element which allows to ... - 00:01 Bug #90827 (Accepted): If you edit the page content element, the "Last Mod." does not change.
2022-05-08
- 22:12 Feature #97566: Remove docker-compose in runTests.sh
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:48 Feature #97585: Explain SQL queries in AdminPanel
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:19 Feature #97585: Explain SQL queries in AdminPanel
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:04 Feature #97585: Explain SQL queries in AdminPanel
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:54 Feature #97585: Explain SQL queries in AdminPanel
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:19 Feature #97585: Explain SQL queries in AdminPanel
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:37 Feature #97585 (Under Review): Explain SQL queries in AdminPanel
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:31 Feature #97585 (Under Review): Explain SQL queries in AdminPanel
- The explaination can give a hint when queries are slow.
!adminpanel-explain-queries.png! - 15:25 Bug #97579: Avoid calling string functions with non-strings in GeneralUtility
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:25 Bug #97579 (Under Review): Avoid calling string functions with non-strings in GeneralUtility
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:31 Bug #97579 (Closed): Avoid calling string functions with non-strings in GeneralUtility
- This helps avoid breakage when GeneralUtility is switch to strict mode.
- 15:21 Bug #97584 (Closed): Always call GU::intExplode with a string parameter in EXT:frontend
- 15:21 Bug #97583 (Closed): Always call GU::intExplode with a string parameter in Extbase
- 15:21 Bug #97582 (Closed): Always call GU::intExplode with a string parameter in EXT:core
- 15:20 Bug #97581 (Closed): Always call GU::intExplode with a string parameter in EXT:backend
- 15:05 Task #97578: Mark GeneralUtility as strict
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:23 Task #97578: Mark GeneralUtility as strict
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:48 Task #97578: Mark GeneralUtility as strict
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:39 Task #97578: Mark GeneralUtility as strict
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:22 Task #97578 (Under Review): Mark GeneralUtility as strict
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:01 Task #97578 (Closed): Mark GeneralUtility as strict
- This is the first step to pinpoint and fix any problems before we can start adding native types to the GU methods in ...
- 14:32 Bug #97580 (Closed): Always call GU::intExplode with a string parameter
- This helps avoid breakage when GeneralUtility is switch to strict mode.
- 10:56 Bug #97569: Show flashmessages again
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:19 Bug #97569: Show flashmessages again
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:31 Bug #96416: Error when you try to export and import data in TYPO3
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:10 Task #97576 (Resolved): Deprecate TYPO3\CMS\Core\Utility\ResourceUtility
- Applied in changeset commit:f3176918a943b728027399232c9eb9fa25abc5ef.
- 08:36 Task #97576: Deprecate TYPO3\CMS\Core\Utility\ResourceUtility
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:05 Revision f3176918: [TASK] Deprecate TYPO3\CMS\Core\Utility\ResourceUtility
- The core utility class ResourceUtility is a leftover from
an old FAL implementation. In a refactoring in TYPO3 v7 thi... - 08:53 Revision 57f36963: [TASK] Ignore PHPStan errors in GeneralUtilityTest for contract violations
- In tests for `GeneralUtility` that explicitly violate the contract
(and test the correct error handling in those case... - 08:52 Revision 8087bf5b: [DOCS] Correct grammar in a Changelog ReST file
- Releases: main, 11.5
Resolves: #97577
Change-Id: I68f6433a4ae38eb05e24b997cdfcba8b2eb60115
Reviewed-on: https://revie... - 08:45 Task #97577 (Resolved): [DOCS] Correct grammar
- Applied in changeset commit:4f223674f2857a3ac256c4bdb336ba34232c299a.
- 08:43 Task #97577: [DOCS] Correct grammar
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:30 Task #97577: [DOCS] Correct grammar
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:27 Task #97577: [DOCS] Correct grammar
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:01 Task #97577 (Under Review): [DOCS] Correct grammar
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:01 Task #97577 (Closed): [DOCS] Correct grammar
This issue was automatically created from https://github.com/TYPO3/typo3/pull/376- 08:45 Task #97574 (Resolved): Ignore PHPStan warnings in tests for contract violations for GU::makeInstance
- Applied in changeset commit:8c28103ce45ac5b1be50f51f7e8758b20f558d4f.
- 08:40 Task #97574: Ignore PHPStan warnings in tests for contract violations for GU::makeInstance
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:43 Revision 4f223674: [DOCS] Correct grammar in a Changelog ReST file
- Releases: main, 11.5
Resolves: #97577
Change-Id: I68f6433a4ae38eb05e24b997cdfcba8b2eb60115
Reviewed-on: https://revie... - 08:41 Revision 8c28103c: [TASK] Ignore PHPStan errors in GeneralUtilityTest for contract violations
- In tests for `GeneralUtility` that explicitly violate the contract
(and test the correct error handling in those case...
2022-05-07
- 19:24 Task #97576: Deprecate TYPO3\CMS\Core\Utility\ResourceUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:19 Task #97576: Deprecate TYPO3\CMS\Core\Utility\ResourceUtility
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:07 Task #97576 (Under Review): Deprecate TYPO3\CMS\Core\Utility\ResourceUtility
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:23 Task #97576 (Closed): Deprecate TYPO3\CMS\Core\Utility\ResourceUtility
- This class has no usage in the core whatsoever.
- 19:18 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 14 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 18:36 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 13 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 18:18 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 14:21 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 19:15 Task #97456: Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:11 Task #97456: Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:04 Task #97456: Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:02 Task #97456: Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:19 Task #97372 (Closed): Update changelog file with typed classes
- Changelog is already up to date by the individual patches.
- 18:10 Task #97377 (Resolved): Native types for MailUtility
- Applied in changeset commit:7b4d1cd58ce19a729b689b8ae4dc8f9a4ec34d8e.
- 17:37 Task #97377: Native types for MailUtility
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:08 Revision 7b4d1cd5: [!!!][TASK] Add native types to MailUtility
- And remove phpstan exceptions along the way.
Resolves: #97377
Related: #97210
Related: #97372
Releases: main
Change-... - 17:35 Task #97458 (Resolved): Resolve "Right side of && is always true" in PHPstan
- Applied in changeset commit:67ed498581ed4dae246a77caff09227264a3e1d6.
- 17:21 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 4 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:13 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 3 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:12 Task #97458 (Under Review): Resolve "Right side of && is always true" in PHPstan
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:00 Task #97458 (Resolved): Resolve "Right side of && is always true" in PHPstan
- Applied in changeset commit:902126db21f008a5c5ccc835061ffe32d9761b22.
- 16:54 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:41 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:33 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:33 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:32 Task #97380 (Rejected): Native types for ResourceUtility
- This class is not in use anymore and will be deprecated instead.
- 17:29 Revision 67ed4985: [TASK] Resolve "right side of && is always true" in PHPStan
- The PHPStan baseline file has several entries for this error.
This patch resolves them by adjusting the code so the
i... - 16:53 Revision 902126db: [TASK] Resolve "right side of && is always true" in PHPStan
- The PHPStan baseline file has several entries for this error.
This patch resolves them by adjusting the code so the
i... - 16:20 Task #97575 (Closed): Cleanup exclude usage
- to be cleaned up
* replace @'exclude' => 1@ with @'exclude' => true@
* remove it from admin only fields - 16:13 Task #97574: Ignore PHPStan warnings in tests for contract violations for GU::makeInstance
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:54 Task #97574: Ignore PHPStan warnings in tests for contract violations for GU::makeInstance
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:46 Task #97574: Ignore PHPStan warnings in tests for contract violations for GU::makeInstance
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:44 Task #97574 (Under Review): Ignore PHPStan warnings in tests for contract violations for GU::makeInstance
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:27 Task #97574 (Closed): Ignore PHPStan warnings in tests for contract violations for GU::makeInstance
- 13:56 Feature #45883: Adding getPageOverlay_postProcess hook
- hello everyone. was just working on something similar: I want to manual set specific values from the original page to...
- 13:15 Bug #97564 (Resolved): PostgreSQL error when previewing a frontendgroup protected page
- Applied in changeset commit:79ebd0e63dc021137a132fbd86d00fadb1a79e1e.
- 12:51 Bug #97564 (Under Review): PostgreSQL error when previewing a frontendgroup protected page
- Patch set 2 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:50 Bug #97564 (Resolved): PostgreSQL error when previewing a frontendgroup protected page
- Applied in changeset commit:5b3af51f9f358f9076f76a255e30a09d2f17ba36.
- 12:47 Bug #97564: PostgreSQL error when previewing a frontendgroup protected page
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:46 Bug #97564: PostgreSQL error when previewing a frontendgroup protected page
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:11 Revision 4db320d9: [BUGFIX] Avoid postgresql error previewing a fe_group-protected page
- Avoid a postgresql error when previewing a page from the backend which
has an access protection by a fe_group due to ... - 13:11 Revision 79ebd0e6: [BUGFIX] Avoid postgresql error previewing a fe_group-protected page
- Avoid a postgresql error when previewing a page from the backend which
has an access protection by a fe_group due to ... - 12:45 Revision 5b3af51f: [BUGFIX] Avoid postgresql error previewing a fe_group-protected page
- Avoid a postgresql error when previewing a page from the backend which
has an access protection by a fe_group due to ... - 12:44 Revision 91829c49: [BUGFIX] Correct type annotation of GU::callUserFunction()
- The argument `$funcName` is now annotated as `non-empty-string|\Closure`
to reflect the actual allowed input types. A... - 12:35 Bug #97568 (Resolved): Fix type annotation in GU:callUserFunction()
- Applied in changeset commit:f9f3dcbfc17e8748eccd97c09e89aa563bddb12a.
- 12:34 Bug #97568: Fix type annotation in GU:callUserFunction()
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:52 Bug #97568: Fix type annotation in GU:callUserFunction()
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:31 Bug #97568: Fix type annotation in GU:callUserFunction()
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:30 Revision f9f3dcbf: [BUGFIX] Correct type annotation of GU::callUserFunction()
- The argument `$funcName` is now annotated as `non-empty-string|\Closure`
to reflect the actual allowed input types. A... - 11:27 Task #97573: Improve the generics for GeneralUtility::makeInstance(ForDi)
- Currently blocked by a possible bug in PHPStan (or phpstan-phpunit): https://github.com/phpstan/phpstan-phpunit/issue...
- 10:49 Task #97573 (Accepted): Improve the generics for GeneralUtility::makeInstance(ForDi)
- 11:20 Task #97374 (Resolved): Native types for ExtensionManagementUtility
- Applied in changeset commit:f846c5e40df17b741f2d15c55b16a4b959820407.
- 07:17 Task #97374: Native types for ExtensionManagementUtility
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:16 Task #97374: Native types for ExtensionManagementUtility
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:13 Task #97374: Native types for ExtensionManagementUtility
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:17 Revision f846c5e4: [!!!][TASK] Add native types to ExtensionManagementUtility
- Also gets rid of some phpstan exceptions.
Resolves: #97374
Related: #97372
Related: #97210
Releases: main
Change-Id:... - 11:15 Task #97572 (Resolved): Make ClassNamingUtility strict
- Applied in changeset commit:c7dde5f8817ac657baa35d8996078a326f1bbac6.
- 10:45 Task #97572 (Under Review): Make ClassNamingUtility strict
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:42 Task #97572 (Closed): Make ClassNamingUtility strict
- 11:09 Revision c7dde5f8: [TASK] Make ClassNamingUtility strict
- This was probably forgotten when adding native types to this
class.
Resolves: #97572
Related: #97205
Releases: main
... - 10:45 Revision c4747987: [TASK] CI detection in runTests.sh for phpstan
- phpstan parallel execution is limited to a maximum
of 5 processes to be a nice neighbor when executed
during core CI ... - 10:15 Task #97571 (Resolved): CI detection in runTests.sh for phpstan
- Applied in changeset commit:ff134cc9fae12f48653ec14a36e4e35e058e8cfc.
- 10:12 Task #97571: CI detection in runTests.sh for phpstan
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:08 Revision ff134cc9: [TASK] CI detection in runTests.sh for phpstan
- phpstan parallel execution is limited to a maximum
of 5 processes to be a nice neighbor when executed
during core CI ...
2022-05-06
- 23:23 Task #97571: CI detection in runTests.sh for phpstan
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 23:22 Task #97571: CI detection in runTests.sh for phpstan
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 23:09 Task #97571: CI detection in runTests.sh for phpstan
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 23:07 Task #97571 (Under Review): CI detection in runTests.sh for phpstan
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:59 Task #97571 (Closed): CI detection in runTests.sh for phpstan
- 22:55 Bug #97570 (Resolved): Pin CI image docker:20.10.14-dind
- Applied in changeset commit:d6965d85b2f68e94b55f99cef8517d48af4ab140.
- 22:31 Bug #97570: Pin CI image docker:20.10.14-dind
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:29 Bug #97570: Pin CI image docker:20.10.14-dind
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:14 Bug #97570: Pin CI image docker:20.10.14-dind
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:53 Bug #97570: Pin CI image docker:20.10.14-dind
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:09 Bug #97570: Pin CI image docker:20.10.14-dind
- example job with issue: https://git.typo3.org/typo3/CI/cms/-/jobs/1271269 (link valid for some weeks)
- 21:08 Bug #97570 (Under Review): Pin CI image docker:20.10.14-dind
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:07 Bug #97570 (Closed): Pin CI image docker:20.10.14-dind
- 22:50 Revision 361c6602: [BUGFIX] Pin CI image docker:20.10.14-dind
- Latest docker:20.10-dind (currently 20.10.15)
triggers an error on CI:
Error response from daemon: failed to create ... - 22:49 Revision d52d7258: [BUGFIX] Pin CI image docker:20.10.14-dind
- Latest docker:20.10-dind (currently 20.10.15)
triggers an error on CI:
Error response from daemon: failed to create ... - 22:49 Revision d6965d85: [BUGFIX] Pin CI image docker:20.10.14-dind
- Latest docker:20.10-dind (currently 20.10.15)
triggers an error on CI:
Error response from daemon: failed to create ... - 19:27 Task #94243: Introduce session cookie signature
- Some numbers on on patch-set 7, using the official TYPO3 Introduction Package....
- 12:59 Task #94243: Introduce session cookie signature
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:24 Task #94243: Introduce session cookie signature
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:07 Task #94243: Introduce session cookie signature
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:01 Task #94243: Introduce session cookie signature
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:08 Bug #97569 (Under Review): Show flashmessages again
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:06 Bug #97569 (Closed): Show flashmessages again
- During the refactoring of the backend modules with #96745 some flash messages are not rendered anymore
- 14:54 Bug #97568: Fix type annotation in GU:callUserFunction()
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:12 Bug #97568 (Under Review): Fix type annotation in GU:callUserFunction()
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:05 Bug #97568 (Closed): Fix type annotation in GU:callUserFunction()
- The type annotation of @$funcName@ in @GU:callUserFunction()@ is incomplete as it's not a string only.
- 14:48 Task #97374: Native types for ExtensionManagementUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:50 Task #97374: Native types for ExtensionManagementUtility
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:40 Task #97344 (Resolved): [TASK] Polish SvgTree component styling
- Applied in changeset commit:5ecfceb4a6d066567ec2da626ece619099277867.
- 14:17 Task #97344: [TASK] Polish SvgTree component styling
- Patch set 19 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 14:37 Revision 5ecfceb4: [TASK] Polish SvgTree component styling
- This patch is cleaning up a lot of loose ends in the svg tree component.
It aims to make the component look more clea... - 14:06 Task #97377: Native types for MailUtility
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:51 Task #97377: Native types for MailUtility
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:05 Bug #97144 (Resolved): Slow module scrolling in Google Chrome on Linux
- Applied in changeset commit:8006093256a60bc401a45076ff50f459aa5fc423.
- 14:01 Revision 80060932: [BUGFIX] Improve backend scroll performance with Google Chrome
- Scrolling the list module with 100 entries causes framerate
to drop below 15fps on low DPI devices in Google Chrome
w... - 14:00 Bug #90404: Linkhandler removes all attributes set in fluid viewhelper if parameter uses stdWrap
- Patch set 2 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:19 Bug #90404 (Under Review): Linkhandler removes all attributes set in fluid viewhelper if parameter uses stdWrap
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:00 Bug #80896: TypolinkViewhelper with linkhandler ignores class attribute
- Patch set 2 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:19 Bug #80896 (Under Review): TypolinkViewhelper with linkhandler ignores class attribute
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:50 Bug #97565 (Resolved): Bootstrap 5 shadows are cut off when focusing input fields
- Applied in changeset commit:ff8c95725135fc4cf7fe1cc3996167965b10b923.
- 13:34 Bug #97565: Bootstrap 5 shadows are cut off when focusing input fields
- Patch set 3 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:19 Bug #97565: Bootstrap 5 shadows are cut off when focusing input fields
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:05 Bug #97565 (Under Review): Bootstrap 5 shadows are cut off when focusing input fields
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:05 Bug #97565 (Resolved): Bootstrap 5 shadows are cut off when focusing input fields
- Applied in changeset commit:ffc5261b1b1df675e10619bf08235d8efafcde0f.
- 09:23 Bug #97565: Bootstrap 5 shadows are cut off when focusing input fields
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:21 Bug #97565 (Under Review): Bootstrap 5 shadows are cut off when focusing input fields
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:05 Bug #97565 (Closed): Bootstrap 5 shadows are cut off when focusing input fields
- 13:45 Revision ff8c9572: [BUGFIX] Remove "overflow: hidden" from form-wizards-element
- In order to fix select fields overflowing into each other
when they have very long option titles, the CSS rule
"overf... - 13:20 Task #97552 (Resolved): Replace deprecated doctrine/dbal 'getSchemaManager()'
- Applied in changeset commit:a9cf5c752d455e2041c24c60612a6c288430505b.
- 13:20 Task #97207 (Resolved): PHP 8.1 types for CsvUtility
- Applied in changeset commit:8d2e34ba8816f90a0aabf75174def467aae54580.
- 11:34 Task #97207: PHP 8.1 types for CsvUtility
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:18 Revision a9cf5c75: [TASK] Replace deprecated doctrine/dbal 'getSchemaManager()'
- 'doctrine/dbal' 3.x deprecated the 'getSchemaManager()'
method in favour of the 'createSchemaManager()' method
on con... - 13:13 Revision 8d2e34ba: [!!!][TASK] Add native types to CsvUtility
- Also, first class callable syntax is added for the csvValues
method.
Resolves: #97207
Related: #97210
Related: #9737... - 13:05 Task #97382 (Resolved): Native types for StringUtility
- Applied in changeset commit:cac6bc6b588b6ee6738719bac96b13d8e5bffd97.
- 12:20 Task #97382: Native types for StringUtility
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:01 Revision ffc5261b: [BUGFIX] Remove "overflow: hidden" from form-wizards-element
- In order to fix select fields overflowing into each other
when they have very long option titles, the CSS rule
"overf... - 13:00 Revision cac6bc6b: [!!!][TASK] Add native types to StringUtility
- Also, clean up related tests' doc blocks.
Resolves: #97382
Related: #97210
Related: #97372
Releases: main
Change-Id:... - 12:55 Task #97558 (Resolved): Unify log messages in ExtendedFileUtility to be PSR-3 compliant
- Applied in changeset commit:8e912dd8992e7227bd26a0a9ab287cfe6bd58108.
- 10:28 Task #97558: Unify log messages in ExtendedFileUtility to be PSR-3 compliant
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:53 Revision 8e912dd8: [TASK] Use PSR-3 compliant logging in ExtendedFileUtility
- This change adapts ExtendedFileUtility logs to use
interpolation from PSR-3 instead of %s to identify
variables in lo... - 12:15 Task #97383 (Resolved): Native types for VersionNumberUtility
- Applied in changeset commit:eee89b81febff69a991eb405ff76796cdf006ea7.
- 11:50 Task #97383: Native types for VersionNumberUtility
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:13 Task #97383: Native types for VersionNumberUtility
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:13 Revision eee89b81: [!!!][TASK] Add native types to VersionNumberUtility
- Also, a little cleanup in DefaultFunctionsProvider.
The method getCompatVersionFunction() was
calling convertVersionN... - 12:13 Bug #97564: PostgreSQL error when previewing a frontendgroup protected page
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:10 Bug #97564: PostgreSQL error when previewing a frontendgroup protected page
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:50 Bug #97564 (Under Review): PostgreSQL error when previewing a frontendgroup protected page
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:40 Bug #97564 (Closed): PostgreSQL error when previewing a frontendgroup protected page
- If you try to preview (show from backend) a page which is access protected by a frontendgroup when TYPO3 is powered b...
- 12:05 Task #97380: Native types for ResourceUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:40 Task #97208 (Resolved): PHP 8.1 types for DebugUtility
- Applied in changeset commit:7ec2cb5f07da582bf06a09aaf2753a6211b8168c.
- 10:32 Task #97208: PHP 8.1 types for DebugUtility
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:36 Revision 7ec2cb5f: [!!!][TASK] Add native typing for DebugUtility
- Adds type declarations to DebugUtility.
Fixes some calls to these methods to avoid spurious nulls.
Improves documen... - 10:59 Bug #90261: fallbackType: fallback renders default language content although there is free mode content available
- > interestingly, using the vhs-ViewHelper `v:content:render` yields all content doubled (translated + default languag...
- 10:35 Task #97567 (Resolved): Missing entries in changed method signatures breaking rst
- Applied in changeset commit:90d9d27f8b220c2c89a60dbaea3b820993296ab1.
- 10:07 Task #97567 (Under Review): Missing entries in changed method signatures breaking rst
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:05 Task #97567 (Closed): Missing entries in changed method signatures breaking rst
- 10:30 Revision 90d9d27f: [DOCS] Add missing classes with changed method signatures
- This adds two recently merged utility classes with changed
method signatures to the breaking rst file.
Resolves: #97... - 09:26 Feature #97566 (Under Review): Remove docker-compose in runTests.sh
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:17 Feature #97566 (Closed): Remove docker-compose in runTests.sh
- runTests.sh currently uses docker-compose to start and stop containers.
This causes issues on mac with incompatible ... - 08:00 Feature #97563 (New): Add rendering option to `select` fields to hide them if only 1 value selectable
- This is about adding a TCA rendering option to ...
- 07:48 Task #97562 (Rejected): Remove the example "Layout 1/2/3" entries from tt_content.layout / pages.layout
- They do not provide any functionality and are merely an example.
They might just confuse editors if the integrator h... - 07:03 Feature #97305: Introduce CSRF handling for forms
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:38 Task #97559: Attributes: Use constructor parameter per property instead of an array
- doctrine/annotation has named nonstructor option, so the backward compatibility would be given, and the syntax for bo...
2022-05-05
- 21:20 Feature #97305: Introduce CSRF handling for forms
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:14 Feature #97305: Introduce CSRF handling for forms
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:19 Feature #97305: Introduce CSRF handling for forms
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:00 Bug #97532 (Closed): Indexed_search - Error: Commands out of sync; you can't run this command now - if more than 999 words counted
- closing issue as solved
- 07:17 Bug #97532: Indexed_search - Error: Commands out of sync; you can't run this command now - if more than 999 words counted
- This solved the problem. Thx Georg
- 18:55 Feature #97404 (Resolved): [Docs] Mark current page in fluid_styled_content menu content elements
- Applied in changeset commit:64d5fed3c7597346f654825a9513661c65452a76.
- 18:52 Revision 64d5fed3: [DOCS] Document styling of current page in fluid_styled_content menu content elements
- Document https://review.typo3.org/c/Packages/TYPO3.CMS/+/73048 in the extensions manual
Resolves: #97404
Releases: m... - 17:25 Task #97549 (Resolved): Deprecate $cObj->lastTypoLink* properties
- Applied in changeset commit:7be9318b2b9bb7c6afa8ee45ff147a3be890c6ee.
- 17:21 Revision 7be9318b: [TASK] Deprecate $cObj->lastTypoLink* properties
- This change deprecates the following properties:
ContentObjectRenderer->lastTypoLinkUrl
ContentObjectRenderer->lastT... - 16:50 Revision d09bec92: [TASK] Add username to password recovery email salutation
- Currently, a user can reset their password, but never gets the information what their username is.
Many users forget ... - 16:30 Feature #96705 (Resolved): Show username in password recovery email
- Applied in changeset commit:df0d68bc37e8d8a78dd2105c29ef81745cf6ba99.
- 16:26 Feature #96705: Show username in password recovery email
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:25 Revision df0d68bc: [TASK] Add username to password recovery email salutation
- Currently, a user can reset their password, but never gets the information what their username is.
Many users forget ... - 16:19 Bug #97144: Slow module scrolling in Google Chrome on Linux
- See attachment for fixed performance (much improve paint reflash).
- 16:16 Bug #97144 (Under Review): Slow module scrolling in Google Chrome on Linux
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:06 Bug #97144: Slow module scrolling in Google Chrome on Linux
- Can be easily reproduced in TYPO3 v10 by adding 100 records to a table:...
- 14:21 Bug #97561 (Closed): f:asset ViewHelper produces W3C invalid output
- If you add CSS inline with the f:asset.css ViewHelper the CSS will be added to the body which is not valid to W3C.
B... - 13:53 Bug #97560 (Accepted): Improve root-htaccess with today's lighthouse suggestions
- 12:15 Task #97556 (Resolved): Unify log messages in DataHandler to be PSR-3 compliant
- Applied in changeset commit:7f37960a40dd6bea0526067edcf16321ca4c9deb.
- 10:12 Task #97556: Unify log messages in DataHandler to be PSR-3 compliant
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:10 Task #97556: Unify log messages in DataHandler to be PSR-3 compliant
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:27 Task #97556 (Under Review): Unify log messages in DataHandler to be PSR-3 compliant
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:26 Task #97556 (Closed): Unify log messages in DataHandler to be PSR-3 compliant
- 12:13 Revision 7f37960a: [TASK] Unify log messages in DataHandler to be PSR-3 compliant
- This change adapts DataHandler logs to use
interpolation from PSR-3 instead of %s to identify
variables in log_detail... - 10:57 Revision 77253e40: [TASK] Simplify a condition in the workspaces DataHandlerHook
- a || (b && !a)
can be simplified to
a || b
(because the second sub-condition is only evaluated if a is false).
Re... - 10:55 Task #97559 (New): Attributes: Use constructor parameter per property instead of an array
- I saw that with v12 attribute support.
Unfortunately, i find it counterproductive that arrays are used for the para... - 10:40 Task #97421 (Resolved): Simplify a condition in workspaces DataHandlerHook
- Applied in changeset commit:9f3b9eca5f2c52fcaf5d939948528534532aeefa.
- 10:36 Task #97421: Simplify a condition in workspaces DataHandlerHook
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:37 Task #97558: Unify log messages in ExtendedFileUtility to be PSR-3 compliant
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:11 Task #97558 (Under Review): Unify log messages in ExtendedFileUtility to be PSR-3 compliant
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:10 Task #97558 (Closed): Unify log messages in ExtendedFileUtility to be PSR-3 compliant
- 10:35 Revision 9f3b9eca: [TASK] Simplify a condition in the workspaces DataHandlerHook
- a || (b && !a)
can be simplified to
a || b
(because the second sub-condition is only evaluated if a is false).
Re... - 09:27 Bug #97557: Confirmation finisher contentElementUid
- Edit:
I was able to implement a quick workaround if this bug:... - 09:13 Bug #97557 (Closed): Confirmation finisher contentElementUid
- Hello,
if I set want to override the formfinisher settings in a content-element "settings.overrideFinishers" and the... - 09:12 Feature #97555: Add helper button to generate title from filename
- A better icon could be: https://typo3.github.io/TYPO3.Icons/icons/actions/actions-rename.html
- 07:55 Feature #97555 (New): Add helper button to generate title from filename
- In Filelist module, when editing metadata of a file, have an helper button to generate title from filename.
Pressing... - 08:25 Task #97551 (Resolved): Raise phpstan/phpstan:^1.6.7
- Applied in changeset commit:d77c96608a9192a0ea6a762e73afc2b1acf84c09.
- 07:47 Task #97551 (Under Review): Raise phpstan/phpstan:^1.6.7
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:45 Task #97551 (Resolved): Raise phpstan/phpstan:^1.6.7
- Applied in changeset commit:252173d3449c44121cd7dfa5af3ee981278d26c7.
- 08:19 Revision d77c9660: [TASK] Raise phpstan/phpstan:^1.6.7
- Raise phpstan to newest release, which find more
things in a proper way. This includes some opcache
and autoloading f... - 07:52 Bug #97417: ObjectStorage::current and ::getInfo crash on empty storages
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:50 Task #97435: Properly deprecate the check for the SiteLanguageAwareTrait
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:42 Bug #97554 (Closed): Invalid array access in ObjectStorage::offsetGet for value that is not in the storage
- https://review.typo3.org/c/Packages/TYPO3.CMS/+/74342/4/typo3/sysext/extbase/Classes/Persistence/ObjectStorage.php#21...
- 07:39 Revision 252173d3: [TASK] Raise phpstan/phpstan:^1.6.7
- Raise phpstan to newest release, which find more
things in a proper way. This includes some opcache
and autoloading f... - 07:05 Task #97550 (Resolved): Remove config.disableCharsetHeader
- Applied in changeset commit:3a7c8b1336fb37f40710cbc6898dc72fa454a6d6.
- 07:01 Revision 3a7c8b13: [!!!][TASK] Remove typoscript option config.disableCharsetHeader
- This option is obsolete nowadays, as PSR-7 is setting
the headers at the end of the script / when emitting
a Response... - 06:53 Task #97553 (Under Review): Introduce string fragment extraction
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:51 Task #97553 (Closed): Introduce string fragment extraction
- When working with variable interpolation and similar scenarios, in most cases variables, constants, expressions, ... ...
- 06:21 Task #96355: Migrate from yarn to npm
- Patch set 16 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 06:08 Task #96355: Migrate from yarn to npm
- Patch set 15 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ...
2022-05-04
- 23:11 Bug #96576 (Closed): no frontend anymore with 11.5.5
- Closed by changing the site entry by reporter.
- 23:08 Task #97551: Raise phpstan/phpstan:^1.6.7
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:53 Task #97551: Raise phpstan/phpstan:^1.6.7
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:24 Task #97551: Raise phpstan/phpstan:^1.6.7
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:57 Task #97551 (Under Review): Raise phpstan/phpstan:^1.6.7
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:46 Task #97551 (Closed): Raise phpstan/phpstan:^1.6.7
- 22:56 Task #96355: Migrate from yarn to npm
- Patch set 14 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 21:05 Task #96355: Migrate from yarn to npm
- Patch set 13 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 16:27 Task #96355: Migrate from yarn to npm
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 15:59 Task #96355: Migrate from yarn to npm
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 14:38 Task #96355: Migrate from yarn to npm
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 22:54 Bug #92367 (Needs Feedback): Hash not resolvable
- Benjamin, did you find a solution and can this be closed? TYPO3 9 is not supported anymore and maybe this has already...
- 22:24 Task #97552: Replace deprecated doctrine/dbal 'getSchemaManager()'
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:20 Task #97552 (Under Review): Replace deprecated doctrine/dbal 'getSchemaManager()'
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:17 Task #97552 (Closed): Replace deprecated doctrine/dbal 'getSchemaManager()'
- 22:14 Task #97549: Deprecate $cObj->lastTypoLink* properties
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 22:07 Task #97549: Deprecate $cObj->lastTypoLink* properties
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 20:38 Task #97549: Deprecate $cObj->lastTypoLink* properties
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:30 Task #97549 (Under Review): Deprecate $cObj->lastTypoLink* properties
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:26 Task #97549 (Closed): Deprecate $cObj->lastTypoLink* properties
- 21:59 Revision f2e4e838: [BUGFIX] Avoid returning invalid return type in AbstractOEmbedHelper
- "AbstractOEmbedHelper::getOEmbedData()" requests data and
decode it as json. json_decode() may fail and thus having
a... - 21:45 Bug #97428 (Resolved): PHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
- Applied in changeset commit:ae00ad424a1b04ab30712d4558acab276396cb13.
- 21:43 Bug #97428: PHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:30 Bug #97428: PHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:25 Bug #97428: PHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:23 Bug #97428: PHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:20 Bug #97428: PHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:07 Bug #97428: PHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:43 Revision ae00ad42: [BUGFIX] Avoid returning invalid return type in AbstractOEmbedHelper
- "AbstractOEmbedHelper::getOEmbedData()" requests data and
decode it as json. json_decode() may fail and thus having
a... - 21:28 Feature #75043 (Closed): Use .gz instead of .gzip for statically compressed files
- closing this in favor of #93182
- 21:25 Bug #97485 (Closed): MP3 file causes Exception: Property "height" was not found in file reference or original file.
- closing issue as this is not an issue of typo3 itself
- 08:46 Bug #97485: MP3 file causes Exception: Property "height" was not found in file reference or original file.
- Very simple before some time i have made an update from Typo3 7 to 10 on my mac. Then all files in the database are l...
- 08:34 Bug #97485: MP3 file causes Exception: Property "height" was not found in file reference or original file.
- are you using an environment with a case-insensitive file system, e.g. windows or mac not using file-sensitive?
- 20:50 Bug #97532 (Needs Feedback): Indexed_search - Error: Commands out of sync; you can't run this command now - if more than 999 words counted
- this is more likely an issue of maria db, see https://mariadb.com/kb/en/server-system-variables/#in_predicate_convers...
- 20:49 Task #97550 (Under Review): Remove config.disableCharsetHeader
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:39 Task #97550 (Closed): Remove config.disableCharsetHeader
- 20:48 Bug #91377 (Closed): Creating Links in CKEditor RTE marks entire Paragraph since 9.5.16 on IE11
- closing the issue as ie11 is not supported anymore (see https://get.typo3.org/version/11#system-requirements) and no ...
- 20:34 Revision 68c9b545: [BUGFIX] Name invalid identifier in UpgradeWizard exception
- An exception will be raised, if an upgrade wizard identifier
returned by "UpgradeWizardInterface::getIdentifier()" is... - 19:30 Bug #97545 (Resolved): Wrong type annotations in FormDefinition
- Applied in changeset commit:4ed1f2ede944b549b2c625993e3d38cd49c49cb6.
- 10:06 Bug #97545 (Under Review): Wrong type annotations in FormDefinition
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:30 Bug #97545 (Resolved): Wrong type annotations in FormDefinition
- Applied in changeset commit:3e7fc67c38146e7e7e184bbc2097e236b3f2d983.
- 07:30 Bug #97545: Wrong type annotations in FormDefinition
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:17 Bug #97545: Wrong type annotations in FormDefinition
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:01 Bug #97545: Wrong type annotations in FormDefinition
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:48 Bug #97545 (Under Review): Wrong type annotations in FormDefinition
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:46 Bug #97545 (Closed): Wrong type annotations in FormDefinition
- FormDefinition contains various wrong type annotations. Those ones should be fixed, see phpstan-baseline.neon for ref...
- 19:26 Revision 4ed1f2ed: [BUGFIX] Fix several type annotations in FormDefinition
- This patches replaces several wrong or incomplete type annotations in
FormDefinition. Additionally, the `$renderables... - 17:20 Feature #97544 (Resolved): Replace hooks with events for Preview URL generation
- Applied in changeset commit:e909c16366e15151ea394adde19b412e31ec8ead.
- 15:08 Feature #97544: Replace hooks with events for Preview URL generation
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 14:46 Feature #97544: Replace hooks with events for Preview URL generation
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 13:55 Feature #97544: Replace hooks with events for Preview URL generation
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 13:40 Feature #97544: Replace hooks with events for Preview URL generation
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:18 Revision e909c163: [FEATURE] Replace hooks with events for Preview URI generation
- The BackendUtility method "getPreviewUrl" along with
its hooks and the helper method "ADMCMD_previewCmds"
has been ma... - 15:10 Bug #97268 (Resolved): Page Layout without cols does not work with PHP 8.1
- Applied in changeset commit:3ba1b87f31b57a9e7a6334b2f8e27e98a10a6d1a.
- 14:41 Bug #97268: Page Layout without cols does not work with PHP 8.1
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:05 Revision 3ba1b87f: [BUGFIX] Allow backend layout without any colPos
- Resolves: #97268
Releases: 11.5
Change-Id: I389cb4d076f1595347c1b4c28df8ec84c373c552
Reviewed-on: https://review.typo... - 14:50 Bug #93628: Extension Manager must not lose search text
- +1 for Franz' request.
Another use-case, maybe to clear some things up:
The extension keys of all of my custom ex... - 14:24 Bug #95781: PHP Warning: Undefined array key "uid" in /app/vendor/symfony/expression-language/Node/GetAttrNode.php
- David Hoeckele wrote in #note-5:
> We had the same issue with TypoScript-Conditions like [page["uid"] == 123] - these... - 14:24 Bug #97529 (Closed): Flexform selectSingle doesn't render translations
- closing issue as it is not a bug in core
- 12:23 Bug #97529: Flexform selectSingle doesn't render translations
- Georg Ringer's suggestion works
Thank you
@
<type>select</type>
<renderType>selectSingle</renderType>
@ - 14:18 Bug #97548 (Closed): In workspaces translated inline element items are shown twice
- Happens on v10, v11 and main branch
1) Create an image content element in Live and add an image
2) Translate the ... - 13:56 Task #97344: [TASK] Polish SvgTree component styling
- Patch set 18 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 13:45 Bug #97541 (Resolved): Add switch for selenium image on arm64 (Apple M1)
- Applied in changeset commit:f1095c5fb169369825c8c523dd9cd295c8f51a90.
- 09:27 Bug #97541 (Under Review): Add switch for selenium image on arm64 (Apple M1)
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:20 Bug #97541 (Resolved): Add switch for selenium image on arm64 (Apple M1)
- Applied in changeset commit:7195b4291abe456812647e7699ebd9c9b066aaf9.
- 09:17 Bug #97541: Add switch for selenium image on arm64 (Apple M1)
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:39 Revision 6107c4fd: [BUGFIX] Detect arm64 and switch selenium docker image
- Currently acceptance tests do not work on arm64 (Apple M1)
due to the lack of support in the selenium docker image.
... - 13:39 Revision f1095c5f: [BUGFIX] Detect arm64 and switch selenium docker image
- Currently acceptance tests do not work on arm64 (Apple M1)
due to the lack of support in the selenium docker image.
... - 12:25 Task #97444 (Resolved): Add unit tests for mailto_makelinks
- Applied in changeset commit:e6acc0b8ac04f016fbe392a2e726489417854c9f.
- 11:51 Task #97444 (Under Review): Add unit tests for mailto_makelinks
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:40 Task #97444 (Resolved): Add unit tests for mailto_makelinks
- Applied in changeset commit:3c55a8ce3e82dfd98960330d0bc06fcc1ab67ccb.
- 11:35 Task #97444: Add unit tests for mailto_makelinks
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:22 Revision e6acc0b8: [TASK] Add unit tests for mailto_makelinks
- Increase code coverage with some more tests.
Resolves: #97444
Related: #97303
Releases: main, 11.5
Change-Id: Icaa20... - 11:34 Revision 3c55a8ce: [TASK] Add unit tests for mailto_makelinks
- Increase code coverage with some more tests.
Resolves: #97444
Related: #97303
Releases: main, 11.5
Change-Id: Icaa20... - 10:49 Bug #97023: EXT:form - Outdated documentation of expression language
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:14 Bug #97023: EXT:form - Outdated documentation of expression language
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:56 Bug #97023 (Under Review): EXT:form - Outdated documentation of expression language
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:58 Bug #96135: IRRE: Hide Record switch not work
- @Devid Messner
I had the same problem. Thanks for the tip. - 09:35 Bug #97547 (Resolved): Some extension scanner entries do not work
- Applied in changeset commit:635916bcb21fc746b74a96aa3f819d2a404ec335.
- 09:14 Bug #97547: Some extension scanner entries do not work
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:14 Bug #97547 (Under Review): Some extension scanner entries do not work
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:10 Bug #97547 (Resolved): Some extension scanner entries do not work
- Applied in changeset commit:86c12357530834afbb1810adcf765d7a43dc85e0.
- 08:34 Bug #97547: Some extension scanner entries do not work
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:09 Bug #97547 (Under Review): Some extension scanner entries do not work
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:09 Bug #97547 (Closed): Some extension scanner entries do not work
- 09:33 Revision fa95b8af: [DOCS] Adjust removal version of switchable controller actions
- Switchable controller actions are removed with TYPO3 12.0. The deprecation
note is adjusted to reflect it.
Resolves:... - 09:32 Revision 635916bc: [BUGFIX] Fix namespaces in extension scanner files
- Namespaces in the extension scanner files must
not contain a leading backslash.
Resolves: #97547
Releases: main, 11.... - 09:30 Bug #97534 (Closed): Pagetree "Fatal" JavaScript Error in Chrome Canary
- could be reproduced and solved here as well after update. thanks for your comment - helped a lot
- 08:31 Bug #97534: Pagetree "Fatal" JavaScript Error in Chrome Canary
- can be closed, last Chrome Canary Update fixed it.
- 09:28 Revision 3e7fc67c: [BUGFIX] Fix several type annotations in FormDefinition
- This patches replaces several wrong or incomplete type annotations in
FormDefinition. Additionally, the `$renderables... - 09:17 Revision 7195b429: [BUGFIX] Detect arm64 and switch selenium docker image
- Currently acceptance tests do not work on arm64 (Apple M1)
due to the lack of support in the selenium docker image.
... - 09:16 Revision 50257c3d: [DOCS] Adjust removal version of switchable controller actions
- Switchable controller actions are removed with TYPO3 12.0. The deprecation
note is adjusted to reflect it.
Resolves:... - 09:07 Revision 86c12357: [BUGFIX] Fix namespaces in extension scanner files
- Namespaces in the extension scanner files must
not contain a leading backslash.
Resolves: #97547
Releases: main, 11.... - 09:05 Task #97546 (Resolved): Remove legacy ArrayAccess functionality in LinkResult
- Applied in changeset commit:cd34ee6e73ed2fd5477111213dc25e8ca634d65f.
- 07:03 Task #97546 (Under Review): Remove legacy ArrayAccess functionality in LinkResult
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:00 Task #97546 (Closed): Remove legacy ArrayAccess functionality in LinkResult
- 08:59 Revision cd34ee6e: [!!!][TASK] Remove legacy ArrayAccess functionality of LinkResult
- The introduced LinkResult object and its functionality
has had a fallback built via ArrayAccess for the
LinkBuilderIn... - 08:49 Feature #93182: Configurable compressed file extension
- Patch set 16 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 08:14 Feature #93182: Configurable compressed file extension
- Patch set 15 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 08:39 Bug #89304 (Closed): DisplayCond with field sys_language_uid on pages records not working
- closed as solved and no backport for older versions will happen
- 08:30 Task #97523 (Resolved): Adjust removal version of switchable controller actions
- Applied in changeset commit:803f9dfe802a8b64f826e5dc335885ab680413ac.
- 08:26 Task #97523: Adjust removal version of switchable controller actions
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:26 Task #97523: Adjust removal version of switchable controller actions
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:25 Revision 803f9dfe: [DOCS] Adjust removal version of switchable controller actions
- Switchable controller actions are removed with TYPO3 12.0. The deprecation
note is adjusted to reflect it.
Resolves:... - 07:41 Bug #97542: TYPO3 Module Reports throws Exception if no site exists
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:19 Bug #97542: TYPO3 Module Reports throws Exception if no site exists
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:33 Bug #97542: TYPO3 Module Reports throws Exception if no site exists
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:36 Bug #96994: Scheduler Task "language:update" fails
- Hi, I confirm the issue with TYPO3 10.4.27
- 07:30 Task #97306 (Resolved): Refresh Pagemodule
- Applied in changeset commit:8fc5244a3955cf220d94e8f86236c5cb2c0f8403.
- 07:30 Task #95247 (Resolved): Button to delete content elements is as prominent as often-used actions
- Applied in changeset commit:8fc5244a3955cf220d94e8f86236c5cb2c0f8403.
- 07:25 Revision 8fc5244a: [FEATURE] Refresh the look of pagemodule
- The patch simplifies and optimizes the readability of the page module
interface. It is based on the UX Team's concept... - 07:24 Feature #97540 (Closed): Add custom fields to DataHandler::pagetreeRefreshFieldsFromPages
- closing issue as there are solutions available
- 06:54 Feature #97540: Add custom fields to DataHandler::pagetreeRefreshFieldsFromPages
- > would that work out for you?
YES! I missed the forest for the trees :) Many thanks for the fast reply!
@process... - 07:23 Bug #95132: felogin forgot password with email address - the felogin_forgotHash will be set for all fe_users with the same eMail address
- Are there any news on this? From what I can see on GitHub (https://github.com/TYPO3/typo3/blob/v11.5.9/typo3/sysext/f...
2022-05-03
- 23:50 Feature #97544 (Under Review): Replace hooks with events for Preview URL generation
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:49 Feature #97544 (Closed): Replace hooks with events for Preview URL generation
- 22:46 Task #97383: Native types for VersionNumberUtility
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:23 Bug #97542: TYPO3 Module Reports throws Exception if no site exists
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:09 Bug #97542: TYPO3 Module Reports throws Exception if no site exists
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:51 Bug #97542 (Under Review): TYPO3 Module Reports throws Exception if no site exists
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:47 Bug #97542: TYPO3 Module Reports throws Exception if no site exists
- problem is @{content -> f:transform.html()}@
- 21:47 Bug #97542 (Accepted): TYPO3 Module Reports throws Exception if no site exists
- 11:37 Bug #97542 (Closed): TYPO3 Module Reports throws Exception if no site exists
- h1. Requirements
Opening the reports module while having no site throws an error:
> *TypeError*
>
> TYPO3\CMS... - 22:03 Bug #97529 (Needs Feedback): Flexform selectSingle doesn't render translations
- please use...
- 21:54 Feature #97540 (Needs Feedback): Add custom fields to DataHandler::pagetreeRefreshFieldsFromPages
- as this property is defined as public you could use the hook @processDatamap_postProcessFieldArray@ or any hook which...
- 08:06 Feature #97540 (Closed): Add custom fields to DataHandler::pagetreeRefreshFieldsFromPages
- Updating pages via DataHandler will trigger a reload of the page tree if certain fields (visibility, title) are chang...
- 20:20 Task #97533 (Resolved): Avoid additional checks in TSFE when resolving a page
- Applied in changeset commit:da0e0152e75b2da72873f1d0afb748ac770a44cc.
- 20:15 Revision da0e0152: [TASK] Avoid additional checks in TSFE when resolving a page
- When TSFE is fetching the $page record from PageRepository,
it checks the $TSFE->id parameter, which was originally
t... - 20:10 Bug #97543 (Resolved): Correctly resolve instance script path
- Applied in changeset commit:24c5608cae28cdc47a84aa3058e86afbc7ab1bb2.
- 16:32 Bug #97543: Correctly resolve instance script path
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:31 Bug #97543: Correctly resolve instance script path
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:16 Bug #97543: Correctly resolve instance script path
- Just a note: @cgi.fix_pathinfo = 1@ seems to be the default on the official PHP FPM docker images.
- 12:35 Bug #97543 (Under Review): Correctly resolve instance script path
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:25 Bug #97543 (Closed): Correctly resolve instance script path
- Calling an URL like @https://ip12.anyhost.it/index.php/invalid@ leads to various errors and side-effects, e.g.
<pr... - 20:07 Revision 098e9bf6: [BUGFIX] Correctly resolve instance script path
- Calling a site using http://example.org/index.php/invalid/ leads to
~/index.php/whatever/ being used as internal scri... - 20:04 Revision 97798c06: [BUGFIX] Correctly resolve instance script path
- Calling a site using http://example.org/index.php/invalid/ leads to
~/index.php/whatever/ being used as internal scri... - 20:04 Revision 24c5608c: [BUGFIX] Correctly resolve instance script path
- Calling a site using http://example.org/index.php/invalid/ leads to
~/index.php/whatever/ being used as internal scri... - 19:51 Task #97306: Refresh Pagemodule
- Patch set 14 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 19:29 Task #97306: Refresh Pagemodule
- Patch set 13 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 10:04 Task #97306: Refresh Pagemodule
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 09:42 Task #97306: Refresh Pagemodule
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 19:51 Task #95247: Button to delete content elements is as prominent as often-used actions
- Patch set 14 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 19:29 Task #95247: Button to delete content elements is as prominent as often-used actions
- Patch set 13 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 10:04 Task #95247: Button to delete content elements is as prominent as often-used actions
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 09:42 Task #95247: Button to delete content elements is as prominent as often-used actions
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 17:30 Task #97207: PHP 8.1 types for CsvUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:02 Task #97377: Native types for MailUtility
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:34 Revision 6b71fb46: [BUGFIX] Apply workspace context in FileRepository::findByRelation
- FileRepository::findByRelation does not apply any workspace context
when invoked in backend context.
Resolves: #5933... - 15:09 Bug #84051: SelectTree (Category Tree) - add horizontal scrolling
- Stefan P wrote in #note-5:
> "Not fixable" - serious? then make it fixable. This is a major UI/UX flaw (also regardi... - 14:57 Bug #78258 (Needs Feedback): List view CSV export goes out of memory
- Hi, we partially reworked the recordlist in v11, including the csv export, which is now called "Download". Could you ...
- 14:02 Task #97538 (In Progress): Switch to dart-sass
- 09:37 Task #97538: Switch to dart-sass
- Maybe `Build/Scripts/runTests.sh -u` helps to update containers.
Just a shot in the dark. - 09:21 Task #97538: Switch to dart-sass
- Thanks Jochen! Spooky. Looks like an problem on my environment. Ok, then the task is just to move to dart-sass do get...
- 09:12 Task #97538: Switch to dart-sass
- Both work for me on Apple M1:...
- 06:29 Task #97538 (Closed): Switch to dart-sass
- h1. Requirements
* node-sass respectively LibSass is deprecated as stated in https://www.npmjs.com/package/node-sa... - 11:47 Task #59334 (Resolved): Enable workspace handling for FAL
- Applied in changeset commit:7e213eaa517a1207085724734dc9c68c1f1de7b8.
- 11:41 Task #59334: Enable workspace handling for FAL
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:43 Bug #93858: dependency injection for middelware does not work
- hi
i've changed the services.yaml file
services:
_defaults:
autowire: true
autoconfigure: true
public: false
Ol\He\... - 11:41 Task #96780: rename file in server
- thanks
- 11:41 Revision 7e213eaa: [BUGFIX] Apply workspace context in FileRepository::findByRelation
- FileRepository::findByRelation does not apply any workspace context
when invoked in backend context.
Resolves: #5933... - 09:52 Bug #97541: Add switch for selenium image on arm64 (Apple M1)
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:33 Bug #97541 (Under Review): Add switch for selenium image on arm64 (Apple M1)
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:19 Bug #97541 (Closed): Add switch for selenium image on arm64 (Apple M1)
- Currently acceptance tests to not run on Apple M1 (arm64).
There is currently no official working solution to run se... - 08:44 Task #96327: Update yarn to v3.x
- Patch set 38 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 08:32 Task #96327: Update yarn to v3.x
- Patch set 37 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 08:30 Task #96327: Update yarn to v3.x
- Patch set 36 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 08:04 Task #96327: Update yarn to v3.x
- Patch set 35 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 08:12 Task #97530 (Resolved): Remove Indexed Search option searchSkipExtendToSubpagesChecking
- Applied in changeset commit:489a9ec0f96be72df7c94191bb69aec5cd71cc91.
- 08:06 Revision 489a9ec0: [!!!][TASK] Remove Indexed Search option searchSkipExtendToSubpagesChecking
- The option searchSkipExtendToSubpagesChecking in Indexed
search is removed in favor of using a better functionality
o... - 07:52 Task #97531 (Resolved): Replace various Context-based methods in TSFE with Context API
- Applied in changeset commit:7c20e766578a4e02aa3597eec28bddd85b53c7e9.
- 07:46 Revision 7c20e766: [TASK] Deprecate various Context-based methods in TSFE
- Various methods can now use the Context API, making the
dependency to TSFE less relevant for future changes.
Resolve...
2022-05-02
- 20:39 Feature #97536 (Under Review): Move LinkResultFactory functionality into LinkFactory
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:08 Feature #97536 (Closed): Move LinkResultFactory functionality into LinkFactory
- 18:47 Task #96327: Update yarn to v3.x
- Patch set 34 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 18:22 Task #96327: Update yarn to v3.x
- Patch set 33 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 18:36 Task #95350 (Rejected): Register plugin and module controller actions as array
- 17:24 Task #97456: Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:08 Task #97456: Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:02 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:44 Task #97377: Native types for MailUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:21 Bug #97535 (New): Focus area with wrong coordinates
- "Focus area":https://docs.typo3.org/m/typo3/reference-tca/main/en-us/ColumnsConfig/Type/ImageManipulation/Properties/...
- 16:06 Task #97208: PHP 8.1 types for DebugUtility
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:39 Bug #97534 (Closed): Pagetree "Fatal" JavaScript Error in Chrome Canary
- Hi,
with a fresh TYPO3 10.4.27 installation i got a "Fatal" Javascript error with Chrome Canary on Mac OS, error s... - 15:31 Feature #88771 (New): Page Title Templates
- 15:16 Task #97531: Replace various Context-based methods in TSFE with Context API
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:22 Task #97531 (Under Review): Replace various Context-based methods in TSFE with Context API
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:08 Task #97531 (Closed): Replace various Context-based methods in TSFE with Context API
- 14:40 Task #97530: Remove Indexed Search option searchSkipExtendToSubpagesChecking
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:05 Task #97530 (Under Review): Remove Indexed Search option searchSkipExtendToSubpagesChecking
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:56 Task #97530 (Closed): Remove Indexed Search option searchSkipExtendToSubpagesChecking
- 14:39 Bug #97529: Flexform selectSingle doesn't render translations
- moved to right project.
set TYPO3 Version. - 13:40 Bug #97529 (Closed): Flexform selectSingle doesn't render translations
- Our mediaType field is a selectSingle with two values.
While Updating TYPO3 from 9 to 11 we came across this issue.
... - 14:39 Task #97533 (Under Review): Avoid additional checks in TSFE when resolving a page
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:38 Task #97533 (Closed): Avoid additional checks in TSFE when resolving a page
- 14:29 Revision 742f4f03: [BUGFIX] Remove invalid definition of method body functionality
- The method parseDataStructureByIdentifier defines that files can
also be loaded with the "EXT:" prefix. This is curre... - 14:10 Bug #92483 (Resolved): TCA-column-flex-ds : The file definition with EXT: won't work
- Applied in changeset commit:c9fecd6236d340fc8c34a2f3f9f564cbecb18aa5.
- 14:07 Bug #92483: TCA-column-flex-ds : The file definition with EXT: won't work
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:08 Bug #97532 (Closed): Indexed_search - Error: Commands out of sync; you can't run this command now - if more than 999 words counted
- On latest TYPO3 LTS Version 11.5.9 (also testet in 11.5.3) running indexed_search throws error "Commands out of sync;...
- 14:07 Revision c9fecd62: [BUGFIX] Remove invalid definition of method body functionality
- The method parseDataStructureByIdentifier defines that files can
also be loaded with the "EXT:" prefix. This is curre... - 13:10 Bug #96485: CKEditor : allowAttribs in YAML not taken into account / attributes are removed at save
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 11:21 Bug #96485: CKEditor : allowAttribs in YAML not taken into account / attributes are removed at save
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 13:10 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 11:21 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 09:25 Story #97528 (New): Add check for references and safe way to delete files in FAL to public API
- Status: In progress, I can split this up into individual patches.
----
Add public functionality to
* check i... - 09:23 Bug #97527 (Closed): Misbehaving "View Page" in Localization Overview
- Starting from the Backend-Module *web_info* and choosing " *Localization Overview* ", the translated pages in this vi...
- 08:46 Revision 953687bf: [BUGFIX] Avoid unreliable 'rowCount()' in IndexSearchRepository
- rowCount() on result sets for SELECT queries are not reliable across
all DBMS, which doctrine/dbal comments in the do... - 08:40 Bug #97526 (New): Page properties with no l10n_mode are empty after translation
- Upon translating a page, properties (e.g. categories, rowDescription) with missing l10n_mode are not copied to the tr...
- 08:00 Bug #97460 (Resolved): Avoid unreliable 'rowCount()' in IndexSearchRepository
- Applied in changeset commit:68f1f4a8da36c6c517a8f7ffb760b766c02793c9.
- 07:55 Bug #97460: Avoid unreliable 'rowCount()' in IndexSearchRepository
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 05:46 Bug #97460: Avoid unreliable 'rowCount()' in IndexSearchRepository
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:55 Revision 68f1f4a8: [BUGFIX] Avoid unreliable 'rowCount()' in IndexSearchRepository
- rowCount() on result sets for SELECT queries are not reliable across
all DBMS, which doctrine/dbal comments in the do... - 07:18 Bug #97522 (Closed): Word "new" in command "description" breaks DI
- Yes, this was in fact tested on TYPO3v10 which does not have this fix.
- 06:37 Bug #87675: email2sender finisher: labels not translated correctly when override finisher settings is used
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a...
2022-05-01
- 21:13 Task #97525 (Closed): Use runtime cache in PageRepository()->getPageOverlay()
- The function is a good candidate for result caching like its done in PageRepository->getPage() for the default langua...
- 19:56 Task #97493: Show total amount of SQL queries and total time
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:45 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ...
2022-04-30
- 21:11 Bug #91169: Replace file does not invalidate page cache
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:08 Task #97256: Raise testing-framework to directly use InternalRequest
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 15:17 Bug #92483: TCA-column-flex-ds : The file definition with EXT: won't work
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:20 Bug #97460: Avoid unreliable 'rowCount()' in IndexSearchRepository
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:13 Bug #97460: Avoid unreliable 'rowCount()' in IndexSearchRepository
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:45 Feature #97264: ext_localconf.php architecture with namespaces
- @Gabriel: This issue tracker doesn't support markdown, please use the "pre" tag for it. See toolbar how to make synta...
- 13:38 Feature #97524 (Rejected): Make it possible to run UPDATE sql statements within ext_tables_static+adt.sql in SqlReader and SchemaMigrator
- SqlReader can currently only read INSERT and CREATE TABLE statements, but not UPDATE statements from ext_tables_stati...
- 13:31 Task #97523 (Under Review): Adjust removal version of switchable controller actions
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:30 Task #97523 (Closed): Adjust removal version of switchable controller actions
- See: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Deprecation-89463-SwitchableControllerActions....
- 12:54 Feature #91499: Additional attributes for includeJS, includeCSS and all others include**
- Patch set 15 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ...
2022-04-29
- 21:37 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:28 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:19 Bug #87675: email2sender finisher: labels not translated correctly when override finisher settings is used
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:43 Bug #87675: email2sender finisher: labels not translated correctly when override finisher settings is used
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:24 Bug #87675: email2sender finisher: labels not translated correctly when override finisher settings is used
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:21 Bug #87675: email2sender finisher: labels not translated correctly when override finisher settings is used
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:51 Bug #87675: email2sender finisher: labels not translated correctly when override finisher settings is used
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:48 Bug #87675 (Under Review): email2sender finisher: labels not translated correctly when override finisher settings is used
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:54 Bug #97522 (Needs Feedback): Word "new" in command "description" breaks DI
- What's your exact version? It should be fixed since 11.5.2.
- 16:44 Bug #97522 (Closed): Word "new" in command "description" breaks DI
- Given a command definition like this ......
- 15:13 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:55 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:53 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:12 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:13 Bug #96485: CKEditor : allowAttribs in YAML not taken into account / attributes are removed at save
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:55 Bug #96485 (Under Review): CKEditor : allowAttribs in YAML not taken into account / attributes are removed at save
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:53 Task #97510: Resizable stucture and inspector panels in form inspector
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:59 Task #97510: Resizable stucture and inspector panels in form inspector
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:39 Task #97510 (Under Review): Resizable stucture and inspector panels in form inspector
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 05:47 Task #97510 (Under Review): Resizable stucture and inspector panels in form inspector
- In the page module it is possible to adjust the width of the page tree.
This would also be a useful feature in the f... - 14:42 Bug #97521 (Rejected): Year allow 6 digits in 'date' field
- When you put the 'date' field in a form, it allows up to 6 digits for the year. If a user accidentally enters '20222'...
- 14:30 Task #97506 (Resolved): Streamline duplicate-form-wizard
- Applied in changeset commit:6f7514f51634fd98a4d4def818c3f16e28aff538.
- 14:00 Task #97506: Streamline duplicate-form-wizard
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:14 Task #97506: Streamline duplicate-form-wizard
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:11 Task #97506: Streamline duplicate-form-wizard
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:24 Revision 6f7514f5: [TASK] Streamline duplicate-form-wizard
- Streamline the first step of the duplicate-form-wizard
to the new layout of new-form-wizard.
Resolves: #97506
Releas... - 14:10 Task #97517: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 13:57 Task #97517: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 13:55 Task #97517: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:27 Task #97517: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:20 Task #97517: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:14 Task #97517: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:09 Task #97517: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:08 Task #97517: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:51 Task #97517: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:16 Task #97517: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:12 Task #97517 (Under Review): Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:08 Task #97517 (Closed): Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form configuration
- 13:51 Task #97503 (Under Review): Auto resize tiny fields in form inspector
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:30 Task #97520: Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form documentation
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:24 Task #97520 (Under Review): Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form documentation
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:19 Task #97520 (Closed): Remove the superfluous vendor namespace (TYPO3.CMS.Form) within the form documentation
- 13:11 Bug #97023 (Accepted): EXT:form - Outdated documentation of expression language
- 12:39 Task #97519 (New): Improve view of form settings
- The settings view of a form in the form editor is quiet hidden in the right inspector section. The understanding for ...
- 12:25 Feature #97518 (New): Duplicate form elements
- As an editor I want to duplicate a form element in form editor. This should be possible for all elements.
When dupl... - 12:20 Task #97488 (Resolved): Improvement of the formelement-header in the form inspector
- Applied in changeset commit:98fe0595fa1bbd492da187a202b8ebf2a4737089.
- 11:03 Task #97488: Improvement of the formelement-header in the form inspector
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:21 Task #97488: Improvement of the formelement-header in the form inspector
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:45 Task #97488 (Under Review): Improvement of the formelement-header in the form inspector
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:19 Bug #97083 (Under Review): Form validators documentation misses validator names
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:53 Bug #97083 (In Progress): Form validators documentation misses validator names
- 12:15 Task #97507 (Resolved): Streamline labels in form editor
- Applied in changeset commit:4b16b3c95cd4e45bccf21bcf354769b448e2db30.
- 09:31 Task #97507 (Under Review): Streamline labels in form editor
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:30 Task #97507 (Resolved): Streamline labels in form editor
- Applied in changeset commit:c36447f2f4d719564993cfabe18f7fbeb565b9b3.
- 09:04 Task #97507 (Under Review): Streamline labels in form editor
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:14 Revision 98fe0595: [TASK] Improve form element header in form inspector
- If a field contains a label that is too long, this creates an ugly line
break in the form element header. And also th... - 12:13 Revision 4b16b3c9: [TASK] Streamline form element labels in form editor
- Form elements in the tree component are labelled with the label of the
corresponding form element definition, whereas... - 10:59 Bug #97515: filemtime() of FileSessionHandler.php should be silent
- Correction: ... so it might be a good idea to prepend it at other places, too.
- 09:57 Bug #97515 (New): filemtime() of FileSessionHandler.php should be silent
- Hi,
I encountered several errors like this after our own crawler runs through all pages of our intranet:
Core: ... - 10:57 Bug #97348: Typo3DbQueryParser::convertQueryToDoctrineQueryBuilder ignores Limit and Offset
- Can also confirm this....
- 10:15 Task #97462 (Resolved): Remove MSSQL supportive code
- Applied in changeset commit:5107f2496a1d6bba35ba1176845957772fa7688c.
- 07:24 Task #97462: Remove MSSQL supportive code
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 10:13 Bug #97516 (Closed): Error in password reset when login.loginLogo is saved in fileadmin
- When the login.loginLogo is saved in fileadmin (as one of the possible proposed options) the email for the passwort r...
- 10:12 Revision 5107f249: [TASK] Remove MSSQL supportive code
- Core requirements have been changed and publicly announced with:
https://typo3.org/article/new-system-requirements-fo... - 10:10 Bug #95271: No visible feedback when saving records
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:55 Feature #83912 (Resolved): Redirect finisher should be able to handle sections as target
- Applied in changeset commit:0efa3a2bd99a2a95354187eca9a98da72db0454a.
- 09:10 Feature #83912: Redirect finisher should be able to handle sections as target
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 09:50 Revision 0efa3a2b: [FEATURE] Add fragment option to Redirect Finisher
- This patch adds a new field called "fragment" to the EXT:form Redirect
finisher. It will be appended to the redirect ... - 09:40 Task #97487 (Resolved): Improvement of the delete button in the form inspector
- Applied in changeset commit:651bdca259676cd755dcfc524f5e057395524fc2.
- 09:17 Task #97487: Improvement of the delete button in the form inspector
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:11 Task #97487: Improvement of the delete button in the form inspector
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:50 Task #97487: Improvement of the delete button in the form inspector
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:41 Task #97487: Improvement of the delete button in the form inspector
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:35 Task #97487: Improvement of the delete button in the form inspector
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:37 Bug #91195 (Closed): Form extension finisher "Email to sender" no selection form fields possible
- I am closing this issue in favor of #91924. The author did not provide further information/ details.
- 09:36 Revision 651bdca2: [TASK] Improvement of the delete button in the form inspector
- Adds a label to the delete button and improves the styling.
Exceptions are the delete buttons in the validators and ... - 09:25 Revision c36447f2: [TASK] Streamline form element labels in form editor
- Form elements in the tree component are labelled with the label of the
corresponding form element definition, whereas... - 09:16 Task #97514 (New): Improve error modal: provide more information
- The error modal lists all elements which are not happily edited. Some information are missing. With the current situa...
- 09:14 Task #97513 (New): Improve error modal: obvious clickability
- The error modal lists all elements which are not happily edited. As an editor, I do not know that those elements can ...
- 09:12 Bug #97512 (New): Bring back validation for form element in structure tree
- If an error occurs for the form element, the structure tree does not reflect the problem accordingly. There used to b...
- 09:00 Bug #97494 (Resolved): Include two symfony/rate-limiter related tests again
- Applied in changeset commit:3955aa91107dbb3027def01a1287cafbec56a2da.
- 08:37 Bug #97494 (Under Review): Include two symfony/rate-limiter related tests again
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:10 Bug #97494 (Resolved): Include two symfony/rate-limiter related tests again
- Applied in changeset commit:9910291a595f1051fd6658e3b36d3f6834682315.
- 08:59 Task #97208: PHP 8.1 types for DebugUtility
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:58 Revision 3955aa91: [TASK] Raise symfony/rate-limiter:^5.4.8 and re-enable tests
- symfony/rate-limiter:5.4.8 has been released, so the failing
tests commented out with #97298 can be included again.
... - 08:57 Bug #97485: MP3 file causes Exception: Property "height" was not found in file reference or original file.
- I have made the Update to 10.4.27 and i have uploaded the same file again and it's working. A very strange problem. T...
- 07:33 Bug #97485: MP3 file causes Exception: Property "height" was not found in file reference or original file.
- Thanks for your feedback. Could you please share the mp3 file which allows to reproduce the behaviour?
- 08:31 Task #96048: new finisher option "recipients" is missing in form-documentation
- Thanks David for bringing this mess to our attention. Gave me a hard time. But this was our fault, nobody else :) So ...
- 08:16 Task #96048: new finisher option "recipients" is missing in form-documentation
- Thanks for the work @Bjoern Jacob, never expected that it takes so much effort ;-)
- 07:05 Task #96048 (Resolved): new finisher option "recipients" is missing in form-documentation
- Applied in changeset commit:f34013fa3649877a78fc33ff22db30b616af947a.
- 08:10 Epic #97511 (New): Visual feedback when errors occur in form editor
- h2. Steps to reproduce
* Create a new form called "Contact me"
* Click on settings
* Add the new finisher "Email... - 07:54 Bug #97509: Admin panel option fluid debug output won't show partial path
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:43 Bug #97509: Admin panel option fluid debug output won't show partial path
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:50 Bug #91340: RegEx validator in EXT:form does not support negative lookbehind
- The behaviour is still the same on current main.
- 07:31 Revision 431a6303: [BUGFIX] Fix type warnings in the workspaces CommandMap
- Resolves: #97424
Releases: main, 11.5
Change-Id: I9ccac96427c71f65e1922fe7e6ffb376d06d7e02
Reviewed-on: https://revie... - 07:30 Task #95086 (Resolved): Change checkboxes to toggle buttons in the form editor
- Applied in changeset commit:9717fe4c34ed6c1a07afc7074895d1875302d3f4.
- 06:06 Task #95086: Change checkboxes to toggle buttons in the form editor
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:24 Revision 9717fe4c: [TASK] Streamline checkboxes of form editor
- Change browser default checkboxes to TYPO3
toggle buttons or TYPO3 checkboxes in the form editor.
Resolves: #95086
R... - 07:06 Revision 9910291a: [TASK] Raise symfony/rate-limiter:^5.4.8 and re-enable tests
- symfony/rate-limiter:5.4.8 has been released, so the failing
tests commented out with #97298 can be included again.
... - 07:02 Revision f34013fa: [DOCS] Update finisher documentation
- The whole documentation about finishers has not
been touched since ages. A lot of information are
outdated. This patc... - 06:43 Bug #96063: custom Backend Login Logo within fileadmin breaks MAIL functionality
- I can confirm this issue in 11.5.9...
- 06:30 Bug #97424 (Resolved): Type warnings in CommandMap
- Applied in changeset commit:197e763f635161ecaed2da0aefc6a7dc97b13c6c.
- 06:24 Bug #97424: Type warnings in CommandMap
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:30 Feature #97320 (Resolved): Automatically register reports and status via service configuration
- Applied in changeset commit:6b1bbee7d30f3ad7d9c7b7d14d6b5378316108af.
- 06:24 Revision 197e763f: [BUGFIX] Fix type warnings in the workspaces CommandMap
- Resolves: #97424
Releases: main, 11.5
Change-Id: I9ccac96427c71f65e1922fe7e6ffb376d06d7e02
Reviewed-on: https://revie... - 06:23 Revision 6b1bbee7: [!!!][FEATURE] Automatically register reports and status via service configuration
- Reports and Status of the reports module are now automatically tagged
and registered, based on the implemented `Repor...
2022-04-28
- 23:08 Bug #97509: Admin panel option fluid debug output won't show partial path
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:52 Bug #97509 (Under Review): Admin panel option fluid debug output won't show partial path
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:50 Bug #97509 (Closed): Admin panel option fluid debug output won't show partial path
- Feature #76085 introduced an admin panel option which shows red boxes with section and partials for easier debugging....
- 22:16 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:09 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:08 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:28 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:22 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:54 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:11 Story #97492: Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:44 Bug #97494: Include two symfony/rate-limiter related tests again
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:48 Bug #97494: Include two symfony/rate-limiter related tests again
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:46 Bug #97494: Include two symfony/rate-limiter related tests again
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:33 Bug #97494: Include two symfony/rate-limiter related tests again
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:21 Bug #97494 (Under Review): Include two symfony/rate-limiter related tests again
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:17 Bug #97494 (Closed): Include two symfony/rate-limiter related tests again
- 21:38 Feature #97480: lowlevel: List of Symfony Expression Language provider
- See this layout of configurations that are layouted like this in NEOS, just as inspiration instead of a dropdown. Thi...
- 18:25 Bug #97508 (Resolved): Update to PHPStan 1.6.3
- Applied in changeset commit:dc9abf5991ac8f45bc33773953c61696734a5672.
- 17:46 Bug #97508 (Under Review): Update to PHPStan 1.6.3
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:45 Bug #97508 (Resolved): Update to PHPStan 1.6.3
- Applied in changeset commit:bbc8676ba09c058d7b6f6d595e5931333f48b993.
- 14:57 Bug #97508: Update to PHPStan 1.6.3
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:51 Bug #97508 (Under Review): Update to PHPStan 1.6.3
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:46 Bug #97508 (Closed): Update to PHPStan 1.6.3
- 18:23 Revision dc9abf59: [TASK] Update PHPStan to 1.6.3
- The new version finds some new possible bugs.
Used commands:
> composer require --dev phpstan/phpstan:^1.6.3
> Buil... - 17:38 Revision bbc8676b: [TASK] Update PHPStan to 1.6.3
- The new version finds some new possible bugs.
Used commands:
> composer require --dev phpstan/phpstan:^1.6.3
> Buil... - 16:39 Task #94531: pull-left and pull-right css classes should be replaced with display flex
- Nikita Hovratov wrote:
> These classes come from fontawesome and are deprecated there.
> Besides of that, css float... - 16:20 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:30 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:52 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:51 Bug #97499: Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:50 Bug #97499 (Under Review): Wrong notation for value of allowedAttribs in Processing.yaml
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:47 Bug #97499 (Under Review): Wrong notation for value of allowedAttribs in Processing.yaml
- Contrary to the default configuration in EXT:rte_ckeditor/Configuration/RTE/Processing.yaml, the class attribute is r...
- 16:10 Task #86896 (Resolved): Apply CGL consistently in .yaml files
- Applied in changeset commit:2e5d092e090589b77597ff7568f4691d420f6ccb.
- 16:05 Revision 2e5d092e: [TASK] Apply quote coding standards to YAML files
- Coding style guidelines say to favor single quotes unless
we actually want YAML interpolation.
This is a partner cha... - 15:58 Task #96048: new finisher option "recipients" is missing in form-documentation
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:56 Task #96048: new finisher option "recipients" is missing in form-documentation
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:38 Task #96048: new finisher option "recipients" is missing in form-documentation
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:49 Task #96048: new finisher option "recipients" is missing in form-documentation
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:31 Task #96048: new finisher option "recipients" is missing in form-documentation
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:54 Task #96048: new finisher option "recipients" is missing in form-documentation
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:36 Task #96048 (Under Review): new finisher option "recipients" is missing in form-documentation
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:46 Task #95086: Change checkboxes to toggle buttons in the form editor
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:25 Task #95086: Change checkboxes to toggle buttons in the form editor
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:16 Task #95086: Change checkboxes to toggle buttons in the form editor
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:22 Task #95086: Change checkboxes to toggle buttons in the form editor
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:18 Task #95086: Change checkboxes to toggle buttons in the form editor
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:32 Bug #86986: Commands out of sync; you can't run this command now - error on TYPO3 backend module of EXT:indexed_search
- DB/Connections/Default/initCommands = 'SET in_predicate_conversion_threshold=0;'
- 14:37 Task #97487: Improvement of the delete button in the form inspector
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:14 Task #97487: Improvement of the delete button in the form inspector
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:54 Task #97487: Improvement of the delete button in the form inspector
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:01 Task #97487 (Under Review): Improvement of the delete button in the form inspector
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:08 Task #97487 (In Progress): Improvement of the delete button in the form inspector
- 14:28 Feature #97459: Register custom field evaluations via DI
- Patch set 15 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 13:58 Feature #97459: Register custom field evaluations via DI
- Patch set 14 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 13:30 Feature #97459: Register custom field evaluations via DI
- Patch set 13 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 12:22 Feature #97459: Register custom field evaluations via DI
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 10:55 Feature #97459: Register custom field evaluations via DI
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 10:48 Feature #97459: Register custom field evaluations via DI
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 14:27 Task #97049: Add functional tests to test the caching behavior of ext:form
- Patch set 13 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 13:53 Task #97049: Add functional tests to test the caching behavior of ext:form
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 13:22 Task #97049: Add functional tests to test the caching behavior of ext:form
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 14:20 Task #97497 (Resolved): Clearly document removal of deprecations
- Applied in changeset commit:4f3251fffc69e0be8b868583f8b7de9ca6958921.
- 13:53 Task #97497 (Under Review): Clearly document removal of deprecations
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:46 Task #97497 (Closed): Clearly document removal of deprecations
- In the following files code has been marked as deprecated. It should be removed in 13.0 which must be clearly stated....
- 14:17 Revision 4f3251ff: [TASK] Document removal of deprecated form config
- Various form configuration was deprecated with #96568. This patch adds
a notice about planned removal of those deprec... - 14:17 Task #95487 (Closed): Documentation - EXT:form "The Prototype "standard" was not found." Exception when using a form
- After a lot of testing and thinking I am closing this issue. There is a quick start guide located at https://docs.typ...
- 14:10 Task #97039 (Resolved): Documentation: Restructure API Reference
- Applied in changeset commit:335ceaff6a81440ceb8e4ca3e2cccdc9e8e9513e.
- 13:13 Task #97039: Documentation: Restructure API Reference
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:05 Task #95087 (Resolved): Further impovements of the form editor/ inspector
- Applied in changeset commit:9f146497fbdc960dd937558d40e867b6ef2d8690.
- 11:39 Task #95087: Further impovements of the form editor/ inspector
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:23 Task #95087: Further impovements of the form editor/ inspector
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:29 Task #95087: Further impovements of the form editor/ inspector
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:05 Task #97506 (Under Review): Streamline duplicate-form-wizard
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:50 Task #97506 (In Progress): Streamline duplicate-form-wizard
- 12:50 Task #97506 (Closed): Streamline duplicate-form-wizard
- The first step of the duplicate-form-wizard in the form module should be streamlined with the new layout of new-form-...
- 14:05 Revision 335ceaff: [DOCS] Restructure API Reference
- The API Reference of the form framework resided inside the docs for
integrators. This patch creates a new main chapte... - 14:00 Revision 9f146497: [TASK] Further improvements of the form editor/ inspector
- The markup of the field definitions has been optimized and aligned
with the standard styling (e.g. in the page proper... - 13:55 Task #97453: Replace hooks with Events in TemplateService
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:53 Feature #91924: Field-selector not available in mail finisher
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:33 Feature #91924 (Under Review): Field-selector not available in mail finisher
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:17 Task #97507 (Closed): Streamline labels in form editor
- There is inconsistency within the editor labels of the element type. This should be the language label in every case ...
- 13:15 Bug #97504 (Resolved): Several typos
- Applied in changeset commit:8e7aeb56ff972fa199c0bec3d5a752035015daba.
- 12:58 Bug #97504 (Under Review): Several typos
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:55 Bug #97504 (Resolved): Several typos
- Applied in changeset commit:0add60e02ea62c791f77458decc92262b707eca5.
- 11:33 Bug #97504 (Under Review): Several typos
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:32 Bug #97504 (Closed): Several typos
- There are several typos in core code like @configuraiton@ @defualt@ @informations@
- 13:10 Revision 8e7aeb56: [BUGFIX] Correct several typos
- Releases: master, 11.5
Resolves: #97504
Change-Id: I26ff53cc81eefa550e86928a6db6fd6a982a6008
Reviewed-on: https://rev... - 13:00 Bug #97485: MP3 file causes Exception: Property "height" was not found in file reference or original file.
- Thanks for your reply. I have uploaded another mp3 file and it's working. It's a very interesting problem. I think so...
- 12:51 Revision 0add60e0: [BUGFIX] Correct several typos
- Releases: master, 11.5
Resolves: #97504
Change-Id: I26ff53cc81eefa550e86928a6db6fd6a982a6008
Reviewed-on: https://rev... - 12:35 Bug #97502 (Resolved): Drop extension scanner tag in RST of #90919
- Applied in changeset commit:bc7326e0a0190a554e696a1b3fb346dcc101d697.
- 11:24 Bug #97502: Drop extension scanner tag in RST of #90919
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:46 Bug #97502: Drop extension scanner tag in RST of #90919
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:46 Bug #97502 (Under Review): Drop extension scanner tag in RST of #90919
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:45 Bug #97502 (Closed): Drop extension scanner tag in RST of #90919
- @NotScanned@ should be removed since it's superfluous for feature RSTs.
- 12:30 Revision bc7326e0: [DOCS] Drop superfluous extension scanner tag in RST of #90919
- Feature RSTs should not provide a tag for the extension
scanner. However, a "NotScanned" tag was added to the RST fil... - 11:50 Bug #97505 (Closed): Duplicate translated relations after moving default language content element
- Inline relations with `config.behavior.allowLanguageSynchronization` set to true in translated tt_content records are...
- 11:45 Task #97501 (Resolved): Remove broken include_static.txt TypoScript include
- Applied in changeset commit:fe3e58970934285abb92acd2d4d31fa4612238ae.
- 11:02 Task #97501: Remove broken include_static.txt TypoScript include
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:57 Task #97501: Remove broken include_static.txt TypoScript include
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:51 Task #97501: Remove broken include_static.txt TypoScript include
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:50 Task #97501: Remove broken include_static.txt TypoScript include
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:34 Task #97501 (Under Review): Remove broken include_static.txt TypoScript include
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:32 Task #97501 (Closed): Remove broken include_static.txt TypoScript include
- 11:39 Revision fe3e5897: [TASK] Remove broken include_static.txt TypoScript include
- The inclusion of 'include_static.txt' files within the
TypoScript inclusion magic has been part of the extension
'sta... - 10:55 Task #97503 (Under Review): Auto resize tiny fields in form inspector
- As an editor i want to read and edit the content of an input field with enough space also in a property grid of form ...
- 10:45 Revision a12b3201: [BUGFIX] Use the correct pluralized key in search results
- The "page" and "pages" translation keys are backwards.
This patch makes them forwards.
Resolves: #96795
Releases: ma... - 10:33 Bug #93962: Form variants for EmailToReceiver doesn't work
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 10:30 Bug #93962: Form variants for EmailToReceiver doesn't work
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 10:27 Bug #93962: Form variants for EmailToReceiver doesn't work
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:07 Bug #93962: Form variants for EmailToReceiver doesn't work
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:25 Bug #96795 (Resolved): Localization Labels used in wrong order in SearchController
- Applied in changeset commit:a775803daf8d0abe5871193461c9b2ef5f4d08f0.
- 10:23 Bug #96795: Localization Labels used in wrong order in SearchController
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:45 Bug #96795: Localization Labels used in wrong order in SearchController
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:22 Revision a775803d: [BUGFIX] Use the correct pluralized key in search results
- The "page" and "pages" translation keys are backwards.
This patch makes them forwards.
Resolves: #96795
Releases: ma... - 09:47 Task #97500 (New): Improve Editor workflow when creating/editing a form
- As an editor I want to create/edit a form quickly with auto focusing and auto scrolling to a new field/element which ...
- 09:15 Bug #90919 (Resolved): Overridden subject in EmailFinisher not used
- Applied in changeset commit:d34c1b901b7c4a7a7453ef1411a5b00802f77605.
- 08:29 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 14 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 08:26 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 13 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 08:20 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 08:03 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 06:13 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 09:11 Revision d34c1b90: [FEATURE] Skip translation of overridden form finisher options
- If form finisher options are overridden via FlexForm, they must not
be translated by the TranslationService. Otherwis... - 08:25 Bug #97040 (Resolved): Validators cannot be removed in form editor
- Applied in changeset commit:55d3fce3da439b323209a735fe88a4312986c48b.
- 08:22 Revision 55d3fce3: [BUGFIX] Apply initial value to additional form element property paths
- Adding a new validator to a form element in form editor led to an
error if the validator defines additionalElementPro... - 08:20 Bug #97498 (Closed): MariaDB + enum field generates endless DB comparison loop due to wrong/twice string escaping of default value
- We have an enum field like this:
@enum_field enum ('A', 'B', 'C') default 'A' not null@
We switched from MySQL ... - 08:15 Bug #97447 (Resolved): Adopt sqlite autoincrement detection for schema parsing
- Applied in changeset commit:9cdfa70c0fc257cfdc691b1060e16a49326879ed.
- 07:41 Bug #97447 (Under Review): Adopt sqlite autoincrement detection for schema parsing
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 05:50 Bug #97447 (Resolved): Adopt sqlite autoincrement detection for schema parsing
- Applied in changeset commit:3e5c0604b3157f4f9737a53ae5dc10a30cb743ba.
- 05:46 Bug #97447: Adopt sqlite autoincrement detection for schema parsing
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:12 Revision 9cdfa70c: [BUGFIX] Adopt doctrine/dbal sqlite autoincrement detection
- sqlite basicly knows about two kind of autoincrement column
definition. One which is an alias on the provided "row_id... - 07:18 Feature #90144: Validate order of finishers in form editor
- This could be obsolete with #94809.
- 06:51 Feature #97496 (New): Return 401 on failed login
- Return 401 HTTP code on failed login to the BE and felogin so an intrusion prevention software like fail2ban can be c...
- 06:27 Bug #97023 (In Progress): EXT:form - Outdated documentation of expression language
- 06:25 Epic #97495 (New): Introduce a UI for translation handling in EXT:form
- TYPO3 pages and content can be translated nicely. When it comes to multilingual forms, the editor has to take an unat...
- 06:09 Task #97488 (In Progress): Improvement of the formelement-header in the form inspector
- 05:45 Revision 3e5c0604: [BUGFIX] Adopt doctrine/dbal sqlite autoincrement detection
- sqlite basicly knows about two kind of autoincrement column
definition. One which is an alias on the provided "row_id... - 00:33 Bug #92483: TCA-column-flex-ds : The file definition with EXT: won't work
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 00:07 Bug #92483: TCA-column-flex-ds : The file definition with EXT: won't work
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a...
2022-04-27
- 22:16 Story #97492 (Under Review): Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:57 Story #97492 (Closed): Unnessesary SQL queries: PageRepository->getPage() with disableGroupAccessCheck=false/true
- How to reproduce:
Place a sitemap menu element on your page. Visit that page in the frontend.
In the Admin pane... - 21:24 Task #97493: Show total amount of SQL queries and total time
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:56 Task #97493: Show total amount of SQL queries and total time
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:53 Task #97493 (Under Review): Show total amount of SQL queries and total time
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:48 Task #97493 (Closed): Show total amount of SQL queries and total time
- It would be useful to see the total time spend for SQL queries and the total amount.
!total-queries-and-time-in-ad... - 20:04 Revision d492a4ee: [BUGFIX] Raise phpstan processTimeout
- Recently from time to time phpstan ci runs are failing with following
error message:
> Reached internal errors count... - 20:03 Feature #97320: Automatically register reports and status via service configuration
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 19:50 Bug #97490 (Resolved): Raise phpstan processTimeout
- Applied in changeset commit:c36d12f61091a70350f53fd75c1253dc0d996f77.
- 19:44 Bug #97490: Raise phpstan processTimeout
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:58 Bug #97490 (Under Review): Raise phpstan processTimeout
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:56 Bug #97490 (Closed): Raise phpstan processTimeout
- Recently from time to time phpstan ci runs are failing with following error message:...
- 19:43 Revision c36d12f6: [BUGFIX] Raise phpstan processTimeout
- Recently from time to time phpstan ci runs are failing with following
error message:
> Reached internal errors count... - 18:32 Task #97453: Replace hooks with Events in TemplateService
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:43 Task #97462: Remove MSSQL supportive code
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 17:18 Feature #97459: Register custom field evaluations via DI
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:06 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:24 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:43 Feature #91499: Additional attributes for includeJS, includeCSS and all others include**
- Patch set 14 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 16:16 Bug #80896 (New): TypolinkViewhelper with linkhandler ignores class attribute
- Re-opening
- 16:14 Bug #80896: TypolinkViewhelper with linkhandler ignores class attribute
- In specific cases, this bug is still an issue. See https://forge.typo3.org/issues/90404
- 16:13 Bug #90404: Linkhandler removes all attributes set in fluid viewhelper if parameter uses stdWrap
- Can confirm this issue for TYPO3 10.4.27. Every change to _parameter_ will break the attributes rendering. Not only _...
- 16:13 Revision af4eae1e: [TASK] Update composer v2 error message in runTests.sh
- composer v2 is no longer an experimental feature of
Docker Desktop for MacOS/Windows. Broken composer v2
error messag... - 16:12 Revision b8211b2f: [TASK] Update composer v2 error message in runTests.sh
- composer v2 is no longer an experimental feature of
Docker Desktop for MacOS/Windows. Broken composer v2
error messag... - 16:07 Feature #97491 (Under Review): Allow disabling / enabling of elements
- As an editor I want to disable/ enable elements of a form. This should be possible for the following elements:
* f... - 16:06 Bug #97479: ImageViewHelper doesen't support external image-url's anymore
- Christian Hackl wrote in #note-3:
> My expectation is that it will work as before
That this worked before, is/was m... - 10:09 Bug #97479: ImageViewHelper doesen't support external image-url's anymore
- My expectation is that it will work as before - maybe I'm too stupid to find it, but I haven't found any correspondin...
- 08:07 Bug #97479 (Needs Feedback): ImageViewHelper doesen't support external image-url's anymore
- Thanks for your report.
Christian Hackl wrote:
> External url's could not be resolved to a File or FileReferenc... - 16:00 Bug #97489 (Resolved): Update docker-compose warning in runTests.sh script
- Applied in changeset commit:f5a53e7d54fc7ee6745ecfcc453212457b75cd74.
- 15:56 Bug #97489: Update docker-compose warning in runTests.sh script
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:56 Bug #97489: Update docker-compose warning in runTests.sh script
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:03 Bug #97489 (Under Review): Update docker-compose warning in runTests.sh script
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:11 Bug #97489 (Closed): Update docker-compose warning in runTests.sh script
- The Build/Scripts/runTests.sh script throws a warning if the docker-compose version is > 2. In this context you get t...
- 15:55 Revision f5a53e7d: [TASK] Update composer v2 error message in runTests.sh
- composer v2 is no longer an experimental feature of
Docker Desktop for MacOS/Windows. Broken composer v2
error messag... - 15:55 Task #90400 (Resolved): Remove ToDo in AbstractRenderable class
- Applied in changeset commit:49eea1d33bbaf5d15836c3b9b82d591ce3585fe2.
- 15:24 Task #90400: Remove ToDo in AbstractRenderable class
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:12 Task #90400: Remove ToDo in AbstractRenderable class
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:23 Task #90400 (Under Review): Remove ToDo in AbstractRenderable class
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:53 Revision 49eea1d3: [TASK] Move form element-related methods out of AbstractRenderable
- With #90385, two methods (`setDefaultValue()` and `setProperty()`) were
added to AbstractRenderable. Those methods ho... - 15:49 Revision 310c615d: [BUGFIX] Add maxwidth / maxheight parameters to YouTube oembed url
- When uploading new assets to the filelist,
the metadata (e.g. width and height) are
automatically extracted from the ... - 15:49 Revision aecc6c35: [BUGFIX] Add maxwidth / maxheight parameters to YouTube oembed url
- When uploading new assets to the filelist,
the metadata (e.g. width and height) are
automatically extracted from the ... - 15:48 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:45 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:39 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:57 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:17 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:45 Bug #90919: Overridden subject in EmailFinisher not used
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:34 Task #97383: Native types for VersionNumberUtility
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:33 Task #95087: Further impovements of the form editor/ inspector
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:33 Task #95087: Further impovements of the form editor/ inspector
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:21 Task #97208: PHP 8.1 types for DebugUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:10 Bug #97481 (Resolved): Youtube videos are always added width=200 and height=113
- Applied in changeset commit:570dd7436eff81a5aece874ef035c60b9843efa0.
- 15:09 Bug #97481: Youtube videos are always added width=200 and height=113
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:08 Bug #97481: Youtube videos are always added width=200 and height=113
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:08 Revision 570dd743: [BUGFIX] Add maxwidth / maxheight parameters to YouTube oembed url
- When uploading new assets to the filelist,
the metadata (e.g. width and height) are
automatically extracted from the ... - 14:41 Feature #97482 (Accepted): Replace post-processing hook in TemplateService with an Event
- 14:31 Feature #97480 (Under Review): lowlevel: List of Symfony Expression Language provider
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:01 Feature #97480 (Accepted): lowlevel: List of Symfony Expression Language provider
- 14:16 Bug #94513 (Closed): Date Field in Form Editor
- I am closing this issue. We have submitted our request. It has not been accepted yet. See https://crowdin.com/transla...
- 14:00 Bug #97485 (Needs Feedback): MP3 file causes Exception: Property "height" was not found in file reference or original file.
- thanks for creating the issue. I could neither reproduce that on current main branch nor on latest 10 version. Can yo...
- 13:59 Bug #97428: PHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:35 Bug #92408 (Resolved): TypoScript overrides does not work when using ViewHelper
- Applied in changeset commit:3e6dd05a50e9fe5e319297151ac97e626590d4bd.
- 08:38 Bug #92408: TypoScript overrides does not work when using ViewHelper
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:32 Revision 3e6dd05a: [TASK] Streamline handling of TypoScript form overrides
- Each form definition loaded by FormPersistenceManager can be overridden
by TypoScript. When forms are to be rendered ... - 13:28 Bug #97040 (Under Review): Validators cannot be removed in form editor
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:25 Bug #97040 (Resolved): Validators cannot be removed in form editor
- Applied in changeset commit:7898937598d5ea54d86fe662e845d8a09cc2b8c1.
- 12:59 Bug #97040: Validators cannot be removed in form editor
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:34 Bug #97040: Validators cannot be removed in form editor
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:35 Bug #97040: Validators cannot be removed in form editor
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:34 Bug #97040 (Under Review): Validators cannot be removed in form editor
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:13 Bug #97040 (In Progress): Validators cannot be removed in form editor
- 13:25 Bug #90640 (Resolved): ext:form - RegularExpressionValidator with empty value will lead to exception
- Applied in changeset commit:6d1df41bad403f4e7c5cfdc898c7ecb8a12bbaed.
- 11:19 Bug #90640: ext:form - RegularExpressionValidator with empty value will lead to exception
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:10 Bug #90640: ext:form - RegularExpressionValidator with empty value will lead to exception
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:01 Bug #90640: ext:form - RegularExpressionValidator with empty value will lead to exception
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:22 Revision 78989375: [BUGFIX] Apply initial value to additional form element property paths
- Adding a new validator to a form element in form editor led to an
error if the validator defines additionalElementPro... - 13:21 Revision 6d1df41b: [TASK] Validate regex validator pattern in form editor
- In the form editor, backend users can currently insert any non-empty
strings for patterns of regular expression valid... - 13:15 Task #97488 (Closed): Improvement of the formelement-header in the form inspector
- If a field contains a label that is too long, this creates an ugly line break in the formelement-header.
The label... - 13:05 Task #97487 (Closed): Improvement of the delete button in the form inspector
- Due to text overlay on long labels and little available space, the delete button in the form inspector needs to be re...
- 12:45 Feature #83912: Redirect finisher should be able to handle sections as target
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:33 Feature #83912: Redirect finisher should be able to handle sections as target
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:20 Bug #97486 (New): Consider file mounts when renaming or deleting directories
- * Directories which have filemounts pointing to them (or to a child page) should not be able to be deleted
* If the... - 11:11 Feature #91924 (In Progress): Field-selector not available in mail finisher
- 10:53 Feature #88817 (Rejected): Using HTML 5.2 attribute "autocomplete" in "form"
- The discussion with Elias revealed some insights:
* A text input field will not help the average editor.
* Providin... - 10:25 Task #97484 (Resolved): Add types to Event Dispatcher
- Applied in changeset commit:399ee476b715e6883c142fa4079a9506ed46c19a.
- 10:20 Revision 399ee476: [TASK] Add property and return types to EventDispatcher
- The object return on dispatch() is not a formal part of
the interface for BC reasons, but is required by the spec,
so... - 10:19 Bug #92516: Symfony expressions/conditions doesn't work in user-tsconfig in context menu
- In general they did work, do work and should work. This functionality is there for ages but now it has newer syntax.
... - 08:44 Task #95086: Change checkboxes to toggle buttons in the form editor
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:57 Bug #94549: Flexform section change order when deleting item
- In general it has to be addressed for PHP 7.4 and the function asort needs to be replaced.
I added a mehtod asort ... - 06:04 Bug #91169: Replace file does not invalidate page cache
- This extension "Cache optimizer":https://extensions.typo3.org/extension/cacheopt (not tested) does this and more. Fro...
- 00:20 Bug #91169: Replace file does not invalidate page cache
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 00:17 Bug #91169: Replace file does not invalidate page cache
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 00:06 Bug #91169: Replace file does not invalidate page cache
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 00:03 Bug #91169 (Under Review): Replace file does not invalidate page cache
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 05:41 Bug #94671: Could not find row with UID "*uid*" in table "sys_file_processedfile"
- I’m currently working on the update. Is the issue related to version 9 and does not occur in version 10? Somewhere sh...
- 01:21 Bug #81137 (Closed): ImageViewHelper renders image tag for non-image files
- Abandoned. See code review for more info
- 01:11 Bug #92483: TCA-column-flex-ds : The file definition with EXT: won't work
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 01:05 Bug #86811 (Accepted): can't change file in layer
- 01:05 Bug #86811: can't change file in layer
- still valid in 12 dev
- 00:46 Bug #92561 (Closed): f:variable with an array should insert keys when variable already exists
- If you want to set a different variable, use the "Alias" ViewHelper for a sub section or the variable viewhelper, tha...
- 00:07 Feature #94478 (Closed): Clear pages caches on referenced file replace
- Closed as duplicate of Bug #91169: Replace file does not invalidate page cache. Please do a code review there!
- 00:05 Bug #95759 (Closed): Clearing cache of pages where file is linked if file was replaced
- Closed as duplicate of Bug #91169: Replace file does not invalidate page cache
2022-04-26
- 22:18 Bug #91572: Streamline install tool API usage
- @OHader, what is the actual TODO here?
- 22:14 Bug #91789 (Closed): Upgrade Wizzard // (1/2) Doctrine\DBAL\Exception\DriverException
- Not enough information to reproduce and outdated TYPO3 version.
- 22:11 Bug #91767 (Closed): ServerResponseCheck doesn't use TYPO3 HTTP config for GuzzleHttp Client
- 22:03 Bug #92483 (Under Review): TCA-column-flex-ds : The file definition with EXT: won't work
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:31 Bug #92483 (Accepted): TCA-column-flex-ds : The file definition with EXT: won't work
- 21:45 Bug #97485 (Closed): MP3 file causes Exception: Property "height" was not found in file reference or original file.
- We have uploaded an MP3 file as "Text & Media" element. After selecting the File the output is broken with the follow...
- 21:24 Bug #93814 (Closed): PageContentErrorHandler->handlePageError uses an undeclared variable
- 21:21 Bug #92731 (Closed): wizard disappears after setting it undone
- TYPO3 v9 is not supported anymore. I'll close this as this is totally outdated. If this still appears with newer TYPO...
- 21:12 Bug #92516: Symfony expressions/conditions doesn't work in user-tsconfig in context menu
- I think conditions in general don't work in TSConfig. The solution is to set different configs in different backend u...
- 21:07 Bug #94671 (Needs Feedback): Could not find row with UID "*uid*" in table "sys_file_processedfile"
- TYPO3 v9 is not supported anymore. Please update TYPO3 if possible or look for a solution yourself. Can this be closed?
- 21:04 Bug #93441 (Needs Feedback): BE Login Failure in iOS 12
- 21:04 Bug #93441: BE Login Failure in iOS 12
- TYPO3 v9 is not supported anymore. Can this be closed? I guess with never TYPO3 version, the problem is gone?
- 20:59 Bug #92842 (Needs Feedback): GIFBUILDER use wrong folder
- Needs more feedback how TYPO3 is setup as there is no way how to reproduce it. I'm using gifbuilder myself and can't ...
- 20:58 Task #97453: Replace hooks with Events in TemplateService
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:55 Task #97453: Replace hooks with Events in TemplateService
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:54 Task #97453 (Under Review): Replace hooks with Events in TemplateService
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:56 Task #97484 (Under Review): Add types to Event Dispatcher
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:54 Task #97484 (Closed): Add types to Event Dispatcher
- And its debug child.
- 20:56 Bug #97481: Youtube videos are always added width=200 and height=113
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:00 Bug #97481: Youtube videos are always added width=200 and height=113
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:57 Bug #97481 (Under Review): Youtube videos are always added width=200 and height=113
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:06 Bug #97481 (Closed): Youtube videos are always added width=200 and height=113
- 20:55 Revision 0e67a246: [DOCS] Fix typo in "Feature: #94996"
- handing -> handling
Resolves: #97483
Releases: main, 11.5
Change-Id: Ib726e8f9db29172a4f522d7797e731f4239e93fb
Revie... - 20:54 Bug #97447: Adopt sqlite autoincrement detection for schema parsing
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 20:29 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:05 Bug #97483 (Resolved): [DOCS] Fix typo in "Feature: #94996"
- Applied in changeset commit:82debbd0d663f5538a8224676a812be83861bac5.
- 20:02 Bug #97483: [DOCS] Fix typo in "Feature: #94996"
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:54 Bug #97483 (Under Review): [DOCS] Fix typo in "Feature: #94996"
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:53 Bug #97483 (Closed): [DOCS] Fix typo in "Feature: #94996"
- 20:01 Revision 82debbd0: [DOCS] Fix typo in "Feature: #94996"
- handing -> handling
Resolves: #97483
Releases: main, 11.5
Change-Id: Ib726e8f9db29172a4f522d7797e731f4239e93fb
Revie... - 19:57 Feature #23633: regex in TCA eval function
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:57 Bug #97472: TYPO3 tries to persist value if model has predefined value even though TCA field type "none"
- The exception will be thrown in the frontend. I will add it later, because I‘m currently not on my computer.
Thank... - 10:43 Bug #97472: TYPO3 tries to persist value if model has predefined value even though TCA field type "none"
- extbase does't care about that. use @Transient@, see https://docs.typo3.org/m/typo3/book-extbasefluid/9.5/en-us/b-Ext...
- 19:32 Task #92509: Add base64url encode/decode functionality
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:21 Task #92509: Add base64url encode/decode functionality
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:20 Bug #97474 (Resolved): Undefined array key warnings in PageRenderer
- Applied in changeset commit:e784c9124708aa48216a2607cf95d007101de021.
- 18:45 Bug #97474 (Under Review): Undefined array key warnings in PageRenderer
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:25 Bug #97474 (Resolved): Undefined array key warnings in PageRenderer
- Applied in changeset commit:2d3873d2542148ddd5494edf7613dfe0f752d3d3.
- 19:14 Revision e784c912: [BUGFIX] Prevent undefined array key warnings in PageRenderer
- Since JS and CSS related properties might be
modified by hooks, corresponding array access
is now secured using null ... - 18:52 Feature #97320: Automatically register reports and status via service configuration
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 14:10 Feature #97320: Automatically register reports and status via service configuration
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 18:25 Task #97476 (Resolved): Update to PHPStan 1.16.0
- Applied in changeset commit:0941c674534e0b345cbe1aff6b4d85c4a785c1ff.
- 17:55 Task #97476 (Under Review): Update to PHPStan 1.16.0
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:55 Task #97476 (Resolved): Update to PHPStan 1.16.0
- Applied in changeset commit:e1b843f727a6b75723a0a027eb2185750da4b7ef.
- 10:46 Task #97476 (Under Review): Update to PHPStan 1.16.0
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:46 Task #97476 (Closed): Update to PHPStan 1.16.0
- 18:22 Revision 0941c674: [TASK] Update PHPStan & friends
- The new version finds some new possible bugs and
removes some incorrect ones.
Used commands:
> composer require --d... - 18:20 Revision 2d3873d2: [BUGFIX] Prevent undefined array key warnings in PageRenderer
- Since JS and CSS related properties might be
modified by hooks, corresponding array access
is now secured using null ... - 18:07 Task #97383: Native types for VersionNumberUtility
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:06 Task #97383: Native types for VersionNumberUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:02 Feature #97482 (Closed): Replace post-processing hook in TemplateService with an Event
- * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['Core/TypoScript/TemplateService']['runThroughTemplatesPostProcessing']
... - 17:49 Revision e1b843f7: [TASK] Update PHPStan & friends
- The new version finds some new possible bugs and
removes some incorrect ones.
Used commands:
> composer require --d... - 15:40 Feature #97480 (Closed): lowlevel: List of Symfony Expression Language provider
- Comparable to the backend routes or middleware lists
- 14:16 Feature #97445 (Rejected): Add meta name="thumbnail"
- closed as requested. of course this can be implemented by an extension with not that much effort but no need to have ...
- 11:56 Feature #97445: Add meta name="thumbnail"
- Chris Müller wrote in #note-2:
> As I can see, this is only useful when using Google as search engine on the own web... - 11:48 Feature #97445: Add meta name="thumbnail"
- As I can see, this is only useful when using Google as search engine on the own website:
https://support.google.com/... - 13:47 Bug #97479 (Closed): ImageViewHelper doesen't support external image-url's anymore
- External url's could not be resolved to a File or FileReference.
This no longer works in TYPO3 11 - until TYPO3 10 i... - 12:57 Task #97478 (Closed): [BUGFIX] Replace array notation with string for value of allowedAttribs
- According to \TYPO3\CMS\Core\Html\HtmlParser::HTMLcleaner() the value of property "allowedAttribs" needs to be a comm...
- 12:42 Task #97462: Remove MSSQL supportive code
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 12:35 Bug #97475 (Resolved): PHP 8.1 warning in TcaColumnsProcessPlaceholders.php line 39
- Applied in changeset commit:15cae09b0027b379af08317ce9025cefc350cf67.
- 08:55 Bug #97475 (Under Review): PHP 8.1 warning in TcaColumnsProcessPlaceholders.php line 39
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:36 Bug #97475 (Closed): PHP 8.1 warning in TcaColumnsProcessPlaceholders.php line 39
- Core: Error handler (BE): PHP Warning: Trying to access array offset on value of type null in typo3/sysext/backend/Cl...
- 12:29 Revision 15cae09b: [BUGFIX] Prevent undefined array key warnings in FormEngine
- Resolves: #97475
Releases: 11.5
Change-Id: Iaf7dfb8b0ffde2dae73a75fb106b3433bde46c4a
Reviewed-on: https://review.typo... - 12:18 Feature #97477 (Needs Feedback): Event for QueryGenerator getTreeList query builder
- We would like to manipulate the QueryBuilder in getTreeList so that we can adjust the sort order and more.
Probabl... - 10:47 Bug #95379: Make file paths absolute in GIFBUILDER
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ...
2022-04-25
- 22:39 Bug #97474: Undefined array key warnings in PageRenderer
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:39 Bug #97474 (Under Review): Undefined array key warnings in PageRenderer
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:25 Bug #97474 (Closed): Undefined array key warnings in PageRenderer
- 21:20 Task #97450 (Resolved): Replace $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['workspaces']['modifyDifferenceArray'] with PSR-14 event
- Applied in changeset commit:69f5a03c5c44c5c9430c76a413a2278423405979.
- 20:38 Task #97450: Replace $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['workspaces']['modifyDifferenceArray'] with PSR-14 event
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:48 Task #97450: Replace $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['workspaces']['modifyDifferenceArray'] with PSR-14 event
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:16 Task #97450: Replace $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['workspaces']['modifyDifferenceArray'] with PSR-14 event
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:29 Task #97450: Replace $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['workspaces']['modifyDifferenceArray'] with PSR-14 event
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:30 Task #97450: Replace $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['workspaces']['modifyDifferenceArray'] with PSR-14 event
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:56 Task #97450 (Under Review): Replace $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['workspaces']['modifyDifferenceArray'] with PSR-14 event
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:14 Revision 69f5a03c: [!!!][FEATURE] Add PSR-14 ModifyVersionDifferencesEvent
- This introduces a new PSR-14 event, enabling
extension authors to modify the differences of
versioned records, used f... - 21:07 Revision 846e3930: [TASK] Add runTest.sh -s clean to remove build related files
- Add script to 'Build/Scripts/runTests.sh' to clean build and
test related files and folders to get fast a clean state... - 20:55 Task #97355 (Resolved): Add runTest.sh -s clean to remove build related files
- Applied in changeset commit:f96a1d9e7e8aa0d1c3586b934c8b341104ff7c7e.
- 20:53 Task #97355: Add runTest.sh -s clean to remove build related files
- Patch set 2 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:32 Task #97355: Add runTest.sh -s clean to remove build related files
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:31 Task #97355 (Under Review): Add runTest.sh -s clean to remove build related files
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:30 Task #97355 (Resolved): Add runTest.sh -s clean to remove build related files
- Applied in changeset commit:93b7e7b01dd4ec4d89eb2a75b887481a1306ab9e.
- 20:25 Task #97355: Add runTest.sh -s clean to remove build related files
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:53 Task #97355: Add runTest.sh -s clean to remove build related files
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:51 Task #97355: Add runTest.sh -s clean to remove build related files
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:34 Task #97355: Add runTest.sh -s clean to remove build related files
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:50 Revision f96a1d9e: [TASK] Add runTest.sh -s clean to remove build related files
- Add script to 'Build/Scripts/runTests.sh' to clean build and
test related files and folders to get fast a clean state... - 20:40 Feature #97452 (Under Review): Replace hooks in EditFileController
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:25 Revision 93b7e7b0: [TASK] Add runTest.sh -s clean to remove build related files
- Add script to 'Build/Scripts/runTests.sh' to clean build and
test related files and folders to get fast a clean state... - 20:15 Task #97473 (Resolved): Update typo3/cms-styleguide
- Applied in changeset commit:89c74eca6951f5486135109691516c498f1752a5.
- 19:29 Task #97473: Update typo3/cms-styleguide
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:23 Task #97473: Update typo3/cms-styleguide
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:20 Task #97473 (Under Review): Update typo3/cms-styleguide
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:19 Task #97473 (Closed): Update typo3/cms-styleguide
- 20:12 Revision 89c74eca: [TASK] Update typo3/cms-styleguide
- Update ext:typo3/cms-styleguide including a bugfix, which
allows the frontend indexed search example to work. This
ha... - 20:07 Bug #97472 (Needs Feedback): TYPO3 tries to persist value if model has predefined value even though TCA field type "none"
- Hi, thanks for creating an issue. To reproduce this properly, could you please share the corresponding exception? I a...
- 18:46 Bug #97472 (Rejected): TYPO3 tries to persist value if model has predefined value even though TCA field type "none"
- After refactoring a model class and adding a predefined value to a field which TCA type is set to "none", TYPO3 tries...
- 20:04 Task #97470 (Closed): [BUGFIX] PageCopy with nested ContentElements(GridElements) l10n_source is set to uid of translated Element of old page
- Closing as duplicate of #97469.
- 13:43 Task #97470 (Closed): [BUGFIX] PageCopy with nested ContentElements(GridElements) l10n_source is set to uid of translated Element of old page
- Fixes order for copying nested indented content elements to get correct values for l10n_source of translated CE's on ...
- 20:03 Revision b3a61c39: [BUGFIX] Fix uninitialized string offset in TypoScriptParser
- Resolves: #97465
Releases: main, 11.5
Change-Id: Iae6db28b4af2dcdbc1826f14fd0967415a81a341
Reviewed-on: https://revie... - 20:02 Revision 86e847cd: [BUGFIX] Fix undefined array key warning in TcaInline
- Resolves: #97461
Releases: main, 11.5
Change-Id: I4c16d9546bd878bb84d2457e2a706829d8232e7c
Reviewed-on: https://revie... - 20:02 Revision 909e2ad9: [BUGFIX] Check parsed option in EmailFinisher
- To prevent PHP warnings for passing invalid
arguments to "foreach", the parsed option
is now checked to be a non empt... - 20:02 Revision b5b82bbb: [BUGFIX] Handle sorting of paginated FileList properly
- Since #97443 it's finally possible to sort by
all the metadata fields, available since the
introduction of the column... - 19:45 Task #97471 (Resolved): Show breaking and feature rst for replaced functionality in extension scanner
- Applied in changeset commit:cf47aed8535dc7ec593743762dc7989b9bd526d9.
- 15:16 Task #97471 (Under Review): Show breaking and feature rst for replaced functionality in extension scanner
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:10 Task #97471 (Closed): Show breaking and feature rst for replaced functionality in extension scanner
- 19:45 Bug #97465 (Resolved): PHP Warning: Uninitialized string offset 0 in TypoScriptParser.php line 362
- Applied in changeset commit:8985107eee5890992e0ff020da81d17806344529.
- 19:41 Bug #97465: PHP Warning: Uninitialized string offset 0 in TypoScriptParser.php line 362
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:54 Bug #97465 (Under Review): PHP Warning: Uninitialized string offset 0 in TypoScriptParser.php line 362
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:01 Bug #97465: PHP Warning: Uninitialized string offset 0 in TypoScriptParser.php line 362
- Moved to right project.
- 07:43 Bug #97465 (Closed): PHP Warning: Uninitialized string offset 0 in TypoScriptParser.php line 362
- Hey,
i get this ERROR in log:... - 19:45 Bug #97461 (Resolved): PHP Warning: Undefined array key "transOrigPointerField"
- Applied in changeset commit:1eccb6ac44de18066687aa1f1ae13e132922d07d.
- 19:40 Bug #97461: PHP Warning: Undefined array key "transOrigPointerField"
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:49 Bug #97461: PHP Warning: Undefined array key "transOrigPointerField"
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:13 Bug #97461 (Under Review): PHP Warning: Undefined array key "transOrigPointerField"
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:42 Revision cf47aed8: [TASK] Connect breaking and feature rst for replaced functionality
- For TYPO3 12.0, a couple of functionality was replaced.
For example hooks were replaced by new PSR-14 Events.
To sup... - 19:41 Revision 8985107e: [BUGFIX] Fix uninitialized string offset in TypoScriptParser
- Resolves: #97465
Releases: main, 11.5
Change-Id: Iae6db28b4af2dcdbc1826f14fd0967415a81a341
Reviewed-on: https://revie... - 19:40 Revision 1eccb6ac: [BUGFIX] Fix undefined array key warning in TcaInline
- Resolves: #97461
Releases: main, 11.5
Change-Id: I4c16d9546bd878bb84d2457e2a706829d8232e7c
Reviewed-on: https://revie... - 19:30 Bug #97467 (Resolved): Sorting does no longer work in combination with pagination in FileList
- Applied in changeset commit:b1afbe52c417c1388fd6a266f474ee0ec82923da.
- 19:23 Bug #97467: Sorting does no longer work in combination with pagination in FileList
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:19 Bug #97467: Sorting does no longer work in combination with pagination in FileList
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:08 Bug #97467 (Under Review): Sorting does no longer work in combination with pagination in FileList
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:56 Bug #97467 (Closed): Sorting does no longer work in combination with pagination in FileList
- 19:30 Bug #97463 (Resolved): Administration Log increased with Warnings form EmailFinisher.php -L337
- Applied in changeset commit:fd6e5e038013709cd1121fc10378f11a3b0b6651.
- 19:24 Bug #97463: Administration Log increased with Warnings form EmailFinisher.php -L337
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:00 Bug #97463 (Under Review): Administration Log increased with Warnings form EmailFinisher.php -L337
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:24 Revision fd6e5e03: [BUGFIX] Check parsed option in EmailFinisher
- To prevent PHP warnings for passing invalid
arguments to "foreach", the parsed option
is now checked to be a non empt... - 19:23 Revision b1afbe52: [BUGFIX] Handle sorting of paginated FileList properly
- Since #97443 it's finally possible to sort by
all the metadata fields, available since the
introduction of the column... - 19:23 Revision d6782a1d: [BUGFIX] Avoid unreliable 'rowCount()' in RedirectRepository
- rowCount() on result sets for SELECT queries are not reliable
across all dbmns, which doctrine/dbal comments in the d... - 19:23 Bug #97469: PageCopy with nested ContentElements(GridElements) l10n_source is set to uid of translated Element of old page
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:17 Bug #97469 (Under Review): PageCopy with nested ContentElements(GridElements) l10n_source is set to uid of translated Element of old page
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:03 Bug #97469 (Under Review): PageCopy with nested ContentElements(GridElements) l10n_source is set to uid of translated Element of old page
- Preconditions:
The TYPO3 10.x installation is set up as multilang installation.
The source page uses an indent cont... - 19:22 Revision 032461e7: [DOCS] Fix ImageUpload YAML code
- Releases: main, 11.5
Resolves: #97436
Change-Id: I341d8650a5411f3c102948a3f659194574d97749
Reviewed-on: https://revie... - 18:40 Bug #97414 (Resolved): Fix the generics annotations for ObjectManager
- Applied in changeset commit:f0c72fb1e62a734eea01c0bf99243c89a847e8ff.
- 18:34 Revision f0c72fb1: [BUGFIX] Fix the generics annotations of ObjectManager
- For generics, we explicitly need to state that a type is
an object.
Resolves: #97414
Releases: 11.5
Change-Id: Ia90b... - 15:20 Task #97435: Properly deprecate the check for the SiteLanguageAwareTrait
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:30 Task #97435: Properly deprecate the check for the SiteLanguageAwareTrait
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:11 Task #97458: Resolve "Right side of && is always true" in PHPstan
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:46 Bug #97468: RouteEnhancer ignores db tables when slug option "unique" is used
- Bastian Bringenberg wrote in #note-1:
> Moved Project.
> Guessed TYPO3 Version.
Yes the TYPO3 version in use is ... - 12:38 Bug #97468: RouteEnhancer ignores db tables when slug option "unique" is used
- Moved Project.
Guessed TYPO3 Version. - 12:37 Bug #97468 (New): RouteEnhancer ignores db tables when slug option "unique" is used
- Hey,
it seems that there is a problem with the "unique" slug option and RouteEnhancers when different db tables us... - 11:48 Revision 1a72530b: [BUGFIX] Fix the generics annotations of makeInstance
- For generics, we explicitly need to state that a type is
an object.
Resolves: #97413
Releases: main, 11.5
Change-Id:... - 11:40 Bug #97413 (Resolved): Fix the generics annotations of makeInstance
- Applied in changeset commit:ba8b7632e5f664f0217b59788ae356ddde7730ea.
- 11:35 Bug #97413: Fix the generics annotations of makeInstance
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:34 Revision ba8b7632: [BUGFIX] Fix the generics annotations of makeInstance
- For generics, we explicitly need to state that a type is
an object.
Resolves: #97413
Releases: main, 11.5
Change-Id:... - 11:30 Task #97464 (Resolved): Add runTest.sh support for newer MariaDB and PostgreSQL versions
- Applied in changeset commit:f3ce89740fb62c628c3be85fee11ab3580cc85f6.
- 11:13 Task #97464 (Under Review): Add runTest.sh support for newer MariaDB and PostgreSQL versions
- Patch set 3 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:56 Task #97464 (Resolved): Add runTest.sh support for newer MariaDB and PostgreSQL versions
- Applied in changeset commit:b851f3ea312eb8931f2f038026527eb9de92ff75.
- 10:55 Task #97464: Add runTest.sh support for newer MariaDB and PostgreSQL versions
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:51 Task #97464: Add runTest.sh support for newer MariaDB and PostgreSQL versions
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:24 Revision f3ce8974: [TASK] Add runTest.sh support for more MariaDB and PostgreSQL versions
- New versions for MariaDB and PostgreSQL has been released
in the meanwhile, which falls into the supported range.
Al... - 10:50 Revision b851f3ea: [TASK] Add runTest.sh support for more MariaDB and PostgreSQL versions
- New versions for MariaDB and PostgreSQL has been released
in the meanwhile, which falls into the supported range.
Al... - 09:22 Bug #97466 (Under Review): Adding an image with filelist won't work
- Hi there,
i tried to replace a referenced image with the file-list and the js doesn't respond with the recent TYPO... - 09:04 Bug #97431: Not usable without email address anymore
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:41 Feature #97320: Automatically register reports and status via service configuration
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a...
2022-04-24
- 22:21 Bug #95269 (Closed): Page-tree-width expands to 100% in firefox after changing screens
- @Nicolai Schirawski Thank you for your reply!
Closed in agreement with the reporter.
If you think that this is ... - 21:37 Task #97464: Add runTest.sh support for newer MariaDB and PostgreSQL versions
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:33 Task #97464 (Under Review): Add runTest.sh support for newer MariaDB and PostgreSQL versions
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:09 Task #97464 (Closed): Add runTest.sh support for newer MariaDB and PostgreSQL versions
- 21:05 Task #97355: Add runTest.sh -s clean to remove build related files
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:32 Task #97256: Raise testing-framework to directly use InternalRequest
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:31 Task #97256: Raise testing-framework to directly use InternalRequest
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:29 Task #97462: Remove MSSQL supportive code
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:45 Task #97462: Remove MSSQL supportive code
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:40 Task #97462: Remove MSSQL supportive code
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:31 Task #97462: Remove MSSQL supportive code
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:27 Task #97462: Remove MSSQL supportive code
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:43 Task #97462: Remove MSSQL supportive code
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:34 Task #97462: Remove MSSQL supportive code
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:33 Task #97462: Remove MSSQL supportive code
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:32 Task #97462 (Under Review): Remove MSSQL supportive code
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:31 Task #97462 (Closed): Remove MSSQL supportive code
- Core requirements have been changed and publicly announced with:
https://typo3.org/article/new-system-requirements-f... - 18:03 Bug #97463 (Closed): Administration Log increased with Warnings form EmailFinisher.php -L337
The Administration Log gets entries like:
Core: Error handler (FE): PHP Warning: Invalid argument supplied for f...- 18:01 Feature #97459: Register custom field evaluations via DI
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:32 Feature #97459: Register custom field evaluations via DI
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:50 Task #97411 (Resolved): Align SystemEnvironment checks to changed requirements
- Applied in changeset commit:8c1cf639a18edaf9a98d5943f56da66b7d2510a0.
- 16:44 Revision 8c1cf639: [TASK] Align SystemEnvironment checks to changed requirements
- Core requirements have been changed and publicly announced with:
https://typo3.org/article/new-system-requirements-fo... - 14:05 Bug #97447: Adopt sqlite autoincrement detection for schema parsing
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 11:48 Bug #97447: Adopt sqlite autoincrement detection for schema parsing
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:18 Feature #97320: Automatically register reports and status via service configuration
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 07:33 Feature #97320: Automatically register reports and status via service configuration
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a...
2022-04-23
- 22:22 Bug #97447: Adopt sqlite autoincrement detection for schema parsing
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:20 Bug #97447: Adopt sqlite autoincrement detection for schema parsing
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:14 Bug #97447: Adopt sqlite autoincrement detection for schema parsing
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:55 Bug #97447: Adopt sqlite autoincrement detection for schema parsing
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:31 Bug #95379: Make file paths absolute in GIFBUILDER
- Patch set 5 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:23 Bug #95379: Make file paths absolute in GIFBUILDER
- Patch set 4 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:46 Bug #95379: Make file paths absolute in GIFBUILDER
- Patch set 3 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:25 Bug #95379: Make file paths absolute in GIFBUILDER
- Patch set 2 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:16 Bug #95379: Make file paths absolute in GIFBUILDER
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:40 Task #97437 (Resolved): Exception for broken upgrade wizard identifier should mention identifier
- Applied in changeset commit:96f2c37b514d54437af01be5db322db471f8e81c.
- 17:38 Task #97437: Exception for broken upgrade wizard identifier should mention identifier
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:37 Revision 96f2c37b: [BUGFIX] Name invalid identifier in UpgradeWizard exception
- An exception will be raised, if an upgrade wizard identifier
returned by "UpgradeWizardInterface::getIdentifier()" is... - 16:52 Bug #97461 (Closed): PHP Warning: Undefined array key "transOrigPointerField"
- Hi,
I've got some weird issues when I open a translated record that has a mix of translatable and non translatabl... - 16:05 Task #97411: Align SystemEnvironment checks to changed requirements
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:23 Bug #97460 (Under Review): Avoid unreliable 'rowCount()' in IndexSearchRepository
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:20 Bug #97460 (Closed): Avoid unreliable 'rowCount()' in IndexSearchRepository
- 12:58 Feature #97459: Register custom field evaluations via DI
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:20 Feature #97459: Register custom field evaluations via DI
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:59 Feature #97459: Register custom field evaluations via DI
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:50 Feature #97459: Register custom field evaluations via DI
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:24 Feature #97459: Register custom field evaluations via DI
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 01:01 Feature #97459 (Under Review): Register custom field evaluations via DI
- 01:00 Feature #97459 (New): Register custom field evaluations via DI
- 00:57 Feature #97459 (Under Review): Register custom field evaluations via DI
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 00:07 Feature #97459 (Under Review): Register custom field evaluations via DI
- The ugly registration of custom field evaluations has to be replaced.
https://docs.typo3.org/m/typo3/reference-tca/1... - 11:04 Task #97444: Add unit tests for mailto_makelinks
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a...
2022-04-22
- 23:05 Bug #95379: Make file paths absolute in GIFBUILDER
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 23:01 Task #97458 (Under Review): Resolve "Right side of && is always true" in PHPstan
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:56 Task #97458 (Closed): Resolve "Right side of && is always true" in PHPstan
- Most of these can be fixed by addressing the code in question.
- 22:38 Task #97444: Add unit tests for mailto_makelinks
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:20 Task #97444: Add unit tests for mailto_makelinks
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:15 Bug #97457 (Resolved): Use proper LinkFactory setup for newly added unit tests
- Applied in changeset commit:fe2e2cc0c6fcb05872a7f8c13792d736a6d85ab5.
- 21:52 Bug #97457: Use proper LinkFactory setup for newly added unit tests
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:41 Bug #97457 (Under Review): Use proper LinkFactory setup for newly added unit tests
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:39 Bug #97457 (Closed): Use proper LinkFactory setup for newly added unit tests
- 22:08 Revision fe2e2cc0: [BUGFIX] Use proper LinkFactory setup for newly added unit tests
- Patch #97303 has been merged without a rebase, having green
core ci and enough votes. Sadly, quite a little beforehan... - 21:25 Task #97438 (Resolved): Favor new string functions over strpos
- Applied in changeset commit:7fb01f1ed7aa5dda6b61bcb104213d111fe856ad.
- 18:34 Task #97438: Favor new string functions over strpos
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:19 Revision 7fb01f1e: [TASK] Switch specific strpos() usages with equivalent string methods
- Due to a former lack of missing proper functions to
check for strings starting, ending or containing
sub-strings, wor... - 20:49 Bug #97303 (Under Review): ContentObjectRenderer http_makelinks replace https URLs with http URLs
- Patch set 2 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:40 Bug #97303 (Resolved): ContentObjectRenderer http_makelinks replace https URLs with http URLs
- Applied in changeset commit:23c553784ecccdfb58e1aca160dc546a2535d0e7.
- 20:21 Bug #97303: ContentObjectRenderer http_makelinks replace https URLs with http URLs
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:11 Bug #97303 (Under Review): ContentObjectRenderer http_makelinks replace https URLs with http URLs
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:45 Bug #97303 (Resolved): ContentObjectRenderer http_makelinks replace https URLs with http URLs
- Applied in changeset commit:0a757e066fe15879a178b4eef64e7100cc7776be.
- 19:44 Bug #97303: ContentObjectRenderer http_makelinks replace https URLs with http URLs
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:05 Bug #97303: ContentObjectRenderer http_makelinks replace https URLs with http URLs
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:02 Bug #97303: ContentObjectRenderer http_makelinks replace https URLs with http URLs
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:34 Revision 23c55378: [BUGFIX] Keep schema in http_makelinks
- Add schema again to typolink configuration parameter
before create typolink
Resolves: #97303
Releases: main, 11.5, 1... - 20:27 Task #97456 (Under Review): Resolve "Expression on left side of ?? is not nullable" in PHPstan
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:26 Task #97456 (Closed): Resolve "Expression on left side of ?? is not nullable" in PHPstan
- There are 20-something instances in the baseline file of "Expression on the left side of ?? is not nullable", which a...
- 19:42 Revision 0a757e06: [BUGFIX] Keep schema in http_makelinks
- Add schema again to typolink configuration parameter
before create typolink
Resolves: #97303
Releases: main, 11.5, 1... - 19:38 Bug #97447: Adopt sqlite autoincrement detection for schema parsing
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:00 Bug #97447 (Under Review): Adopt sqlite autoincrement detection for schema parsing
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:59 Bug #97447 (Closed): Adopt sqlite autoincrement detection for schema parsing
- 19:31 Task #97435: Properly deprecate the check for the SiteLanguageAwareTrait
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:18 Task #97435: Properly deprecate the check for the SiteLanguageAwareTrait
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:54 Task #97437: Exception for broken upgrade wizard identifier should mention identifier
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:45 Task #97437: Exception for broken upgrade wizard identifier should mention identifier
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:46 Feature #97255: Media queries for fsc
- That’s an option editors don’t have to choose ;)
But e.g. 3 images in one or two columns on the right side might be ... - 11:40 Feature #97255: Media queries for fsc
- because the content elements itself don't fit the needs editors need and how this can be properly integrated. configu...
- 18:09 Task #97411: Align SystemEnvironment checks to changed requirements
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:50 Bug #97455 (Resolved): Avoid unreliable doctrine/dbal 'rowCount()' in RedirectRepository
- Applied in changeset commit:033709264fb489a83a005d0736ace3fa7a2753c3.
- 17:47 Bug #97455: Avoid unreliable doctrine/dbal 'rowCount()' in RedirectRepository
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:54 Bug #97455: Avoid unreliable doctrine/dbal 'rowCount()' in RedirectRepository
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:36 Bug #97455: Avoid unreliable doctrine/dbal 'rowCount()' in RedirectRepository
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:23 Bug #97455: Avoid unreliable doctrine/dbal 'rowCount()' in RedirectRepository
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:22 Bug #97455 (Under Review): Avoid unreliable doctrine/dbal 'rowCount()' in RedirectRepository
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:20 Bug #97455 (Closed): Avoid unreliable doctrine/dbal 'rowCount()' in RedirectRepository
- rowCount() on result sets for SELECT queries are not reliable
accross all dbmns, which doctrine/dbal comments in the... - 17:50 Task #97412 (Resolved): Add types to internal indexed_search code
- Applied in changeset commit:c70f284b9ef0e1b5950f17a958a8c4d323da0c07.
- 17:24 Task #97412: Add types to internal indexed_search code
- Patch set 12 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 14:24 Task #97412: Add types to internal indexed_search code
- Patch set 11 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 17:48 Revision c70f284b: [TASK] Add types to internal indexed_search code
- As a first part of restructuring indexed search,
this patch reduces some public methods to protected
if they are only... - 17:47 Revision 03370926: [BUGFIX] Avoid unreliable 'rowCount()' in RedirectRepository
- rowCount() on result sets for SELECT queries are not reliable
across all dbmns, which doctrine/dbal comments in the d... - 16:55 Feature #96641 (Resolved): Move typolink into its own class
- Applied in changeset commit:4f7c4d1cc240071b38144e8f1d42cc62cdaedbe6.
- 16:23 Feature #96641: Move typolink into its own class
- Patch set 38 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 12:09 Feature #96641: Move typolink into its own class
- Patch set 37 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 12:06 Feature #96641: Move typolink into its own class
- Patch set 36 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 11:22 Feature #96641: Move typolink into its own class
- Patch set 35 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 11:17 Feature #96641: Move typolink into its own class
- Patch set 34 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 16:55 Task #92029 (Resolved): Configurable target for cross-site typolinks
- Applied in changeset commit:4f7c4d1cc240071b38144e8f1d42cc62cdaedbe6.
- 16:23 Task #92029 (Under Review): Configurable target for cross-site typolinks
- Patch set 38 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 16:52 Revision 4f7c4d1c: [!!!][FEATURE] Introduce dedicated class to create typolinks with unified Event
- This change moves all "typolink" functionality
from cObj->typolink into a custom "LinkFactory"
class which then calls... - 16:43 Feature #96939: Introduce CSS variables for FSC styling options
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:36 Feature #97454 (Closed): Replace hook in Link Browsers
- $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['LinkBrowser']['hooks']
- 14:34 Task #97453 (Closed): Replace hooks with Events in TemplateService
- * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tstemplate.php']['includeStaticTypoScriptSources']
* ... - 14:33 Feature #97452 (Closed): Replace hooks in EditFileController
- * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/file_edit.php']['preOutputProcessingHook']
* $GLOBALS['TYPO3_CONF... - 14:31 Feature #97451 (Closed): Replace hooks in BackendController
- Provider an Event for
* renderPostProcess
* renderPreProcess
and remove the others
* constructPostProcess
* m... - 14:26 Task #97450 (Closed): Replace $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['workspaces']['modifyDifferenceArray'] with PSR-14 event
- 14:23 Feature #97449 (Closed): Replace hooks in FlexForm tools with PSR-14 Events
- 14:10 Task #97436 (Resolved): [DOCS] Fix ImageUpload YAML code
- Applied in changeset commit:de24cfbe25fb968fc74ae3f80af88aa43d192892.
- 14:06 Task #97436: [DOCS] Fix ImageUpload YAML code
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:07 Task #97436: [DOCS] Fix ImageUpload YAML code
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:06 Revision de24cfbe: [DOCS] Fix ImageUpload YAML code
- Releases: main, 11.5
Resolves: #97436
Change-Id: I341d8650a5411f3c102948a3f659194574d97749
Reviewed-on: https://revie... - 13:30 Bug #97448 (Closed): JavaScript from TCA Inline Elements not loaded when fetched dynamically
- I've stumbled on a bug in the TYPO3 backend which was probably introduced when parts of the backend where refactored ...
- 13:27 Revision ff13b6fe: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/322 from sbuerk/indexed-search-1
- [BUGFIX] styleguide: Include TypoScript constants of indexed_search in frontend site configuration (main)
- 11:50 Task #97378 (Resolved): Native types for PathUtility
- Applied in changeset commit:c2fe6511ebd6c25311bdab9c8eb9f0852ef435d2.
- 11:48 Revision c2fe6511: [!!!][TASK] Add native types to PathUtility
- I also changed the default value for pathinfo()'s $options
argument to match that of PHP's pathinfo(), as that elimin... - 11:44 Bug #97153 (Accepted): When editing an element via the list of file references, it is not possible to add images
- 11:39 Feature #97284 (Closed): Commands out of sync; you can't run this command now
- I am closing this as this is more an issue of configuration of mariadb
- 11:35 Bug #97360 (Accepted): PageTree does not reflect Navigation state
- 10:18 Bug #97446 (Closed): VimeoHelper and VimeoRenderer build wrong URLs
- In Vimeo you can copy a link to a video in two different (relevant) ways:
*Copy Video Link* returns scheme ... - 10:15 Bug #97443 (Resolved): Can not sort by file metadata fields in FileList
- Applied in changeset commit:5d3e6abbd89dde8a611af78f70b2674d18a6b1ec.
- 09:55 Bug #97443 (Under Review): Can not sort by file metadata fields in FileList
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:50 Bug #97443 (Resolved): Can not sort by file metadata fields in FileList
- Applied in changeset commit:02b4094a4a81d71588c81627f887bbbc1589a93c.
- 10:10 Revision 5d3e6abb: [BUGFIX] Fix sorting of file properties in FileList
- Since the introduction of the column selector to the
FileList (#96959), it had been possible to sort by
all those sel... - 09:57 Revision 30d21647: [BUGFIX] styleguide: Include TypoScript constants of indexed_search in frontend site configuration
- ext:styleguide provides the ability to create a frontend page tree
with proper site configuration. Because of include... - 09:47 Revision 02b4094a: [BUGFIX] Fix sorting of file properties in FileList
- Since the introduction of the column selector to the
FileList (#96959), it had been possible to sort by
all those sel... - 09:38 Task #72037: Truncate indexed_search tables before indexing with crawler
- About the solution: "Which leads us back to square 1: TRUNCATE the tables automatically just before indexing them ane...
- 09:11 Task #72037: Truncate indexed_search tables before indexing with crawler
- Thank you @Sven Teuber for the explanation of your workaround and the Command-code.
For my use case I removed the ... - 09:33 Bug #87887: "disablePrependAtCopy" does not work properly in combination with "allowLanguageSynchronization"
- I'm able to confirm this for TYPO3 10.4.27 with the pages.media field.
- 05:53 Feature #97445 (Rejected): Add meta name="thumbnail"
- Hi!
Maybe it would be usefull to add a field for meta name="thumbnail" in the page properties (like og:image).
Ou...
2022-04-21
- 22:26 Task #97437: Exception for broken upgrade wizard identifier should mention identifier
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:13 Task #97437: Exception for broken upgrade wizard identifier should mention identifier
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:00 Task #97244 (Resolved): Deprecate CompositeExpression and ExpressionBuilder methods
- Applied in changeset commit:d760edcc6d6ebe5b114641b4ceffe9f909f744ca.
- 19:04 Task #97244: Deprecate CompositeExpression and ExpressionBuilder methods
- Patch set 30 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 18:45 Task #97244: Deprecate CompositeExpression and ExpressionBuilder methods
- Patch set 29 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 21:56 Revision d760edcc: [TASK] Deprecate CompositeExpression methods and instantiation
- doctrine/dbal has deprecated multiple methods in the
class 'CompositeExpression'. Luckily, the core
already implement... - 21:37 Task #97444: Add unit tests for mailto_makelinks
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:36 Task #97444: Add unit tests for mailto_makelinks
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:24 Task #97444: Add unit tests for mailto_makelinks
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:23 Task #97444 (Under Review): Add unit tests for mailto_makelinks
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:58 Task #97444 (Closed): Add unit tests for mailto_makelinks
- 20:30 Task #97433 (Resolved): Refactor FormEngine TextElement
- Applied in changeset commit:2127e47835cba1523e9d4a4577f9730f8a4a892d.
- 20:25 Revision 2127e478: [TASK] Refactor FormEngine TextElement
- Some improvements, based on latest <input>
element patches, are now added to the related
TextElement as well. Those a... - 20:22 Bug #97434 (Needs Feedback): Forms: Two content elements created
- Hi, thanks for creating an issue. Is this always reproducible or does this only occur one in a while? If this is alwa...
- 20:07 Bug #97440 (Accepted): Search in selectMultipleSideBySide not working in Safari
- Can confirm (also in main). It seems like Safari does not allow to "hide" options. Since #91911, the options are no l...
- 11:31 Bug #97440 (Accepted): Search in selectMultipleSideBySide not working in Safari
- When entering a search term into the right box of a @selectMultipleSideBySide@ field, nothing happens if you are usin...
- 18:35 Bug #91148: Display human readable diff on flexform changes
- Patch set 14 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 17:11 Task #97438: Favor new string functions over strpos
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:05 Task #97438: Favor new string functions over strpos
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:28 Task #97438: Favor new string functions over strpos
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:15 Bug #96796 (Under Review): Wrong addition to title in SearchController
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:15 Bug #96795 (Under Review): Localization Labels used in wrong order in SearchController
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:50 Revision 5a147005: [BUGFIX] Prevent undefined index warning in FileListController
- Releases: main, 11.5
Resolves: #97439
Change-Id: Ie15cfb26b99737896505ad02c6f4a6c67092cf82
Reviewed-on: https://revie... - 15:45 Bug #97443: Can not sort by file metadata fields in FileList
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:43 Bug #97443 (Under Review): Can not sort by file metadata fields in FileList
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:38 Bug #97443 (Closed): Can not sort by file metadata fields in FileList
- 15:25 Bug #97303: ContentObjectRenderer http_makelinks replace https URLs with http URLs
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:52 Bug #97303: ContentObjectRenderer http_makelinks replace https URLs with http URLs
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:08 Bug #97442 (Closed): Icon form Backend Layout Record are broken in Sidesettings
- The backend layout icon is broken when the backend layout is defined by record.
- 14:55 Task #97439 (Resolved): [BUGFIX] prevent undefined index warning
- Applied in changeset commit:fc0623875e37a621a368af27b7de6fbc641af7bf.
- 14:50 Task #97439: [BUGFIX] prevent undefined index warning
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:03 Task #97439: [BUGFIX] prevent undefined index warning
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:06 Task #97439: [BUGFIX] prevent undefined index warning
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:55 Task #97439 (Under Review): [BUGFIX] prevent undefined index warning
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:55 Task #97439 (Closed): [BUGFIX] prevent undefined index warning
This issue was automatically created from https://github.com/TYPO3/typo3/pull/373- 14:50 Revision fc062387: [BUGFIX] Prevent undefined index warning in FileListController
- Releases: main, 11.5
Resolves: #97439
Change-Id: Ie15cfb26b99737896505ad02c6f4a6c67092cf82
Reviewed-on: https://revie... - 14:35 Feature #97441 (New): Make file list and elementbrowser work with categories
- *Filter and tools for bulk adding categories to files*
Tagging files with sys_category could be a strong tool to o... - 12:35 Task #97381 (Resolved): Native types for RootlineUtility
- Applied in changeset commit:91462d7bccf3325870a04fba9d5ae4904c4219fe.
- 12:31 Revision 91462d7b: [!!!][TASK] Add native types to RootlineUtility
- Resolves: #97381
Related: #97210
Related: #97372
Releases: main
Change-Id: I23218d6c42ed89b466a35eb9fc4c8870534893ea
... - 11:20 Bug #97431: Not usable without email address anymore
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:52 Bug #97431 (Under Review): Not usable without email address anymore
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:54 Bug #92409: Regression with Save and Preview Button
- Ah, ok the hen egg problem could be fixed using...
- 09:38 Bug #92409: Regression with Save and Preview Button
- Stumbled over this issue upgrading a project from v8 to v10.
IMO using the previewPageId instead of the current pa... - 09:28 Bug #92777: TCA l10n_mode exclude (as well as allow language syncronisation bahviour) and bidirectional MM relations cause Extbase to use uidLocalized instead of UID from foreign side
- Additional Link: https://decisions.typo3.org/t/inconsistent-behaviour-on-language-handling-with-l10n-mode-exclude-on-...
- 09:09 Bug #92777: TCA l10n_mode exclude (as well as allow language syncronisation bahviour) and bidirectional MM relations cause Extbase to use uidLocalized instead of UID from foreign side
- MM_oppositeUsage has no effect
- 08:11 Bug #95269: Page-tree-width expands to 100% in firefox after changing screens
- I just checked it with firefox 99, and everything works ok.
For me, you could close the ticket. - 07:33 Bug #91755: The page tree in the backend can't be scrolled on an iPad
- I still can't scroll the pagetree of TYPO3 11 in Google Chrome with activated iPad mode in Dev Tools. Further I can't...
- 07:24 Task #90143: Redirects: Poor performance of redirect matching for large redirects table
- Patch set 17 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ...
2022-04-20
- 22:47 Feature #96641: Move typolink into its own class
- Patch set 33 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 21:24 Feature #96641: Move typolink into its own class
- Patch set 32 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 14:13 Feature #96641: Move typolink into its own class
- Patch set 31 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 11:52 Feature #96641: Move typolink into its own class
- Patch set 30 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 11:46 Feature #96641: Move typolink into its own class
- Patch set 29 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 11:32 Feature #96641: Move typolink into its own class
- Patch set 28 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 09:51 Feature #96641: Move typolink into its own class
- Patch set 27 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 08:46 Feature #96641: Move typolink into its own class
- Patch set 26 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 21:40 Bug #97153: When editing an element via the list of file references, it is not possible to add images
- Hi Sybille,
I confirm this issue, check out screencast attached. - 21:18 Task #97438 (Under Review): Favor new string functions over strpos
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:11 Task #97438 (Closed): Favor new string functions over strpos
- PHP 8 gives us the new str_starts_with(), str_ends_with(), and str_contains(), which can replace most strpos() usages...
- 20:49 Task #97437: Exception for broken upgrade wizard identifier should mention identifier
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:47 Task #97437: Exception for broken upgrade wizard identifier should mention identifier
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:36 Task #97437 (Under Review): Exception for broken upgrade wizard identifier should mention identifier
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:11 Task #97437 (Closed): Exception for broken upgrade wizard identifier should mention identifier
- Exception 1502721731 will be raised if an upgrade wizard identifier returned by @MyWizard::getIdentifier()@ won't use...
- 20:34 Revision d5a0aec6: [TASK] Additionally removes dangling docker volumes with runTests.sh -u
- Over time dangling local anonymous docker volumes
pollutes local docker environments and consuming
space on core cont... - 20:34 Revision 2ebabf7a: [TASK] Additionally removes dangling docker volumes with runTests.sh -u
- Over time dangling local anonymous docker volumes
pollutes local docker environments and consuming
space on core cont... - 20:20 Revision 447c7e70: [BUGFIX] Reference labels to input fields in ext:setup
- Input fields in ext:setup currently use the `aria-labelledby`
property with references to a non existing labels. In o... - 20:20 Task #97361 (Resolved): Additionally removes dangling docker volumes with runTests.sh -u
- Applied in changeset commit:04bdbd2b3518cc6a7d07cc3b56fe9ffcc691bbe1.
- 20:18 Task #97361: Additionally removes dangling docker volumes with runTests.sh -u
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:18 Task #97361: Additionally removes dangling docker volumes with runTests.sh -u
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:48 Task #97361: Additionally removes dangling docker volumes with runTests.sh -u
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:47 Task #97361: Additionally removes dangling docker volumes with runTests.sh -u
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:41 Task #97361: Additionally removes dangling docker volumes with runTests.sh -u
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:18 Revision 04bdbd2b: [TASK] Additionally removes dangling docker volumes with runTests.sh -u
- Over time dangling local anonymous docker volumes
pollutes local docker environments and consuming
space on core cont... - 20:05 Bug #97371 (Resolved): Labels not associated with input fields in ext:setup
- Applied in changeset commit:cdce612b774d748c187bffddbe856157e9db7aa6.
- 20:01 Bug #97371: Labels not associated with input fields in ext:setup
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:58 Bug #97371: Labels not associated with input fields in ext:setup
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:01 Revision cdce612b: [BUGFIX] Reference labels to input fields in ext:setup
- Input fields in ext:setup currently use the `aria-labelledby`
property with references to a non existing labels. In o... - 19:43 Bug #97417: ObjectStorage::current and ::getInfo crash on empty storages
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:38 Bug #83581: Logical error while checking validity of a shortcut
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:56 Revision cd53c3e9: [BUGFIX] Avoid undefined array key warnings in ImageContentObject
- The key "originalFile" might be unset. It must be
accessed using null coalescing operator just like
some lines above.... - 14:41 Bug #97430 (Resolved): Undefined array key "originalFile" in ImageContentObject
- Applied in changeset commit:6963edadb278e6f39f00d52725aa042d3b5bdf21.
- 14:34 Bug #97430: Undefined array key "originalFile" in ImageContentObject
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 00:08 Bug #97430: Undefined array key "originalFile" in ImageContentObject
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:37 Bug #95379: Make file paths absolute in GIFBUILDER
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 14:34 Revision 6963edad: [BUGFIX] Avoid undefined array key warnings in ImageContentObject
- The key "originalFile" might be unset. It must be
accessed using null coalescing operator just like
some lines above.... - 14:20 Task #97435: Properly deprecate the check for the SiteLanguageAwareTrait
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:23 Task #97435 (Under Review): Properly deprecate the check for the SiteLanguageAwareTrait
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:04 Task #97435 (Closed): Properly deprecate the check for the SiteLanguageAwareTrait
- In the change for #87380, it was recommended to use the SiteLanguageAwareInterface instead of the SiteLanguageAwareTr...
- 14:20 Task #97436 (Under Review): [DOCS] Fix ImageUpload YAML code
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:20 Task #97436 (Closed): [DOCS] Fix ImageUpload YAML code
This issue was automatically created from https://github.com/TYPO3/typo3/pull/372- 11:45 Task #97432 (Resolved): Drop typo3/phar-stream-wrapper due to improved handling in PHP
- Applied in changeset commit:14cbf0f76778a0253d347fd847d6cfc1d8e709f1.
- 07:36 Task #97432: Drop typo3/phar-stream-wrapper due to improved handling in PHP
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:40 Revision 14cbf0f7: [TASK] Drop typo3/phar-stream-wrapper due to improved handling in PHP
- PHP 8.0 finally dropped automatic deserialization of Phar metadata
(see https://wiki.php.net/rfc/phar_stop_autoloadin... - 11:30 Bug #97434 (Closed): Forms: Two content elements created
- Hello,
if I add a new form content element to a page and save it, two elements are created (instead of one). - 11:22 Bug #63821: HTTP header status 200 should be 304 when cached page not modified
- I planed, but never did. Freed up the assignment, thanks for questioning.
- 11:04 Bug #63821: HTTP header status 200 should be 304 when cached page not modified
- @ Daniel Siepmann: You have assigned this issue to yourself, will you work on this?
- 10:55 Task #97408: Improve the type annotations of ImageInfo & friends
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:58 Bug #84541: Uncaught TYPO3 Exception in indexed_search: duplicate key (hash) error
- @Florian Thanks for the information. I was not aware of the changelog. Perhaps that might be helpful to add that to t...
- 08:47 Task #97433: Refactor FormEngine TextElement
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:03 Task #97433: Refactor FormEngine TextElement
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:30 Bug #97415 (Accepted): Make the generics for ObjectStorage more specific
- 08:30 Task #97416 (Accepted): Improve the type annotations of (Lazy)ObjectStorage
- 08:30 Epic #97419 (Accepted): Reduce PHPStan warnings in workspaces
- 07:10 Task #97306: Refresh Pagemodule
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 07:10 Task #95247: Button to delete content elements is as prominent as often-used actions
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 00:56 Task #97411: Align SystemEnvironment checks to changed requirements
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 00:55 Task #97412: Add types to internal indexed_search code
- Patch set 10 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 00:53 Task #97244: Deprecate CompositeExpression and ExpressionBuilder methods
- Patch set 28 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ...
2022-04-19
- 22:46 Task #97433 (Under Review): Refactor FormEngine TextElement
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:44 Task #97433 (Closed): Refactor FormEngine TextElement
- 22:08 Feature #96641: Move typolink into its own class
- Patch set 25 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 21:51 Feature #96641: Move typolink into its own class
- Patch set 24 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 21:07 Feature #96641: Move typolink into its own class
- Patch set 23 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 21:02 Feature #96641: Move typolink into its own class
- Patch set 22 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 20:30 Feature #96641: Move typolink into its own class
- Patch set 21 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 20:29 Feature #96641: Move typolink into its own class
- Patch set 20 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 11:05 Feature #96641: Move typolink into its own class
- Patch set 19 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 20:39 Bug #83581: Logical error while checking validity of a shortcut
- I discussed this issue with Mathias a bit, and went code diving. We think there is a valid argument to having the sh...
- 20:33 Bug #83581: Logical error while checking validity of a shortcut
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:00 Bug #83581: Logical error while checking validity of a shortcut
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:35 Bug #83581 (Under Review): Logical error while checking validity of a shortcut
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:22 Task #97432: Drop typo3/phar-stream-wrapper due to improved handling in PHP
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:09 Task #97432 (Under Review): Drop typo3/phar-stream-wrapper due to improved handling in PHP
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:55 Task #97432 (Closed): Drop typo3/phar-stream-wrapper due to improved handling in PHP
- PHP 8.0 finally dropped automatic deserialization of Phar metadata
(see https://wiki.php.net/rfc/phar_stop_autoloadi... - 19:00 Feature #97367 (Resolved): Auto creation of database fields for TCA "datetime"
- Applied in changeset commit:d4903efe3472744b70f4e4c4258870ea666fa92e.
- 13:06 Feature #97367: Auto creation of database fields for TCA "datetime"
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:48 Feature #97367: Auto creation of database fields for TCA "datetime"
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:54 Revision d4903efe: [FEATURE] Auto creation of database fields for TCA "datetime"
- To further support extension authors, the DefaultTcaSchema
is extended to automatically create database fields for
TC... - 18:04 Bug #97371 (Under Review): Labels not associated with input fields in ext:setup
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:13 Task #97306: Refresh Pagemodule
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:47 Task #97306: Refresh Pagemodule
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:13 Task #95247: Button to delete content elements is as prominent as often-used actions
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:47 Task #95247: Button to delete content elements is as prominent as often-used actions
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 15:59 Task #97207: PHP 8.1 types for CsvUtility
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:17 Bug #97431 (Closed): Not usable without email address anymore
- Hi there,
we're currently upgrading from TYPO3 CMS 10 to 11.
Apparently @Ext:linkvalidator@ can not be used wit... - 13:30 Bug #97430 (Under Review): Undefined array key "originalFile" in ImageContentObject
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:26 Bug #97430 (Closed): Undefined array key "originalFile" in ImageContentObject
- Found this through suddenly failing tests in https://review.typo3.org/c/Packages/TYPO3.CMS/+/73932
- 12:35 Feature #92861: Introduce "minlength" to input fields
- Patch set 30 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 12:26 Bug #84541: Uncaught TYPO3 Exception in indexed_search: duplicate key (hash) error
- h3. Possible Workaround for MySQL
With https://docs.typo3.org/c/typo3/cms-core/10.4/en-us/Changelog/8.4/Breaking-7... - 12:19 Bug #95379: Make file paths absolute in GIFBUILDER
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:00 Task #97429 (Resolved): Update minimum php version in for v11
- Applied in changeset commit:af866543c12a2bbea4b1b0b3a01e9986691c3be9.
- 10:26 Task #97429 (Under Review): Update minimum php version in for v11
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:25 Task #97429 (Closed): Update minimum php version in for v11
- Install tool php version check currently assumes 7.2.0 as the minimum PHP version, however it's 7.4.0, see https://ge...
- 10:54 Revision af866543: [TASK] Update minimum PHP version in install tool check
- Resolves: #97429
Releases: 11.5
Change-Id: Ia39e70ce6249377829edc9ffb913c7d342f7bd26
Reviewed-on: https://review.typo... - 10:50 Bug #97345 (Resolved): Sticky header in localized "Show columns" modal hides first two columns
- Applied in changeset commit:6402d16cf8795b2d5e8040cf64f227ec090f38df.
- 10:20 Bug #97345 (Under Review): Sticky header in localized "Show columns" modal hides first two columns
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:55 Bug #97345 (Resolved): Sticky header in localized "Show columns" modal hides first two columns
- Applied in changeset commit:2b0acde2e7566c14ff0f7b7b4b6f1fb0e8647bbf.
- 10:47 Revision 6402d16c: [BUGFIX] Responsive form actions for column selector
- The CSS attribute "position: fixed" is replaced by
"position: sticky", which does not get completely
removed from the... - 10:32 Task #97409: Drop/comment pointless checks in GridDataService
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:05 Task #97379 (Resolved): Native types for PermutationUtility
- Applied in changeset commit:d510c3c0a6bdd8ecac7753ce193ea77a0c49d96b.
- 10:01 Revision d510c3c0: [TASK] Add native types for PermutationUtility
- This is more docblocks than function signatures,
but we're being thorough.
Resolves: #97379
Related: #97210
Related:... - 09:50 Revision 2b0acde2: [BUGFIX] Responsive form actions for column selector
- The CSS attribute "position: fixed" is replaced by
"position: sticky", which does not get completely
removed from the... - 09:38 Bug #97428 (Under Review): PHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:00 Bug #97428 (Closed): PHP Warning: Trying to access array offset on value of type bool in VimeoHelper.php
- If you browse folder through backend _File_ module with a folder containing a viemo file wich doesn't exists anymore ...
- 09:30 Feature #97320: Automatically register reports and status via service configuration
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 06:55 Feature #97404: [Docs] Mark current page in fluid_styled_content menu content elements
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a...
2022-04-18
- 23:30 Bug #97427 (Resolved): Use proper EventDispatcherInterface mock
- Applied in changeset commit:27d5534dcc73a452a59ce2c1c6be3b1dafca7af3.
- 20:03 Bug #97427: Use proper EventDispatcherInterface mock
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:21 Bug #97427: Use proper EventDispatcherInterface mock
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:19 Bug #97427 (Under Review): Use proper EventDispatcherInterface mock
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:15 Bug #97427 (Closed): Use proper EventDispatcherInterface mock
- ...
- 23:26 Revision 27d5534d: [BUGFIX] Use proper EventDispatcherInterface mock
- Introducing two new PSR-14 events with #96975 added corresponding tests
with prophesized EventDispatcherInterface obj... - 20:25 Task #97386: Make expireTimeInMinutes in SessionService in install tool overrideable
- Patch set 6 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:46 Task #97386: Make expireTimeInMinutes in SessionService in install tool overrideable
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:57 Task #97411: Align SystemEnvironment checks to changed requirements
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:58 Task #97379: Native types for PermutationUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:29 Task #97379: Native types for PermutationUtility
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:38 Bug #97422: Fix fetching the UID for workspaces in the DataHandlerHook
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:23 Bug #97422: Fix fetching the UID for workspaces in the DataHandlerHook
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:22 Bug #97422: Fix fetching the UID for workspaces in the DataHandlerHook
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:09 Bug #97422 (Under Review): Fix fetching the UID for workspaces in the DataHandlerHook
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:05 Bug #97422 (Closed): Fix fetching the UID for workspaces in the DataHandlerHook
- 17:34 Task #97426 (Under Review): Improve the type annotations of the setup extension
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:33 Task #97426 (Closed): Improve the type annotations of the setup extension
- 16:57 Feature #97388: Introduce Password Policy feature and implement usage in ext:setup
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:42 Feature #97388: Introduce Password Policy feature and implement usage in ext:setup
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:38 Feature #97388: Introduce Password Policy feature and implement usage in ext:setup
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:29 Feature #97388 (Under Review): Introduce Password Policy feature and implement usage in ext:setup
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:24 Task #97381: Native types for RootlineUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:24 Bug #97425 (Under Review): Type warning in workspaces ActionHandler
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:23 Bug #97425 (Closed): Type warning in workspaces ActionHandler
- 14:20 Bug #97424 (Under Review): Type warnings in CommandMap
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:19 Bug #97424 (Closed): Type warnings in CommandMap
- 14:19 Task #86896: Apply CGL consistently in .yaml files
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:15 Bug #97423 (Under Review): WorkspaceRecord cannot be XCLASSed
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 14:13 Bug #97423 (Closed): WorkspaceRecord cannot be XCLASSed
- 14:00 Task #97421 (Under Review): Simplify a condition in workspaces DataHandlerHook
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:56 Task #97421 (Closed): Simplify a condition in workspaces DataHandlerHook
- 14:00 Task #97418 (Resolved): Update typo3/cms-styleguide
- Applied in changeset commit:ac0195a211f8e013ba569b512be7f73db4dfcc03.
- 12:20 Task #97418 (Under Review): Update typo3/cms-styleguide
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:12 Task #97418 (Closed): Update typo3/cms-styleguide
- Update/raise styleguide to ensure needed changes.
* https://github.com/TYPO3/styleguide/pull/319
* https://github... - 13:58 Revision ac0195a2: [TASK] Update typo3/cms-styleguide
- Related styleguide pull-requests:
* https://github.com/TYPO3/styleguide/pull/319
* https://github.com/TYPO3/stylegui... - 13:54 Bug #97420 (Under Review): Fix type errors in the workspaces data handler hook
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:49 Bug #97420 (Closed): Fix type errors in the workspaces data handler hook
- 13:47 Bug #97345: Sticky header in localized "Show columns" modal hides first two columns
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 13:45 Epic #97419 (Closed): Reduce PHPStan warnings in workspaces
- 12:11 Revision 4c25c2d4: [TASK] styleguide: Migrate datetime TCA of FlexForm
- While migrating the TCA for the new type
"datetime", the FlexForm part has been
forgotten. - 12:00 Bug #97414: Fix the generics annotations for ObjectManager
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:26 Bug #97414 (Under Review): Fix the generics annotations for ObjectManager
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:17 Bug #97414 (Closed): Fix the generics annotations for ObjectManager
- 11:59 Bug #97417: ObjectStorage::current and ::getInfo crash on empty storages
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:09 Bug #97417: ObjectStorage::current and ::getInfo crash on empty storages
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:08 Bug #97417 (Under Review): ObjectStorage::current and ::getInfo crash on empty storages
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:04 Bug #97417 (Closed): ObjectStorage::current and ::getInfo crash on empty storages
- 11:25 Task #97373 (Resolved): Native types for DiffUtility
- Applied in changeset commit:988090d656e1812b72cc37a2fbd207e5f0e01fd2.
- 11:21 Revision 988090d6: [!!!][TASK] Add native types to DiffUtility
- 'BackendUtility::getProcessedValue()' currently implicitly
returns mixed, whereas makeDiffDisplay() requires a string... - 11:14 Revision bcdb3f6b: [TASK] styleguide: Adjust TCA for nullable=true
- 10:58 Revision 1a8f97b2: [TASK] Migrate form-horizontal class to Bootstrap 5
- This patch migrates the "form-horizontal" class from
Bootstrap 3 to the new style by using the "row" and
"col-form-la... - 10:44 Task #97412: Add types to internal indexed_search code
- Patch set 9 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:42 Task #97416 (Under Review): Improve the type annotations of (Lazy)ObjectStorage
- 10:28 Bug #97415 (Accepted): Make the generics for ObjectStorage more specific
- 10:21 Bug #97413 (Under Review): Fix the generics annotations of makeInstance
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:14 Bug #97413 (Closed): Fix the generics annotations of makeInstance
- 10:15 Task #97384 (Resolved): Use TCA option "nullable" instead of eval=null
- Applied in changeset commit:6c2239c35b6e4e32f5d89c40afec4b2650f0f3de.
- 10:11 Revision 6c2239c3: [FEATURE] Add TCA option nullable instead of eval=null
- This patch replaces the "eval=null" option with the
direct option "nullable". The goal is to further
thin out "eval" ... - 09:44 Task #97409: Drop/comment pointless checks in GridDataService
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:05 Feature #97404: [Docs] Mark current page in fluid_styled_content menu content elements
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a...
2022-04-17
- 22:55 Bug #97405 (Resolved): Bootstrap 5 dropped form-horizontal
- Applied in changeset commit:c5cd5be6d62e520dae878d79bb49cf5b8361c739.
- 22:54 Bug #97405: Bootstrap 5 dropped form-horizontal
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:49 Bug #97405: Bootstrap 5 dropped form-horizontal
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:13 Bug #97405: Bootstrap 5 dropped form-horizontal
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:43 Bug #97405: Bootstrap 5 dropped form-horizontal
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:34 Bug #97405 (Under Review): Bootstrap 5 dropped form-horizontal
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:41 Bug #97405 (Closed): Bootstrap 5 dropped form-horizontal
- The core still uses the dropped form-horizontal class of Bootstrap 3.
See migration here: https://getbootstrap.com... - 22:49 Revision c5cd5be6: [TASK] Migrate form-horizontal class to Bootstrap 5
- This patch migrates the "form-horizontal" class from
Bootstrap 3 to the new style by using the "row" and
"col-form-la... - 22:47 Task #97412 (Under Review): Add types to internal indexed_search code
- Patch set 8 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 22:47 Task #97412 (Closed): Add types to internal indexed_search code
- 22:26 Task #97411: Align SystemEnvironment checks to changed requirements
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:47 Task #97411 (Under Review): Align SystemEnvironment checks to changed requirements
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:29 Task #97411 (Closed): Align SystemEnvironment checks to changed requirements
- 21:41 Task #97373: Native types for DiffUtility
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:09 Task #97256: Raise testing-framework to directly use InternalRequest
- Patch set 7 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 21:01 Feature #97320: Automatically register reports and status via service configuration
- Patch set 5 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 20:40 Task #97410 (Resolved): Use more native types for the admin panel controllers
- Applied in changeset commit:ae9396bca7168edd106e4a0ce7ecfb417001dc24.
- 19:47 Task #97410: Use more native types for the admin panel controllers
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:45 Task #97410: Use more native types for the admin panel controllers
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:39 Task #97410 (Under Review): Use more native types for the admin panel controllers
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:32 Task #97410 (Closed): Use more native types for the admin panel controllers
- 20:25 Revision ae9396bc: [TASK] Use more native types for the admin panel controllers
- Also improve some type annotations.
Resolves: #97410
Releases: main
Change-Id: Iba39ad19e0456803c7c72ff669551888aad7... - 19:54 Feature #96975 (Resolved): Events to adjust/be notified when site configuration is loaded/written
- Applied in changeset commit:d82af59813d66837a3d965f1f8b3b6b5536cf2ef.
- 19:50 Feature #96641: Move typolink into its own class
- Patch set 18 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 12:32 Feature #96641: Move typolink into its own class
- Patch set 17 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 19:46 Revision d82af598: [FEATURE] Add two new PSR-14 events to Site Configuration
- Two new events have been added to TYPO3, to allow
manipulation / notification of the loaded SiteConfiguration
before ... - 19:43 Task #97370: Update Index.rst
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:43 Task #97370: Update Index.rst
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:28 Task #97409: Drop/comment pointless checks in GridDataService
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:02 Task #97409: Drop/comment pointless checks in GridDataService
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:58 Task #97409 (Under Review): Drop/comment pointless checks in GridDataService
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:57 Task #97409 (Closed): Drop/comment pointless checks in GridDataService
- 19:23 Revision 905058d9: [BUGFIX] Fix an incorrect type annotation in the DataHandler
- The corresponding parameter is used like an int, and only ints are
passed. So it needs to be an int instead of a stri... - 19:19 Bug #97407 (Resolved): Fix an incorrect type annotation in the DataHandler
- Applied in changeset commit:8d4f951faa15773a453e51c04f0f5bf9f6b202e5.
- 19:10 Bug #97407: Fix an incorrect type annotation in the DataHandler
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:01 Bug #97407: Fix an incorrect type annotation in the DataHandler
- Patch set 2 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:59 Bug #97407 (Under Review): Fix an incorrect type annotation in the DataHandler
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 16:58 Bug #97407 (Closed): Fix an incorrect type annotation in the DataHandler
- 19:10 Revision 8d4f951f: [BUGFIX] Fix an incorrect type annotation in the DataHandler
- The corresponding parameter is used like an int, and only ints are
passed. So it needs to be an int instead of a stri... - 18:59 Task #97402 (Resolved): Update PHPUnit & friends
- Applied in changeset commit:7bd0e3a44fe6c20774846e73f1842d85960171a2.
- 18:19 Task #97402: Update PHPUnit & friends
- Patch set 4 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:15 Task #97402: Update PHPUnit & friends
- Patch set 3 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:05 Task #97402 (Under Review): Update PHPUnit & friends
- Patch set 2 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:44 Task #97402 (Resolved): Update PHPUnit & friends
- Applied in changeset commit:664315b44215f2b612e9ace2cee1c66d11f7471d.
- 10:36 Task #97402: Update PHPUnit & friends
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 18:53 Revision 7bd0e3a4: [TASK] Update PHPUnit & friends
- Used commands:
> composer req --dev -W phpunit/phpunit:^9.5.20
> composer req --dev -W phpspec/prophecy:^1.15.0
> com... - 18:50 Task #97408 (Under Review): Improve the type annotations of ImageInfo & friends
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:02 Task #97408 (Under Review): Improve the type annotations of ImageInfo & friends
- 17:57 Bug #91797 (Closed): Typo3 Azure MySQL
- Hey ondro,
sorry for the late reply but only a few people run TYPO3 on Azure with MySQL. I'm actually one of them ... - 16:55 Bug #91797 (Needs Feedback): Typo3 Azure MySQL
- Does this issue still happens on recent TYPO3 versions like 10 or 11 ?
- 13:09 Task #97244: Deprecate CompositeExpression and ExpressionBuilder methods
- Patch set 27 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 12:17 Bug #97345: Sticky header in localized "Show columns" modal hides first two columns
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 12:04 Task #97396 (Resolved): Annotate nullable properties in workspaces as such
- Applied in changeset commit:591a2ff99aa053e1a8f68c427372f0ac03f276c8.
- 11:18 Task #97396 (Under Review): Annotate nullable properties in workspaces as such
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 10:44 Task #97396 (Resolved): Annotate nullable properties in workspaces as such
- Applied in changeset commit:a3b9680743f6efeb4a5c9a989e42e8b4c6565924.
- 11:58 Revision 591a2ff9: [TASK] Annotate nullable properties in workspaces extension as such
- This fixes a whole bunch of PHPStan warnings.
Resolves: #97396
Releases: main, 11.5
Change-Id: Ie60b67d6162b20d32ad6... - 10:37 Revision a3b96807: [TASK] Annotate nullable properties in workspaces extension as such
- This fixes a whole bunch of PHPStan warnings.
Resolves: #97396
Releases: main, 11.5
Change-Id: Ie60b67d6162b20d32ad6... - 10:35 Revision 664315b4: [TASK] Update PHPUnit & friends
- Used commands:
> composer req --dev -W phpunit/phpunit:^9.5.20
> composer req --dev -W phpspec/prophecy:^1.15.0
> com... - 09:57 Bug #97406 (Under Review): TreeNode IDs should be ints
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 09:44 Bug #97406 (Under Review): TreeNode IDs should be ints
- For TreeNode IDs, ints as passed, and the IDs also are used as ints (e.g., in comparisons). So they need to be ints, ...
- 08:55 Feature #97404 (Under Review): [Docs] Mark current page in fluid_styled_content menu content elements
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 08:46 Feature #97404 (Closed): [Docs] Mark current page in fluid_styled_content menu content elements
- Document https://review.typo3.org/c/Packages/TYPO3.CMS/+/73048 in the extensions manual
2022-04-16
- 19:58 Task #97375 (Resolved): Define native types for HttpUtility
- Applied in changeset commit:16b551bae9a1f4d7144aea4b736ad8d8fd921eaa.
- 03:09 Task #97375: Define native types for HttpUtility
- Patch set 3 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 19:53 Bug #96853 (Resolved): The slug generator via ajax is not workspace aware
- Applied in changeset commit:1d504448df57e76fbaf5a9af491f34834c1e2765.
- 19:48 Revision 16b551ba: [TASK] Add native types to HttpUtility
- Add return type declarations and explicitly define
public visibility for class constants.
Resolves: #97375
Related: ... - 19:48 Revision 1d504448: [BUGFIX] Respect workspace in ajax slug generation
- The SlugHelper now receives the current workspace id and applies the
correct workspace constraint.
Resolves: #96853
... - 19:02 Bug #97403 (Closed): Loading Presets fails in IMPEXP Tool
- I loaded the data from https://github.com/TYPO3-Documentation/t3docs-examples into TYPO3 12. Then I wanted to export ...
- 18:43 Feature #97347 (Resolved): Allow keyboard navigation in live search
- Applied in changeset commit:0da26dc42066cfb11568dda519032e701493f4a5.
- 18:35 Revision 0da26dc4: [FEATURE] Allow keyboard navigation in live search
- Currently it's not possible to select a suggestion
of the live search.
This has been changed to add a highlight styl... - 18:12 Revision e588db7b: [TASK] Add a code of conduct document
- Having a CODE_OF_CONDUCT.md document that links to the TYPO3 code
of conduct provides users who view the project sour... - 18:06 Revision 4d893a3c: [TASK] Add a code of conduct document
- Having a CODE_OF_CONDUCT.md document that links to the TYPO3 code
of conduct provides users who view the project sour... - 18:03 Task #97376 (Resolved): Add a code of conduct document
- Applied in changeset commit:1401e7924e85f5ff0c97753dcc061cd4f2ea1b87.
- 17:55 Task #97376: Add a code of conduct document
- Patch set 1 for branch *10.4* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:54 Task #97376: Add a code of conduct document
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 17:54 Revision 1401e792: [TASK] Add a code of conduct document
- Having a CODE_OF_CONDUCT.md document that links to the TYPO3 code
of conduct provides users who view the project sour... - 15:44 Bug #91593: Improved error msg if checkbox "Editable for Admins Only " set
- IMHO if you let your user do something and then tell him "Error, you shouldn't have done that" it's kinda punishing h...
- 14:47 Bug #95269 (Needs Feedback): Page-tree-width expands to 100% in firefox after changing screens
- 14:46 Bug #95269: Page-tree-width expands to 100% in firefox after changing screens
- Does this still happens on Firefox 99? Can you add more steps about how to reproduce it and the environment? Are you ...
- 14:36 Bug #94116: drag inline images is flawed in TYPO3 v10
- As far as I can see this seems still reproducible on 12.0.0-dev (latest master).
I found that an "easy" (not much,... - 14:29 Task #86382: Unsplit the split buttons in scheduler
- Still present on 12.0.0-dev (latest master)
- 11:40 Revision ca959bb6: [TASK] Raise PHPStan to version 1.5.6
- The new version finds some new possible bugs and
removes some incorrect ones.
Also update phpstan/phpstan-phpunit.
... - 11:24 Task #97402 (Under Review): Update PHPUnit & friends
- Patch set 1 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:24 Task #97402 (Closed): Update PHPUnit & friends
- 11:23 Task #97397 (Resolved): Update PHPStan
- Applied in changeset commit:df2f64511c9a218b8e1aced38e95df1260ac3f73.
- 11:22 Task #97397: Update PHPStan
- Patch set 1 for branch *11.5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 11:16 Revision df2f6451: [TASK] Raise PHPStan to version 1.5.6
- The new version finds some new possible bugs and
removes some incorrect ones.
Also update phpstan/phpstan-phpunit.
... - 11:14 Bug #83580: GeneralUtility::xml2array() can't parse bigger files (> 10MB)
- Patch set 57 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available ... - 10:52 Task #97399 (Resolved): Use constants in NewMultiplePages controller
- Applied in changeset commit:7e8a4b400c8183e3c6d1890f7bf40f6ffe620c34.
- 10:46 Revision 7e8a4b40: [TASK] Use constants in NewMultiplePagesController
- This change uses constants from PageRepository
to define possible doktypes.
In addition, some minor details in the r... - 08:30 Task #97373: Native types for DiffUtility
- Patch set 4 for branch *main* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available a... - 04:43 Feature #97401 (Closed): User and user grup represented by STRUCT or DTO
- All users and groups should be represented by UUIDs and a special STRUCT or DTO. This enables to build services that ...
- 04:39 Feature #97400 (New): Dynamic user groups
- The new TYPO3 version should define an interface for user group membership.
The services then return the group mem... - 03:58 Task #97394 (Resolved): File types hard-coded in sys_file.php
- Applied in changeset commit:b0ea7c5f1d81513ae9e52cc774ebd1190f6288dd.
- 03:49 Revision b0ea7c5f: [TASK] Use File constants in sys_file TCA file
- Resolves: #97394
Releases: main
Change-Id: I635443e00d953543aa5950ac7516d97d61015a2d
Reviewed-on: https://review.typo... - 03:18 Task #97398 (Resolved): Use normalized params in TSFE
- Applied in changeset commit:4dcba064d1ec09549061aefa58f4d06ddfd1e5f1.
- 03:10 Revision 4dcba064: [TASK] Use normalized params in TSFE
- This change replaces the last occurrence
in TSFE to avoid use GeneralUtility::getIndpEnv()
Resolves: #97398
Releases...
Also available in: Atom