Activity
From 2021-02-09 to 2021-03-10
2021-03-10
- 22:27 Revision dd80c595: [BUGFIX] Use correct case for function calls
- Some EXT:dashboard related PHP classes are calling
LanguageService::sl() instead of LanguageService::sL().
This is f... - 22:25 Revision 997c0661: [TASK] Use native Guzzle PSR-18 implementation
- Back when the PSR-18 implementation was added in #89216 we
promised to replace our PSR-18 client wrapper once Guzzle
... - 21:58 Revision 673f0fc0: [BUGFIX] Display deleted files stats for temporary processed files
- Introduce new helper method to fetch stats for temporary processed files
folder that has storage UID 0 assigned inter... - 21:25 Revision e0b12e6f: [BUGFIX] Display deleted files stats for temporary processed files
- Introduce new helper method to fetch stats for temporary processed files
folder that has storage UID 0 assigned inter... - 21:20 Revision 929121d5: [BUGFIX] FormEngine: Consider checkboxes representing a value only in selectCheckBox
- The introduced validation of checkboxes in `selectCheckBox` took the
"Toggle all" checkbox into account as well which... - 21:05 Revision 21fb1855: [BUGFIX] FormEngine: Consider checkboxes representing a value only in selectCheckBox
- The introduced validation of checkboxes in `selectCheckBox` took the
"Toggle all" checkbox into account as well which... - 20:58 Revision aca03463: [TASK] Add example to SYS|reverseProxyPrefix config
- The example is taken from the actual code comment.
Resolves: #93698
Releases: master, 10.4
Change-Id: Ic032f4eb76c02... - 19:33 Revision 444a6ab6: [TASK] Add example to SYS|reverseProxyPrefix config
- The example is taken from the actual code comment.
Resolves: #93698
Releases: master, 10.4
Change-Id: Ic032f4eb76c02... - 17:25 Revision 6f32351e: [BUGFIX] FormEngine: Validate human-readable selectMultipleSideBySide field
- If a selectMultipleSideBySide field has a "minItems" constraint, the
wrong field gets validated which makes it imposs... - 17:01 Revision 920aed9d: [BUGFIX] FormEngine: Validate human-readable selectMultipleSideBySide field
- If a selectMultipleSideBySide field has a "minItems" constraint, the
wrong field gets validated which makes it imposs... - 16:43 Revision bf1602ad: [TASK] Move temporary mount point handling into PageTreeElement
- As the temporary mount point functionality is not bound to
the actual PageTree, but the navigation component, this
co... - 12:31 Revision 8378e1a2: [BUGFIX] Use correct case for function calls
- Some EXT:dashboard related PHP classes are calling
LanguageService::sl() instead of LanguageService::sL().
This is f... - 12:12 Revision 50ee8c33: [BUGFIX] Remove unused cache in LanguageService
- In order to reduce the memory footprint of fetching
label files, a superfluous cache LL_files_cache
is removed, as th... - 11:05 Revision 38325243: [TASK] Separate concerns in SVGTree implementations
- This patch provides the following changes in order to
have better abstractions and encapsulate the dependencies
of ea... - 10:01 Revision 370de7f9: [BUGFIX] Avoid loading console commands before container is current
- The shortcut handling added in #86248 caused the matching command
to be loaded before the symfony DI container was ma...
2021-03-09
- 21:14 Revision 732adf42: [TASK] Add redirect to route after login
- The login controller now allows to set two new GET parameters
"redirect" (pointing to a valid route identifier) and "... - 17:00 Revision 513c840d: [BUGFIX] Use Live Page ID in workspace routing
- When in a workspace, the slug of a workspace'd
page record is properly resolved (good!), but
the versioned ID of the ... - 15:58 Revision 5bd1f6c6: [TASK] Fix PHP 8 compatibility issues part 4/x
- Milestone: With a last series of type handling and
array access fixes throughout core and in
typo3/testing-framework,... - 15:20 Revision ce413e70: [BUGFIX] Trim locallang label references in LanguageService
- LanguageService::sL(), also known as the split label function,
is widely used through Core and third-party extensions... - 15:05 Revision 197fdcc3: [BUGFIX] Trim locallang label references in LanguageService
- LanguageService::sL(), also known as the split label function,
is widely used through Core and third-party extensions... - 14:32 Revision f6b2c333: [TASK] Refactor PageTree and FileStorage into custom HTMLElements
- Native HTMLElements are more versatile than a the current
NavigationComponent interface. All custom actions can be di... - 13:27 Revision 27d14ac2: [BUGFIX] Use Live Page ID in workspace routing
- When in a workspace, the slug of a workspace'd
page record is properly resolved (good!), but
the versioned ID of the ... - 10:57 Revision 45c4e13b: [BUGFIX] Use correct animation class in progress bars
- With the update to Bootstrap 5 the CSS class name for animated progress
bars changed from `active` to `progress-bar-a...
2021-03-08
- 21:42 Revision d66303db: [TASK] Update to psr/container v1.1
- The v1.1 interface adds support for parameter
type declarations.
Also mark as psr/container v2 compatible as we add
... - 20:46 Revision 872e0ce0: [TASK] Do not use SiteFinder to fetch Site in Frontend
- TSFE now always contains the Site object so it is not necessary to
use the SiteFinder based on the ID to fetch the co... - 20:15 Revision b75cdac8: [BUGFIX] Let large labels wrap in FormEngine
- If a label is too long, which is especially possible if the field name
is shown, it should wrap into new lines.
Reso... - 19:37 Revision 55c9b40b: [BUGFIX] Let large labels wrap in FormEngine
- If a label is too long, which is especially possible if the field name
is shown, it should wrap into new lines.
Reso... - 17:28 Revision ebc41979: [TASK] styleguide: Palette example with a very long label
- Related: https://github.com/TYPO3-CMS/styleguide/issues/93462
- 13:14 Revision 650d5d7b: [FEATURE] Use database field be_users.lang for UI language
- Historically (even before TYPO3 3.3.0), the UI language (the language of
the TYPO3 Backend of a user) is stored in ->... - 10:34 Revision 5db2a9dc: [TASK] Improve MFA labels
- This improves some MFA labels and fixes some typos.
Resolves: #93657
Releases: master
Change-Id: I0078e606d90aebdd31... - 10:18 Revision 121812e8: [TASK] Update to typo3/cms-styleguide:~11.1.0
- composer req --dev typo3/cms-styleguide:~11.1.0
New version brings a series of field label changes. The
FormEngine a... - 09:58 Revision d9daf646: [BUGFIX] Add missing deleted restriction in PlainDataResolver
- One last place in PlainDataResolver now gets the
missing DeletedRestriction added to a query.
This should stabilize ... - 09:38 Revision 6f7ef86b: [TASK] Fix phpstan checkFunctionArgumentTypes errors in MFA
- Resolves: #93658
Releases: master
Change-Id: I257f425d267114b9fa54636c66a77ddbeffa2bad
Reviewed-on: https://review.ty... - 09:38 Revision 17698f3a: [TASK] Fix PHP 8 compatibility issues part 3/x
- PHP 8 throws warning level errors instead of
notice level errors when an not existing array
key is accessed.
The patc... - 09:15 Revision 428a9942: [TASK] Decouple PageTree from NavigationComponent
- In order to use the non-iframe navigation component properly,
the current ties to "PageTree" (which was de-facto the ... - 08:15 Revision 55711b5b: [TASK] Remove unused property FileReference->name
- Resolves: #93638
Related: #93632
Releases: master
Change-Id: I89c3b9835bc894973034841e22934608ad681403
Reviewed-on: h...
2021-03-07
- 16:10 Revision 39c323e3: [RELEASE] styleguide: 11.1.0 Changes for docs team and PHP 8
- 13:30 Revision 9258e07a: [Feature] DisplayCondition Examples (#195)
- Resolves https://github.com/TYPO3-CMS/styleguide/issues/175
2021-03-06
- 14:21 Revision 950ba775: [BUGFIX] Show records in ws preview if live is hidden
- Scenario: A translated content element is hidden in
live, a workspace overlay is not hidden. In workspace
preview, th... - 11:30 Revision 2cd85363: [TASK] styleguide: Enable PHP 8 in test matrix
- 11:21 Revision f535b3ba: [TASK] styleguide: Minor cgl fix
- 11:20 Revision f25f9752: [BUGFIX] Show records in ws preview if live is hidden
- Scenario: A translated content element is hidden in
live, a workspace overlay is not hidden. In workspace
preview, th... - 10:34 Revision aa50a58b: [TASK] styleguide: Raise typo3/coding-standards
- composer req --dev typo3/coding-standards:"^0.3.0"
- 10:30 Revision ff0e704d: [TASK] styleguide: Document php 8.0 in runTests.sh
2021-03-05
2021-03-04
- 18:45 Revision 63c6d956: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core DataHandling
- This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi... - 09:45 Revision 9b9b3857: [DOCS] Fix broken cross reference to changelog entry
- The reference to 85829 was broken.
It linked to 9.5 while the actual change was made in 9.4.
Therefore the link is ad... - 09:45 Revision bb0abd0e: [DOCS] Fix broken cross reference to changelog entry
- The reference to 85829 was broken.
It linked to 9.5 while the actual change was made in 9.4.
Therefore the link is ad... - 09:21 Revision 2f6fb781: [DOCS] Fix broken cross reference to changelog entry
- The reference to 85829 was broken.
It linked to 9.5 while the actual change was made in 9.4.
Therefore the link is ad... - 09:14 Revision 873923f2: [TASK] PHP 8 compatibility 2/x
- Change-Id: I9b365a2adf98bfa52352a95b225f338e75f93871
Resolves: #93640
Releases: master
Reviewed-on: https://review.ty...
2021-03-03
- 19:28 Revision fc0f2b89: [BUGFIX] Fix TypeError in workspace module
- Accessing the workspace module while in live workspace
led to a JavaScript TypeError. This is fixed by proper type
ch... - 18:46 Revision 3731c93c: [BUGFIX] Fix TypeError in workspace module
- Accessing the workspace module while in live workspace
led to a JavaScript TypeError. This is fixed by proper type
ch... - 10:46 Revision ef2c4086: [DOCS] Update outdated information about FlashMessagesViewHelper caching
- The ViewHelper does not clear cache since 7.3.0 change:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/34818
Still t... - 10:39 Revision 9978fc93: [TASK] Remove unsuitable searchFields from sys_file_reference
- This removes some searchFields from sys_file_reference, since they
are not suitable for users, searching for such rec... - 10:34 Revision 835a9e15: [DOCS] Update outdated information about FlashMessagesViewHelper caching
- The ViewHelper does not clear cache since 7.3.0 change:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/34818
Still t... - 09:43 Revision 7fe2854b: [BUGFIX] Inject Logger into LanguagePackService
- The EXT:install ServiceProvider introduced in #89892 didn't respect
that LanguagePackService implements LoggerAwareIn... - 09:15 Revision d6d7acf6: [BUGFIX] Inject Logger into LanguagePackService
- The EXT:install ServiceProvider introduced in #89892 didn't respect
that LanguagePackService implements LoggerAwareIn...
2021-03-02
- 23:32 Revision c1b70183: [TASK] Use BE User uc API for storing EM settings
- The EM is not using the API for writing and reading the
UC, and can be massively simplified.
Resolves: #93622
Releas... - 21:10 Revision 473601ac: [TASK] Use null coalescing operator for userfunction's configuration
- Call the user functions with an empty array instead of null as 2nd
argument.
Resolves: #93513
Releases: master, 10.4... - 20:50 Revision a16dd226: [BUGFIX] Show diff for new and delete placeholder records
- The workspace module features the element information modal,
which displays, next to the record history, the current ... - 20:50 Revision 01a97ae7: [BUGFIX] Show diff for new and delete placeholder records
- The workspace module features the element information modal,
which displays, next to the record history, the current ... - 20:48 Revision f74189d0: [TASK] Use null coalescing operator for userfunction's configuration
- Call the user functions with an empty array instead of null as 2nd
argument.
Resolves: #93513
Releases: master, 10.4... - 20:16 Revision 33b2f64a: [BUGFIX] Do not process dumped file without cropping/sizing
- When there is no "cv" or "s" parameter we should not perform any
image processing.
This is essential e.g. for access... - 20:15 Revision d6651096: [TASK] PHP 8 compatibility 1/x
- Change-Id: Ib1e08417a716882e8c354da92d090efdb6924dc7
Resolves: #93632
Releases: master
Reviewed-on: https://review.ty... - 19:12 Revision 748870a6: [BUGFIX] Ensure Acceptance test operates on the correct form tab
- Due to a interdependency between tests and a recent reordering, the
Input Range Test found itself on the wrong tab of... - 19:01 Revision bbd7a312: [TASK] Add test for writing webp files via IM/GM to environment checker
- This change adds test images for checking if the installed IM/GM version
can create webp images.
Similar to the pdf/... - 17:32 Revision 8eb46479: [BUGFIX] Skip MFA in switch-user mode
- In case of switching to a user, having MFA enabled,
with a user, having MFA disabled, the switching user
is required ... - 09:19 Revision ab6540fc: [BUGFIX] Show allowed HTTP methods for backend routes
- Since #93455 it's possible to restrict backend routes to
a limited set of HTTP methods. This route property is now
al...
2021-03-01
- 20:40 Revision 64ad7fe5: [BUGFIX] Add rowSum to runThroughTemplatesPostProcessing hook parameters
- If the hook is used to add TypoScript, information must also be
added to the rowSum array in order to generate correc... - 20:25 Revision e97eff63: [TASK] Integrate InstallTool acceptance suite into Backend suite
- The acceptance test suite for the stand alone install tool can
easily coexist with the other backend related tests, t... - 19:50 Revision b12f37ab: [TASK] Integrate InstallTool acceptance suite into Backend suite
- The acceptance test suite for the stand alone install tool can
easily coexist with the other backend related tests, t... - 19:46 Revision 1c5e8693: [TASK] Do not unserialize stdClass of be_users.uc in extensionmanager
- This patch changes the behaviour when saving the backendfilter in
extensionmanager list to not allow any class unseri... - 19:29 Revision 36ea2b49: [TASK] Make ClassSchema PHP 8 compatible
- Several reflection methods are deprecated for a while
and throw errors with PHP8.
- ReflectionParameter::getClass()
... - 19:29 Revision e41c11f3: [TASK] Do not unserialize stdClass of be_users.uc in extensionmanager
- This patch changes the behaviour when saving the backendfilter in
extensionmanager list to not allow any class unseri... - 19:25 Revision c1e52b9e: [BUGFIX] Add rowSum to runThroughTemplatesPostProcessing hook parameters
- If the hook is used to add TypoScript, information must also be
added to the rowSum array in order to generate correc... - 19:08 Revision e712dc9e: [TASK] Make ClassSchema PHP 8 compatible
- Several reflection methods are deprecated for a while
and throw errors with PHP8.
- ReflectionParameter::getClass()
... - 17:14 Revision c161f2d6: [BUGFIX] Avoid SQL error when saving be_users.uc on PostgreSQL
- This patch sets the type of be_users.uc to binary in order to avoid
SQL errors when updating it on PostgreSQL install... - 17:03 Revision 190fc452: [BUGFIX] Avoid SQL error when saving be_users.uc on PostgreSQL
- This patch sets the type of be_users.uc to binary in order to avoid
SQL errors when updating it on PostgreSQL install... - 16:57 Revision f18a5aa2: [TASK] Integrate Pagetree acceptance suite into Backend suite
- The Pagetree suite for acceptance tests was set up as a separate
suite in the beginning due to a necessary fixture se... - 11:46 Revision 3849ed94: [TASK] Integrate Pagetree acceptance suite into Backend suite
- The Pagetree suite for acceptance tests was set up as a separate
suite in the beginning due to a necessary fixture se... - 10:35 Revision 2345e665: [TASK] Add <typo3-backend-icon> component
- The component is provided as replacement for the
current lit-helper `icon()` which cannot provide
support for icon us... - 10:15 Revision f4d7a7ba: [TASK] Declare PHP 8 compatibility
- composer req php:"^7.4 || ^8.0"
Note this declares core master PHP 8 compatibility,
even though core is not yet comp...
2021-02-28
- 14:08 Revision c2b93650: [TASK] Drop PHP 8 composer min/max stages
- Package handling with a php 8 and no platform.php
composer config currently fails since various
dependencies don't al... - 11:52 Revision 0a2d0108: [TASK] Enable PHP 8.0 linting and phpstan in CI
- Resolves: #93604
Releases: master
Change-Id: I36133bd50c85f572ea0dc9ba786c7ac6e1718adb
Reviewed-on: https://review.ty... - 01:33 Revision 8f1c9b9d: [TASK] Remove systemLogLevel example in Router.ts
- This example configuration was accidentally added by a later commit
after it was already removed.
Resolves: #93600
R... - 01:20 Revision 279e41b7: [TASK] Default retry for GitlabCI test jobs
- Each jobs will have one more run in case it fails in the first.
This will prevent pipeline failures due to recoverabl... - 01:03 Revision 769810cd: [TASK] Remove systemLogLevel example in Router.ts
- This example configuration was accidentally added by a later commit
after it was already removed.
Resolves: #93600
R... - 00:59 Revision 30ef9961: [TASK] Default retry for GitlabCI test jobs
- Each jobs will have one more run in case it fails in the first.
This will prevent pipeline failures due to recoverabl... - 00:33 Revision a998f838: [TASK] Default retry for GitlabCI test jobs
- Each jobs will have one more run in case it fails in the first.
This will prevent pipeline failures due to recoverabl...
2021-02-27
- 23:58 Revision abb6254a: [TASK] styleguide: Left over cli-no-xdebug/php.ini usages in testing
- 23:43 Revision 1a42d0bc: [TASK] styleguide: xdebug default port is 9003
- 23:05 Revision 9aad857b: [BUGFIX] styleguide: chrome must have a /dev/shm
- 22:59 Revision be94716d: [TASK] Deal with xdebug 3
- Adapt testing related docker-compose.yml to properly
work with xdebug 3.0. This is packaged in the testing
container ... - 22:58 Revision d01936ab: [TASK] styleguide: Younger selenium/standalone-chrome in ac test
- 22:52 Revision 792f74b0: [TASK] styleguide: Adapt testing to xdebug 3
- 22:35 Revision 4afc4151: [TASK] Deal with xdebug 3
- Adapt testing related docker-compose.yml to properly
work with xdebug 3.0. This is packaged in the testing
container ... - 17:34 Revision 86df406e: [TASK] Unit test execution with php 8.0
- Fix some last PHP 8.0 related issues found by unit
tests and enable their execution in CI.
Resolves: #93601
Releases... - 17:34 Revision a7ea630d: [TASK] Deal with xdebug 3
- Adapt testing related docker-compose.yml to properly
work with xdebug 3.0. This is packaged in the testing
container ... - 09:21 Revision 662d6af0: [TASK] Drop an always skipped unit test
- * Test relies on xdebug, which is not available on CI, this
test is never executed there.
* Since the low level API... - 09:20 Revision 4a918297: [TASK] Drop an always skipped unit test
- * Test relies on xdebug, which is not available on CI, this
test is never executed there.
* Since the low level API... - 08:53 Revision a465de29: [TASK] Drop an always skipped unit test
- * Test relies on xdebug, which is not available on CI, this
test is never executed there.
* Since the low level API...
2021-02-26
- 12:42 Revision c4e71261: [TASK] gitlab-ci nightly slack notification
- Resolves: #93592
Releases: master, 10.4, 9.5
Change-Id: If851b9264d7d9e3b2a18df49d2c445f034aa5a80
Reviewed-on: https:... - 12:41 Revision b3604284: [TASK] gitlab-ci nightly slack notification
- Resolves: #93592
Releases: master, 10.4, 9.5
Change-Id: If851b9264d7d9e3b2a18df49d2c445f034aa5a80
Reviewed-on: https:...
2021-02-25
- 23:19 Revision 91ffa2dc: [TASK] gitlab-ci nightly slack notification
- Resolves: #93592
Releases: master, 10.4, 9.5
Change-Id: If851b9264d7d9e3b2a18df49d2c445f034aa5a80
Reviewed-on: https:... - 22:32 Revision d84b617f: [TASK] styleguide: Remove an obsolete todo
- https://github.com/TYPO3-CMS/styleguide/pull/194
Custom options are already defined in
$GLOBALS['TYPO3_CONF_VARS']['... - 20:17 Revision 3e67d252: [TASK] Remove group limit for FE and BE users
- Group assignment for a backend- and frontend user
is currently limited to max. 20 groups per backend
user and max. 50... - 18:30 Revision 4a9d4abf: [BUGFIX] Fix TypeError in TypoScript "split" under DebugExceptionHandler
- This fix adds a check for the non-existing array member that is passed
to a function that expects an array. In the de... - 17:26 Revision 6d4d5d78: [TASK] Inject cache into IconRegistry
- This is to avoid calling IconRegistry::setCache during early bootstrap.
That hack was needed back when CacheManager w... - 17:21 Revision 78923aac: [TASK] Make PopulatePageSlugs extendable
- This makes it easier to extend this upgrade wizard for working with own
tables and field configurations.
Resolves: #... - 17:21 Revision 7d21718c: [TASK] Replace string parsing in Message with unpack
- Replaces an inefficient string parsing using strlen, for
and ord, to use unpack instead. Saves one call to strlen
per... - 17:01 Revision 705078e5: [TASK] Replace string parsing in Message with unpack
- Replaces an inefficient string parsing using strlen, for
and ord, to use unpack instead. Saves one call to strlen
per... - 16:20 Revision 10bd347e: [BUGFIX] Enforce closing tags in Fluid f:form.button ViewHelper
- It's mandatory for HTML button elements to provide both,
the starting and the ending tag, even if no phrasing content... - 16:04 Revision bd1a4a5d: [BUGFIX] Enforce closing tags in Fluid f:form.button ViewHelper
- It's mandatory for HTML button elements to provide both,
the starting and the ending tag, even if no phrasing content... - 13:01 Revision fea95086: [TASK] Update @typo3/icons to 2.2.2
- The package @typo3/icons can be updated to version 2.2.2 which adds some new icons.
Executed commands:
cd Build
... - 10:01 Revision e0ec3476: [BUGFIX] Set request object in EXT:form EmailFinisher
- Because the request object was not set for the FluidEmail
variant of the EXT:form EmailFinisher, the TYPO3 logo as
we... - 09:40 Revision da8a2402: [BUGFIX] Set request object in EXT:form EmailFinisher
- Because the request object was not set for the FluidEmail
variant of the EXT:form EmailFinisher, the TYPO3 logo as
we... - 09:39 Revision c0994bc0: [BUGFIX] Recognize removed columns on PostgreSQL
- This patch ensures columns of tables which have been removed from
ext_tables.sql definitions are recognized on Postgr... - 09:16 Revision fd83ee6e: [BUGFIX] Recognize removed columns on PostgreSQL
- This patch ensures columns of tables which have been removed from
ext_tables.sql definitions are recognized on Postgr...
2021-02-24
- 21:48 Revision 672cec3e: [TASK] Merge test splitter scripts to core
- The acceptance and functional test splitter scripts
from typo3/testing-framework are tailored for core
specific needs... - 21:31 Revision 0734441f: [TASK] Merge test splitter scripts to core
- The acceptance and functional test splitter scripts
from typo3/testing-framework are tailored for core
specific needs... - 20:20 Revision 43bca4b5: [FEATURE] Possibility to disable hreflang per page
- If you have a good reason to disable the default rendering of
hreflang tags, you can now use a TypoScript setting.
T... - 15:46 Revision 4eee7f08: [TASK] Do not require sudo mode in development context
- The sudo mode, introduced in #92836, is required whenever
the install tool is accessed in the backend.
Especially in... - 15:44 Revision 3668220f: [TASK] Do not require sudo mode in development context
- The sudo mode, introduced in #92836, is required whenever
the install tool is accessed in the backend.
Especially in... - 15:36 Revision abf8e005: [TASK] Use younger selenium/standalone-chrome
- This brings a recent chrome version. Some tests
need minor adaptions to deal with changed exceptions
and behaviour.
... - 14:52 Revision 5b215327: [TASK] Do not require sudo mode in development context
- The sudo mode, introduced in #92836, is required whenever
the install tool is accessed in the backend.
Especially in... - 12:34 Revision a8c12da3: [BUGFIX] Clean up Tooltip initialization
- This change cleans up the tooltip initialization where done manually
(e.g. in Recordlist it's its own class).
Instea...
2021-02-23
- 14:37 Revision 3f889be2: [BUGFIX] Import data from yaml imports in declaration order
- For plain arrays it's sometimes important that the items
appear in the order in which they are imported. For example
... - 12:59 Revision 12589e41: [BUGFIX] Import data from yaml imports in declaration order
- For plain arrays it's sometimes important that the items
appear in the order in which they are imported. For example
... - 08:10 Revision f22a1278: [TASK] Set TYPO3 version to 11.2.0-dev
- Change-Id: I27ce98bf74121f0e30a39d5c078901a2ecdb9242
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/680... - 07:58 Revision 7ec120fa: [BUGFIX] Add PHP8 compatibility to phpdocumentor packages
- TYPO3 already ships with latest versions for our
phpdocumentor dependencies, but in order to run
our test suite, the ... - 07:54 Revision dd31f363: [BUGFIX] Revert "Recognize removed columns on PostgreSQL"
- This change reverts commit e23f15f2df49a679db11210d573a0d134dd70477
as this introduced some behavior related to DBMS ... - 07:47 Revision 1571d498: [RELEASE] Release of TYPO3 11.1.0
- Change-Id: I88d5f2a08c28e121705be557dc3c9278902f69e4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/680... - 07:43 Revision 79303bb8: [BUGFIX] Revert "Recognize removed columns on PostgreSQL"
- This change reverts commit 154606e34b78f5b57801e2d4e81103a874332dbd
as this introduced some behavior related to DBMS ... - 01:41 Revision abe62183: [DOCS] Fix typo in changelog
- Resolves: #93567
Releases: master
Change-Id: Ic9ed222fb6aaf58c1a29e1fa5df1f06d12300519
Reviewed-on: https://review.ty...
2021-02-22
- 22:12 Revision 2688e02c: [TASK] MFA providers should check their internal state
- Since there are use cases in which the internal state of a provider may
have changed since the view was initially ren... - 20:18 Revision 738d5261: [BUGFIX] Add PHP8 compatibility to phpdocumentor packages
- TYPO3 already ships with latest versions for our
phpdocumentor dependencies, but in order to run
our test suite, the ... - 16:28 Revision 8f13a6c4: [BUGFIX] Adjust dataset target for Bootstrap 5 in Admin Panel
- Update previous dataset attribute selector from `data-target`
to `data-bs-target` in Admin Panel preview.
Resolves: ... - 15:12 Revision 0cc4b206: [TASK] styleguide: Add an example for renderType belayoutwizard
- https://github.com/TYPO3-CMS/styleguide/pull/192
- 14:11 Revision d2dfa13a: [TASK] Inject dependencies into ProviderConfigurationLoader
- Inject dependencies as singleton lookup via
GeneralUtility::makeInstance is to be avoid
whenever possible.
Releases:... - 13:57 Revision 400b013a: [BUGFIX] Fix table headers in Info module Localization Overview
- This change fixes the table header in the Info
module in the Localization Overview, and also
now uses the Site Langua... - 13:48 Revision e23f15f2: [BUGFIX] Recognize removed columns on PostgreSQL
- This patch ensures columns of tables which have been removed from
ext_tables.sql definitions are recognized on Postgr... - 13:43 Revision 34d8fc57: [TASK] Default TS has to be set in ext_typoscript_setup
- Releases: master, 10.4
Resolves: #93543
Change-Id: I5d35b1fd24ff94941cb59aecf082415fbe7ed246
Reviewed-on: https://rev... - 13:30 Revision 154606e3: [BUGFIX] Recognize removed columns on PostgreSQL
- This patch ensures columns of tables which have been removed from
ext_tables.sql definitions are recognized on Postgr... - 13:27 Revision 17839a86: [BUGFIX] Page module CE's in workspace with defLangBinding=1
- Changing a content element in a workspace when
mod.web_layout.defLangBinding = 1 is set on some upper
page makes the ... - 13:26 Revision 8fe902b0: [TASK] Default TS has to be set in ext_typoscript_setup
- Releases: master, 10.4
Resolves: #93543
Change-Id: I5d35b1fd24ff94941cb59aecf082415fbe7ed246
Reviewed-on: https://rev... - 10:46 Revision 0b5b51e0: [BUGFIX] Fix styling in AdminPanel
- Since Bootstrap 5, the legacy.scss is also included
in the Admin Panel, which breaks the layout.
The change removes ... - 09:24 Revision a1f5d0f7: [BUGFIX] Revert CSS changes regarding panel collapse state
- The changes done in #93453 introduced a CSS change that broke all
regular collapsible panels as their carets don't ro... - 08:53 Revision 3eee476f: [TASK] Move TYPO3 v11.1 Changelog files to dedicated folder
- For the upcoming release, changelog files are moved from master folder
into the dedicated version folder 11.1.
Resol...
2021-02-19
- 21:27 Revision 3500a5ca: [TASK] Refactor low level console commands to avoid full boot
- This will allow for low level commands like cache:warmup (or flush)
to be implemented.
Commands that're registered in... - 14:38 Revision 39145a46: [FEATURE] Introduce MFA in Core
- A new API is introduced, providing multi-factor
authentication for the Core. The API is furthermore
directly used to ...
2021-02-18
- 17:59 Revision 25a9262a: [TASK] Clean up Info module code
- This change:
* Removes any usages of TYPO3_REQUEST for the info module
by handing over the current $request object ... - 08:48 Revision 2b355a71: [DOCS] Fix inline code declaration
- Releases: master
Resolves: #93541
Change-Id: I97a47fb4496d0381fc385db726a0f540247f7d5b
Reviewed-on: https://review.ty... - 08:46 Revision 4169a6dc: [TASK] Streamline Web->Template module UI
- This change reduces technical debt on the HTML/CSS side
by utilizing Fluid templates and Bootstrap 5 utilities in fav...
2021-02-17
- 21:32 Revision 964eeb20: [TASK] Build / CI: Get all exception codes of TYPO3 on CLI
- All exception codes of the current TYPO3 version can be output
to stdout without checking for missing and duplicate e... - 21:32 Revision 1f46b0c5: [TASK] Build / CI: Get all exception codes of TYPO3 on CLI
- All exception codes of the current TYPO3 version can be output
to stdout without checking for missing and duplicate e... - 20:26 Revision 11cbe790: [TASK] Build / CI: Get all exception codes of TYPO3 on CLI
- All exception codes of the current TYPO3 version can be output
to stdout without checking for missing and duplicate e... - 20:16 Revision 5ddff8d9: [BUGFIX] Use site name rather than pageUid for calling context menu
- PageTree Acceptance tests must not rely on pageUids, as those can
change unexpected. Better to find the page via its ... - 20:09 Revision 75fe0ee1: [BUGFIX] Use site name rather than pageUid for calling context menu
- PageTree Acceptance tests must not rely on pageUids, as those can
change unexpected. Better to find the page via its ... - 19:56 Revision fdb8a018: [BUGFIX] Use site name rather than pageUid for calling context menu
- PageTree Acceptance tests must not rely on pageUids, as those can
change unexpected. Better to find the page via its ... - 18:58 Revision aec15dea: [BUGFIX] Do not try to resolve TypoScript [ELSE] condition
- Symfony Expression language can't resolve the TypoScript
[ELSE] condition. Instead a parsing error is logged which
is... - 18:41 Revision 5456ab51: [BUGFIX] Do not try to resolve TypoScript [ELSE] condition
- Symfony Expression language can't resolve the TypoScript
[ELSE] condition. Instead a parsing error is logged which
is... - 12:52 Revision 89cce676: [FEATURE] Add Folder Tree as SVG Tree with filter
- The file list module now also has a tree component
which is not based on an iframe anymore, and now behaves
similar t...
2021-02-16
- 15:53 Revision 4e515f88: [TASK] Add examples to AjaxRequest code
- Resolves: #93518
Releases: master, 10.4
Change-Id: I9a745fc608b1f1ce24af8005910ce776cd00a163
Reviewed-on: https://rev... - 15:40 Revision a150539f: [TASK] Add examples to AjaxRequest code
- Resolves: #93518
Releases: master, 10.4
Change-Id: I9a745fc608b1f1ce24af8005910ce776cd00a163
Reviewed-on: https://rev... - 15:02 Revision 23b52490: [BUGFIX] Fix installtool padding when opened inside backend
- Remove a stray inline padding-top definition that has
been forgotten to be removed in #93489. The padding
is no longe... - 15:02 Revision f9b2d9d2: [BUGFIX] Fix margins of form labels
- Labels within FormEngine are bold, but due to Boostrap 5
all labels in all places were bold and created margin, makin... - 11:34 Revision 1aa9a738: [BUGFIX] Correctly create section menu for pages showing content of other pages
- This commit fills the section menu if no page is configured in the ce
and the current page uses the content of anothe... - 11:21 Revision 19209631: [BUGFIX] Correctly create section menu for pages showing content of other pages
- This commit fills the section menu if no page is configured in the ce
and the current page uses the content of anothe... - 07:36 Revision f85413c7: [TASK] Set TYPO3 version to 10.4.14-dev
- Change-Id: I884aded8027c0a8b248b44ddb12978c4e15487c5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/679... - 06:23 Revision 735c20ca: [RELEASE] Release of TYPO3 10.4.13
- Change-Id: Ibcc7205310b762f21d119ddfb3bae6ce1476c919
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/679... - 06:19 Revision 419012d4: [BUGFIX] Ensure search statistics are written
- If the search string in indexed_search is longer
than 255 characters, no SQL error is thrown anymore
if the statistic...
2021-02-15
- 20:17 Revision 432e0da1: [BUGFIX] Quote identifier `colPos` in documentation example
- The `colPos` identifier must be quoted - triggered by `{#colPos}`
in TypoScript - to make the database query work on ... - 19:57 Revision 9722b335: [BUGFIX] Avoid SQL error in indexed_search statistics
- When an entered search word longer than 50 characters
was used in indexed_search previously, a TYPO3 Exception
was th... - 19:55 Revision c1c144af: [BUGFIX] Quote identifier `colPos` in documentation example
- The `colPos` identifier must be quoted - triggered by `{#colPos}`
in TypoScript - to make the database query work on ... - 19:42 Revision d4784666: [BUGFIX] Avoid SQL error in indexed_search statistics
- When an entered search word longer than 50 characters
was used in indexed_search previously, a TYPO3 Exception
was th... - 15:41 Revision 2f5bd9be: [BUGFIX] Show system news at login when only one item is available
- After recent changes, system news was only shown when more than 1 item
was available. With this change, also a single... - 14:55 Revision 7ae33021: [BUGFIX] runTests.sh: Fix macos user detection
- Check for user in /etc/passwd, if it does not exist create
a temporary passwd to get values from.
Resolves: #93372
R... - 13:49 Revision 264fd7ef: [BUGFIX] runTests.sh: Fix macos user detection
- Check for user in /etc/passwd, if it does not exist create
a temporary passwd to get values from.
Resolves: #93372
R... - 13:16 Revision dc66c587: [BUGFIX] runTests.sh: Fix macos user detection
- Check for user in /etc/passwd, if it does not exist create
a temporary passwd to get values from.
Resolves: #93372
R... - 09:53 Revision 1bda5f46: [TASK] runTests.sh: Proper validation of -a option
- Plus: No variable fallback magick in docker-compose.yml,
this belongs to runTests.sh
Resolves: #93514
Releases: mast... - 09:40 Revision 4cdee851: [TASK] runTests.sh: Proper validation of -a option
- Plus: No variable fallback magick in docker-compose.yml,
this belongs to runTests.sh
Change-Id: I9ec8d1ecba695061155... - 09:33 Revision 0aad6dfc: [TASK] Additional tests to check output of TypoScript settings for page titles
- Verify the output of TypoScript settings config.pageTitleFirst and
config.pageTitleSeparator
Resolves: #93414
Releas... - 09:04 Revision 768285b3: [TASK] Refactor client-side FlexForm handling
- This patch refactors the client-side rendering of FlexForm sections. Now,
there are two modules in place:
- FlexForm... - 09:00 Revision c3e4c1e7: [TASK] Additional tests to check output of TypoScript settings for page titles
- Verify the output of TypoScript settings config.pageTitleFirst and
config.pageTitleSeparator
Resolves: #93414
Releas... - 08:54 Revision 6d3cdd68: [BUGFIX] Fix accessibility issues of system news
- The system news slider implements the ARIA pattern "carousel"
except for the omission of aria-roledescription which h... - 07:50 Revision e037bd63: [TASK] Deprecate usage of jQuery in Tooltip module
- Passing jQuery objects to the methods `show()` and `hide()` of the module
`TYPO3/CMS/Backend/Tooltip` has been marked... - 07:42 Revision 68c748fe: [TASK] Remove legacy vendor prefixes from SCSS
- Clean up CSS by removing vendor prefixes that are
handled by autoprefixer.
The commit also removes SCSS mixins that ...
2021-02-14
- 20:07 Revision 953b6e4d: [BUGFIX] styleguide: runTests.sh: update command references typo3/core-testing-* images
- 20:00 Revision 0cee07a1: [TASK] styleguide: Minor cgl fix in ext_tables.sql
- 19:59 Revision 529b9129: [TASK] styleguide: Use whitespace instead of tabs in ext_tables.sql
- 19:21 Revision d1aa1088: [RELEASE] styleguide: 11.0.4 A series of additional scenarios used in TCA reference docs
- 19:19 Revision 18cbd0d3: [TASK] styleguide: Use input_1 as title field in type and typeforeign tables
- 19:14 Revision eca59832: [TASK] styleguide: Simplify two field names
- 19:07 Revision e878f9c1: [TASK] styleguide: Have two 'ctrl' example tables
- https://github.com/TYPO3-CMS/styleguide/pull/186
- 15:55 Revision 211d8e3e: [TASK] styleguide: Have an example for a ctrl-type value from a different table
- https://github.com/TYPO3-CMS/styleguide/pull/188
- 14:55 Revision d748ed9e: [TASK] styleguide: Add checkbox examples to flex
- https://github.com/TYPO3-CMS/styleguide/pull/182
This slightly overlaps with basic "in flex", but it does not
hurt t... - 14:39 Revision c52c1ab5: [TASK] styleguide: Add examples for rte with richtextConfiguration
- https://github.com/TYPO3-CMS/styleguide/pull/181
- 14:18 Revision 42f27908: [TASK] styleguide: Improve 'type' example with a columnsOverrides
- https://github.com/TYPO3-CMS/styleguide/pull/187
- 13:41 Revision 57d9e52c: [TASK] styleguide: Another group_db example, property hideSuggest
- https://github.com/TYPO3-CMS/styleguide/pull/183
- 13:27 Revision ec9712c4: [TASK] styleguide: Flex form example with config in separate file
- https://github.com/TYPO3-CMS/styleguide/pull/189
- 12:42 Revision 95679c50: [TASK] styleguide: Another typo=check example in valuesdefault
- https://github.com/TYPO3-CMS/styleguide/pull/190
- 12:27 Revision 8478907c: [TASK] styleguide: More type=radio vaulesdefault examples
- https://github.com/TYPO3-CMS/styleguide/pull/191
Some more type=radio examples in valuesdefault table
to show more p... - 12:03 Revision 4d220fb8: [BUGFIX] styleguide: select_singlebox_2 label
- https://github.com/TYPO3-CMS/styleguide/pull/184
2021-02-13
- 15:34 Revision d8ff26da: [TASK] Update @types/bootstrap
- Executed command:
yarn add --dev @types/bootstrap
Resolves: #93595
Releases: master
Change-Id: I24ab01d3e1ef9d621... - 14:42 Revision e2c2937e: [RELEASE] styleguide: 11.0.3 Bug fixes and improved core v11 compatibility
- 14:33 Revision 5d91ae17: [TASK] styleguide: Another minor README.md update
- 14:30 Revision b126bc84: [TASK] styleguide: README.md: Add a section about test execution and usage
- 14:18 Revision 2f657967: [TASK] styleguide: Proper version example in README.md release section
- 14:17 Revision 675bae76: [TASK] styleguide: Minor README.md improvements
- 14:12 Revision d0d32210: [TASK] styleguide: Update README.md to be more useful
- 13:03 Revision d9523555: [BUGFIX] styleguide: Typo in TCA group_db_3
- 'disable' should be 'disabled'
Fixes 160 - 12:46 Revision e210cac6: [TASK] styleguide: Update issue template
- 11:09 Revision f605c6c6: [FEATURE] styleguide: Add group_db_10 used in TCA Reference
- https://github.com/TYPO3-CMS/styleguide/pull/177
group_db_10 is used in docs TCA reference. It's a 'max=1, allowed=p...
2021-02-12
- 22:43 Revision b8e2bb11: [TASK] styleguide: Have a daily github action tests workflow run
- Maybe next time we now see that the test pipeline is
red before someone submits a pull request ... - 22:34 Revision e8c15779: [TASK] styleguide: Add github actions tests status badge
- 22:33 Revision 0424d892: [TASK] styleguide: Switch to typo3/core-testing-* docker images in testing
- The typo3/core-testing-* images are much smaller than
the typo3gmbh/* images. - 22:22 Revision db472a7d: [TASK] styleguide: Use dev-master for --dev core dependencies
- To be more up-to-date with core master, the dev dependencies
are switched to dev-master in v11/master branch now.
co... - 22:09 Revision 7a4acdef: Revert "[TASK] styleguide: Temporarily add cms-core as require dependency"
- This reverts commit 548e959191f5640e06489f5c657e6ec3dfe38d98.
- 20:43 Revision 74b627da: [TASK] Use position sticky for docheader
- Avoid JavaScript based offset and height calculations.
Position sticky can do that in all supported browsers for us.
... - 20:31 Revision fde1b695: [TASK] styleguide: Fix a docs link
- 20:21 Revision edbb7076: [TASK] styleguide: Minor documentation update
- 20:18 Revision 548e9591: [TASK] styleguide: Temporarily add cms-core as require dependency
- 20:15 Revision 343f13cc: [TASK] Update Bootstrap to 5.0.0-beta2
- This beta fixes various issues related to positioning of tooltips
and popovers.
See https://blog.getbootstrap.com/20... - 20:07 Revision f6ca3566: [TASK] styleguide: Update documentation
- 19:14 Revision 09f299a4: [TASK] styleguide: Update README.md for em installation instructions
- 19:04 Revision 154930f0: [TASK] styleguide: github actions publish workflow
- 19:04 Revision 0f0c1c32: [TASK] styleguide: composer req --dev typo3/tailor
- 19:01 Revision 513190e8: [TASK] styleguide: Rename ci.yml to tests.yml in github workflows
2021-02-11
- 21:24 Revision 081de46e: [TASK] Inject cache into SiteConfiguration
- Do not use global state by looking up the CacheManager from
GeneralUtility, when we can actually inject the required ... - 21:11 Revision bf5f2106: [BUGFIX] Render hreflang tags for languages with fallbacks
- Even when the page record is not translated, a hreflang tag
should be rendered for languages with a fallback.
Resolv... - 20:51 Revision e833d08d: [BUGFIX] Render hreflang tags for languages with fallbacks
- Even when the page record is not translated, a hreflang tag
should be rendered for languages with a fallback.
Resolv... - 20:16 Revision 0ef20281: [TASK] Update typo3/testing-framework to ^6.6.2
- Brings a minor gfx fix and a massive memory footprint
reduction for functional tests: As example master
chunk 1/10 is... - 20:15 Revision 141c77f0: [TASK] Update typo3/testing-framework to ^6.6.2
- Brings a minor gfx fix and a massive memory footprint
reduction for functional tests: As example master
chunk 1/10 is... - 18:57 Revision 53a3afd7: [TASK] Show full url in InputLinkElement
- If an external url is provided in a link field, the full url should be
shown instead of only the domain. Hiding all o... - 18:27 Revision 4de0c6c8: [BUGFIX] Restore styling of Form Framework Wizard
- This fixes step indicators and button margins in the modal footer.
Resolves: #93168
Releases: master
Change-Id: Ic5e... - 16:07 Revision 232a0b57: [TASK] Split two functional tests into smaller parts
- The EnhancerLinkGeneratorTest and EnhancerSiteGeneratorTest have
524 and 460 tests. Hack these into smaller parts usi... - 14:20 Revision cc738fd9: [BUGFIX] Silently resolve invalid current page in paginator
- Passing a current page number which exceeds the maximum
number of pages to the paginator is now silently resolved
by ... - 14:19 Revision ebfb2f8f: [BUGFIX] Never fetch content with delete placeholder
- The content fetcher did not consider delete placeholders.
This task was done using a method in GridColumnItem which
w... - 13:34 Revision 6ecbcdf5: [BUGFIX] Never fetch content with delete placeholder
- The content fetcher did not consider delete placeholders.
This task was done using a method in GridColumnItem which
w... - 13:32 Revision 20280171: [BUGFIX] Silently resolve invalid current page in paginator
- Passing a current page number which exceeds the maximum
number of pages to the paginator is now silently resolved
by ... - 13:12 Revision ab2f9ada: [BUGFIX] Drop manual SiteConfiguration in PageTree ac test
- The styleguide extension generator creates a site configuration
for its page tree for a while already. The manual cre... - 13:11 Revision 2a3f2565: [BUGFIX] Drop manual SiteConfiguration in PageTree ac test
- The styleguide extension generator creates a site configuration
for its page tree for a while already. The manual cre... - 12:22 Revision 1d026804: [TASK] Improve page access failure log entries
- Page access failure log entries emitted by the
TypoScriptFrontendController previously only
included the same basic i... - 09:12 Revision 9ca731de: [TASK] Add Build/gitlab-ci.yml to v9
- Build/gitlab-ci.yml for v9. Specifies jobs executed
via gitlab CI for 9.5 pre-merge and nightly builds.
Resolves: #9...
2021-02-10
- 19:38 Revision b2fb60f4: [TASK] Clean up SvgTree code
- Now that jQuery has gone and TypeScript is in place for Tree components,
the next step is to consolidate and sort out... - 19:01 Revision 4ea0adc4: [TASK] Update typo3/testing-framework to latest bugfix releases
- 6.6.1 for master & v10
4.15.3 for v9
Brings a bugfix to make the test splitter deterministic.
composer req --dev ty... - 19:01 Revision e6cacd64: [TASK] Update typo3/testing-framework to latest bugfix releases
- 6.6.1 for master & v10
4.15.3 for v9
Brings a bugfix to make the test splitter deterministic.
composer req --dev ty... - 19:00 Revision 813d656a: [TASK] Update typo3/testing-framework to latest bugfix releases
- 6.6.1 for master & v10
4.15.3 for v9
Brings a bugfix to make the test splitter deterministic.
composer req --dev ty... - 15:13 Revision 66cd4ab5: [TASK] Rework Drag+Drop for SVG trees
- This change splits up Drag+Drop handling in general
for SVG-based trees into PageTree specific logic, and
common usag... - 10:36 Revision ad978d80: [BUGFIX] Fix redirects to access restricted pages
- The RedirectService is using typolink to build links
to the defined target, e.g. a page. In case the redirect
target ... - 10:12 Revision 26960825: [BUGFIX] Fix redirects to access restricted pages
- The RedirectService is using typolink to build links
to the defined target, e.g. a page. In case the redirect
target ... - 10:11 Revision 8e7f27b0: [BUGFIX] Respect auth mode in page module again
- If a non-admin does not have permissions to access
a specific CType, disallowed via AD mode, the header
icons, e.g. e... - 09:58 Revision f5f08810: [BUGFIX] Respect auth mode in page module again
- If a non-admin does not have permissions to access
a specific CType, disallowed via AD mode, the header
icons, e.g. e... - 09:51 Revision 63f18945: [BUGFIX] Fix wrong language parameters in language menu shortcut links
- When a shortcut page is used for a translated page, but its parent
is not of type shortcut, the generated link would ... - 09:50 Revision df23dba2: [TASK] Blind smtp password value in mail preset of Install Tool
- The input type of the configuration `MAIL/transport_smtp_password`
should be set to `password` instead of `text`.
Re... - 09:36 Revision fedfd85f: [BUGFIX] Allow quoting in TypoScript's select for leftjoin & rightjoin
- By fixing a typo, the field quoting also works for `leftjoin` and `rightjoin`.
Resolves: #93449
Releases: master, 10... - 09:34 Revision db48b8c4: [TASK] Blind smtp password value in mail preset of Install Tool
- The input type of the configuration `MAIL/transport_smtp_password`
should be set to `password` instead of `text`.
Re... - 09:33 Revision 65dc0603: [BUGFIX] Fix wrong language parameters in language menu shortcut links
- When a shortcut page is used for a translated page, but its parent
is not of type shortcut, the generated link would ... - 08:45 Revision 096b54d0: [BUGFIX] Allow quoting in TypoScript's select for leftjoin & rightjoin
- By fixing a typo, the field quoting also works for `leftjoin` and `rightjoin`.
Resolves: #93449
Releases: master, 10...
2021-02-09
- 23:19 Revision 993c9286: [BUGFIX] Allow quoting in TypoScript's select for leftjoin & rightjoin
- By fixing a typo, the field quoting also works for `leftjoin` and `rightjoin`.
Resolves: #93449
Releases: master, 10... - 21:21 Revision 277c92fc: [TASK] Improve PageTree search input alignment
- Align the search input to the toolbar icons.
Releases: master
Resolves: #93476
Related: #93474
Change-Id: I50c8344f2... - 20:09 Revision 063000c7: [TASK] Replace <style> for compliance with CSP header in svgs
- SVG with inline styles are not loaded when the Content-Security-Policy
header contains the widely used setting "style... - 19:35 Revision 68ff4256: [TASK] Streamline Page Tree toolbar UX
- The PageTree toolbar now displays both menu
areas ("main menu" and "submenu") all the time
and removes the submenu to... - 14:40 Revision c257bfdf: [BUGFIX] Stabilize Page Tree acceptance tests
- Make sure that the first root node is selected before
the tests are executed.
Resolves: #93471
Releases: master, 10.... - 13:23 Revision 478c69cb: [TASK] Migrate SvgTree items to TypeScript
- This change migrates all left-over components of
* SvgTree
* SelectTree (a.k.a. CategoryTree)
* and PageTree
to Type... - 13:13 Revision 8330dabb: [TASK] Replace <style> for compliance with CSP header in svgs
- SVG with inline styles are not loaded when the Content-Security-Policy
header contains the widely used setting "style... - 12:42 Revision ac4b783f: [BUGFIX] Stabilize Page Tree acceptance tests
- Make sure that the first root node is selected before
the tests are executed.
Resolves: #93471
Releases: master, 10.... - 09:39 Revision 38121e34: [FEATURE] Implement lazy console command list
- Based on the configuration syntax of the Symfony Console
feature https://github.com/symfony/symfony/pull/39851
…but i...
Also available in: Atom