Project

General

Profile

Activity

From 2024-01-31 to 2024-02-29

2024-02-29

17:31 Revision bd02b4b6: [BUGFIX] Honor workspace l10n_parent can point to live
When a record localization is changed in workspaces,
`transOrigPointerField` ("l10n_parent") can point to
either the ...
Christian Kuhn
17:31 Revision 1463a704: [BUGFIX] Honor workspace l10n_parent can point to live
When a record localization is changed in workspaces,
`transOrigPointerField` ("l10n_parent") can point to
either the ...
Christian Kuhn
12:58 Revision 5e856cc6: [BUGFIX] Streamline `typo3-spinner-icon` element with SVG asset
The Lit element `typo3-backend-spinner` uses a hard-coded SVG string,
which has to be the same as the `spinner-circle...
Andreas Fernandez
12:58 Revision a61d15b4: [BUGFIX] Streamline `typo3-spinner-icon` element with SVG asset
The Lit element `typo3-backend-spinner` uses a hard-coded SVG string,
which has to be the same as the `spinner-circle...
Andreas Fernandez

2024-02-28

19:39 Revision 8eab4ba2: [BUGFIX] TreeNode creation and cleanup
Correctly extend and show the children of the
parentnode when a node is added. Clean up
the parent node status when a...
Benjamin Kott
17:05 Revision 90a6c23b: [BUGFIX] Display error icon in folder field
Resolves: #103221
Releases: main, 12.4
Change-Id: I4089a733f9ce2c888c05a4f1e4f7834a00ad1bfc
Reviewed-on: https://revi...
Till Hörner
14:32 Revision 3ecaa2ab: [TASK] Require phpunit:^11.0.3
With all phpunit 11 deprecations being fixed,
we can raise from phpunit 10 to current major.
> composer req --dev ph...
Christian Kuhn
14:25 Revision f144c79d: [BUGFIX] Remove invalid flex form configuration
Since #102970, it's no longer possible to use
DB relations in nested types for flex forms.
A forgotten TCA configura...
Oliver Bartsch
14:14 Revision 1406299d: [BUGFIX] Display error icon in folder field
Resolves: #103221
Releases: main, 12.4
Change-Id: I4089a733f9ce2c888c05a4f1e4f7834a00ad1bfc
Reviewed-on: https://revi...
Till Hörner
14:08 Revision 2cff7798: [TASK] Avoid phpunit getMockForAbstractClass()
Deprecated with phpunit 11. Adapt to
fixture classes to test details of abstracts.
Resolves: #103228
Releases: main
...
Christian Kuhn
12:47 Revision 2319103e: [BUGFIX] Allow maxitems=1 for TCA type category
In relation mode "manyToMany" it is okay to have
a limit of one.
Code-wise the FlexForm code is slightly simplified
...
Markus Klein
12:47 Revision 72d7f7c1: [BUGFIX] Allow maxitems=1 for TCA type category
In relation mode "manyToMany" it is okay to have
a limit of one.
Code-wise the FlexForm code is slightly simplified
...
Markus Klein
12:47 Revision f7a1b5e0: [BUGFIX] Allow maxitems=1 for TCA type category
In relation mode "manyToMany" it is okay to have
a limit of one.
Code-wise the FlexForm code is slightly simplified
...
Markus Klein
10:51 Revision d73ae943: [TASK] Avoid phpunit setLocale()
Deprecated in phpunit 11. Used once.
We remove that test entirely since it
is a direct call to GU::formatSize()
which...
Christian Kuhn
10:03 Revision 293fb891: [TASK] Avoid phpunit returnValue()
Deprecated with phpunit 11:
Use `$double->willReturn()` instead of
`$double->will($this->returnValue())`.
Resolves: ...
Christian Kuhn
09:44 Revision 081a0ad7: [TASK] Update invalid test data providers
Phpunit 11 is a bit more picky with data providers:
If single data sets "name" their arguments, they
must match to th...
Christian Kuhn
09:13 Revision a8526b7b: [TASK] Migrate Localization wizard to MultiStepWizard component
In order to deprecate the inferior Wizard component introduced back in
TYPO3 v7, the Localization wizard is migrated ...
Andreas Fernandez

2024-02-27

18:17 Revision d2964e38: [TASK] Avoid phpunit @requires annotation
Substitute with a PHP attribute.
Resolves: #103219
Releases: main
Change-Id: Ie589404f797a880fc8e27480a2dd95c3f04204...
Christian Kuhn
17:40 Revision 09789e67: [TASK] Avoid phpunit addMethods()
phpunit 11 deprecates addMethods() on mocks.
There are various solutions:
* Use onlyMethods([]) instead of
addMeth...
Christian Kuhn
17:29 Revision ba4a9117: [TASK] Remove predefined Linkvalidator sender mailaddress
In production environments the address is always wrong. By removing it the fallback MAIL/defaultMailFromAddress is us... Christoph Lehmann
15:38 Revision 4543e9be: [TASK] Avoid phpunit static TestCase->never() and once()
The methods are no longer static in phpunit 11 and
should not be used in data providers. We split a data
provider to ...
Christian Kuhn
15:38 Revision 4ed56864: [TASK] Modernize cache framework unit tests
* Less mocking
* Don't test AbstractFrontend but implementations
* Turn test-internal loops into data providers
* Gen...
Christian Kuhn
12:53 Revision 207d7cc1: [TASK] Harden some DataHandler details
Check $dataMap and $commandMap structure in start(),
type hint them to array. This is considered b/w
compatible since...
Christian Kuhn
12:26 Revision 6553fd55: [TASK] Avoid phpunit onConsecutiveCalls()
phpunit 11 deprecation:
Use `$double->willReturn()` instead of
`$double->will($this->onConsecutiveCalls())`.
Resolve...
Christian Kuhn

2024-02-26

15:36 Revision 24a9c4e5: [TASK] Raise codeception and friends
Unblock phpunit 11.
> composer req --dev codeception/codeception:^5.1.1 codeception/module-webdriver:^4.0.1
> compos...
Christian Kuhn
15:04 Revision 20b46ff3: [TASK] Raise typo3/testing-framework
Unblocks phpunit 11.
> composer u typo3/testing-framework
Resolves: #103207
Releases: main
Change-Id: Iff3b1c026960...
Christian Kuhn
14:48 Revision 79fa7333: [TASK] Require nikic/php-parser:^5.0.1
Major version upgrade from v4. Unblocks phpunit 11.
Adapt various Build/ scripts and the extension scanner.
> compos...
Christian Kuhn
13:13 Revision ee1950a0: [TASK] Use codeception DataProvider attribute
Use the attribute in favor of `@dataProvider`
annotation. Adapt the acceptance test splitter
to deal with it.
Clean ...
Christian Kuhn
13:12 Revision c720a21c: [TASK] Use codeception DataProvider attribute
Use the attribute in favor of `@dataProvider`
annotation. Adapt the acceptance test splitter
to deal with it.
Clean ...
Christian Kuhn
12:54 Revision 6c6a5ab2: [BUGFIX] Restore FileInterface::setContents() TODO comments
Resolves: #103202
Releases: main, 12.4
Related: #40096
Change-Id: If64a5d16da9d500180d070b8d5f6a7fd96609010
Reviewed-...
Mathias Brodala
12:54 Revision 9867da21: [BUGFIX] Restore FileInterface::setContents() TODO comments
Resolves: #103202
Releases: main, 12.4
Related: #40096
Change-Id: If64a5d16da9d500180d070b8d5f6a7fd96609010
Reviewed-...
Mathias Brodala
12:26 Revision 710b092b: [TASK] Require friendsofphp/php-cs-fixer:^3.50
Unblocks phpunit 11, backport to v12 to keep
php-cs-fixer in sync.
> composer req --dev friendsofphp/php-cs-fixer:^3...
Christian Kuhn
12:26 Revision 26389adb: [TASK] Require friendsofphp/php-cs-fixer:^3.50
Unblocks phpunit 11, backport to v12 to keep
php-cs-fixer in sync.
> composer req --dev friendsofphp/php-cs-fixer:^3...
Christian Kuhn
09:42 Revision 55820a0d: [TASK] Use phpunit attributes in functional tests
phpunit 11 deprecates annotations like `@test` and
`@dataProvider` in favor of their attribute counterparts.
We'll a...
Christian Kuhn

2024-02-25

22:33 Revision c51afbf4: [TASK] Use phpunit attributes in functional tests
phpunit 11 deprecates annotations like `@test` and
`@dataProvider` in favor of their attribute counterparts.
We'll a...
Christian Kuhn
09:50 Revision 146c5cd5: [DOCS] Use speaking array keys in changelog example
Resolves: #103192
Releases: main, 12.4
Change-Id: I81c0c655b75332790243c05be14f24593c5b9d6a
Reviewed-on: https://revi...
Oliver Bartsch
09:50 Revision 4ad2e75a: [DOCS] Use speaking array keys in changelog example
Resolves: #103192
Releases: main, 12.4
Change-Id: I81c0c655b75332790243c05be14f24593c5b9d6a
Reviewed-on: https://revi...
Oliver Bartsch

2024-02-24

12:47 Revision f6ed5302: [TASK] Raise to phpstan/phpstan-phpunit:^1.3.16
Due to a typo, #103193 downgraded the minimum required
phpstan/phpstan-phpunit version.
Executed command:
compo...
Oliver Klee
12:46 Revision 8b74ae30: [TASK] Raise to phpstan/phpstan-phpunit:^1.3.16
Due to a typo, #103193 downgraded the minimum required
phpstan/phpstan-phpunit version.
Executed command:
compo...
Oliver Klee
12:20 Revision f4e11f0e: [TASK] Update PHPStan & friends
The new version changes the format of a warning.
Executed commands:
composer require --dev \
phpstan/ph...
Oliver Klee
12:20 Revision d8be8039: [TASK] Update PHPStan & friends
The new version changes the format of a warning.
Executed commands:
composer require --dev \
phpstan/ph...
Oliver Klee

2024-02-23

21:14 Revision 9da44d79: [BUGFIX] Always set `action` argument for action ViewHelpers
A couple of places (mostly paginations) are
using the action ViewHelpers without providing
the `action` argument. Tho...
Oliver Bartsch
21:13 Revision e6f69cc0: [BUGFIX] Always set `action` argument for action ViewHelpers
A couple of places (mostly paginations) are
using the action ViewHelpers without providing
the `action` argument. Tho...
Oliver Bartsch
20:15 Revision 549d1acb: [TASK] Fix example of adding custom table to create database record reactions
fixes error introduced by
https://review.typo3.org/c/Packages/TYPO3.CMS/+/83080
Releases: main, 12.4
Resolves: #1031...
tiggr
20:15 Revision a9705a00: [TASK] Fix example of adding custom table to create database record reactions
fixes error introduced by
https://review.typo3.org/c/Packages/TYPO3.CMS/+/83080
Releases: main, 12.4
Resolves: #1031...
tiggr
16:33 Revision 9cd9d05e: [FEATURE] Introduce tree node status information
We've enhanced the backend tree component by extending tree nodes to
incorporate status information. These details se...
Benjamin Kott
14:30 Revision 7e84231b: [TASK] Use phpunit attributes over annotations
phpunit 11 deprecates annotations like `@test` and
`@dataProvider` in favor of their attribute counterparts.
We'll a...
Christian Kuhn
14:18 Revision 20922f3b: [DOCS] Correct field name in reaction's example
To add a custom table to the list of tables,
the corresponding TCA field name "table_name"
has to be used.
Releases:...
tiggr
14:18 Revision 3fea8533: [DOCS] Correct field name in reaction's example
To add a custom table to the list of tables,
the corresponding TCA field name "table_name"
has to be used.
Releases:...
tiggr
13:52 Revision 5043d3cb: [TASK] Use phpunit attributes over annotations
phpunit 11 deprecates annotations like `@test` and
`@dataProvider` in favor of their attribute counterparts.
We'll a...
Christian Kuhn
13:08 Revision 945e27b0: [TASK] Ensure using symfony container in tests
A couple of tests are adding services to a
container instance. Since the `ContainerInterface`
does not define the use...
Oliver Bartsch
13:07 Revision c97a10ab: [TASK] Ensure using symfony container in tests
A couple of tests are adding services to a
container instance. Since the `ContainerInterface`
does not define the use...
Oliver Bartsch
13:07 Revision a7a46a09: [BUGFIX] Prevent PHP deprecation in getCookieName()
Resolves: #103182
Releases: main, 12.4
Change-Id: If16e37c638a07e3afbb59d665141cc2ade583f4d
Reviewed-on: https://revi...
Oliver Bartsch
13:07 Revision d91b1752: [BUGFIX] Prevent PHP deprecation in getCookieName()
Resolves: #103182
Releases: main, 12.4
Change-Id: If16e37c638a07e3afbb59d665141cc2ade583f4d
Reviewed-on: https://revi...
Oliver Bartsch
12:20 Revision e94271f6: [BUGFIX] Allow TCA resultArray modification via CustomFileControlsEvent
The event provides access to the `$resultArray` and documents
that it can be modified to set `javaScriptModules`, but...
Benjamin Franzke
12:20 Revision 93b77f6d: [BUGFIX] Allow TCA resultArray modification via CustomFileControlsEvent
The event provides access to the `$resultArray` and documents
that it can be modified to set `javaScriptModules`, but...
Benjamin Franzke
09:45 Revision 4e44ae83: [BUGFIX] Prevent possible browser freezes in FormEditor
Using timestamps as array keys in form yaml configuration
can result in sparse [1] JavaScript arrays which contain
"e...
Benjamin Franzke
09:22 Revision a9a8cfc3: [BUGFIX] Preserve ordering of prefixed CKEditor5 CSS stylesheets
When CKEditor5 `contentsCss` configuration options references multiple
CSS, respective `fetch()` requests may finish ...
Benjamin Franzke
09:22 Revision 5af07553: [BUGFIX] Preserve ordering of prefixed CKEditor5 CSS stylesheets
When CKEditor5 `contentsCss` configuration options references multiple
CSS, respective `fetch()` requests may finish ...
Benjamin Franzke
08:23 Revision cd52f7e2: [TASK] Remove wizard component from workspaces management
The wizard component was introduced in EXT:workspaces back then as the
`Modal` component was not able to keep the cur...
Andreas Fernandez

2024-02-22

17:08 Revision a868e52d: [BUGFIX] Prevent possible browser freezes in FormEditor
Using timestamps as array keys in form yaml configuration
can result in sparse [1] JavaScript arrays which contain
"e...
Benjamin Franzke
17:08 Revision 01b133b0: [BUGFIX] Prevent possible browser freezes in FormEditor
Using timestamps as array keys in form yaml configuration
can result in sparse [1] JavaScript arrays which contain
"e...
Benjamin Franzke
12:05 Revision 2a95db88: [TASK] Harden ResourceFactory->getFileReferenceObject()
The method throws an exception on !is_numeric() already.
This includes float, which is bogus. We can simplify
with an...
Christian Kuhn
11:56 Revision 8799c54c: [TASK] Test MathUtility::canBeInterpretedAsInteger() with bool
Add test cases to see how canBeInterpretedAsInteger()
returns with bool input.
Change-Id: I7b0c8e959660170ee20e845d9...
Christian Kuhn
11:10 Revision 792fb2ba: [TASK] Prevent undefined encryptionKey in tests
With #103046, `encryptionKey` has been removed from
`DefaultConfiguration.php`. This leads to PHP array
key warnings ...
Torben Hansen
11:10 Revision 46037481: [TASK] Prevent undefined encryptionKey in tests
With #103046, `encryptionKey` has been removed from
`DefaultConfiguration.php`. This leads to PHP array
key warnings ...
Torben Hansen
11:10 Revision b9d67ade: [TASK] Prevent undefined encryptionKey in tests
With #103046, `encryptionKey` has been removed from
`DefaultConfiguration.php`. This leads to PHP array
key warnings ...
Torben Hansen
10:30 Revision 90cb7cff: [TASK] Use correct command dispatch in `runTests.sh`
The command dispatch for `-s phpstanGenerateBaseline`
is modified to a simple command dispatch instead of
the bash ex...
Stefan Bürk
10:30 Revision faa4d2b0: [TASK] Use correct command dispatch in `runTests.sh`
The command dispatch for `-s phpstanGenerateBaseline`
is modified to a simple command dispatch instead of
the bash ex...
Stefan Bürk
10:30 Revision 279bd023: [TASK] Use correct command dispatch in `runTests.sh`
The command dispatch for `-s phpstanGenerateBaseline`
is modified to a simple command dispatch instead of
the bash ex...
Stefan Bürk
07:20 Revision cd85d907: [DOCS] Add AfterFormDefinitionLoadedEvent to EXT:form documentation
Resolves: #102964
Resolves: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/812
Related: #102865
Relea...
Chris Müller

2024-02-21

14:53 Revision ddf8ae50: [TASK] Show sender email address for mailtest in ext:install
In TYPO3 versions before v9, the mailtest showed the configured
sender email address. This has been removed due to a ...
Torben Hansen
14:47 Revision 1d6aaf77: [TASK] Show sender email address for mailtest in ext:install
In TYPO3 versions before v9, the mailtest showed the configured
sender email address. This has been removed due to a ...
Torben Hansen
13:56 Revision c4b58ae4: [BUGFIX] Avoid notice in template module by an early return
Return early in the template module on root page if a sys_template
record is retrieved from a page which itself is de...
Georg Ringer
13:16 Revision cbb8e240: [TASK] Avoid runtime caching pages in DataHandler
The DataHandler has a major structural flaw by not handing
over known record state to sub methods. It thus tends to
f...
Christian Kuhn
13:15 Revision d6146559: [TASK] Add better PHPStan annotation for method getRepositoryClassName
Resolves: #103170
Releases: main, 12.4, 11.5
Change-Id: Ic7f63f6c55b832af27e9e30a0711ba042df42aa3
Reviewed-on: https:...
Sebastian
13:15 Revision 788e9593: [TASK] Add better PHPStan annotation for method getRepositoryClassName
Resolves: #103170
Releases: main, 12.4, 11.5
Change-Id: Ic7f63f6c55b832af27e9e30a0711ba042df42aa3
Reviewed-on: https:...
Sebastian
13:15 Revision 6edfb0a8: [TASK] Add better PHPStan annotation for method getRepositoryClassName
Resolves: #103170
Releases: main, 12.4, 11.5
Change-Id: Ic7f63f6c55b832af27e9e30a0711ba042df42aa3
Reviewed-on: https:...
Sebastian
10:24 Revision 126ff8f0: [TASK] Clean up legacy cache_treelist leftovers
Using cache_treelist has been avoided with #103139
since it was broken. v13 now goes ahead and removes
the clearing l...
Sascha Nowak
09:21 Revision 9d914dcb: [BUGFIX] Avoid broken treelist cache
The cache_treelist handling in PageRepository is broken
for a long time already: Entries are get() with an expiry
tim...
Sascha Nowak
09:21 Revision b04415d6: [BUGFIX] Avoid broken treelist cache
The cache_treelist handling in PageRepository is broken
for a long time already: Entries are get() with an expiry
tim...
Sascha Nowak
09:04 Revision 420d779d: [TASK] Migrate input-group-addon to input-group-text
Resolves: #103167
Releases: main
Change-Id: Ic890b2b5ea50bd4410709912316e3da7ac0cad38
Reviewed-on: https://review.typ...
Benjamin Kott
08:30 Revision d007a2cf: [BUGFIX] Update clearable close icon to match icon set
Resolves: #103166
Releases: main
Change-Id: I8ee238e46ba7589e32917d2ac26ee0aa6860c014
Reviewed-on: https://review.typ...
Benjamin Kott

2024-02-20

21:47 Revision 05037e0b: [TASK] Prevent password policy warning in BackendUserPasswordCheck
The dataHandler hook implementation `BackendUserPasswordCheck` sets
a random password for a new backend user, if the ...
Torben Hansen
21:38 Revision 2feda602: [BUGFIX] EXT:workspaces: Use locallang keys in modal windows
Some modal windows rendered in the workspace management module had
hard-coded strings. This commit replaces such usag...
Andreas Fernandez
21:38 Revision d7dd9ca8: [TASK] Prevent password policy warning in BackendUserPasswordCheck
The dataHandler hook implementation `BackendUserPasswordCheck` sets
a random password for a new backend user, if the ...
Torben Hansen
21:30 Revision 19a4755f: [BUGFIX] EXT:workspaces: Use locallang keys in modal windows
Some modal windows rendered in the workspace management module had
hard-coded strings. This commit replaces such usag...
Andreas Fernandez
14:02 Revision 983b7163: [TASK] Use first class closures for service provider factories
Adapt the service provider compiler to perform the same level of
optimization as for the array-based callable syntax:...
Benjamin Franzke
14:02 Revision bbeceef6: [TASK] Use first class closures for service provider factories
Adapt the service provider compiler to perform the same level of
optimization as for the array-based callable syntax:...
Benjamin Franzke
10:15 Revision 8d064f0f: [TASK] Remove `then()` callback hell in EXT:form wizard
The code of the form creation wizard is cleaned up a bit. The nested
`then()` callback hell is replaced with proper a...
Andreas Fernandez
08:54 Revision 76b20cc9: [TASK] Set TYPO3 version to 11.5.37-dev
Change-Id: Icbc9a048e82113dce433a1059ed0f53727b44e28
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/830...
Benni Mack
08:27 Revision d84f3f6c: [RELEASE] Release of TYPO3 11.5.36
Change-Id: Ic9729e15cf60d56f5fc1ecb63dfd0a9545b92104
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/830...
Benni Mack

2024-02-19

17:01 Revision 045f87ef: [BUGFIX] Prevent drop down menus in docheader from being cut off
Drop down menus, used in the docheader (e.g. the
language selection in then page module) do no longer
get cut off on ...
Oliver Bartsch
17:01 Revision a4f60517: [BUGFIX] Prevent drop down menus in docheader from being cut off
Drop down menus, used in the docheader (e.g. the
language selection in then page module) do no longer
get cut off on ...
Oliver Bartsch
14:44 Revision 5aceacdf: [DOCS] Update CKEditor5 CSS styling limitations section
With #100768 the CKEeditor5 CSS scoping was migrated from server-side
SCSS preprocessing to a JavaScript based CSS pr...
Benjamin Franzke
14:44 Revision effbd5b4: [DOCS] Update CKEditor5 CSS styling limitations section
With #100768 the CKEeditor5 CSS scoping was migrated from server-side
SCSS preprocessing to a JavaScript based CSS pr...
Benjamin Franzke
11:36 Revision aba2f023: [BUGFIX] Remove outdated comment regarding `capitalWords` in `f:format.case`
Resolves: #103142
Releases: main, 12.4, 11.5
Change-Id: I31e5af71aa0e1a9104f8c154a6f0e34f29c90a77
Reviewed-on: https:...
Andreas Fernandez
11:36 Revision 5645bf00: [BUGFIX] Remove outdated comment regarding `capitalWords` in `f:format.case`
Resolves: #103142
Releases: main, 12.4, 11.5
Change-Id: I31e5af71aa0e1a9104f8c154a6f0e34f29c90a77
Reviewed-on: https:...
Andreas Fernandez
11:36 Revision 1aab0b2e: [BUGFIX] Remove outdated comment regarding `capitalWords` in `f:format.case`
Resolves: #103142
Releases: main, 12.4, 11.5
Change-Id: I31e5af71aa0e1a9104f8c154a6f0e34f29c90a77
Reviewed-on: https:...
Andreas Fernandez
04:47 Revision 476b197d: [BUGFIX] Add font plugin to CKEditor5
Add the configuration to the "Full" RTE preset, and also
include some modules that missed in Full preset since #10209...
Johannes Nielsen
04:47 Revision f2c27868: [BUGFIX] Add font plugin to CKEditor5
Add the configuration to the "Full" RTE preset, and also
include some modules that missed in Full preset since #10209...
Johannes Nielsen

2024-02-18

16:00 Revision 038d7ac9: [DOCS] Correct text role in changelog for cache instruction middleware
Resolves: #103145
Related: #102628
Releases: main
Change-Id: Ib629563e5289e2dc459b042fe8c5fb7c54beb829
Reviewed-on: h...
Chris Müller
11:23 Revision 5c78a714: [DOCS] Adjust link to Doctrine DBAL upgrade guide in changelog
Additionally, avoid double "see" in consecutive sentences.
Resolves: #103146
Related: #102875
Releases: main
Change-...
Chris Müller

2024-02-17

17:12 Revision e3e37e2d: [TASK] Update container image versions
New core-testing-* images have been build and published in
the TYPO3 testing-infrastructure repository and pulled to
...
Stefan Bürk
17:12 Revision 8a4b1e19: [TASK] Update container image versions
New core-testing-* images have been build and published in
the TYPO3 testing-infrastructure repository and pulled to
...
Stefan Bürk
17:11 Revision 50a8624b: [TASK] Update container image versions
New core-testing-* images have been build and published in
the TYPO3 testing-infrastructure repository and pulled to
...
Stefan Bürk
17:11 Revision af9694d5: [TASK] Update container image versions
New core-testing-* images have been build and published in
the TYPO3 testing-infrastructure repository and pulled to
...
Stefan Bürk
08:06 Revision 37103199: [TASK] Enable tablecaption in CKEditor5
CKEditor5 renders tablecaptions as figcaption elements,
therefore we allow them to be included in RTE and
in frontend...
Benjamin Franzke
08:06 Revision 49b5e95b: [TASK] Enable tablecaption in CKEditor5
CKEditor5 renders tablecaptions as figcaption elements,
therefore we allow them to be included in RTE and
in frontend...
Benjamin Franzke

2024-02-16

19:24 Revision 70509d5a: [TASK] Remove DH $overrideValues and overrideFieldArray()
This `@internal` property and method is another "has
never been used" detail: It dates back to very early
TYPO3 versi...
Christian Kuhn
19:00 Revision 80f79343: [TASK] Clean up DataHandler
Some cleanup of the class with obvious things:
* Add ConnectionPool, CacheManager and runtime cache as
property, c...
Christian Kuhn
17:36 Revision 41668d04: [BUGFIX] Prevent TypeError in file related webhook messages
Since FileInterface->getPublicUrl() might return
`NULL`, corresponding constructor arguments are
updated to now expec...
Oliver Bartsch
17:36 Revision 19c5f9b2: [BUGFIX] Prevent TypeError in file related webhook messages
Since FileInterface->getPublicUrl() might return
`NULL`, corresponding constructor arguments are
updated to now expec...
Oliver Bartsch
16:16 Revision 0882218a: [BUGFIX] Load `backend.form` imports in Site Configuration form
In v11, extension authors were able to enhance the site configuration
"TCA" with richtext fields. Since v12, this is ...
Andreas Fernandez
16:16 Revision 488076fa: [BUGFIX] Load `backend.form` imports in Site Configuration form
In v11, extension authors were able to enhance the site configuration
"TCA" with richtext fields. Since v12, this is ...
Andreas Fernandez
13:41 Revision ef654cc0: [BUGFIX] Provide pid to `BackendUtility::getProcessedValue()`
To allow `BackendUtility::getProcessedValue()` to properly
resolve the labels for select options, added via TSconfig,...
Oliver Bartsch
12:42 Revision 4d1095fc: [BUGFIX] Provide pid to `BackendUtility::getProcessedValue()`
To allow `BackendUtility::getProcessedValue()` to properly
resolve the labels for select options, added via TSconfig,...
Oliver Bartsch
10:11 Revision 1f68f1ac: [TASK] Remove unused DH $data_disableFields
Similar to #103132. This time, public `@internal`
property $data_disableFields is only read, but
never written.
Read...
Christian Kuhn

2024-02-15

15:39 Revision 38ea522b: [TASK] Remove unused DH $remapStackChildIds
In this episode of 'Cracking the Cryptic' we are
looking at the DataHandler puzzle ;)
Let's get some obvious things d...
Christian Kuhn
14:51 Revision 7177ce37: [BUGFIX] Remove left-over debugging of page tree settings
Resolves: #103131
Releases: main
Change-Id: I19617a4b2610bd622a887c0a2c1b974ca7617d01
Reviewed-on: https://review.typ...
Andreas Fernandez
13:15 Revision 0191fcc3: [TASK] Simplify DH->checkRecordUpdateAccess()
Argument 3 $data of `checkRecordUpdateAccess()` is
funny: It is only used if argument 4 is given as
well. This is onl...
Christian Kuhn
12:03 Revision a1424c6b: [TASK] Stop runtime caching GU::trimExplode() in DH
There is no point to substitute GU::trimExplode() of
the rather short TCA 'eval' string by substituting
it with an md...
Christian Kuhn
12:03 Revision ea8b46f7: [TASK] Stop runtime caching GU::trimExplode() in DH
There is no point to substitute GU::trimExplode() of
the rather short TCA 'eval' string by substituting
it with an md...
Christian Kuhn
10:17 Revision 7ed23d54: [BUGFIX] Use `form-select` for EXT:form "version2" select elements
The EXT:form "version2" is using bootstrap 5,
which requires <select> elements to use the
`form-select` class. This i...
Oliver Bartsch
10:17 Revision 105d8958: [BUGFIX] Use `form-select` for EXT:form "version2" select elements
The EXT:form "version2" is using bootstrap 5,
which requires <select> elements to use the
`form-select` class. This i...
Oliver Bartsch
09:42 Revision 76bba45a: [BUGFIX] Add missing quotes to image processing suggestion
Install tool suggests to set
`$GLOBALS['TYPO3_CONF_VARS']['GFX']['processor_colorspace'] = sRGB`
if images appear too...
Torben Hansen
09:36 Revision c0b4504b: [BUGFIX] Add missing quotes to image processing suggestion
Install tool suggests to set
`$GLOBALS['TYPO3_CONF_VARS']['GFX']['processor_colorspace'] = sRGB`
if images appear too...
Torben Hansen
09:32 Revision de0f48a7: [BUGFIX] Handle falsy return type when getting selected folder
The method `FileLinkHandler->getSelectedFolder()` may return either an
instance of `Folder` or a blunt `false`, where...
Andreas Fernandez

2024-02-14

17:51 Revision dbc86b75: [BUGFIX] Fix tree example in styleguide
Since the node is `collapsed` on initial
rendering, the `aria-expanded` attribute
is set to "false".
Resolves: #1031...
Oliver Bartsch
17:50 Revision f872dc1b: [BUGFIX] Do not reset items per page on search
Due to the previously used pagination, the
"items per page" option has been reset when
searching in the record list.
...
Oliver Bartsch
17:50 Revision f1afd04d: [BUGFIX] Do not reset items per page on search
Due to the previously used pagination, the
"items per page" option has been reset when
searching in the record list.
...
Oliver Bartsch
14:46 Revision 97f0eadf: [TASK] Simplify table handling in `DefaultTCASchema`
With #103015 the table definition merge has been moved
to an earlier point, providing an associative array
with the t...
Stefan Bürk
12:05 Revision 6208b54f: [BUGFIX] Fix mixed up `$cachingEnabled` property in BootCompletedEvent
The BootCompletedEvent receives the constructor argument
`$cachingEnabled`. However, the variable `$disableCaching` w...
Nikita Hovratov
12:05 Revision a0f82d6a: [BUGFIX] Fix mixed up `$cachingEnabled` property in BootCompletedEvent
The BootCompletedEvent receives the constructor argument
`$cachingEnabled`. However, the variable `$disableCaching` w...
Nikita Hovratov
07:28 Revision 29537318: [BUGFIX] Respect TCA type `group` as `foreign_selector`
It's now possible to use a TCA type `group`
field as `foreign_selector` together with
the `useCombination` functional...
Oliver Bartsch
07:28 Revision ba987879: [BUGFIX] Respect TCA type `group` as `foreign_selector`
It's now possible to use a TCA type `group`
field as `foreign_selector` together with
the `useCombination` functional...
Oliver Bartsch
06:54 Revision 5935e2d0: [DOCS] Correctly state "bigint signed" as datetime default
The original patch in [1] wrongly stated that the column
type was changed to "bigint unsigned", when in fact it
is "b...
Garvin Hicking

2024-02-13

15:52 Revision 84be96cf: [TASK] Update ckeditor5 to v41.1
This commit updates ckeditor5 to v41.1. See changelog at
https://github.com/ckeditor/ckeditor5/releases/tag/v41.1.0.
...
Andreas Fernandez
15:41 Revision 13e93366: [TASK] Update ckeditor5 to v41.1
This commit updates ckeditor5 to v41.1. See changelog at
https://github.com/ckeditor/ckeditor5/releases/tag/v41.1.0.
...
Andreas Fernandez
14:38 Revision 6cc92701: [TASK] Add missing RST for #102799
The RST and some templates adaptions have been missed in the
11.5 backport of #102799.
Resolves: #103109
Related: #1...
Benjamin Franzke
12:58 Revision 96f80588: [TASK] Reduce TCA ctrl origUid usages
The database column defined by TCA ctrl 'origUid'
('t3_origuid') had a bumpy ride over the years.
It was mostly obso...
Christian Kuhn
11:41 Revision 88c15bc1: [BUGFIX] Ensure correct custom (sub)category handling in ConstantEditor
The constant editor has been revamped with #98357 using the
new TypoScript parser introduced with TYPO3 v12 under the...
Stefan Bürk
11:41 Revision 2b4db755: [BUGFIX] Ensure correct custom (sub)category handling in ConstantEditor
The constant editor has been revamped with #98357 using the
new TypoScript parser introduced with TYPO3 v12 under the...
Stefan Bürk
10:27 Revision 19363517: [TASK] Set TYPO3 version to 13.0.2-dev
Change-Id: I098521a44a34a15787fb547f760e508be96dc63a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/829...
Oliver Hader
10:27 Revision 5ab9112b: [TASK] Set TYPO3 version to 12.4.12-dev
Change-Id: I706b9d7328f06eff3e7f7fb86ae3a3138615bfd4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/829...
Oliver Hader
10:27 Revision 55873fe3: [TASK] Set TYPO3 version to 11.5.36-dev
Change-Id: I6aa8b241cbb0e433928b252a613fb4ecc5f0e7bb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/829...
Oliver Hader
09:57 Revision a157af54: [RELEASE] Release of TYPO3 13.0.1
Change-Id: I020a5c47684aa4e9cc375a0ab2753f891d79f55b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/829...
Oliver Hader
09:54 Revision 3f83ff31: [RELEASE] Release of TYPO3 12.4.11
Change-Id: Ibd1ea27ced45de785a6a417758b33a0461a97d97
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/829...
Oliver Hader
09:50 Revision 7cd2396f: [RELEASE] Release of TYPO3 11.5.35
Change-Id: I38cbdb269558b2e823a16ba7b8f4abb3895466e8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/829...
Oliver Hader
09:08 Revision 20faa77e: [SECURITY] Deny directly modifying file abstraction layer entities
Write access to table `sys_file` is denied per default, unless data
is being imported. In addition, write access to r...
Oliver Hader
09:08 Revision 5c5a0953: [SECURITY] Prevent arbitrary access to privileged resources via t3://
Resolves: #93571
Releases: main, 13.0, 12.4, 11.5
Change-Id: I9622bfa47ef9637cecaff4a790f742445f598682
Security-Bulle...
Benjamin Franzke
09:08 Revision e297e235: [SECURITY] Do not disclose encryptionKey via InstallTool
The encryptionKey is a secret that must never be sent within any
request, therefore it is now dropped from the editin...
Benjamin Franzke
09:08 Revision 3c8351e3: [SECURITY] Avoid showing password hashes in backend edit forms
Backend form fields of TCA `type=password` should never expose
the persisted value - especially, in case the value is...
Oliver Hader
09:08 Revision 07f7ceca: [SECURITY] Prevent RCE via install tool settings
Resolves: #102799
Releases: main, 13.0, 12.4, 11.5
Change-Id: I673b6fbac853b0a977a5e5833a683c6952a55458
Security-Bull...
Benjamin Franzke
09:07 Revision a70f34cb: [!!!][SECURITY] Enforce absolute path checks in FAL local driver
The File Abstraction Layer Local Driver did not verify whether
a given absolute file path is allowed, and made it pos...
Oliver Hader
09:07 Revision 38f0bf9a: [SECURITY] Deny directly modifying file abstraction layer entities
Write access to table `sys_file` is denied per default, unless data
is being imported. In addition, write access to r...
Oliver Hader
09:07 Revision ae0dfc4c: [SECURITY] Prevent arbitrary access to privileged resources via t3://
Resolves: #93571
Releases: main, 13.0, 12.4, 11.5
Change-Id: I9622bfa47ef9637cecaff4a790f742445f598682
Security-Bulle...
Benjamin Franzke
09:07 Revision 14d10135: [SECURITY] Do not disclose encryptionKey via InstallTool
The encryptionKey is a secret that must never be sent within any
request, therefore it is now dropped from the editin...
Benjamin Franzke
09:07 Revision 1186b2fe: [SECURITY] Avoid showing password hashes in backend edit forms
Backend form fields of TCA `type=password` should never expose
the persisted value - especially, in case the value is...
Oliver Hader
09:06 Revision 47e897f8: [SECURITY] Prevent RCE via install tool settings
Resolves: #102799
Releases: main, 13.0, 12.4, 11.5
Change-Id: I673b6fbac853b0a977a5e5833a683c6952a55458
Security-Bull...
Benjamin Franzke
09:06 Revision 205115cc: [!!!][SECURITY] Enforce absolute path checks in FAL local driver
The File Abstraction Layer Local Driver did not verify whether
a given absolute file path is allowed, and made it pos...
Oliver Hader
09:06 Revision b47b6ddf: [SECURITY] Deny directly modifying file abstraction layer entities
Write access to table `sys_file` is denied per default, unless data
is being imported. In addition, write access to r...
Oliver Hader
09:06 Revision 33f4d279: [SECURITY] Prevent arbitrary access to privileged resources via t3://
Resolves: #93571
Releases: main, 13.0, 12.4, 11.5
Change-Id: I9622bfa47ef9637cecaff4a790f742445f598682
Security-Bulle...
Benjamin Franzke
09:06 Revision df486372: [SECURITY] Do not disclose encryptionKey via InstallTool
The encryptionKey is a secret that must never be sent within any
request, therefore it is now dropped from the editin...
Benjamin Franzke
09:05 Revision cafc5af7: [SECURITY] Avoid showing password hashes in backend edit forms
Backend form fields of TCA `type=password` should never expose
the persisted value - especially, in case the value is...
Oliver Hader
09:05 Revision 6cc11761: [SECURITY] Prevent RCE via install tool settings
Resolves: #102799
Releases: main, 13.0, 12.4, 11.5
Change-Id: I673b6fbac853b0a977a5e5833a683c6952a55458
Security-Bull...
Benjamin Franzke
09:05 Revision 78fb9287: [!!!][SECURITY] Enforce absolute path checks in FAL local driver
The File Abstraction Layer Local Driver did not verify whether
a given absolute file path is allowed, and made it pos...
Oliver Hader
09:05 Revision 71e652bf: [SECURITY] Deny directly modifying file abstraction layer entities
Write access to table `sys_file` is denied per default, unless data
is being imported. In addition, write access to r...
Oliver Hader
09:05 Revision 2de87ff1: [SECURITY] Prevent arbitrary access to privileged resources via t3://
Resolves: #93571
Releases: main, 13.0, 12.4, 11.5
Change-Id: I9622bfa47ef9637cecaff4a790f742445f598682
Security-Bulle...
Benjamin Franzke
09:04 Revision fa12667c: [SECURITY] Do not disclose encryptionKey via InstallTool
The encryptionKey is a secret that must never be sent within any
request, therefore it is now dropped from the editin...
Benjamin Franzke
09:04 Revision c7a135c2: [SECURITY] Avoid showing password hashes in backend edit forms
Backend form fields of TCA `type=password` should never expose
the persisted value - especially, in case the value is...
Oliver Hader
09:04 Revision 84e07e35: [SECURITY] Prevent RCE via install tool settings
Resolves: #102799
Releases: main, 13.0, 12.4, 11.5
Change-Id: I673b6fbac853b0a977a5e5833a683c6952a55458
Security-Bull...
Benjamin Franzke
09:04 Revision accf537c: [!!!][SECURITY] Enforce absolute path checks in FAL local driver
The File Abstraction Layer Local Driver did not verify whether
a given absolute file path is allowed, and made it pos...
Oliver Hader
08:47 Revision 08cb3f1d: [TASK] Do not force lightmode for examples
The style guide should aid in testing and constructing backend components.
In this change, we're removing the mandato...
Benjamin Kott
07:41 Revision e72b7c6c: [BUGFIX] Avoid autocompletion in TCA type password
The autocomplete="off" parameter is ignored by current browsers,
autocomplete="new-password" is to be used for disabl...
Benjamin Franzke
07:40 Revision fd81d1bf: [BUGFIX] Avoid autocompletion in TCA type password
The autocomplete="off" parameter is ignored by current browsers,
autocomplete="new-password" is to be used for disabl...
Benjamin Franzke
07:25 Revision 6a1832a4: [TASK] Update `phpstan/phpstan` version
A new PHPStan version has been releases,
which is pulled in automatically in the
composerInstallMax nightly test.
Th...
Stefan Bürk
07:25 Revision 44d84f6b: [TASK] Update `phpstan/phpstan` version
A new PHPStan version has been released,
which is pulled in automatically in the
composerInstallMax nightly test.
Th...
Stefan Bürk
07:25 Revision 89c73d68: [TASK] Update `phpstan/phpstan` version
A new PHPStan version has been released,
which is pulled in automatically in the
composerInstallMax nightly test.
Th...
Stefan Bürk

2024-02-12

15:50 Revision 3f3ae9e0: [TASK] Update composer/composer to most recent version
Executed command:
composer update composer/composer
see https://github.com/advisories/GHSA-7c6p-848j-wh5h
Resolves:...
Oliver Hader
15:50 Revision cecb6ae6: [TASK] Update composer/composer to most recent version
Executed command:
composer update composer/composer
see https://github.com/advisories/GHSA-7c6p-848j-wh5h
Resolves:...
Oliver Hader
15:49 Revision 6be8f570: [TASK] Update composer/composer to most recent version
Executed command:
composer update composer/composer
see https://github.com/advisories/GHSA-7c6p-848j-wh5h
Resolves:...
Oliver Hader
15:49 Revision 4c9dd3b2: [TASK] Update composer/composer to most recent version
Executed command:
composer update composer/composer
see https://github.com/advisories/GHSA-7c6p-848j-wh5h
Resolves:...
Oliver Hader
15:32 Revision df0fb932: [BUGFIX] Fix list view functionality in FileList
This fixes several bugs in FileList:
1. Properly initializing the `searchTerm` ensures
it is kept while sorting.
...
Oliver Bartsch
15:32 Revision b0f41910: [BUGFIX] Fix list view functionality in FileList
This fixes several bugs in FileList:
1. Properly initializing the `searchTerm` ensures
it is kept while sorting.
...
Oliver Bartsch
08:44 Revision a97cc736: [DOCS] Document how to replace a linktype
Since the linktypes are automatically registered in Linkvalidator,
it is no longer quite as easy to replace the "exte...
Sybille Peters
08:38 Revision 1a5c049a: [DOCS] Document how to replace a linktype
Since the linktypes are automatically registered in Linkvalidator,
it is no longer quite as easy to replace the "exte...
Sybille Peters

2024-02-11

10:14 Revision c9bcd0a4: [BUGFIX] Also fetch outdated extensions in extensionmanager
The query for fetching extension versions is extended to
also find "outdated" extension versions (review_state = -2)....
Oliver Bartsch
10:14 Revision 70236e53: [BUGFIX] Also fetch outdated extensions in extensionmanager
The query for fetching extension versions is extended to
also find "outdated" extension versions (review_state = -2)....
Oliver Bartsch
10:14 Revision 7a7efc2f: [BUGFIX] Also fetch outdated extensions in extensionmanager
The query for fetching extension versions is extended to
also find "outdated" extension versions (review_state = -2)....
Oliver Bartsch

2024-02-10

23:15 Revision 7596d9cd: [BUGFIX] Wrong language labels in StandardContentPreviewRenderer
The language labels for `noPluginSelected` and `edit` in
StandardContentPreviewRenderer can not be resolved, because ...
Torben Hansen
23:15 Revision b0ce20c0: [BUGFIX] Wrong language labels in StandardContentPreviewRenderer
The language labels for `noPluginSelected` and `edit` in
StandardContentPreviewRenderer can not be resolved, because ...
Torben Hansen
17:38 Revision 33010104: [BUGFIX] Avoid static calls to LogDataTrait::formatLogDetails
Resolves: #103097
Releases: 12.4, 11.5
Change-Id: I9280a8489cd0b301a1d9c66efc8428bad206cb8c
Reviewed-on: https://revi...
Oliver Hader
17:37 Revision 4e0ee131: [BUGFIX] Avoid static calls to LogDataTrait::formatLogDetails
Resolves: #103097
Releases: 12.4, 11.5
Change-Id: I9280a8489cd0b301a1d9c66efc8428bad206cb8c
Reviewed-on: https://revi...
Oliver Hader
13:11 Revision 1765efd0: [TASK] Update container image versions
New core-testing-* images have been build and published in
the TYPO3 testing-infrastructure repository and pulled to
...
Stefan Bürk
13:11 Revision 9d64aed5: [TASK] Update container image versions
New core-testing-* images have been build and published in
the TYPO3 testing-infrastructure repository and pulled to
...
Stefan Bürk
13:11 Revision 5b41b89d: [TASK] Update container image versions
New core-testing-* images have been build and published in
the TYPO3 testing-infrastructure repository and pulled to
...
Stefan Bürk
13:10 Revision 7563b13e: [TASK] Update container image versions
New core-testing-* images have been build and published in
the TYPO3 testing-infrastructure repository and pulled to
...
Stefan Bürk

2024-02-09

22:19 Revision fe1cdae9: [BUGFIX] Mitigate a TypeError in `StandardContentPreviewRenderer`
An editor can trigger a TypeError exception leading to a 503 error
message `trim() expects parameter 1 to be string, ...
Yann
22:19 Revision 09a8aa23: [BUGFIX] Mitigate a TypeError in `StandardContentPreviewRenderer`
An editor can trigger a TypeError exception leading to a 503 error
message `trim() expects parameter 1 to be string, ...
Yann
22:19 Revision fda71f80: [BUGFIX] Mitigate a TypeError in `StandardContentPreviewRenderer`
An editor can trigger a TypeError exception leading to a 503 error
message `trim() expects parameter 1 to be string, ...
Yann
17:34 Revision 314796a0: [BUGFIX] Handle record export and download options individually
The "Export" button in the list module, used to
trigger exporting a table does now also respect
the `options.impexp.e...
Oliver Bartsch
17:34 Revision a883088e: [BUGFIX] Handle record export and download options individually
The "Export" button in the list module, used to
trigger exporting a table does now also respect
the `options.impexp.e...
Oliver Bartsch
17:25 Revision 192552c0: [BUGFIX] Add missing list-group-item-action to styleguide menus
Resolves: #103094
Releases: main
Change-Id: Ib755aacd6f3e9a8149691957c08151b36144325b
Reviewed-on: https://review.typ...
Benjamin Kott
17:18 Revision ed7ab690: [BUGFIX] Properly use file name argument in locallang label
The ExtendedFileUtility component provides the file
name as argument for the `fileNotDeletedHasReferences`
label. Thi...
Oliver Bartsch
17:12 Revision 3495170d: [BUGFIX] Properly use file name argument in locallang label
The ExtendedFileUtility component provides the file
name as argument for the `fileNotDeletedHasReferences`
label. Thi...
Oliver Bartsch
14:07 Revision 8a9e926d: [BUGFIX] Ensure database port as int in setup command
Releases: main, 13.0
Resolves: #102994
Related: #102959
Change-Id: I9fbb13d333cf9a773d5cfa3742d693595f694aec
Reviewed...
Benjamin Franzke
12:21 Revision fb2cbb57: [BUGFIX] Install Tool: Load renderable components in correct scope
Lit elements need to get created in the correct browser scope
(i.e. frame) to get rendered in Firefox, which is a hug...
Andreas Fernandez
12:19 Revision 11d89529: [TASK] Remove unused labels related to the old page tree
Resolves: #103089
Releases: main
Change-Id: I87cfaf2baeafb290930cb6142e80ad490fb1a05c
Reviewed-on: https://review.typ...
Oliver Bartsch
12:07 Revision ba188c1a: [TASK] Remove superfluous space in InitializeCodeEditorInEditFileForm
The identifier in the `AsEventListener` PHP attribute uses a space.
Allthough this technically works, we do not use s...
Torben Hansen
12:01 Revision 8e6157a1: [TASK] Set `argon2id` as default password hashing algorithm
`argon2id` is available since PHP 7.3. Since this version requirement
is fulfilled for quite some time already, it's ...
Andreas Fernandez
11:29 Revision 1487caf2: [TASK] Replace former extension packages using self.version
The so called "death star" range for replacements has to be
used with caution [1] as it replaces all versions of the
...
Thomas Hohn
11:29 Revision 484796b6: [TASK] Replace former extension packages using self.version
The so called "death star" range for replacements has to be
used with caution [1] as it replaces all versions of the
...
Thomas Hohn
11:29 Revision fce8221d: [TASK] Replace former extension packages using self.version
The so called "death star" range for replacements has to be
used with caution [1] as it replaces all versions of the
...
Thomas Hohn
11:29 Revision 3e497b76: [TASK] Replace former extension packages using self.version
The so called "death star" range for replacements has to be
used with caution [1] as it replaces all versions of the
...
Thomas Hohn
09:24 Revision c0a0c292: [BUGFIX] Avoid font cut off in tree component
The lower part of the node name was inadvertently truncated.
This patch ensures that the text is no longer cut off.
...
Benjamin Kott
09:21 Revision 0e26556d: [BUGFIX] Install Tool: Re-enable modal actions after execution
In some cases it was missed to enable modal actions again after their
execution in the Install Tool. This patch adds ...
Andreas Fernandez
09:21 Revision 8772e06f: [BUGFIX] Install Tool: Re-enable modal actions after execution
In some cases it was missed to enable modal actions again after their
execution in the Install Tool. This patch adds ...
Andreas Fernandez
08:29 Revision 79227b8f: [TASK] Remove obsolete d3js
With the move to native drag and drop in the tree component #103043,
d3js became obsolete and is now removed.
Resolv...
Benjamin Kott
07:18 Revision 935bf4b7: [TASK] Update `sortablejs`
Executed commands:
npm install --save sortablejs@^1.15.2
npm run build
Resolves: #103064
Releases: main, 12...
Andreas Fernandez
07:18 Revision de2856d0: [TASK] Update `sortablejs`
Executed commands:
npm install --save sortablejs@^1.15.2
npm run build
Resolves: #103064
Releases: main, 12...
Andreas Fernandez
07:07 Revision c843447a: [TASK] Update `alwan` to 2.0.2
Executed commands:
npm install --save alwan@^2.0.2
npm run build
Resolves: #103038
Releases: main
Change-Id...
Andreas Fernandez
06:44 Revision 916bf8fd: [BUGFIX] Properly resolve GET parameter `id`
This change ensures that `?id=` only
validates against an integer-interpreted
value, disallowing `?id=nonsense23` whi...
Benni Mack
06:44 Revision c9c6af2c: [BUGFIX] Properly resolve GET parameter `id`
This change ensures that `?id=` only
validates against an integer-interpreted
value, disallowing `?id=nonsense23` whi...
Benni Mack

2024-02-08

15:53 Revision e02e8ef2: [TASK] Fix acceptence tests window size with php-webdriver 1.15
The configured browser capabilities (`chromeOptions`) are passed by
`codeception/module-webdriver` to `php-webdriver`...
Benjamin Kott
13:17 Revision 49b8b974: [TASK] Fix acceptence tests window size with php-webdriver 1.15
The configured browser capabilities (`chromeOptions`) are passed by
`codeception/module-webdriver` to `php-webdriver`...
Benjamin Kott
12:56 Revision d8ffdf0e: [BUGFIX] Copy metadata on copy file
When copy a file corresponding metadata
are now also copied, preserving existing
properties like "file" or "uid".
Re...
Oliver Bartsch

2024-02-07

16:22 Revision bd4f2f48: [BUGFIX] Undefined array index for TCA without ctrl
A new test case is added to cover the case when a TCA definition exists
without `ctrl`. The test case has been added ...
Simon Schaufelberger
16:22 Revision bf7bb906: [BUGFIX] Undefined array index for TCA without ctrl
A new test case is added to cover the case when a TCA definition exists
without `ctrl`. The test case has been added ...
Simon Schaufelberger
16:21 Revision 86f63757: [BUGFIX] Undefined array index for TCA without ctrl
A new test case is added to cover the case when a TCA definition exists
without `ctrl`. The test case has been added ...
Simon Schaufelberger
14:17 Revision 4f459c29: [FEATURE] Modernize tree rendering and implement RTL and dark mode
The SVG based renderer for the page, file and select trees has been
replaced by a HTML based one. It uses reactive re...
Benjamin Kott
13:27 Revision f535b30f: [TASK] Add `composer` dispatcher to `runTests.sh`
This change adds a composer command dispatcher to
`Build/Scripts/runTests.sh` to allow the execution
of any composer ...
Stefan Bürk
13:27 Revision f99e80b5: [TASK] Add `composer` dispatcher to `runTests.sh`
This change adds a composer command dispatcher to
`Build/Scripts/runTests.sh` to allow the execution
of any composer ...
Stefan Bürk
13:27 Revision 48cd091e: [TASK] Add `composer` dispatcher to `runTests.sh`
This change adds a composer command dispatcher to
`Build/Scripts/runTests.sh` to allow the execution
of any composer ...
Stefan Bürk
12:07 Revision ebbe0f7a: [TASK] Update `COMPOSER_ROOT_VERSION` in `Build/Scripts/runTests.sh`
The COMPOSER_ROOT_VERSION environment variable in
`Build/Scripts/runTests.sh` has not been updated.
This change corr...
Stefan Bürk
11:51 Revision 8e717bf8: [TASK] Use stable `doctrine/dbal:^4`
Doctrine DBAL released the stable version for
the next major version, v4.0.0. [1]
This change upgrades to the stable...
Stefan Bürk
11:02 Revision 45556b11: [TASK] Set TYPO3 version to 13.0.1-dev
Change-Id: I64a8cd93fb691c59d0eee3982ab3d9fb2bc9975b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/828...
Oliver Hader
11:01 Revision 255f18fd: [TASK] Adjust CI for TYPO3 v13.0 branch
Releases: 13.0
Change-Id: If27d16bd41456ea8b542399cfece21b56c0d9cbf
Reviewed-on: https://review.typo3.org/c/Packages/...
Oliver Hader
09:44 Revision 9a6f1227: [TASK] Use correct global cache key for gitlab workflows
During branching for TYPO3 v13 the GitLab workflow
cache keys has been adjusted. However, the generic
cache key has b...
Stefan Bürk
07:32 Revision 0dec20ea: [TASK] Update `sass`
Executed commands:
npm install --save-dev sass@^1.17.0
npm run build
Resolves: #103065
Releases: main, 12.4...
Andreas Fernandez
07:32 Revision 569ee47a: [TASK] Update `sass`
Executed commands:
npm install --save-dev sass@^1.17.0
npm run build
Resolves: #103065
Releases: main, 12.4...
Andreas Fernandez

2024-02-06

16:06 Revision 1e5267e0: [TASK] Bump lolli42/finediff:^1.1.0
This finediff minor raise alignes supported
PHP versions >=8.2 with core, symfony, phpunit v11.
Releases: main
Resol...
Christian Kuhn
11:52 Revision dfa3a35d: [BUGFIX] Reverse rootline for PageLayoutResolver calls
There have been quite a lot of patches around the pagelayout
condition, which was introduced in early TYPO3 v11. It w...
Dimitri König
11:52 Revision f8fd9ecd: [BUGFIX] Reverse rootline for PageLayoutResolver calls
There have been quite a lot of patches around the pagelayout
condition, which was introduced in early TYPO3 v11. It w...
Dimitri König
10:50 Revision ff1931a7: [TASK] Update `doctrine/dbal:^3.8.1`
Doctrine DBAL 3.8.x comes with further deprecations, but
also with the new `QueryBuilder::reset*()` methods as a
miti...
Stefan Bürk
08:31 Revision d58280d2: [BUGFIX] Fix typo in `Random::DEFAULT_PASSWORD_LENGTH` constant
Resolves: #103055
Releases: main, 12.4
Change-Id: If1c9f1dee8952faba5ed65bf54770a51aefdd37d
Reviewed-on: https://revi...
Andreas Fernandez
08:31 Revision 1817a247: [BUGFIX] Fix typo in `Random::DEFAULT_PASSWORD_LENGTH` constant
Resolves: #103055
Releases: main, 12.4
Change-Id: If1c9f1dee8952faba5ed65bf54770a51aefdd37d
Reviewed-on: https://revi...
Andreas Fernandez

2024-02-05

12:54 Revision 44cf6313: [TASK] Drop unneeded TYPO3 version from package.json
The version was outdated and is removed as it
is not needed, since there is no intent to
publish the build-folder as-...
Andreas Fernandez
12:54 Revision a7c3c6fd: [TASK] Drop unneeded TYPO3 version from package.json
The version was outdated and is removed as it
is not needed, since there is no intent to
publish the build-folder as-...
Andreas Fernandez
12:23 Revision b44a5230: [TASK] Move table definition merge to `SchemaMigrator`
To give extensions the ability to change the expected
database schema, adding or changing columns of existing
TYPO3 C...
Stefan Bürk
11:17 Revision 08fb1712: [BUGFIX] Add fake TS setup in admin panel for fluid
With #100759, f:translate has been changed to use the
extbase LocalizationUtility in all scopes. This
triggers the Co...
Benni Mack
09:10 Revision 7852f1ad: [BUGFIX] Omit click menu on icons in `browse` mode
The element browsers, such as file browser,
folder browser or the create folder browser
are rendering the FileList in...
Oliver Bartsch
09:10 Revision 335c2b98: [BUGFIX] Omit click menu on icons in `browse` mode
The element browsers, such as file browser,
folder browser or the create folder browser
are rendering the FileList in...
Oliver Bartsch
08:50 Revision df0a0d07: [TASK] Add missing MySQL Server versions to `runTests.sh`
This change adds further MySQL Server versions to the
`Build/Scripts/runTests.sh` to allow executing local
functional...
Stefan Bürk
08:50 Revision ae40f5a5: [TASK] Add missing MySQL Server versions to `runTests.sh`
This change adds further MySQL Server versions to the
`Build/Scripts/runTests.sh` to allow executing local
functional...
Stefan Bürk
08:50 Revision 9e4c1465: [TASK] Add missing MySQL Server versions to `runTests.sh`
This change adds further MySQL Server versions to the
`Build/Scripts/runTests.sh` to allow executing local
functional...
Stefan Bürk
07:20 Revision 871f0acb: [TASK] Increase test coverage of ImageViewHelper
This patch should cover all of the arguments and variants both
<f:image /> and <f:uri.image /> offer to generate imag...
Simon Praetorius

2024-02-04

15:13 Revision 41b2d25d: [TASK] Update `lit` packages
Executed commands:
npm install --save \
@lit/reactive-element@^2.0.4 \
lit@^3.1.2 \
lit-...
Andreas Fernandez
15:13 Revision bedbe0df: [TASK] Update `lit` packages
Executed commands:
npm install --save \
@lit/reactive-element@^2.0.4 \
lit@^3.1.2 \
lit-...
Andreas Fernandez

2024-02-03

21:52 Revision 8e88e68c: [TASK] Use stable `doctrine/dbal:^4`
Doctrine DBAL released the stable version for
the next major version, v4.0.0. [1]
This change upgrades to the stable...
Stefan Bürk
11:49 Revision 68a963c0: [BUGFIX] Allow linking to records that are set to All Languages
This change now checks for a records' sys_language_uid field
before doing overlays, and is only doing overlays when
t...
Benni Mack
09:25 Revision f89ac74c: [TASK] Update locales translation files
TYPO3 uses a composer package [1] to import
locales along with translations and a custom
script has been added to cre...
Stefan Bürk
09:24 Revision de1e61aa: [TASK] Update locales translation files
TYPO3 uses a composer package [1] to import
locales along with translations and a custom
script has been added to cre...
Stefan Bürk
09:20 Revision f9e89110: [BUGFIX] Ensure extended `XliffFileDumper::dump()` is compatible
The `Symfony\Component\Translation\Dumper\XliffFileDumper` is extended
to add processing workflowes needed to update ...
Stefan Bürk
09:20 Revision 8a360eb8: [BUGFIX] Ensure extended `XliffFileDumper::dump()` is compatible
The `Symfony\Component\Translation\Dumper\XliffFileDumper` is extended
to add processing workflowes needed to update ...
Stefan Bürk
07:39 Revision 9f8400cd: [BUGFIX] Add fallback for language config
Currently, having a inlineLanguageLabelFiles
defined without passing any additional config
leads to an undefined key ...
Jochen Roth

2024-02-02

18:00 Revision 04f20417: [TASK] Update `codemirror` and friends
Executed commands:
npm install --save \
@codemirror/autocomplete@^6.12.0 \
@codemirror/lang-html...
Andreas Fernandez
17:53 Revision 71bf4bae: [TASK] Update `codemirror` and friends
Executed commands:
npm install --save \
@codemirror/autocomplete@^6.12.0 \
@codemirror/lang-html...
Andreas Fernandez
16:22 Revision 9a5b9ec4: [DOCS] Remove outdated number from logicalAnd() and logicalOr() PHPdoc
The methods `logicalAnd()` and `logicalOr()` allow any number of
constraints as parameters. The outdated PHPdoc comme...
Albrecht Köhnlein
16:21 Revision 3b068da5: [DOCS] Remove outdated number from logicalAnd() and logicalOr() PHPdoc
The methods `logicalAnd()` and `logicalOr()` allow any number of
constraints as parameters. The outdated PHPdoc comme...
Albrecht Köhnlein
16:21 Revision 15d2369b: [TASK] Use `podman` before `docker` in `Build/Scripts/runTests.sh`
The `Build/Scripts/runTests.sh` supports `podman` and `docker`
as container cli binary since quite a while now, albei...
Stefan Bürk
16:21 Revision 5b18ef1b: [TASK] Use `podman` before `docker` in `Build/Scripts/runTests.sh`
The `Build/Scripts/runTests.sh` supports `podman` and `docker`
as container cli binary since quite a while now, albei...
Stefan Bürk
16:21 Revision bba43d03: [TASK] Use `podman` before `docker` in `Build/Scripts/runTests.sh`
The `Build/Scripts/runTests.sh` supports `podman` and `docker`
as container cli binary since quite a while now, albei...
Stefan Bürk

2024-02-01

15:57 Revision 5d8f78f3: [BUGFIX] Do not force 5 records in list view
There is no valid reason to force a
minimum amount of 5 records to be
displayed in the list view.
Therefore, the ran...
Oliver Bartsch
15:47 Revision 10585f2d: [BUGFIX] Do not force 5 records in list view
There is no valid reason to force a
minimum amount of 5 records to be
displayed in the list view.
Therefore, the ran...
Oliver Bartsch
10:04 Revision 120f3eb6: [TASK] Update testing-framework
Used command(s):
> composer req --dev \
"typo3/testing-framework":"^8.0.9"
[1] https://github.com/TYPO3/testing...
Stefan Bürk
08:30 Revision 3132d3d0: [BUGFIX] Prevent exception in TranslateViewHelper for modules without short description
In case modules do not provide a "shortDescription" the module card is
now rendered without title in the "About" modu...
Albrecht Köhnlein
07:47 Revision 51f6c167: [BUGFIX] Prevent exception in TranslateViewHelper for modules without short description
In case modules do not provide a "shortDescription" the module card is
now rendered without title in the "About" modu...
Albrecht Köhnlein

2024-01-31

11:13 Revision 2e0fd8c0: [TASK] Remove unused resolveResourcePaths() in EXT:form
Resolves: #102999
Related: #98545
Releases: main
Change-Id: I0d8b4f6d05cf77dee49265912029b8257e7b92e7
Reviewed-on: ht...
Peter Kraume
10:26 Revision 975aab1f: [TASK] Unblock argument passing in `Build/Scripts/runTests.sh`
The first argument after processing defined options has been
stored into the variable `TEST_FILE`. This value was pas...
Stefan Bürk
10:25 Revision 4971b100: [TASK] Unblock argument passing in `Build/Scripts/runTests.sh`
The first argument after processing defined options has been
stored into the variable `TEST_FILE`. This value was pas...
Stefan Bürk
10:25 Revision 66b859a8: [TASK] Unblock argument passing in `Build/Scripts/runTests.sh`
The first argument after processing defined options has been
stored into the variable `TEST_FILE`. This value was pas...
Stefan Bürk
08:50 Revision 4e256206: [TASK] Revert "[TASK] Add title and aria-label to clear input button"
This reverts commit dba95382f4b2306080ace62a75a68a1e7b44fb63.
Reason for revert:
* The close button has tabIndex -1...
Benjamin Franzke
07:41 Revision dba95382: [TASK] Add title and aria-label to clear input button
Add a title and aria-label to the clear input button added
on all input fields with the class t3js-clearable.
Resolv...
Willi Wehmeier
07:39 Revision 7629b20a: [BUGFIX] Reset array keys after filtering available languages
To prevent PHP from encoding the numeric keys
of the available languages as string, which would
lead to JavaScript er...
Oliver Bartsch
07:32 Revision d7224917: [BUGFIX] Reset array keys after filtering available languages
To prevent PHP from encoding the numeric keys
of the available languages as string, which would
lead to JavaScript er...
Oliver Bartsch
07:31 Revision 0cb86f31: [BUGFIX] Change file extension separator in element browser string
The element browser string (bparams), forwarding
different information between states is using the
pipe ("|") charact...
Oliver Bartsch
07:31 Revision 272517f7: [BUGFIX] Change file extension separator in element browser string
The element browser string (bparams), forwarding
different information between states is using the
pipe ("|") charact...
Oliver Bartsch
07:02 Revision 796e8f6c: [BUGFIX] Prevent memory leak when fetching a lot of database records
When fetching a lot of records from database the memory is nearly
doubled in the fetchAll function. It seems php keep...
Sascha Nowak
07:02 Revision 22db97b1: [BUGFIX] Prevent memory leak when fetching a lot of database records
When fetching a lot of records from database the memory is nearly
doubled in the fetchAll function. It seems php keep...
Sascha Nowak
07:01 Revision 81e5e517: [BUGFIX] Prevent memory leak when fetching a lot of database records
When fetching a lot of records from database the memory is nearly
doubled in the fetchAll function. It seems php keep...
Sascha Nowak
06:40 Revision 6239e178: [DOCS] Remove index page from changelogs
The index file in its current state does not has any value to the user.
Mostly numbers are displayed as reference.
R...
Chris Müller
06:40 Revision 6ea72054: [DOCS] Remove index page from changelogs
The index file in its current state does not has any value to the user.
Mostly numbers are displayed as reference.
R...
Chris Müller
 

Also available in: Atom