Project

General

Profile

Activity

From 2021-02-05 to 2021-03-06

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...
Christian Kuhn
11:30 Revision 2cd85363: [TASK] styleguide: Enable PHP 8 in test matrix
Christian Kuhn
11:21 Revision f535b3ba: [TASK] styleguide: Minor cgl fix
Christian Kuhn
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...
Christian Kuhn
10:34 Revision aa50a58b: [TASK] styleguide: Raise typo3/coding-standards
composer req --dev typo3/coding-standards:"^0.3.0" Christian Kuhn
10:30 Revision ff0e704d: [TASK] styleguide: Document php 8.0 in runTests.sh
Christian Kuhn

2021-03-05

11:55 Revision ad7da752: [Task] Task move field info to property 'description' (#196)
Lina Wolf

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...
Alexander Schnitzler
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...
Daniel Siepmann
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...
Daniel Siepmann
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...
Daniel Siepmann
09:14 Revision 873923f2: [TASK] PHP 8 compatibility 2/x
Change-Id: I9b365a2adf98bfa52352a95b225f338e75f93871
Resolves: #93640
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn

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...
Oliver Bartsch
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...
Oliver Bartsch
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...
Daniel Siepmann
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...
Oliver Bartsch
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...
Daniel Siepmann
09:43 Revision 7fe2854b: [BUGFIX] Inject Logger into LanguagePackService
The EXT:install ServiceProvider introduced in #89892 didn't respect
that LanguagePackService implements LoggerAwareIn...
Martin Kutschker
09:15 Revision d6d7acf6: [BUGFIX] Inject Logger into LanguagePackService
The EXT:install ServiceProvider introduced in #89892 didn't respect
that LanguagePackService implements LoggerAwareIn...
Martin Kutschker

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...
Benni Mack
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...
Georg Ringer
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 ...
Oliver Bartsch
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 ...
Oliver Bartsch
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...
Georg Ringer
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...
Mathias Brodala
20:15 Revision d6651096: [TASK] PHP 8 compatibility 1/x
Change-Id: Ib1e08417a716882e8c354da92d090efdb6924dc7
Resolves: #93632
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
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...
Anja Leichsenring
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/...
Benni Mack
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 ...
Oliver Bartsch
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...
Oliver Bartsch

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...
Jigal van Hemert
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...
Anja Leichsenring
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...
Anja Leichsenring
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...
Stephan Großberndt
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()
...
Alexander Schnitzler
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...
Stephan Großberndt
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...
Jigal van Hemert
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()
...
Alexander Schnitzler
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...
Stephan Großberndt
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...
Stephan Großberndt
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...
Anja Leichsenring
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...
Anja Leichsenring
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...
Benjamin Franzke
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...
Christian Kuhn

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...
Christian Kuhn
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...
Christian Kuhn
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...
Nikita Hovratov
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...
Anja Leichsenring
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...
Nikita Hovratov
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...
Anja Leichsenring
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...
Anja Leichsenring

2021-02-27

23:58 Revision abb6254a: [TASK] styleguide: Left over cli-no-xdebug/php.ini usages in testing
Christian Kuhn
23:43 Revision 1a42d0bc: [TASK] styleguide: xdebug default port is 9003
Christian Kuhn
23:05 Revision 9aad857b: [BUGFIX] styleguide: chrome must have a /dev/shm
Christian Kuhn
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 ...
Christian Kuhn
22:58 Revision d01936ab: [TASK] styleguide: Younger selenium/standalone-chrome in ac test
Christian Kuhn
22:52 Revision 792f74b0: [TASK] styleguide: Adapt testing to xdebug 3
Christian Kuhn
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 ...
Christian Kuhn
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...
Christian Kuhn
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 ...
Christian Kuhn
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...
Christian Kuhn
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...
Christian Kuhn
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...
Christian Kuhn

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:...
Christian Kuhn
12:41 Revision b3604284: [TASK] gitlab-ci nightly slack notification
Resolves: #93592
Releases: master, 10.4, 9.5
Change-Id: If851b9264d7d9e3b2a18df49d2c445f034aa5a80
Reviewed-on: https:...
Christian Kuhn

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:...
Christian Kuhn
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']['...
Lina Wolf
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...
Torben Hansen
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...
Dmitry Dulepov
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...
Benjamin Franzke
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: #...
Philipp Kitzberger
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...
Claus Due
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...
Claus Due
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...
Oliver Bartsch
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...
Oliver Bartsch
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
...
Tobias Wojtylak
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...
Oliver Bartsch
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...
Oliver Bartsch
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...
Stephan Großberndt
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...
Stephan Großberndt

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...
Christian Kuhn
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...
Christian Kuhn
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...
Richard Haeser
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...
Oliver Bartsch
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...
Oliver Bartsch
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.
...
Christian Kuhn
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...
Oliver Bartsch
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...
Benni Mack

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
...
Jigal van Hemert
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
...
Jigal van Hemert
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...
Benni Mack
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 ...
Daniel Goerz
07:54 Revision dd31f363: [BUGFIX] Revert "Recognize removed columns on PostgreSQL"
This change reverts commit e23f15f2df49a679db11210d573a0d134dd70477
as this introduced some behavior related to DBMS ...
Benni Mack
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...
Benni Mack
07:43 Revision 79303bb8: [BUGFIX] Revert "Recognize removed columns on PostgreSQL"
This change reverts commit 154606e34b78f5b57801e2d4e81103a874332dbd
as this introduced some behavior related to DBMS ...
Benni Mack
01:41 Revision abe62183: [DOCS] Fix typo in changelog
Resolves: #93567
Releases: master
Change-Id: Ic9ed222fb6aaf58c1a29e1fa5df1f06d12300519
Reviewed-on: https://review.ty...
Oliver Bartsch

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...
Oliver Bartsch
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 ...
Benni Mack
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: ...
Oliver Hader
15:12 Revision 0cc4b206: [TASK] styleguide: Add an example for renderType belayoutwizard
https://github.com/TYPO3-CMS/styleguide/pull/192 Lina Wolf
14:11 Revision d2dfa13a: [TASK] Inject dependencies into ProviderConfigurationLoader
Inject dependencies as singleton lookup via
GeneralUtility::makeInstance is to be avoid
whenever possible.
Releases:...
Benjamin Franzke
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...
Benni Mack
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...
Stephan Großberndt
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...
Stefan Frömken
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...
Stephan Großberndt
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 ...
Christian Kuhn
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...
Stefan Frömken
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 ...
Kevin Appelt
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...
Andreas Fernandez
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...
Anja Leichsenring

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...
Benjamin Franzke
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 ...
Oliver Bartsch

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 ...
Benni Mack
08:48 Revision 2b355a71: [DOCS] Fix inline code declaration
Releases: master
Resolves: #93541
Change-Id: I97a47fb4496d0381fc385db726a0f540247f7d5b
Reviewed-on: https://review.ty...
Martin Bless
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...
Benni Mack

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...
Alexander Nitsche
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...
Alexander Nitsche
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...
Alexander Nitsche
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 ...
Anja Leichsenring
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 ...
Anja Leichsenring
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 ...
Anja Leichsenring
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...
Torben Hansen
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...
Torben Hansen
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...
Benni Mack

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...
Oliver Hader
15:40 Revision a150539f: [TASK] Add examples to AjaxRequest code
Resolves: #93518
Releases: master, 10.4
Change-Id: I9a745fc608b1f1ce24af8005910ce776cd00a163
Reviewed-on: https://rev...
Oliver Hader
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...
Benjamin Franzke
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...
Benni Mack
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...
Christoph Lehmann
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...
Christoph Lehmann
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...
Benni Mack
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...
Benni Mack
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...
Anja Leichsenring

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 ...
Stephan Großberndt
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...
Anja Leichsenring
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 ...
Stephan Großberndt
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...
Benni Mack
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...
Richard Haeser
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...
Jochen Roth
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...
Jochen Roth
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...
Jochen Roth
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...
Christian Kuhn
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...
Christian Kuhn
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...
Richard Haeser
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...
Andreas Fernandez
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...
Richard Haeser
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...
Martin Kutschker
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...
Andreas Fernandez
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 ...
Martin Kutschker

2021-02-14

20:07 Revision 953b6e4d: [BUGFIX] styleguide: runTests.sh: update command references typo3/core-testing-* images
Christian Kuhn
20:00 Revision 0cee07a1: [TASK] styleguide: Minor cgl fix in ext_tables.sql
Christian Kuhn
19:59 Revision 529b9129: [TASK] styleguide: Use whitespace instead of tabs in ext_tables.sql
Christian Kuhn
19:21 Revision d1aa1088: [RELEASE] styleguide: 11.0.4 A series of additional scenarios used in TCA reference docs
Christian Kuhn
19:19 Revision 18cbd0d3: [TASK] styleguide: Use input_1 as title field in type and typeforeign tables
Christian Kuhn
19:14 Revision eca59832: [TASK] styleguide: Simplify two field names
Christian Kuhn
19:07 Revision e878f9c1: [TASK] styleguide: Have two 'ctrl' example tables
https://github.com/TYPO3-CMS/styleguide/pull/186 Lina Wolf
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 Lina Wolf
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...
Lina Wolf
14:39 Revision c52c1ab5: [TASK] styleguide: Add examples for rte with richtextConfiguration
https://github.com/TYPO3-CMS/styleguide/pull/181 Lina Wolf
14:18 Revision 42f27908: [TASK] styleguide: Improve 'type' example with a columnsOverrides
https://github.com/TYPO3-CMS/styleguide/pull/187 Lina Wolf
13:41 Revision 57d9e52c: [TASK] styleguide: Another group_db example, property hideSuggest
https://github.com/TYPO3-CMS/styleguide/pull/183 Lina Wolf
13:27 Revision ec9712c4: [TASK] styleguide: Flex form example with config in separate file
https://github.com/TYPO3-CMS/styleguide/pull/189 Lina Wolf
12:42 Revision 95679c50: [TASK] styleguide: Another typo=check example in valuesdefault
https://github.com/TYPO3-CMS/styleguide/pull/190 Lina Wolf
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...
Lina Wolf
12:03 Revision 4d220fb8: [BUGFIX] styleguide: select_singlebox_2 label
https://github.com/TYPO3-CMS/styleguide/pull/184 Lina Wolf

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...
Andreas Fernandez
14:42 Revision e2c2937e: [RELEASE] styleguide: 11.0.3 Bug fixes and improved core v11 compatibility
Christian Kuhn
14:33 Revision 5d91ae17: [TASK] styleguide: Another minor README.md update
Christian Kuhn
14:30 Revision b126bc84: [TASK] styleguide: README.md: Add a section about test execution and usage
Christian Kuhn
14:18 Revision 2f657967: [TASK] styleguide: Proper version example in README.md release section
Christian Kuhn
14:17 Revision 675bae76: [TASK] styleguide: Minor README.md improvements
Christian Kuhn
14:12 Revision d0d32210: [TASK] styleguide: Update README.md to be more useful
Christian Kuhn
13:03 Revision d9523555: [BUGFIX] styleguide: Typo in TCA group_db_3
'disable' should be 'disabled'
Fixes 160
Christian Kuhn
12:46 Revision e210cac6: [TASK] styleguide: Update issue template
Christian Kuhn
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...
Lina Wolf

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 ...
Christian Kuhn
22:34 Revision e8c15779: [TASK] styleguide: Add github actions tests status badge
Christian Kuhn
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.
Christian Kuhn
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...
Christian Kuhn
22:09 Revision 7a4acdef: Revert "[TASK] styleguide: Temporarily add cms-core as require dependency"
This reverts commit 548e959191f5640e06489f5c657e6ec3dfe38d98. Christian Kuhn
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.
...
Benjamin Franzke
20:31 Revision fde1b695: [TASK] styleguide: Fix a docs link
Christian Kuhn
20:21 Revision edbb7076: [TASK] styleguide: Minor documentation update
Christian Kuhn
20:18 Revision 548e9591: [TASK] styleguide: Temporarily add cms-core as require dependency
Christian Kuhn
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...
Benni Mack
20:07 Revision f6ca3566: [TASK] styleguide: Update documentation
Christian Kuhn
19:14 Revision 09f299a4: [TASK] styleguide: Update README.md for em installation instructions
Christian Kuhn
19:04 Revision 154930f0: [TASK] styleguide: github actions publish workflow
Christian Kuhn
19:04 Revision 0f0c1c32: [TASK] styleguide: composer req --dev typo3/tailor
Christian Kuhn
19:01 Revision 513190e8: [TASK] styleguide: Rename ci.yml to tests.yml in github workflows
Christian Kuhn

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 ...
Benjamin Franzke
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...
Richard Haeser
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...
Richard Haeser
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...
Christian Kuhn
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...
Christian Kuhn
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...
Georg Ringer
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...
Jonas Eberle
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...
Christian Kuhn
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 ...
Oliver Bartsch
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...
Oliver Bartsch
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...
Oliver Bartsch
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 ...
Oliver Bartsch
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...
Christian Kuhn
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...
Christian Kuhn
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...
Oliver Bartsch
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...
Anja Leichsenring

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...
Benni Mack
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...
Christian Kuhn
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...
Christian Kuhn
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...
Christian Kuhn
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...
Benni Mack
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 ...
Oliver Bartsch
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 ...
Oliver Bartsch
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...
Oliver Bartsch
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...
Oliver Bartsch
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 ...
Christian Eßl
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...
Georg Ringer
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...
Georg Ringer
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...
Georg Ringer
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 ...
Christian Eßl
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...
Georg Ringer

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...
Georg Ringer
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...
Benjamin Franzke
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...
Ute Flierl
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...
Benni Mack
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....
Richard Haeser
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...
Benni Mack
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...
Ute Flierl
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....
Richard Haeser
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...
Benjamin Franzke

2021-02-08

21:16 Revision daf0b2d5: [FEATURE] Restrict Backend Routes to specified HTTP methods
Because TYPO3 Backend is based on the symfony/routing
components, it is now possible to also limit a route to only
e....
Benni Mack
18:43 Revision 1af354a5: [BUGFIX] Fix frameset module property for FileList
BackendController::generateJavascript() creates the
top.fsMod object to provide frameset modules an easy
way of stori...
Oliver Bartsch
17:50 Revision df2b1557: [TASK] Add Build/gitlab-ci.yml to v10
Build/gitlab-ci.yml for v10. Specifies jobs executed
via gitlab CI for 10.4 pre-merge and nightly builds.
Resolves: ...
Anja Leichsenring
17:46 Revision 8cbd504f: [TASK] Drop unneeded renderElement from lit-helper
renderElement() was added in patchset 2 of #93446.
The code was then refactored to use renderHTML, but the method was...
Benjamin Franzke
15:35 Revision f4f7bdda: [TASK] Clean up gitlab-ci
* Acceptance tests in nightly run can use just one out of our
supported databases, that should be enough.
* Some r...
Anja Leichsenring
15:34 Revision ebc0360b: [TASK] Remove unused wizard-backendlayout icon definition
This wizard-backendlayout icon has been added in #72853
as icon for the backend layout wizard, but was later
forgotte...
Benjamin Franzke
10:05 Revision 248c616e: [BUGFIX] Add autocomplete attribute for LoginRefresh form
The Backend LoginRefresh password field now also
contains "autocomplete=current-password" just like
the login-form.
...
Benni Mack
07:36 Revision 85c7264b: [TASK] Clean up Drag&Drop Handling in PageTree
The PageTree components for the navigation area consists of:
* PageTreeElement (container for rendering the navigatio...
Benni Mack

2021-02-06

21:43 Revision 6887ea3b: [BUGFIX] Fix frameset module property for FileList
BackendController::generateJavascript() creates the
top.fsMod object to provide frameset modules an easy
way of stori...
Oliver Bartsch
21:21 Revision 17746d95: [BUGFIX] Restore styling of localization wizard
Updated styling and javascript to restore styling of the
localization wizard after the update to bootstrap 5.
Resolv...
Richard Haeser
21:21 Revision 33c7f31f: [TASK] Load TypeScript declarations for sortablejs
This patch adds the TypeScript declaration for the sortablejs library.
Since the imported module has a different nami...
Andreas Fernandez
21:21 Revision 136ef8c6: [TASK] Load TypeScript declarations for sortablejs
This patch adds the TypeScript declaration for the sortablejs library.
Since the imported module has a different nami...
Andreas Fernandez
21:16 Revision 876389bc: [BUGFIX] Migrate carousel classes within the MultiStepWizard component
While updating bootstrap to 5.0.0-beta1
(https://review.typo3.org/c/Packages/TYPO3.CMS/+/67215)
The 'a) Carousel "ite...
Ralf Zimmermann

2021-02-05

17:45 Revision fcd53a92: [TASK] gitlab-ci: Simplify gerrit voting
Change-Id: Ic60be2582afee8c8fe45e25cafb853285343265f
Resolves: #93447
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
09:14 Revision 353c476e: [TASK] Run CI pre-merge suite for gerrit changes only
When a patch is pushed to gerrit, the gerrit-adapter
middleware also synchronizes the master branch. This
triggers tw...
Christian Kuhn
 

Also available in: Atom