Activity
From 2024-04-25 to 2024-05-24
2024-05-24
- 13:25 Revision fc5d3a6e: [TASK] Improve usability of user/group select in log module
- Instead of prefixing the type (user, group) for every option an optgroup
is used. With this change it is possible to ... - 13:25 Revision 7de14604: [TASK] Improve usability of user/group select in log module
- Instead of prefixing the type (user, group) for every option an optgroup
is used. With this change it is possible to ... - 12:58 Revision 64653acd: [TASK] Add some `ThumbnailViewHelper` functional tests
- This change adds some tests for the `EXT:backend`
ThumbnailViewHelper, mainly to cover fix #102571.
Resolves: #10384... - 12:14 Revision 31e37247: [FEATURE] Group-based content fetching in Frontend
- This change adds a new RecordCollector which is similar
to CONTENT cObject, except that it does not render the record... - 10:28 Revision 3d47595a: [TASK] Remove todo in extbase persistence backend
- This change removes a 5 years old todo in extbase persistence backend.
Although the affected feature `newRecordStorag... - 10:13 Revision 7ec17c80: [TASK] Remove todo in extbase persistence backend
- This change removes a 5 years old todo in extbase persistence backend.
Although the affected feature `newRecordStorag... - 08:56 Revision 1e3605ac: [DOCS] Improve bin/typo3 cache:flush description
- There is no word 'postparation' according to native speaker Sarah McCarthy.
And also the sentence was hard to unders... - 08:21 Revision 8270fbef: [TASK] Streamline usage of `Persistent.loadFromServer()`
- Previously, the internal method `loadFromServer()` from the module
`@typo3/backend/storage/persistent` fetched the da... - 08:09 Revision 1de20702: [BUGFIX] Respect doctype when generating meta tags
- The GenericMetaTagManager as well as the abstract
class (used by extensions) does now properly respect
the current do... - 08:09 Revision db590bde: [BUGFIX] Respect doctype when generating meta tags
- The GenericMetaTagManager as well as the abstract
class (used by extensions) does now properly respect
the current do...
2024-05-22
- 18:18 Revision c5d6016e: [TASK] Use xxh3 over sha1 in PackageDependentCacheIdentifier
- This 64bit hash is quicker and shorter than sha1
and should give enough collision protection for
this use case.
Reso... - 14:42 Revision c9c46ae5: [BUGFIX] Fix return type of Query::execute()
- `\TYPO3\CMS\Extbase\Persistence\Generic\Query::execute()` has
a boolean flag to define if the result should be a raw ... - 14:31 Revision 5418d843: [BUGFIX] Fix return type of Query::execute()
- `\TYPO3\CMS\Extbase\Persistence\Generic\Query::execute()` has
a boolean flag to define if the result should be a raw ... - 14:15 Revision cd1d45a7: [TASK] Tune CI jobs
- Less jobs while keeping general pipeline times low.
* Simplify runner cache configuration
* sqlite pre-merge 3 inste... - 11:45 Revision c3a5e0d7: [TASK] Add some `ThumbnailViewHelper` functional tests
- This change adds some tests for the `EXT:backend`
ThumbnailViewHelper, mainly to cover fix #102571.
Resolves: #10384... - 11:29 Revision 455318ec: [TASK] Update CI nightly ac test permutations
- Shuffle the permutations of php, dbms, composer/non-composer
sets/sys_template and locked/min/max for ac tests around... - 11:28 Revision d92b7607: [TASK] Tune CI jobs
- Less jobs while keeping general pipeline times low.
* Simplify runner cache configuration
* sqlite pre-merge 3 inste... - 06:21 Revision fc35e5a9: [TASK] Utilize PackageDependentCacheIdentifier in TsConfigTreeBuilder
- The cache identifier of TSCconfig strings is now hashed with the current
TYPO3 version number in preparation for an u... - 06:21 Revision 0a296693: [TASK] Utilize PackageDependentCacheIdentifier in TsConfigTreeBuilder
- The cache identifier of TSCconfig strings is now hashed with the current
TYPO3 version number in preparation for an u...
2024-05-21
- 12:46 Revision 491c9ff4: [TASK] Remove useless class doc comments
- Several classes in TYPO3 have class doc comments like
`Class NameOfClass`. Those comments have no value
and can there... - 12:45 Revision 89c62c19: [BUGFIX] Avoid throwing away previous errors in integrity checks
- With change #103465 a couple of code integrity checks based on the
`nikic/php-parser` have been combined into one fil... - 12:33 Revision d55ebba7: [TASK] Tune CI jobs
- Less jobs while keeping general pipeline times low.
* Simplify runner cache configuration
* sqlite pre-merge 3 inste... - 12:26 Revision 7a3f7691: [BUGFIX] Prevent array to string conversion in BackendUtility
- The value of an `label_alt` field might be
an array, e.g. for TCA type `select` fields.
Those values must not be for... - 12:25 Revision 84fb7611: [BUGFIX] Prevent array to string conversion in BackendUtility
- The value of an `label_alt` field might be
an array, e.g. for TCA type `select` fields.
Those values must not be for... - 08:16 Revision 08d08fe1: [BUGFIX] Avoid data array to be null in CObjectViewHelper
- The CObjectViewHelper didn't render IMAGE-objects with
GIFBUILDER properly.
This change avoids the data array in the... - 07:53 Revision c24627b2: [TASK] Remove useless class doc comments
- Several classes in TYPO3 have class doc comments like
`Class NameOfClass`. Those comments have no value
and can there... - 07:45 Revision 2abe9bd6: [TASK] Run test lintPhp on all CPU cores
- Use all available CPUs with `Build/Scripts/runTests.sh -s lintPhp`.
Note podman CI is configured with a cpu-share to... - 07:45 Revision 9d805ff6: [TASK] Run test lintPhp on all CPU cores
- Use all available CPUs with `Build/Scripts/runTests.sh -s lintPhp`.
Note podman CI is configured with a cpu-share to... - 07:45 Revision 07be1aa2: [TASK] Run test lintPhp on all CPU cores
- Use all available CPUs with `Build/Scripts/runTests.sh -s lintPhp`.
Note podman CI is configured with a cpu-share to...
2024-05-20
- 20:14 Revision 82eea73a: [TASK] Remove superfluous typecast in TSFE
- This change removes a superfluous typecast in
`TypoScriptFrontendController`.
Additionally, the function's doc comme...
2024-05-18
- 08:37 Revision ae26404b: [BUGFIX] Allow to modify skipGroupAccessCheck in new PSR-14 event
- With TYPO3 v13.0 the new BeforePageIsRetrievedEvent was
added, and the previous hook was removed. This way, it is not... - 08:37 Revision 668c6d86: [BUGFIX] Handle smooth migration for renamed navigation ID
- When migrating to TYPO3 v13, the navigation component
for rendering the page tree has been renamed with
https://revie...
2024-05-17
- 11:49 Revision 04e2c598: [TASK] Fix copy/paste error in EXT:scheduler manual
- The documentation of EXT:scheduler falsely referred to the Admin Panel
extension, which is now corrected.
Releases: ... - 11:34 Revision 045e8ee3: [TASK] Update friendsofphp/php-cs-fixer to 3.57.1
- Use parallel runner to use more than 1 CPU.
composer update \
composer/semver \
symfony/polyfill-mbstring \
... - 11:34 Revision da255171: [TASK] Update friendsofphp/php-cs-fixer to 3.57.1
- Use parallel runner to use more than 1 CPU.
composer require --dev friendsofphp/php-cs-fixer:^3.57.1
Resolves: #103... - 11:34 Revision 34914bd9: [TASK] Update friendsofphp/php-cs-fixer to 3.57.1
- Use parallel runner to use more than 1 CPU.
composer require --dev friendsofphp/php-cs-fixer:^3.57.1
Resolves: #103... - 11:03 Revision 5dff59bb: [TASK] Fix copy/paste error in EXT:scheduler manual
- The documentation of EXT:scheduler falsely referred to the Admin Panel
extension, which is now corrected.
Releases: ... - 08:01 Revision 611ae8b4: [TASK] Fix typo in `l10parent` data argument in record list
- This commit fixes an long standing typo in the `dataset` of the delete
buttons in the record list. `l10parent` is now...
2024-05-16
- 11:55 Revision 7cb95ca3: [DOCS] Improve "_assets" composer directory migration issues
- It has come up a few times that users face problems how to properly
utilize the new `_assets/` hashed symlinks for `R... - 11:54 Revision 92bdac35: [DOCS] Improve "_assets" composer directory migration issues
- It has come up a few times that users face problems how to properly
utilize the new `_assets/` hashed symlinks for `R... - 06:15 Revision 46a8e8c7: [TASK] Provide common base for PHP-based integrity checker
- With one traverser class and several checkers all necessary
checks can be executed within one CI job, which saves tim...
2024-05-15
- 06:17 Revision 415f2e93: [BUGFIX] Fix incorrectly closed empty construct
- Resolves: #103835
Releases: main
Change-Id: I78159e868390047735490a7d179f90adf3e2e83c
Reviewed-on: https://review.typ... - 05:58 Revision 8d2fda1d: [BUGFIX] Stabilize backend user acceptance test
- With #103692 remembering the sub-module route within the backend user
module has been fixed to open the last opened m... - 05:43 Revision 6f977836: [BUGFIX] Stabilize backend user acceptance test
- With #103692 remembering the sub-module route within the backend user
module has been fixed to open the last opened m... - 05:41 Revision a83d6282: [DOCS] Update broken link in changelog 92992
- Resolves: #103836
Releases: main
Change-Id: Ia74ab100142aa29c3a1a145c358e77e4eaaca804
Reviewed-on: https://review.ty...
2024-05-14
- 18:16 Revision ed9ebde8: [TASK] Upgrade bacon/bacon-qr-code to v3
- This new version drops support for PHP 8.0 and below
https://github.com/Bacon/BaconQrCode/releases/tag/v3.0.0
Resolv... - 14:41 Revision 33144314: [BUGFIX] Avoid double-encoding of delete label
- The label for the delete action was encoded twice, leading to text
issues in case special characters are involved. Th... - 14:41 Revision 88934f54: [BUGFIX] Avoid double-encoding of delete label
- The label for the delete action was encoded twice, leading to text
issues in case special characters are involved. Th... - 14:41 Revision 658c0dfa: [BUGFIX] Avoid double-encoding of delete label
- The label for the delete action was encoded twice, leading to text
issues in case special characters are involved. Th... - 14:40 Revision d12ed380: [FEATURE] Add record-based transformation Data Processor
- This patch consists of three aspects:
1. Record Object (internal)
A new value object for records, which contains on... - 12:31 Revision f067aad1: [BUGFIX] Allow search for newly created versioned records in page tree
- This change allows for search for UIDs
of versioned records in the page tree,
which have been created within the work... - 11:55 Revision d818bb53: [BUGFIX] Allow search for newly created versioned records in page tree
- This change allows for search for UIDs
of versioned records in the page tree,
which have been created within the work... - 09:04 Revision ff8384af: [TASK] Set TYPO3 version to 13.1.2-dev
- Change-Id: Ibb198fb5282ca533bfcc9c099cf4f119587144b6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/842... - 09:04 Revision 12549aa5: [TASK] Set TYPO3 version to 12.4.16-dev
- Change-Id: I38c57b5342892945c8b91bb72570faa9b5a28665
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/842... - 09:04 Revision dd7ae5bc: [TASK] Set TYPO3 version to 11.5.38-dev
- Change-Id: I0ef0594cc0d3aefbacdc3e3bcbcaad685513b745
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/842... - 08:29 Revision dbe306ed: [RELEASE] Release of TYPO3 13.1.1
- Change-Id: I01652247e7d563d1ac6061428a62f46a312e77d4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/842... - 08:24 Revision 85cb1b09: [RELEASE] Release of TYPO3 12.4.15
- Change-Id: Iedbda8b0217bab62bb7647a7c962f564faaf003e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/842... - 08:21 Revision 8c01ea0c: [RELEASE] Release of TYPO3 11.5.37
- Change-Id: I5602a1ef868b9ebbdf0a8ffafae3650cfb845181
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/842... - 08:03 Revision dbcb8551: [SECURITY] Protect frame GET parameter in tx_cms_showpic eID
- The "frame" parameter is no longer evaluated in the showpic eID as
it allowed uncontrolled resource consumption. This... - 08:03 Revision b144d859: [SECURITY] Encode all file properties in tx_cms_showpic output
- Resolves: #103303
Releases: main, 13.1, 12.4, 11.5
Change-Id: I2842cefd5dfc0aff920e61b5fd16f029db8ada4c
Security-Bull... - 08:03 Revision 9561bffc: [SECURITY] Prevent XSS in FormManager backend module
- Encode non prepared output of BackendUtility::getRecordTitle.
The string returned by getRecordTitle is only HTML enco... - 08:02 Revision 56afa304: [SECURITY] Prevent HTML Injection in History Backend Module
- Encode non prepared output of BackendUtility::getRecordTitle.
The string returned by getRecordTitle is only HTML enco... - 08:02 Revision 1e70ebf7: [SECURITY] Protect frame GET parameter in tx_cms_showpic eID
- The "frame" parameter is no longer evaluated in the showpic eID as
it allowed uncontrolled resource consumption. This... - 08:02 Revision b31d05d1: [SECURITY] Encode all file properties in tx_cms_showpic output
- Resolves: #103303
Releases: main, 13.1, 12.4, 11.5
Change-Id: I2842cefd5dfc0aff920e61b5fd16f029db8ada4c
Security-Bull... - 08:02 Revision 2832e2f5: [SECURITY] Prevent XSS in FormManager backend module
- Encode non prepared output of BackendUtility::getRecordTitle.
The string returned by getRecordTitle is only HTML enco... - 08:02 Revision 82ef1b52: [SECURITY] Prevent HTML Injection in History Backend Module
- Encode non prepared output of BackendUtility::getRecordTitle.
The string returned by getRecordTitle is only HTML enco... - 08:01 Revision df7909b6: [SECURITY] Protect frame GET parameter in tx_cms_showpic eID
- The "frame" parameter is no longer evaluated in the showpic eID as
it allowed uncontrolled resource consumption. This... - 08:01 Revision d7746423: [SECURITY] Encode all file properties in tx_cms_showpic output
- Resolves: #103303
Releases: main, 13.1, 12.4, 11.5
Change-Id: I2842cefd5dfc0aff920e61b5fd16f029db8ada4c
Security-Bull... - 08:01 Revision e95a1224: [SECURITY] Prevent XSS in FormManager backend module
- Encode non prepared output of BackendUtility::getRecordTitle.
The string returned by getRecordTitle is only HTML enco... - 08:01 Revision 05c95fed: [SECURITY] Protect frame GET parameter in tx_cms_showpic eID
- The "frame" parameter is no longer evaluated in the showpic eID as
it allowed uncontrolled resource consumption. This... - 08:01 Revision 37647490: [SECURITY] Encode all file properties in tx_cms_showpic output
- Resolves: #103303
Releases: main, 13.1, 12.4, 11.5
Change-Id: I2842cefd5dfc0aff920e61b5fd16f029db8ada4c
Security-Bull... - 08:00 Revision d0393a87: [SECURITY] Prevent XSS in FormManager backend module
- Encode non prepared output of BackendUtility::getRecordTitle.
The string returned by getRecordTitle is only HTML enco... - 07:27 Revision 6f85b4c2: [BUGFIX] Enable default action in backend user module
- The last used action is now properly resolved
again in the backend user module. Due to the
fact that accessing the mo... - 07:27 Revision 698a2d03: [BUGFIX] Enable default action in backend user module
- The last used action is now properly resolved
again in the backend user module. Due to the
fact that accessing the mo...
2024-05-13
- 22:19 Revision b25398c8: [BUGFIX] Build correct PageTypeZeroSource for hidden or scheduled pages
- With #94499 creating redirects on page slug changes has been
enhanced to determine the source based on real url build... - 22:18 Revision d29775b3: [BUGFIX] Build correct PageTypeZeroSource for hidden or scheduled pages
- With #94499 creating redirects on page slug changes has been
enhanced to determine the source based on real url build... - 22:07 Revision b4d2a223: [BUGFIX] Do not pass TypoScript attributes as script/link tag attribute
- Attributes passed via TypoScript like:
```
page {
includeJSLibs {
someIncludeFile = EXT:sitepackage/...
... - 22:07 Revision d6bb232f: [BUGFIX] Do not pass TypoScript attributes as script/link tag attribute
- Attributes passed via TypoScript like:
```
page {
includeJSLibs {
someIncludeFile = EXT:sitepackage/...
... - 20:16 Revision ca64d881: [BUGFIX] Correct examples for expression builder methods in changelog
- ->expr() must be executed on QueryBuilder, not on Connection
Releases: main
Resolves: #103829
Change-Id: Ib3af65e266... - 20:09 Revision 3ed3d5d8: [BUGFIX] Cast port to integer when setting up the database
- Ensure env variable from port is cast to integer
when setting up TYPO3 with Environment variable
TYPO3_INSTALL_DB_POR... - 20:08 Revision 3f3a08bc: [BUGFIX] Enhance duplicate source detection for auto-redirect creation
- With #94499 creating redirects on page slug changes has been
enhanced to determine the source based on real url build... - 20:08 Revision 62598777: [BUGFIX] Enhance duplicate source detection for auto-redirect creation
- With #94499 creating redirects on page slug changes has been
enhanced to determine the source based on real url build... - 19:44 Revision dc5054eb: [BUGFIX] Add related visibility options for PageRepository cacheIdentifier
- Since #102793 the PageRepository respects `includeScheduledRecords`
from the context `VisibilityAspect` setting in th... - 19:30 Revision 2566f552: [BUGFIX] Add related visibility options for PageRepository cacheIdentifier
- Since #102793 the PageRepository respects `includeScheduledRecords`
from the context `VisibilityAspect` setting in th... - 19:23 Revision 79b8e1a1: [BUGFIX] Cast port to integer when setting up the database
- Ensure env variable from port is cast to integer
when setting up TYPO3 with Environment variable
TYPO3_INSTALL_DB_POR... - 16:32 Revision e4ef2884: [BUGFIX] Skip invalid languages in integrityservice of redirects
- It might be that pages are still available which are outdated regarding
its language. This can be when a site languag... - 16:32 Revision fe39cc9f: [BUGFIX] Skip invalid languages in integrityservice of redirects
- It might be that pages are still available which are outdated regarding
its language. This can be when a site languag... - 16:09 Revision 1dc8d2e6: [BUGFIX] Make CE actions clickable after edit or visibility toggle
- When a content element (CE) gets edited or the visibility is toggled,
the page module is reloaded with an anchor in t... - 16:09 Revision fa1762e7: [BUGFIX] Make CE actions clickable after edit or visibility toggle
- When a content element (CE) gets edited or the visibility is toggled,
the page module is reloaded with an anchor in t... - 11:51 Revision 90667ef6: [TASK] Update `phpstan/phpstan` to 1.11.0
- This commit updates `phpstan/phpstan` to 1.11.0 and its related friends
to their latest respective version.
Executed... - 11:50 Revision c7978c38: [TASK] Update `phpstan/phpstan` to 1.11.0
- This commit updates `phpstan/phpstan` to 1.11.0 and its related friends
to their latest respective version.
Executed... - 11:50 Revision 191b90a1: [TASK] Update `phpstan/phpstan` to 1.11.0
- This commit updates `phpstan/phpstan` to 1.11.0 and its related friends
to their latest respective version.
Executed... - 09:48 Revision 37518358: [TASK] Adjust CI for TYPO3 v13.1 branch
- Commands executed:
find Build/gitlab-ci/ -type f -exec \
sed -i \
-e 's/key: main/key: 13.1/g' \
-e... - 09:43 Revision dc7a38fc: [BUGFIX] Update ISO language files
- Executed commands:
composer require --dev sokil/php-isocodes-db-i18n:^4.0.22
Build/Scripts/updateIsoDatabase... - 08:58 Revision f28a891d: [TASK] Set TYPO3 version to 13.1.1-dev
- Change-Id: Ie9d120d9008d777d870b9a71c76aad17b57d71de
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/842... - 08:25 Revision b085b371: [TASK] Update container image versions
- New core-testing-* images has been build and published in
the TYPO3 testing-infrastructure repository and pulled to
t... - 08:25 Revision 2acd0592: [TASK] Update container image versions
- New core-testing-* images has been build and published in
the TYPO3 testing-infrastructure repository and pulled to
t... - 07:01 Revision faae27dd: [BUGFIX] Circumvent possible race condition in cache retrieval
- To circumvent race conditions where the cache is removed between
`has()` and `require()` invocations, the return valu... - 07:01 Revision ad324878: [BUGFIX] Circumvent possible race condition in cache retrieval
- To circumvent race conditions where the cache is removed between
`has()` and `require()` invocations, the return valu... - 06:43 Revision 6cc90b3d: [TASK] Add tests for copying localized content to non-translated page
- Copy/move pages with existing translation into another site with
different language setup results in orphaned problem... - 06:09 Revision e72fcadb: [TASK] Remove unused line from YamlSetDefinitionProvider
- Remove line which extracts a version number
from YamlSetDefinitionProvider as settings
definitions does not contain a...
2024-05-12
- 13:45 Revision 31870269: [DOCS] Fix typos in Expression Builder comments
- Resolves: #103820
Releases: main
Change-Id: I4731f5579b0dd62785816441dabbe87d725bc274
Reviewed-on: https://review.typ...
2024-05-11
- 18:52 Revision 87135783: [DOCS] Correct example for defining RTE preset of flexform field
- When addressing flexform fields in TSconfig, the dots of the field names
have to be escaped with a backslash.
Releas... - 18:52 Revision ed9e74e4: [DOCS] Correct example for defining RTE preset of flexform field
- When addressing flexform fields in TSconfig, the dots of the field names
have to be escaped with a backslash.
Releas... - 18:52 Revision 2021ec2f: [DOCS] Correct example for defining RTE preset of flexform field
- When addressing flexform fields in TSconfig, the dots of the field names
have to be escaped with a backslash.
Releas... - 18:47 Revision 21a6e80a: [DOCS] Use proper link anchor name in f:translate ViewHelper
- An error was made in [1] where a wrong link anchor name
(parseFunc) was used after refactoring the link format,
which... - 18:40 Revision 9aee8dc8: [DOCS] Use proper link anchor name in f:translate ViewHelper
- An error was made in [1] where a wrong link anchor name
(parseFunc) was used after refactoring the link format,
which... - 17:38 Revision a0f1f5ee: [TASK] Remove unused line from ColorType class
- Resolves: #103816
Releases: main
Change-Id: I407cf635b5e1030c943d45a99a51a0210b840a08
Reviewed-on: https://review.typ...
2024-05-10
- 17:54 Revision f2961dd5: [BUGFIX] Prevent TypeError in DatabaseIntegrityController
- In advanced query the operator "is in list" makes value
be an array. Then switch the field to a non-array field
type,... - 17:54 Revision 9612b593: [BUGFIX] Prevent TypeError in DatabaseIntegrityController
- In advanced query the operator "is in list" makes value
be an array. Then switch the field to a non-array field
type,... - 17:54 Revision 6fb38b44: [BUGFIX] Prevent TypeError in DatabaseIntegrityController
- In advanced query the operator "is in list" makes value
be an array. Then switch the field to a non-array field
type,... - 17:40 Revision 5ef10efb: [TASK] Add cancel button to dashboard add widget modal
- The add widget modal has a cancel button on the bottom
of the modal now to match the other modal windows in
the backe... - 17:39 Revision 0b06c3e7: [TASK] Add cancel button to dashboard add widget modal
- The add widget modal has a cancel button on the bottom
of the modal now to match the other modal windows in
the backe... - 17:22 Revision e8eec80d: [BUGFIX] Avoid executing anonymous function in Configuration Module
- Hook implementation are configured with the well known
$GLOBAL['TYPO3_CONF_VARS']['SC_OPTIONS'][...][] = '';
sy... - 17:22 Revision 420044e0: [BUGFIX] Avoid executing anonymous function in Configuration Module
- Hook implementation are configured with the well known
$GLOBAL['TYPO3_CONF_VARS']['SC_OPTIONS'][...][] = '';
sy... - 13:55 Revision 8b720262: [BUGFIX] Provide configuration with file/folder link result
- Resolves: #103812
Releases: main, 12.4
Change-Id: I467149ad6e93900cf917d3455b24dc01c97330f1
Reviewed-on: https://revi... - 13:55 Revision 33a20162: [BUGFIX] Provide configuration with file/folder link result
- Resolves: #103812
Releases: main, 12.4
Change-Id: I467149ad6e93900cf917d3455b24dc01c97330f1
Reviewed-on: https://revi... - 07:18 Revision e8359a3b: [BUGFIX] Allow Resources/Public within asset paths
- "Resources/Public" may occur also within an
asset path. Path detection code must therefore
only check for its first o... - 07:18 Revision 19a2d873: [BUGFIX] Allow Resources/Public within asset paths
- "Resources/Public" may occur also within an
asset path. Path detection code must therefore
only check for its first o...
2024-05-09
- 13:53 Revision 96cb08e1: [TASK] Ensure test function names start with lowercase in ext:form
- Some function names for validator tests in ext:form start with an
uppercase letter, which is not in line with our cod... - 08:43 Revision 67143a47: [DOCS] Add sprintf() reference to f:translate ViewHelper documentation
- The ViewHelper documentation for f:translate mentioned
sprintf() from PHP, but did not link to it.
This patch adds a... - 08:35 Revision 658dab4f: [DOCS] Add sprintf() reference to f:translate ViewHelper documentation
- The ViewHelper documentation for f:translate mentioned
sprintf() from PHP, but did not link to it.
This patch adds a...
2024-05-08
- 14:21 Revision ce2e70da: [TASK] Rename misspelled functional test method
- Resolves: #103807
Releases: main, 12.4
Change-Id: Ifc551dcd66bc88da8c57e7213ee80d960f365509
Reviewed-on: https://revi... - 14:21 Revision 16b63a18: [TASK] Rename misspelled functional test method
- Resolves: #103807
Releases: main, 12.4
Change-Id: Ifc551dcd66bc88da8c57e7213ee80d960f365509
Reviewed-on: https://revi... - 08:59 Revision 6199bdd0: [BUGFIX] Fix positioning of containers in EXT:styleguide BE module
- The containers used in the backend module of EXT:styleguide are now
based on flex boxes and don't use absolute positi...
2024-05-07
- 21:28 Revision 9b398933: [TASK] Avoid usage of ConnectionPool in extbase functional tests
- This change changes extbase persistence tests to use CSV files
where suitable.
The `addSimpleObjectTest` has been re... - 05:32 Revision 30399b0e: [BUGFIX] Allow persisting nullable properties in extbase
- Extbase persistence does not treat nullable properties like
DataHandler does. A nullable domain model property, which...
2024-05-06
- 15:40 Revision e4d72152: [TASK] Add unicode license file next to .tbl files
- The folder containing the charset conversion table files
should have the unicode license.txt file.
The license file ... - 15:27 Revision d1309662: [TASK] Add unicode license file next to .tbl files
- The folder containing the charset conversion table files
should have the unicode license.txt file.
The license file ... - 15:18 Revision 1e8e8eb5: [TASK] Add unicode license file next to .tbl files
- The folder containing the charset conversion table files
should have the unicode license.txt file.
Resolves: #103796... - 11:18 Revision f4e04be4: [TASK] Fix throws doc comment in MvcPropertyMappingConfigurationService
- One part of the classname in a `throws` doc comment in
`MvcPropertyMappingConfigurationService` is wrong. Instead of
... - 10:06 Revision 10882053: [TASK] Fix throws doc comment in MvcPropertyMappingConfigurationService
- One part of the classname in a `throws` doc comment in
`MvcPropertyMappingConfigurationService` is wrong. Instead of
...
2024-05-05
- 09:38 Revision 7c7641ea: [BUGFIX] Update ISO language files
- Executed commands:
composer require --dev sokil/php-isocodes-db-i18n:^4.0.22
Build/Scripts/updateIsoDatabase... - 09:38 Revision e373ff82: [BUGFIX] Update ISO language files
- Executed commands:
composer require --dev sokil/php-isocodes-db-i18n:^4.0.22
Build/Scripts/updateIsoDatabase...
2024-05-03
- 12:28 Revision 889b486e: [TASK] Move table wizard Lit component to correct namespace
- The module `@typo3/backend/element/table-wizard-element` is tightly
coupled to FormEngine's `TextTableElement`, there... - 12:28 Revision 16bb00d6: [TASK] Move table wizard Lit component to correct namespace
- The module `@typo3/backend/element/table-wizard-element` is tightly
coupled to FormEngine's `TextTableElement`, there... - 09:31 Revision 041497c9: [TASK] Deprecate `MathUtility::convertToPositiveInteger()`
- TYPO3 has a method to ensure an integer is always positive:
`MathUtility::convertToPositiveInteger()`. However, the m... - 07:56 Revision a512e8bd: [TASK] Fix error message for PAGEVIEW template
- The $pageLayoutName is treated as 'action' and
is passed through ucfirst in
TYPO3Fluid\Fluid\View\TemplatePaths::
res... - 07:00 Revision a2a01743: [BUGFIX] Avoid overriding of custom `doktypesToShowInNewPageDragArea`
- With the introduction of BeforeLoadedUserTsConfigEvent, it is now
possible to add user tsconfig before global file us... - 06:50 Revision 21a80869: [TASK] Update package enshrined/svg-sanitize to 0.18.0
- Commands:
composer req 'enshrined/svg-sanitize:^0.18.0'
composer req 'enshrined/svg-sanitize:^0.18.0' \
-d typo3/sy... - 06:50 Revision 44b7c79e: [TASK] Update package enshrined/svg-sanitize to 0.18.0
- Commands:
composer req 'enshrined/svg-sanitize:^0.18.0'
composer req 'enshrined/svg-sanitize:^0.18.0' \
-d typo3/sy... - 06:50 Revision 4361d3ca: [TASK] Update package enshrined/svg-sanitize to 0.18.0
- Commands:
composer req 'enshrined/svg-sanitize:^0.18.0'
composer req 'enshrined/svg-sanitize:^0.18.0' \
-d typo3/sy... - 06:35 Revision 66b9e8e5: [TASK] Revise toolbar for CKEditor "full" configuration preset
- With this change, the following changes have been applied to the
toolbar of the CKEditor "full" configuration preset:... - 06:35 Revision 339102c5: [TASK] Revise toolbar for CKEditor "full" configuration preset
- With this change, the following changes have been applied to the
toolbar of the CKEditor "full" configuration preset:... - 06:24 Revision 88e7e230: [BUGFIX] Adopt return type of CommandUtility::exec()
- Allow the valid return type false which is returned by the function
exec on failure.
Resolves: #103778
Releases: mai... - 06:24 Revision 016e509c: [BUGFIX] Adopt return type of CommandUtility::exec()
- Allow the valid return type false which is returned by the function
exec on failure.
Resolves: #103778
Releases: mai... - 06:23 Revision 34c25a52: [TASK] Update rollup to 4.17.2
- Newer rollup major versions feature optimizations in build output.
The rollup source files are now natively parsed a... - 06:23 Revision 6d7501f8: [TASK] Update rollup to 4.17.2
- Newer rollup major versions feature optimizations in build output.
The rollup source files are now natively parsed a... - 05:57 Revision d85ed215: [TASK] Raise node version to v22
- The node version used for building TYPO3 assets is raised to 22.0.
See https://nodejs.org/en/blog/announcements/v22-r... - 05:57 Revision d2aa61e3: [TASK] Raise node version to v22
- The node version used for building TYPO3 assets is raised to 22.0.
See https://nodejs.org/en/blog/announcements/v22-r...
2024-05-02
- 20:57 Revision cd89fcbd: [TASK] Coloring the badges in "History/Undo" module
- Since #103670 the "Workspaces" module has a slightly different look.
In order to keep the "History/Undo" module visua... - 19:29 Revision 123bbfe4: [BUGFIX] Fix PHP Warning in caching framework garbage collection
- An error was previously shown and is now removed
if no backend type is selected.
Releases: main, 12.4, 11.5
Resolves... - 19:29 Revision 16cbe830: [BUGFIX] Fix PHP Warning in caching framework garbage collection
- An error was previously shown and is now removed
if no backend type is selected.
Releases: main, 12.4, 11.5
Resolves... - 13:17 Revision f5e53a75: [BUGFIX] Cast to proper string type when performing str_contains
- When using integer types when calling the fallowing method like
`ImageProcessingInstructions::fromCropScaleValues(..,... - 11:16 Revision 57fa2e9a: [BUGFIX] Enhance accessibility in recycler module
- This patch addresses two key accessibility issues in the recycler
module: it adds a caption element to the table for ... - 11:10 Revision cd2d71ed: [BUGFIX] Enhance accessibility in recycler module
- This patch addresses two key accessibility issues in the recycler
module: it adds a caption element to the table for ... - 10:33 Revision 017c1e33: [TASK] Add title and aria-label to clear input button
- The clear-input button now has a proper title and additionally an
aria-label to guide visually impaired users.
The b... - 10:33 Revision 07f19d22: [TASK] Add title and aria-label to clear input button
- The clear-input button now has a proper title and additionally an
aria-label to guide visually impaired users.
The b... - 05:57 Revision 8194b5c4: [DOCS] Add hint about console command for listing site sets in changelog
- With the introduction of site sets also a console command
was made available which lists all available site sets.
Kno...
2024-05-01
- 06:44 Revision e61a068e: [TASK] Add possibility to create HashValue from actual payload
- The new factory method `HashValue::hash('test')` creates the
hash from the raw payload `'test'`. This is a simpler sh... - 05:38 Revision d9eee9e1: [TASK] Add possibility to create HashValue from actual payload
- The new factory method `HashValue::hash('test')` creates the
hash from the raw payload `'test'`. This is a simpler sh...
2024-04-30
- 12:13 Revision 268bfed2: [FEATURE] Introduce ModifyRedirectUrlValidationResultEvent PSR-14 event
- The frontend login extension currently validates a given redirect URL
by ensuring, that the URL is either relative or... - 09:26 Revision 8ddc4b02: [BUGFIX] Fix PHP Warning in caching framework garbage collection
- An error was previously shown and is now removed
if no backend type is selected.
Releases: main, 12.4, 11.5
Resolves... - 09:13 Revision e3c73917: [TASK] Use PAGEVIEW in EXT:styleguide site set
- The EXT:styleguide extension currently
provides two ways of frontend rendering.
The "old" way using a `sys_template`
... - 08:49 Revision c0f2976c: [BUGFIX] Remove h4 from alerts to avoid breaking document hierarchy
- This patch adjusts the flash message and notifications elements by
removing the h4 tag to prevent incorrect header fl... - 08:49 Revision a3c14713: [BUGFIX] Remove h4 from alerts to avoid breaking document hierarchy
- This patch adjusts the flash message and notifications elements by
removing the h4 tag to prevent incorrect header fl... - 08:49 Revision b78dc8af: [BUGFIX] Remove h4 from infobox to avoid breaking document hierarchy
- This patch adjusts the infobox/callout element by removing the
h4 tag to prevent incorrect ordering in the content st... - 08:49 Revision c21921a9: [BUGFIX] Remove h4 from infobox to avoid breaking document hierarchy
- This patch adjusts the infobox/callout element by removing the
h4 tag to prevent incorrect ordering in the content st... - 07:41 Revision 32f69b94: [BUGFIX] Cleanup markup in Linkvalidator modul
- This patch enhances the accessibility of the link validator
module by ensuring proper relationships between table hea... - 07:41 Revision 35bd8e71: [BUGFIX] Cleanup markup in Linkvalidator modul
- This patch enhances the accessibility of the link validator
module by ensuring proper relationships between table hea...
2024-04-29
- 16:33 Revision e5962abc: [BUGFIX] Add missing hover style to link in "Access" backend module
- The title of the linked page was missing a hover style, which is now
ensured with this patch. An appropriate link tit... - 16:25 Revision 1d86d5b4: [BUGFIX] Add missing hover style to link in "Access" backend module
- The title of the linked page was missing a hover style, which is now
ensured with this patch. An appropriate link tit... - 07:42 Revision c124e904: [TASK] Use refindex in RootlineUtility, drop addRootLineFields
- tl;dr:
This patch switches from using RelationHandler to ReferenceIndex
in (mostly) frontend request related Rootlin...
2024-04-28
- 18:18 Revision da9cbab3: [BUGFIX] Avoid undefined array key warnings in SuggestWizardController
- When an editor uses the suggest wizard, undefined array key warnings
can occur, when certain array keys have not been... - 18:18 Revision 5143487f: [BUGFIX] Avoid undefined array key warnings in SuggestWizardController
- When an editor uses the suggest wizard, undefined array key warnings
can occur, when certain array keys have not been... - 18:08 Revision 9ff2b1b0: [DOCS] Fix typo in changelog to TypoScript provider for sites and sets
- Resolves: #103755
Related: #103675
Releases: main
Change-Id: Ic94dc6bbff56f09233fec1b7cda42091d07dad2f
Reviewed-on: h... - 14:29 Revision fda76e57: [BUGFIX] Migrate Bootstrap progress bars to bootstrap 5.3
- With the update of Bootstrap to v5.3, the implementation of progress
bars has changed for accessibility reasons [1].
... - 14:28 Revision 9fafcec2: [BUGFIX] Migrate Bootstrap progress bars to bootstrap 5.3
- With the update of Bootstrap to v5.3, the implementation of progress
bars has changed for accessibility reasons [1].
... - 13:06 Revision d47e7559: [TASK] Remove Flow framework related todos in Extbase
- 3 todos in Extbase refer to aligning classes or functionality
closer to the Flow framework. Those todos have been add... - 10:24 Revision 28aac3c6: [TASK] Enrich ReferenceIndex with more relation data
- ReferenceIndex (table sys_refindex) has two main jobs:
* It registers "soft" relations, for instance when a
bodytex...
2024-04-27
- 15:37 Revision a96b312d: [TASK] Avoid sorting issue in RootlineUtilityTest
- A missing additional orderBy() in RelationHandler
leads to the situation that different DB vendor
may return relation... - 14:20 Revision bd345815: [TASK] Improve refindex import check in DataScenarios test
- All DataScenarios tests import a single CSV as DB base
state to operate on. Single action tests verify in tearDown()
... - 12:32 Revision d9ccd58c: [TASK] Extract 'localization' tests to own scenario
- Similar to #103742, the patch extracts tests dealing
with localization actions to an own scenario setup.
"Regular" te... - 12:28 Revision f6f55783: [BUGFIX] Fix misspelling in locallang key of EXT:lowlevel
- With #103737 a new locallang key for the configuration heading was
introduced, but it contains a typo. The patch now ... - 12:17 Revision eb74236c: [BUGFIX] Fix misspelling in locallang key of EXT:lowlevel
- With #103737 a new locallang key for the configuration heading was
introduced, but it contains a typo. The patch now ... - 11:17 Revision 3f4b1194: [BUGFIX] Remove wrong title attribute on icon in "Localization overview"
- In the "Localization overview" view, an incorrect title was displayed
when hovering over a page icon. This was caused... - 11:05 Revision 18fae974: [BUGFIX] Remove wrong title attribute on icon in "Localization overview"
- In the "Localization overview" view, an incorrect title was displayed
when hovering over a page icon. This was caused... - 11:04 Revision d0709726: [TASK] Show information if no records exists in "Log" backend module
- If there are no records or the filter/search does not return a result,
an information is now displayed in the "Log" b... - 10:57 Revision 8fb90c67: [TASK] Show information if no records exists in "Log" backend module
- If there are no records or the filter/search does not return a result,
an information is now displayed in the "Log" b... - 10:56 Revision 4ce564b0: [TASK] Show label in docheader button of "Active TypoScript" edit view
- Resolves: #103736
Releases: main, 12.4
Change-Id: Ia93d67fc49fd9b7a123494928a4360515fc76cb3
Reviewed-on: https://revi... - 10:40 Revision 42c68af7: [TASK] Show label in docheader button of "Active TypoScript" edit view
- Resolves: #103736
Releases: main, 12.4
Change-Id: Ia93d67fc49fd9b7a123494928a4360515fc76cb3
Reviewed-on: https://revi... - 09:25 Revision 270d28c6: [TASK] Extract 'free mode' tests to own scenario
- To further streamline the DataHandler/DataScenarios
tests, the 'Regular' 'free mode' tests are extracted
to an own sc... - 08:07 Revision 0e683a91: [BUGFIX] Align search result output in "Configuration" backend module
- As in the backend module "Configuration", search results can be
displayed as badges next to the search input field. W...
2024-04-26
- 23:22 Revision eef9e63a: [TASK] Create valid source data for DataHandler tests
- Tests in DataScenarios/Regular for the DataHandler are based on invalid
source data. There are translated content ele... - 22:05 Revision 16c6db03: [TASK] Set unique h1 in all views of "Configuration" backend module
- Resolves: #103737
Releases: main, 12.4
Change-Id: I83278a84037a4fe46b85a8570b7ff345eabeb0a0
Reviewed-on: https://revi... - 21:58 Revision 2f23b3ef: [TASK] Set unique h1 in all views of "Configuration" backend module
- Resolves: #103737
Releases: main, 12.4
Change-Id: I83278a84037a4fe46b85a8570b7ff345eabeb0a0
Reviewed-on: https://revi... - 18:43 Revision f99d96a5: [TASK] Return more record info in RelationHandler->readMM()
- This is a relatively small add-on to RelationHandler
when it reads MM relations initiated through start()
in readMM()... - 09:55 Revision 4cdc4ddf: [TASK] Remove temporary bugfix from `PostgreSQLSchemaManager`
- Database field default values for TEXT, BLOB and JSON fields
has been added with #103578 and default value normalizat... - 09:18 Revision e7d784aa: [TASK] Upgrade `doctrine/dbal` package
- Doctrine DBAL released a new bugfix version [1]
of the `doctrine/dbal` package, including a
required bugfix for TYPO3... - 08:09 Revision 7739067f: [TASK] Do not run PostCSS for core and linkvalidator
- Both extensions core and linkvalidator do not ship css
files. PostCSS cannot find any files to process here.
Resolve... - 08:09 Revision ec6e1ffe: [TASK] Do not run PostCSS for core and linkvalidator
- Both extensions core and linkvalidator do not ship css
files. PostCSS cannot find any files to process here.
Resolve... - 08:01 Revision 5af551e2: [BUGFIX] Respect option 'with site set' for ext:styleguide generator
- With #103523 site sets for ext:styleguide were introduced and
the page tree generator received an option to create a ... - 07:18 Revision 68ee8a41: [TASK] Streamline Shadows
- We're enhancing our backend by introducing a refined system for shadows.
The default and strong shadows remain for si... - 07:09 Revision 847f75ee: [TASK] Use site sets in EXT:styleguide
- Provide a new (default) EXT:styleguide frontend
generator that uses site set infrastructure
provided by #103437, #103...
2024-04-25
- 14:27 Revision 32a37b4e: [TASK] Add missing label to file rename modal form
- The modal form to rename a file needs a proper label
for the filename input field.
Resolves: #103724
Releases: main,... - 14:06 Revision 66e5025e: [TASK] Add missing label to file rename modal form
- The modal form to rename a file needs a proper label
for the filename input field.
Resolves: #103724
Releases: main,... - 11:28 Revision 2edbea0e: [TASK] Use light mode only as default for now
- We're currently in a mixed mode where some components
support dark mode, while others don't. To facilitate the
migrat...
Also available in: Atom