Project

General

Profile

Activity

From 2020-09-14 to 2020-10-13

2020-10-13

21:50 Revision 9b7194c3: [!!!][TASK] Remove unused field be_users.createdByAction
This field was used for sys_action, which is not part of TYPO3 Core
anymore. Instead, this should be part of the reco...
Benni Mack
20:57 Revision c075e8d7: [BUGFIX] Provide original message and envelope to transport
The interface Symfony\Component\Mailer\Transport\TransportInterface
expects a RawMessage and an optional Envelope if ...
Simon Gilli
20:56 Revision e6dd1add: [FEATURE] Show extension constraints in extension manager
The "all versions" view of the extension manager, displaying details
on any given extension, is extended to
also show...
Oliver Bartsch
20:34 Revision 959e79de: [BUGFIX] Provide original message and envelope to transport
The interface Symfony\Component\Mailer\Transport\TransportInterface
expects a RawMessage and an optional Envelope if ...
Simon Gilli
19:45 Revision ce466cfc: [TASK] Drop workspace field t3ver_move_id
Since the removal of t3ver_state=3 move placeholders,
the db field t3ver_move_id is obsolete and can be dropped.
The...
Christian Kuhn
18:36 Revision 316ec308: [BUGFIX] Quote double quotes in CSV integrity fix script
Build/Scripts/checkIntegrityCsvFixtures.php --fix destroys
field content that contain double quotes. Quote them prope...
Christian Kuhn
18:36 Revision ac2f4dcc: [BUGFIX] Quote double quotes in CSV integrity fix script
Build/Scripts/checkIntegrityCsvFixtures.php --fix destroys
field content that contain double quotes. Quote them prope...
Christian Kuhn
17:49 Revision 951fa51d: [BUGFIX] Quote double quotes in CSV integrity fix script
Build/Scripts/checkIntegrityCsvFixtures.php --fix destroys
field content that contain double quotes. Quote them prope...
Christian Kuhn
16:03 Revision b2e8c4b7: [TASK] Raise typo3/testing-framework to 6.4.6
A couple of bug fixes and backwards compatible
preparations for upcoming core master patches.
composer require --dev...
Christian Kuhn
16:02 Revision 768c3b83: [TASK] Raise typo3/testing-framework to 6.4.6
A couple of bug fixes and backwards compatible
preparations for upcoming core master patches.
composer require --dev...
Christian Kuhn
14:34 Revision 5f0c1a25: [BUGFIX] Fix SQL error in backend user list on PostgreSQL
This patch changes the behaviour when searching by username in the
backend module "SYSTEM"->"Backend users": Before a...
Stephan Großberndt
14:34 Revision d22e99e8: [BUGFIX] Fix SQL error in backend user list on PostgreSQL
This patch changes the behaviour when searching by username in the
backend module "SYSTEM"->"Backend users": Before a...
Stephan Großberndt
14:06 Revision 80234c37: [BUGFIX] Fix SQL error in backend user list on PostgreSQL
This patch changes the behaviour when searching by username in the
backend module "SYSTEM"->"Backend users": Before a...
Stephan Großberndt
12:10 Revision 20856e4d: [TASK] Provide information about mandatory `uid` field in PHPDoc
A couple of functions in PageRepository allow to define the fields
to be selected. Because the `uid` is used internal...
Thomas Löffler
11:45 Revision 74e59daa: [TASK] Provide information about mandatory `uid` field in PHPDoc
A couple of functions in PageRepository allow to define the fields
to be selected. Because the `uid` is used internal...
Thomas Löffler

2020-10-12

18:59 Revision 27c7de8a: [!!!][TASK] Remove move placeholders
Workspaces ("Element-based versioning") previously had - due to
the "pid=-1" logic until TYPO3 v10 - a so-called "MOV...
Benni Mack
18:38 Revision 64542d62: [TASK] Decouple Dependency logic and domain models in EM
Both Domain\Model\Extension and Domain\Model\Dependency now have
factory methods to avoid using the ExtensionModelUti...
Benni Mack
17:18 Revision 60d5c953: [BUGFIX] Fix type error in log upgrade wizard
During the update, the value of the field log_data is
unserialized. The expected value is an array, but it was
never ...
Georg Großberger
17:17 Revision 3cc0e46a: [BUGFIX] Allow more page types for backend usergroups
With the new possibility to add more pages.doktype variants
since TYPO3 v10, the DB field "pagetypes_select" is not l...
Benni Mack
16:57 Revision fcbfb045: [BUGFIX] Allow more page types for backend usergroups
With the new possibility to add more pages.doktype variants
since TYPO3 v10, the DB field "pagetypes_select" is not l...
Benni Mack
14:35 Revision 7e34b11b: [BUGFIX] Improve performance of the forgot password action
Add index on the felogin_forgotHash field of the fe_login table
to speed up db queries send when user requests passwo...
Tymoteusz Motylewski
14:07 Revision 77988439: [BUGFIX] Improve performance of the forgot password action
Add index on the felogin_forgotHash field of the fe_login table
to speed up db queries send when user requests passwo...
Tymoteusz Motylewski
12:55 Revision 57b418a9: [BUGFIX] Fix type error in log upgrade wizard
During the update, the value of the field log_data is
unserialized. The expected value is an array, but it was
never ...
Georg Großberger
10:14 Revision 9d3d5638: [BUGFIX] Use correct issue number in breaking RST
Resolves: #92536
Related: #92532
Releases: master
Change-Id: Ib11897a1427cea1d60d82961294cfad743471487
Reviewed-on: h...
Daniel Goerz
09:54 Revision 098ccde7: [!!!][TASK] EM: Drop support for extensions-in-extensions installation
A feature which was built for the introduction package back then, which
allowed to ship a modified / custom extension...
Benni Mack
09:48 Revision 1c4c9cbd: [BUGFIX] Ensure UserAspect->isLoggedIn() checks for user only
isLoggedIn() is referring to the user, as Frontend sometimes needs
"isUserOrGroupSet()" functionality for working wit...
Benni Mack
08:34 Revision 031ec622: [BUGFIX] Add missing `remote` column in TCA
In #92457 a new field `remote` was introduced to
`tx_extensionmanager_domain_model_extension`.
As it was not added t...
Oliver Bartsch

2020-10-10

21:57 Revision dfd17624: [BUGFIX] Do not read workspace if there is no BE user
Running the PopulatePageSlugs upgrade uses the SlugService
to generate the slugs. SlugService itself uses
BackendUtil...
Markus Klein
16:01 Revision 07d18671: [BUGFIX] Ensure UserAspect->isLoggedIn() checks for user only
isLoggedIn() is referring to the user, as Frontend sometimes needs
"isUserOrGroupSet()" functionality for working wit...
Benni Mack
12:26 Revision ca300de5: [TASK] Remove jQuery from some FormEngine components
This patch removes jQuery from a major part of FormEngine components,
including elements, field wizards, enhancers an...
Andreas Fernandez
10:02 Revision efe48ef4: [BUGFIX] Fix data type annotations in WidgetRegistry
Resolves: #92530
Releases: master, 10.4
Change-Id: If593ae69ec7862f45eeea7d0c15cebf98462139b
Reviewed-on: https://rev...
Chris Müller
09:47 Revision 571ae71a: [BUGFIX] Fix data type annotations in WidgetRegistry
Resolves: #92530
Releases: master, 10.4
Change-Id: If593ae69ec7862f45eeea7d0c15cebf98462139b
Reviewed-on: https://rev...
Chris Müller

2020-10-09

19:01 Revision 3f980fbb: [!!!][FEATURE] Refactor TER-download handling
This change is cleaning up a lot of Extension-Manager-code under-the-hood
in order to solve some important topics rel...
Benni Mack
17:50 Revision c92ef692: [TASK] Remove dead code in ExtensionConfiguration class
This patch:
* Removes dead code which deals with setting an extension
configuration option by path (which is not ...
Claus Due
09:32 Revision d7338aca: [FEATURE] Show table and field names in ext:lowlevel
If the configuration `['BE']['debug']` is enabled and the current user is an
administrator, the name of a DB table or...
Christian Eßl
06:46 Revision be076b6a: [TASK] Remove empty array from site configuration before persisting
Having empty array like `routes: { }` make it hard to lint the site
configuration yaml files. To have a cleaner stat...
Georg Ringer

2020-10-08

22:56 Revision 8b373735: [TASK] Remove empty array from site configuration before persisting
Having empty array like `routes: { }` make it hard to lint the site
configuration yaml files. To have a cleaner stat...
Georg Ringer
20:58 Revision 5fe0713b: [TASK] Do not call determineId() twice
Due to legacy reasons before PSR-15 middlewares were introduced,
there was a hook to re-evaluate the Page ID via TSFE...
Benni Mack
18:56 Revision 63910981: [BUGFIX] If is_regexp = 1 then source_path must wrap in #
Resolves: #91780
Releases: 10.4, 9.5
Change-Id: I3c13e69c87c25a3d90456c524d130156bac3e510
Reviewed-on: https://review...
Mohsin Khan
16:00 Revision 2ae98bbe: [TASK] Clean up EXT:redirects
* use singular for array command options
* clarify option description
* remove same purpose configuration class and e...
Helmut Hummel
14:07 Revision fc34ec50: [TASK] Explicitly require PHPUnit 8
The code in the test suite is based on PHPUnit 8
therefore using it with PHPUnit 9 will produce a lot of warnings
cau...
Helmut Hummel
14:00 Revision c6f7aec1: [TASK] Explicitly require PHPUnit 8
The code in the test suite is based on PHPUnit 8
therefore using it with PHPUnit 9 will produce a lot of warnings
cau...
Helmut Hummel
13:41 Revision 661dd64d: [BUGFIX] Use correct path in example of ResourceViewHelper
Releases: master, 10.4
Resolves: #92506
Change-Id: I292d0220335884f9185a468bdbd50bae41a6ca5b
Reviewed-on: https://rev...
Sybille Peters
13:16 Revision 14f4b83b: [BUGFIX] Use correct path in example of ResourceViewHelper
Releases: master, 10.4
Resolves: #92506
Change-Id: I292d0220335884f9185a468bdbd50bae41a6ca5b
Reviewed-on: https://rev...
Sybille Peters
12:58 Revision d78f5236: [TASK] Make Argument and Arguments classes dependency free
Classes Argument and Arguments are prototypes (stateful) which
have been created by the object manager to have depend...
Alexander Schnitzler
11:25 Revision d6ab799e: [BUGFIX] Avoid exceptions during link checking
If a rich text field contains a link to a file or folder the current
user doesn't have access to, the thrown exceptio...
Georg Ringer
10:44 Revision 38f43cf5: [BUGFIX] Restore behavior of LocalDriver->isFolderEmpty()
With #92264 the behavior of the public function
LocalDriver->isFolderEmpty() has been changed for invalid
input. As t...
Daniel Goerz
10:02 Revision 5cec5264: [BUGFIX] Use correct regular expression in FormDefinitionConversionService
Resolves: #92362
Releases: master, 10.4, 9.5
Change-Id: I9db655907b321bce70285e3201e8ea6a3bd205f3
Reviewed-on: https:...
Georg Ringer
08:56 Revision d7ba0516: [TASK] Force integer for specific fields of site configuration
If the site config is saved through the site module the following fields
are saved as integer instead of a string:
-...
Georg Ringer
08:56 Revision a080c82a: [BUGFIX] Avoid exceptions during link checking
If a rich text field contains a link to a file or folder the current
user doesn't have access to, the thrown exceptio...
Georg Ringer
08:16 Revision c7939b2e: [TASK] Force integer for specific fields of site configuration
If the site config is saved through the site module the following fields
are saved as integer instead of a string:
-...
Georg Ringer
06:32 Revision 210cdc09: [BUGFIX] If is_regexp = 1 then source_path must wrap in #
Resolves: #91780
Releases: 10.4, 9.5
Change-Id: I3c13e69c87c25a3d90456c524d130156bac3e510
Reviewed-on: https://review...
Mohsin Khan

2020-10-07

18:55 Revision dba3996b: [TASK] Remove usage of ObjectManager::get in EXT:belog ViewHelpers
With #90803 the ObjectManager::get has been deprecated. Remove its
usages from the ViewHelpers of EXT:belog.
Resolve...
Georg Ringer
18:48 Revision 43fc56a6: [FEATURE] Add field control "addRecord" to file_collections of
tt_content
The field control "addRecord" allows editors to create a file collection
within the content element of ty...
Georg Ringer
18:41 Revision 6956e5c9: [!!!][TASK] Drop functionality of including hidden fe_groups via Admin Panel
AdminPanel's feature to include hidden records, also included fe_groups,
which allowed to preview fe_groups which are...
Benni Mack
14:34 Revision 67f3757a: [BUGFIX] Adjust acceptance test for composer max stages
The test fails in recent runs due to a type error. It expects an integer,
but gets served a string and therefore fail...
Anja Leichsenring
13:24 Revision a7f97849: [TASK] Activate a postgres/mssql skipped test
The fix for #92388 also solved the issue that a test
fails on postgres and mssql. Activate the functional
on those pl...
Christian Kuhn
13:20 Revision 0ffecf6a: [BUGFIX] Adjust acceptance test for composer max stages
The test fails in recent runs due to a type error. It expects an integer,
but gets served a string and therefore fail...
Anja Leichsenring
12:43 Revision ecefda9f: [TASK] Activate a postgres/mssql skipped test
The fix for #92388 also solved the issue that a test
fails on postgres and mssql. Activate the functional
on those pl...
Christian Kuhn
10:28 Revision 68e79075: [BUGFIX] Omit exception using localized file metadata with RTE
Translating extended sys_file_metadata with an RTE field throwed an
exception because the iso code of a language id >...
Chris Müller
10:17 Revision 896428a3: [FEATURE] TypoScript Condition for page layout
Add a new condition using the PageLayoutResolver to let integrators
check for the used backend layout of a page.
Res...
Georg Ringer
09:46 Revision 1581da0e: [BUGFIX] Omit exception using localized file metadata with RTE
Translating extended sys_file_metadata with an RTE field throwed an
exception because the iso code of a language id >...
Chris Müller

2020-10-06

20:27 Revision e209977f: [BUGFIX] Revert typo3/testing-framework providing prophecy trait
The typo3/testing-framework 6.4.4 included a backport of the prophecy
trait that is required for phpunit v10 and caus...
Anja Leichsenring
20:23 Revision ac8ab934: [BUGFIX] Revert typo3/testing-framework providing prophecy trait
The typo3/testing-framework 6.4.4 included a backport of the prophecy
trait that is required for phpunit v10 and caus...
Anja Leichsenring
17:13 Revision a79c665c: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Resource
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
17:11 Revision 2f6f9366: [BUGFIX] Use Package as argument type in ServiceProviderRegistry again
With #92263 the type hint for ServiceProviderRegistry->create()
has been changed from Package to PackageInterface whi...
Daniel Goerz
16:40 Revision 8273f8ff: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Resource
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:36 Revision 7b002166: [BUGFIX] Use Package as argument type in ServiceProviderRegistry again
With #92263 the type hint for ServiceProviderRegistry->create()
has been changed from Package to PackageInterface whi...
Daniel Goerz
16:15 Revision b0712a5a: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Utility
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
15:45 Revision 84dea4f9: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Imaging
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
15:38 Revision cd2c9762: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Utility
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
14:51 Revision 50ab10b7: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Imaging
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
14:49 Revision aa482c2e: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Crypto
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
14:20 Revision 3ea31a36: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Crypto
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
14:18 Revision fa109a53: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Mail
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
13:54 Revision f78c9a7b: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:lowlevel
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
13:45 Revision bc9816a0: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Mail
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
13:18 Revision 9045f92b: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:lowlevel
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
11:37 Revision 0b470abc: [BUGFIX] Allow LocalDriver baseUri to be set to any value
LocalDriver evaluates a configuration option baseUri,
to use this URI instead of a derived one from the absolute
base...
Helmut Hummel
11:11 Revision 1c797cc6: [BUGFIX] Allow LocalDriver baseUri to be set to any value
LocalDriver evaluates a configuration option baseUri,
to use this URI instead of a derived one from the absolute
base...
Helmut Hummel
10:21 Revision e093707b: [BUGFIX] Do not read workspace if there is no BE user
Running the PopulatePageSlugs upgrade uses the SlugService
to generate the slugs. SlugService itself uses
BackendUtil...
Markus Klein
09:37 Revision 1c1c888b: [BUGFIX] Use correct regular expression in FormDefinitionConversionService
Resolves: #92362
Releases: master, 10.4, 9.5
Change-Id: I9db655907b321bce70285e3201e8ea6a3bd205f3
Reviewed-on: https:...
Georg Ringer
08:56 Revision 86073064: [BUGFIX] Use correct regular expression in FormDefinitionConversionService
Resolves: #92362
Releases: master, 10.4, 9.5
Change-Id: I9db655907b321bce70285e3201e8ea6a3bd205f3
Reviewed-on: https:...
Georg Ringer

2020-10-05

19:26 Revision daf5fc36: [BUGFIX] Pass defLangBinding to generateLanguageView
In #90315 the PageLayoutView was refactored. Mainly
`getTable_tt_content` was spitted in smaller functions.
Therefor...
Oliver Bartsch
18:30 Revision 04fe3a7c: [BUGFIX] Pass defLangBinding to generateLanguageView
In #90315 the PageLayoutView was refactored. Mainly
`getTable_tt_content` was spitted in smaller functions.
Therefor...
Oliver Bartsch

2020-10-04

17:11 Revision f2a53617: [TASK] Updated docblock for addTcaSelectItem()
Described optional 4th parameter for the $item array, which is used to add
items to defined groups from addTcaSelectI...
Thomas Anders

2020-10-03

13:19 Revision 82ae8718: [FEATURE] Add `defaultValues` argument to newRecord ViewHelpers
The <be:link.newRecord> and <be:url.newRecord> ViewHelpers now
have a new optional argument `defaultValues` which can...
Philipp Parzer
09:26 Revision 5fd68396: [BUGFIX] Disable a flaky postgres functional test
This one currently leads to occassional test run failures.
Disable for now to track this down without pressure.
Reso...
Christian Kuhn

2020-10-02

21:59 Revision 39833659: [BUGFIX] Disable a flaky postgres functional test
This one currently leads to occassional test run failures.
Disable for now to track this down without pressure.
Reso...
Christian Kuhn
21:47 Revision 7dbf01eb: [TASK] Raise typo3/testing-framework to 6.4.4
This provides the phpunit prophecy trait to phpunit v8.
Used command:
composer require --dev typo3/testing-framewor...
Anja Leichsenring
21:07 Revision cbd1bca6: [BUGFIX] Proper reference index updating on workspace publish
Yet another reference index bugfix: On workspace publish,
reference index is not properly triggered as already noted
...
Christian Kuhn
21:03 Revision f767602d: [TASK] Raise typo3/testing-framework to 6.4.4
This provides the phpunit prophecy trait to phpunit v8.
Used command:
composer require --dev typo3/testing-framewor...
Anja Leichsenring
20:32 Revision f4f518a6: [TASK] Define callable controller actions
Several custom controller implementations allow calling internal
*Action methods. In order to avoid unintended behavi...
Oliver Hader
20:32 Revision 207da339: [TASK] Add a remark about changed loading order mechanism
Releases: master, 10.4
Resolves: #92469
Related: #87623
Change-Id: Ice8832c5e3ae93bf293e74111633335b3fee8450
Reviewed...
Moritz Ahl
20:31 Revision a62bd59b: [BUGFIX] Proper reference index updating on workspace publish
Yet another reference index bugfix: On workspace publish,
reference index is not properly triggered as already noted
...
Christian Kuhn
18:19 Revision d8ae532a: [TASK] Assert clean reference index after DataHandler tests
To verify DataHandler properly calculates correct reference index
entries, the AbstractDataHandlerActionTestCase is e...
Christian Kuhn
18:13 Revision 76a80d4b: [TASK] Add a remark about changed loading order mechanism
Releases: master, 10.4
Resolves: #92469
Related: #87623
Change-Id: Ice8832c5e3ae93bf293e74111633335b3fee8450
Reviewed...
Moritz Ahl
18:02 Revision 889dfc16: [BUGFIX] Correctly handle workspace overlays
This patch ensures Extbase correctly fetches workspace overlays
in reading process.
Resolves: #85061
Releases: maste...
Nicole Cordes
18:01 Revision 38e75d96: [TASK] Define callable controller actions
Several custom controller implementations allow calling internal
*Action methods. In order to avoid unintended behavi...
Oliver Hader
17:56 Revision 3f29e19f: [TASK] Define callable controller actions
Several custom controller implementations allow calling internal
*Action methods. In order to avoid unintended behavi...
Oliver Hader
17:39 Revision 5e5932ab: [BUGFIX] Use correct page id for permission calculation of inline controls
For the inline record header controls the InlineRecordContainer calculates
the permissions for the page, the record i...
Oliver Bartsch
17:14 Revision ec565e01: [TASK] Remove leftover "draft workspace" checks
A magic draft workspace (wsid=-1) was removed during TYPO3 v4.x development
already, with custom workspaces (wsid>0) ...
Benni Mack
17:07 Revision 07e80c41: [BUGFIX] Prevent undefined index notices in DatabaseRecordList
Resolves: #92475
Releases: master
Change-Id: I9586e9602d54f36abd9474e7506a5697aad88dfa
Reviewed-on: https://review.ty...
Oliver Bartsch
17:01 Revision 1836265a: [TASK] Assert clean reference index after DataHandler tests
To verify DataHandler properly calculates correct reference index
entries, the AbstractDataHandlerActionTestCase is e...
Christian Kuhn
16:41 Revision 3607634b: [BUGFIX] Use correct page id for permission calculation of inline controls
For the inline record header controls the InlineRecordContainer calculates
the permissions for the page, the record i...
Oliver Bartsch
16:35 Revision 408feb9a: [BUGFIX] Use transOrigPointerField for indentation check in recordlist
The content of localized records' Localization column in the recordlist
is along with the title column indented for b...
Oliver Bartsch
16:05 Revision a4503ed3: [BUGFIX] Correctly handle workspace overlays
This patch ensures Extbase correctly fetches workspace overlays
in reading process.
Resolves: #85061
Releases: maste...
Nicole Cordes
14:45 Revision 7b44af24: [BUGFIX] Restore recordlist localization behaviour
With #92133 the translation and localization behaviour within
recordlist was streamlined. Thereby some changes were m...
Oliver Bartsch
14:23 Revision f7f6a44e: [BUGFIX] Remove sorting from BackendLayoutIcon Updater
As column "sorting" was removed from table
"sys_file_reference" with TYPO3 9.0 we can
savely remove that column from
...
Stefan Froemken
09:42 Revision e2b465b3: [TASK] Deprecate StandaloneView for EXT:form EmailFinisher
With #90728 FluidEmail was added to the EXT:form EmailFinisher.
Therefore the StandaloneView has now been deprecated ...
Oliver Bartsch
09:18 Revision 44418dc6: [BUGFIX] Update localized records when publishing default translation
If an editor only published the default language,
then the localized records are left "hanging in" a workspace,
and a...
Benni Mack

2020-10-01

17:49 Revision bd45596f: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:fluid
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:08 Revision b1e8acf6: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core TypoScript
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
15:41 Revision 18e02fc7: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core TypoScript
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
15:37 Revision 81ff7f18: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:fluid
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
11:34 Revision 042ba227: [!!!][TASK] Remove deprecated EXT:form constants and functions
This change removes following public class constants:
* EmailFinisher::FORMAT_PLAINTEXT
* EmailFinisher::FORMAT_HTML...
Oliver Bartsch

2020-09-30

23:45 Revision 25ef2dde: [TASK] Improve mocking in ConnectionTest to prepare for dbal 2.11
The tests need some stuff from the constructor to not throw errors now,
so the mock got the required objects.
Resolv...
Anja Leichsenring
21:25 Revision 1b3cf110: [TASK] Rephrase explanation of sprintf arguments
This patch changes the conversion specification to `%s` while
keeping the reference to the PHP `sprintf()` function a...
Remo Schneider
21:07 Revision d47025d2: [TASK] Rephrase explanation of sprintf arguments
This patch changes the conversion specification to `%s` while
keeping the reference to the PHP `sprintf()` function a...
Remo Schneider
16:46 Revision 32c9d2b4: [TASK] Improve mocking in ConnectionTest to prepare for dbal 2.11
The tests need some stuff from the constructor to not throw errors now,
so the mock got the required objects.
Resolv...
Anja Leichsenring
15:46 Revision 4861c26a: [DOCS] Fix typoscript example in EXT:form
Indentation and closing braces are fixed.
Releases: master, 10.4
Resolves: #92453
Change-Id: I6a6cc74a9d60a358f13c71...
Markus Timtner
15:18 Revision 35decbbb: [DOCS] Fix typoscript example in EXT:form
Indentation and closing braces are fixed.
Releases: master, 10.4
Resolves: #92453
Change-Id: I6a6cc74a9d60a358f13c71...
Markus Timtner
15:16 Revision 09a41b15: [!!!][TASK] FAL: Decouple logic of ResourceFactory into StorageRepository
The "ResourceFactory" class was introduced as a "god class" to build
any File/Folder object (from a string, DB row or...
Benni Mack
09:21 Revision 7a0b3c2c: [BUGFIX] Use correct configuration for typo3/cms-frontend/base-redirect-resolver
The middleware "typo3/cms-frontend/base-redirect-resolver" should use
"typo3/cms-frontend/site" instead of the not kn...
Georg Ringer

2020-09-29

18:07 Revision fdcf3963: [BUGFIX] Fix event registration for legacy-slot
This patch corrects the listener registration for the
IsTableExcludedFromReferenceIndexEvent.
Resolves: #92441
Relea...
Daniel Goerz
11:41 Revision 14557e0b: [TASK] Move CleanerTask tests to functional tests
Unit tests requiring database connection and mocking half the world are
better of to be reimplemented as functional t...
Anja Leichsenring
11:27 Revision 6312ab5d: [TASK] Move CleanerTask tests to functional tests
Unit tests requiring database connection and mocking half the world are
better of to be reimplemented as functional t...
Anja Leichsenring
11:22 Revision 8ec6ca75: [TASK] Set TYPO3 version to 10.4.10-dev
Change-Id: I63c13b1d6933cc98fcb9c2ed25afe4eba2709301
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/659...
Benni Mack
11:22 Revision 505fe2d1: [TASK] Set TYPO3 version to 9.5.23-dev
Change-Id: I8dcbffef833bc2f3c3733adb9aad8251b04b7ae8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/659...
Benni Mack
10:51 Revision 2c6ce2c7: [RELEASE] Release of TYPO3 10.4.9
Change-Id: I1f8d01e6bf80670210155eaa168a392861fb0b52
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/659...
Benni Mack
10:44 Revision 6873169a: [RELEASE] Release of TYPO3 9.5.22
Change-Id: Ic09e2ef96a4075fad469c2b859aaa818d03bba36
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/659...
Benni Mack
08:45 Revision b2a9d32d: [BUGFIX] Remove linebreak in translation of site.base
As the linebreak is transformed into a br-tag, it must be removed from
the xlf file.
Resolves: #92438
Releases: mast...
Georg Ringer
08:12 Revision 9fda4b72: [BUGFIX] Remove linebreak in translation of site.base
As the linebreak is transformed into a br-tag, it must be removed from
the xlf file.
Resolves: #92438
Releases: mast...
Georg Ringer
06:57 Revision 894e750a: [FEATURE] Add FluidEmail option to EXT:form EmailFinisher
EXT:form, the last system extension not using FluidEmail
was extended for the corresponing integration. To allow
exte...
Oliver Bartsch

2020-09-28

10:58 Revision bb460e4c: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:indexed_search
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
10:26 Revision b1ca6469: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:indexed_search
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
10:23 Revision c8b718f3: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:impexp
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
10:21 Revision 7e1d81d4: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Service
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
10:20 Revision baff766e: [BUGFIX] Render plugin content element only if a plugin is selected
This patch ensures, that the plugin content element only calls the
f:cObject viewHelper, when a plugin is selected in...
Torben Hansen
10:06 Revision 458dfc77: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:impexp
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
10:03 Revision 509b6a02: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Service
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
10:02 Revision 947d3a3f: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:recordlist
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler

2020-09-27

23:04 Revision ec230931: [BUGFIX] Fix copying of moved records in workspace
When a moved content is copied onto another page,
the sorting is off due to not respecting move placeholders.
This i...
Benni Mack
17:02 Revision 8151d500: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:belog
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:58 Revision 1514bc80: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:info
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:56 Revision 3feb381a: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:belog
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:55 Revision d6757736: [TASK] Fix phpstan checkFunctionArgumentTypes errors in several extensions
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Daniel Goerz
16:55 Revision bb406bc8: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:filelist
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:33 Revision 5155186d: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:recordlist
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:30 Revision 323a63d7: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:info
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:27 Revision 014d68c8: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:beuser
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:21 Revision ad99d661: [TASK] Fix phpstan checkFunctionArgumentTypes errors in several extensions
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Daniel Goerz
16:19 Revision a8a6b58d: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:filelist
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:05 Revision 37877761: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:felogin
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
15:51 Revision 2567563d: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:redirects
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Daniel Goerz
15:24 Revision 35f220c3: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:felogin
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
15:23 Revision 51bce1cb: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:beuser
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
15:10 Revision f97396c7: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:redirects
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Daniel Goerz
14:49 Revision 31bbcf90: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:recycler
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
14:31 Revision 882dba94: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:recycler
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler

2020-09-26

21:01 Revision 63131547: [BUGFIX] Set typo3Language for new site languages if possible
If a sys_language record is properly filled with the language
information, the site language record can be filled as ...
Georg Ringer
20:00 Revision ae6158f7: [TASK] Remove Build/phpstan.level2.neon
Since all level 2 rules are active and only level 2
parameters are set to different values compared to
their original...
Alexander Schnitzler
19:40 Revision 5caf6ed2: [DOCS] Move Feature rst into correct directory
Because #90728 is being backported into v10, the
feature rst must be placed in the 10.4.x directory.
Resolves: #9242...
Oliver Bartsch
18:37 Revision cd31f9bf: [TASK] Remove Build/phpstan.level2.neon
Since all level 2 rules are active and only level 2
parameters are set to different values compared to
their original...
Alexander Schnitzler
13:58 Revision 0e01a175: [BUGFIX] Render plugin content element only if a plugin is selected
This patch ensures, that the plugin content element only calls the
f:cObject viewHelper, when a plugin is selected in...
Torben Hansen
13:52 Revision 60c6f6cd: [TASK] DatabaseRecordList: FieldSelectBox move html to fluid
Use a fluid template to render the field selection.
Releases: master
Resolves: #92411
Change-Id: I46a6410873665f061a...
Daniel Windloff
13:43 Revision f9592fd2: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Core
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
13:33 Revision ad844367: [BUGFIX] Render plugin content element only if a plugin is selected
This patch ensures, that the plugin content element only calls the
f:cObject viewHelper, when a plugin is selected in...
Torben Hansen
13:28 Revision 51e400fe: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Core
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
13:07 Revision 457bfb57: [BUGFIX] Set typo3Language for new site languages if possible
If a sys_language record is properly filled with the language
information, the site language record can be filled as ...
Georg Ringer
13:00 Revision 0fc833ac: [FEATURE] Add FluidEmail option to EXT:form EmailFinisher
EXT:form, the last system extension not using FluidEmail
was extended for the corresponing integration. To allow
exte...
Oliver Bartsch
12:33 Revision da6002b0: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:frontend
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
11:09 Revision c2b105ec: [TASK] Render language ID in site module languages inline header
Improve the usability of the site language configuration by
providing the ID of the sys_language record.
Resolves: #...
Georg Ringer
10:47 Revision a275616b: [TASK] Render language ID in site module languages inline header
Improve the usability of the site language configuration by
providing the ID of the sys_language record.
Resolves: #...
Georg Ringer
10:45 Revision 501e5059: [TASK] Do not use object manager in RequestHandlerResolver
With this patch, the RequestHandlerResolver no longer uses
the object manager to create new instances of request hand...
Alexander Schnitzler
10:14 Revision b06cc92a: [FEATURE] Use the ckeditor plugin editorplaceholder
Enable the ckeditor plugin editorplaceholder which is available since
the update of ckeditor to version 4.15.0 with #...
Georg Ringer
09:52 Revision 244c61ab: [TASK] Update all npm packages
This patch updates all packages within their constraint boundaries,
unless affected packages are sub-dependencies.
T...
Andreas Fernandez
09:52 Revision 6ed1ad9b: [TASK] Update all npm packages
This patch updates all packages within their constraint boundaries,
unless affected packages are sub-dependencies.
T...
Andreas Fernandez
09:52 Revision 7af17645: [TASK] Update all npm packages
This patch updates all packages within their constraint boundaries,
unless affected packages are sub-dependencies.
T...
Andreas Fernandez

2020-09-25

22:22 Revision 7e0a897e: [TASK] Update ckeditor-wordcount-plugin to 1.17.6
Executed commands:
yarn add ckeditor-wordcount-plugin@^1.17.6
grunt build
Resolves: #92420
Releases: master, 10...
Andreas Fernandez
22:16 Revision 31ebf0f7: [TASK] Update ckeditor-wordcount-plugin to 1.17.6
Executed commands:
yarn add ckeditor-wordcount-plugin@^1.17.6
grunt build
Resolves: #92420
Releases: master, 10...
Andreas Fernandez
22:10 Revision 2fcdc03b: [TASK] Update TypeScript and friends
This patch upgrades TypeScript to version 4.0.3 and its related eslint
tools.
Executed commands:
yarn add --dev @...
Andreas Fernandez
22:08 Revision 535fa051: [TASK] Update ckeditor-wordcount-plugin to 1.17.6
Executed commands:
yarn add ckeditor-wordcount-plugin@^1.17.6
grunt build
Resolves: #92420
Releases: master, 10...
Andreas Fernandez
22:07 Revision dfa2d040: [TASK] Update TypeScript and friends
This patch upgrades TypeScript to version 4.0.3 and its related eslint
tools.
Executed commands:
yarn add --dev @...
Andreas Fernandez
19:17 Revision 8f4b5f70: [TASK] Upgrade codemirror to 5.58.1
Executed command:
yarn add codemirror@^5.58.1
Resolves: #92414
Releases: master, 10.4, 9.5
Change-Id: Ic00ac9b6c6...
Andreas Fernandez
19:02 Revision 6a68a399: [BUGFIX] Fix copying of moved records in workspace
When a moved content is copied onto another page,
the sorting is off due to not respecting move placeholders.
This i...
Benni Mack
17:43 Revision c9bf4d38: [TASK] Migrate uglify to terser
Resolves: #92415
Releases: 9.5
Change-Id: I1e82054365ff80d2a3efc71121f9debf3c182252
Reviewed-on: https://review.typo3...
Andreas Fernandez
17:26 Revision 98aeb65e: [TASK] Upgrade codemirror to 5.58.1
Executed command:
yarn add codemirror@^5.58.1
Resolves: #92414
Releases: master, 10.4, 9.5
Change-Id: I161d156f59...
Andreas Fernandez
17:24 Revision 1c63e902: [TASK] Upgrade codemirror to 5.58.1
Executed command:
yarn add codemirror@^5.58.1
Resolves: #92414
Releases: master, 10.4, 9.5
Change-Id: I9829d4ee44...
Andreas Fernandez
16:46 Revision ca9a4b48: [TASK] Upgrade Grunt to 1.3
This patch upgrades Grunt to version 1.3 which also updates 3rd party
dependencies and solves 5 issues detected by `y...
Andreas Fernandez
16:40 Revision 4df381c5: [TASK] Upgrade Grunt to 1.3
This patch upgrades Grunt to version 1.3 which also updates 3rd party
dependencies and solves 5 issues detected by `y...
Andreas Fernandez
16:32 Revision 57ab708e: [TASK] Update ckeditor to 4.15.0
Executed commands:
cd Build
yarn add ckeditor4@^4.15.0
yarn build
Resolves: #92412
Releases: master, 10.4, 9....
Andreas Fernandez
16:32 Revision 23449dc2: [TASK] Update ckeditor to 4.15.0
Executed commands:
cd Build
yarn add ckeditor4@^4.15.0
yarn build
Resolves: #92412
Releases: master, 10.4, 9....
Andreas Fernandez
16:32 Revision a7861c2f: [TASK] Update ckeditor to 4.15.0
Executed commands:
cd Build
yarn add ckeditor4@^4.15.0
yarn build
Resolves: #92412
Releases: master, 10.4, 9....
Andreas Fernandez
13:13 Revision 13d64805: [TASK] Recordlist: Replace BackendUtility::getLinkToDataHandlerAction
Replace BackendUtility::getLinkToDataHandlerAction and use the
uriBuilder instead.
Releases: master
Resolves: #92407...
Daniel Windloff
12:38 Revision 67fda31e: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Cache
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
12:36 Revision 5460931e: [TASK] Activate phpstan rule IncompatiblePhpDocTypeRule
Resolves: #92404
Releases: master, 10.4
Change-Id: Ia5e52c54b888e131386f4bd21d6819266ad2cd46
Reviewed-on: https://rev...
Daniel Goerz
12:10 Revision 137b0898: [TASK] Activate phpstan rule IncompatiblePhpDocTypeRule
Resolves: #92404
Releases: master, 10.4
Change-Id: Ia5e52c54b888e131386f4bd21d6819266ad2cd46
Reviewed-on: https://rev...
Daniel Goerz
12:09 Revision 5543170a: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Cache
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
12:05 Revision e0e8b338: [TASK] Update phpstan/phpstan and friendsoftypo3/phpstan-typo3
Used commands:
- composer require phpstan/phpstan:^0.12.44 --dev
- composer require friendsoftypo3/phpstan-t...
Alexander Schnitzler
11:50 Revision e3b39a32: [TASK] Update phpstan/phpstan and friendsoftypo3/phpstan-typo3
Used commands:
- composer require phpstan/phpstan:^0.12.44 --dev
- composer require friendsoftypo3/phpstan-t...
Alexander Schnitzler
09:19 Revision a6c3edac: [BUGFIX] Do not use returnUrl and index.php for workspace logout links
When a workspace preview is given, previously
a URL to "index.php" was set, which is not needed anymore.
Instead, th...
Benni Mack

2020-09-24

18:20 Revision 4053edb9: [BUGFIX] Do not use returnUrl and index.php for workspace logout links
When a workspace preview is given, previously
a URL to "index.php" was set, which is not needed anymore.
Instead, th...
Benni Mack
17:25 Revision e97feeae: [BUGFIX] Remove wrongly introduced showNewRecordLink property
With #82489 a condition, introduced in #71918, was changed as
it misused the `['appearance']['enabledControls']['new'...
Oliver Bartsch
17:24 Revision a0e8a0c8: [DOCS] Fix typo in rst
Resolves: #92400
Releases: master
Change-Id: I9b07b99c6619c8aada638b25a317915550f0ae00
Reviewed-on: https://review.ty...
Oliver Bartsch
14:59 Revision d2824c9f: [BUGFIX] Remove wrongly introduced showNewRecordLink property
With #82489 a condition, introduced in #71918, was changed as
it misused the `['appearance']['enabledControls']['new'...
Oliver Bartsch

2020-09-23

23:25 Revision e54d9e7c: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Page
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
23:07 Revision 98e984f4: [TASK] Add more test cases for workspaces
This patch adds "Create new content and localize it" tests.
This change adds tests to show that newly created record...
Benni Mack
23:02 Revision ca0a229e: [TASK] Drop reference index in workspace discard more effectively
Dealing with workspace-discard, where rows are always fully
dropped in DB, the expensive reference index operation do...
Christian Kuhn
22:54 Revision cf61be1b: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Page
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
22:50 Revision 28185328: [TASK] Add more test cases for workspaces
This patch adds "Create new content and localize it" tests.
This change adds tests to show that newly created record...
Benni Mack
22:48 Revision 4d69d8f1: [TASK] Drop reference index in workspace discard more effectively
Dealing with workspace-discard, where rows are always fully
dropped in DB, the expensive reference index operation do...
Christian Kuhn
20:54 Revision a40d3422: [BUGFIX] Show fieldname of flexform fields
Since #83461 the name of the field is rendered next to the label for
administrator users if debug mode is enabled. No...
Georg Ringer
20:39 Revision a554dad0: [TASK] Avoid usage of object manager in RequestBuilder
Replace ObjectManager->get() with GeneralUtility::makeInstance()
Releases: master
Resolves: #92243
Change-Id: Idcf84...
Alexander Schnitzler
20:38 Revision 8b4803a9: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Routing
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
19:17 Revision 37e70e31: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Http
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
19:12 Revision 365ae324: [BUGFIX] Do not translate move pointers in workspace
When a moved content element in a workspace got copied
(or the whole page that the content element is put),
then the ...
Benni Mack
19:06 Revision 006b5427: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Routing
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
18:39 Revision 7c34707e: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:frontend
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
18:37 Revision 16cb944f: [BUGFIX] Do not translate move pointers in workspace
When a moved content element in a workspace got copied
(or the whole page that the content element is put),
then the ...
Benni Mack
18:18 Revision b5cf1fa1: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Authentication
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
18:01 Revision 1a32e1ea: [BUGFIX] Properly update reference index when deleting children
When deleting children in a relation, reference index rows
pointing to a child must be updated, otherwise dangling
re...
Christian Kuhn
17:37 Revision 01ed8eb7: [BUGFIX] Properly update reference index when deleting children
When deleting children in a relation, reference index rows
pointing to a child must be updated, otherwise dangling
re...
Christian Kuhn
16:48 Revision 26b5fba5: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core LinkHandling
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:27 Revision 6ff1007c: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Authentication
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:25 Revision 870b8e38: [DOCS] Fix ValidatorTask feature rst
Resolves: #92387
Releases: master
Change-Id: Iad9786b51f401c8c11d3c4c0b906fe5054723522
Reviewed-on: https://review.ty...
Oliver Bartsch
16:19 Revision 9769054c: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core LinkHandling
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:16 Revision 240f7c0f: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Charset
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
16:13 Revision 0269b055: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Http
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
15:49 Revision e6a09e3b: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Charset
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
15:10 Revision b62ef218: [BUGFIX] Avoid using BackendWorkspaceRestriction
When using BackendWorkspaceRestriction the DB query
fetches newly created records of ALL workspaces, not just the cur...
Benni Mack
14:25 Revision b3ecbc9b: [BUGFIX] Avoid using BackendWorkspaceRestriction
When using BackendWorkspaceRestriction the DB query
fetches newly created records of ALL workspaces, not just the cur...
Benni Mack
13:36 Revision 174c73d7: [TASK] Add tests for Extbase DateTimeConverter
Some older PHP versions could not handle DateTime::createFromFormat()
with negative integers.
This change adds tests...
Benni Mack
12:57 Revision d075ae6e: [TASK] Add tests for Extbase DateTimeConverter
Some older PHP versions could not handle DateTime::createFromFormat()
with negative integers.
This change adds tests...
Benni Mack
12:11 Revision e110e0c1: [BUGFIX] Check for columns before iterating over those in page module
Check if there are any columns before iterating over those in the
fluid page module.
Resolves: #91497
Releases: mast...
Georg Ringer
11:49 Revision c4b2283f: [BUGFIX] Check for columns before iterating over those in page module
Check if there are any columns before iterating over those in the
fluid page module.
Resolves: #91497
Releases: mast...
Georg Ringer
11:28 Revision e4ae8cff: [BUGFIX] Use null coalescing operator in ViewHelperResolver
Properly check if the variable is defined.
Resolves: #92375
Releases: master, 10.4
Change-Id: I99d3da3147b263758958c...
Georg Ringer
11:27 Revision b2d48b38: [BUGFIX] Send specific value when unchecking items in TypoScript module
Using `GlobalEventHandler` in combination with checkboxes and unchecking
on item uses and empty string `''` as value ...
Oliver Hader
11:27 Revision 224a000b: [BUGFIX] Send specific value when unchecking items in TypoScript module
Using `GlobalEventHandler` in combination with checkboxes and unchecking
on item uses and empty string `''` as value ...
Oliver Hader
10:43 Revision e3b62765: [BUGFIX] Fix uninitialized $queuedMessages in MemorySpool
The protected member $queuedMessages of MemorySpool is now
initialized as empty array to prevent exceptions on access...
Markus Gerdes
10:37 Revision 2b7ae8b6: [TASK] Local variable $resolvedIds in PlainDataResolver
Protected class member $resolvedIds is only used
in get(), so it can be turned into a local variable.
Resolves: #923...
Christian Kuhn
10:31 Revision 05d05dd8: [BUGFIX] Use null coalescing operator in ViewHelperResolver
Properly check if the variable is defined.
Resolves: #92375
Releases: master, 10.4
Change-Id: I99d3da3147b263758958c...
Georg Ringer
10:27 Revision 636db2fd: [BUGFIX] Fix uninitialized $queuedMessages in MemorySpool
The protected member $queuedMessages of MemorySpool is now
initialized as empty array to prevent exceptions on access...
Markus Gerdes
10:21 Revision 849d4c05: [TASK] Local variable $resolvedIds in PlainDataResolver
Protected class member $resolvedIds is only used
in get(), so it can be turned into a local variable.
Resolves: #923...
Christian Kuhn
09:18 Revision 091b642b: [FEATURE] X-Redirect-By Header for pages with redirect types
To make debugging easier and to be in sync with redirects by
EXT:redirects, page doktypes which trigger a redirect no...
Georg Ringer
09:17 Revision 43f6e101: [BUGFIX] Use dedicated property to hide newRecordLink button
Since #71918 the property ['appearance']['enabledControls']['new']
is misused to hide the newRecordLink button of TCA...
Oliver Bartsch

2020-09-22

18:06 Revision 20658a44: [BUGFIX] Use dedicated property to hide newRecordLink button
Since #71918 the property ['appearance']['enabledControls']['new']
is misused to hide the newRecordLink button of TCA...
Oliver Bartsch
17:55 Revision 77efc711: [TASK] Avoid usage of object manager in validation related classes
Since validators have an internal state (prototypes) they must not
have services injected. Also, the ValidatorResolve...
Alexander Schnitzler
16:36 Revision 29c821b8: [TASK] Deferred reference index updating
Within DataHandler processing, updating the reference index
is an expensive task since it needs tons of queries to do...
Christian Kuhn
16:32 Revision d2e8c1b6: [BUGFIX] Prevent toggling of child containers controls
The toggleContainerControls method of InlineControlContainer.ts now
only toggles its immediate controls. Furthermore,...
Nikita Hovratov
15:49 Revision 6537d297: [TASK] Always send 404 response on hidden pages
As a backend user, it is possible to preview a hidden page & record
in a workspace, however, without a user it is not...
Oliver Hader
14:30 Revision 46d72c8f: [TASK] Add field `flag` to LanguageMenuProcessor
This patch adds the missing field `flag` from the site configuration to
the LanguageMenuProcessor. The field could be...
Simon Gilli
14:28 Revision c333efe9: [TASK] Deferred reference index updating
Within DataHandler processing, updating the reference index
is an expensive task since it needs tons of queries to do...
Christian Kuhn
14:22 Revision 14c742b7: [TASK] Always send 404 response on hidden pages
As a backend user, it is possible to preview a hidden page & record
in a workspace, however, without a user it is not...
Oliver Hader
13:51 Revision 38b99261: [TASK] Add field `flag` to LanguageMenuProcessor
This patch adds the missing field `flag` from the site configuration to
the LanguageMenuProcessor. The field could be...
Simon Gilli
12:09 Revision 46d695f2: [!!!][FEATURE] Improve ValidatorTask
The ext:linkvalidator ValidatorTask has been improved. Therefore
the task was switched from marker based templates to...
Oliver Bartsch
11:05 Revision e77b87a5: [BUGFIX] Add missing language option to EmailToSender
The EmailFinisher class evaluates the defined "translation language"
which can be used to define the language of the ...
Oliver Bartsch
10:55 Revision 8e555cc7: [BUGFIX] Ensure cache entries in PageRepository consider groups
The results of the hook in PageRepository->enableFields and of
PageRepository->getMultipleGroupsWhereClause may be di...
Anja Leichsenring
10:51 Revision 5da019c5: [FEATURE] Show fragments in preview of InputLinkElement
The rendertype `InputLinkElement` renders a preview of the link since #28171.
If a link to a page contains a fragmen...
Georg Ringer
09:04 Revision fd84ba26: [BUGFIX] Add missing language option to EmailToSender
The EmailFinisher class evaluates the defined "translation language"
which can be used to define the language of the ...
Oliver Bartsch

2020-09-21

17:28 Revision bc45ef77: [!!!][TASK] Set new default position for redirect middleware
This patch removes the feature switch "rearrangedRedirectMiddlewares"
and changes the default ordering of redirect mi...
Daniel Goerz
15:29 Revision d268ac90: [FEATURE] Allow ordering of displayed columns in redirects overview
Releases: master
Resolves: #91890
Change-Id: I64d7a355ca4e88b4f73c4cb46fce60ca7b0605c6
Reviewed-on: https://review.ty...
Benjamin Serfhos
14:51 Revision 835aa21e: [BUGFIX] Remove pre-checks on "transport_spool_filepath"
FileSpool uses GeneralUtility::mkdir_deep() if path does not exist.
mkdir_deep() also tries to fix permissions.
Even ...
Ingo Fabbri
14:35 Revision f1bcb7e5: [BUGFIX] Remove pre-checks on "transport_spool_filepath"
FileSpool uses GeneralUtility::mkdir_deep() if path does not exist.
mkdir_deep() also tries to fix permissions.
Even ...
Ingo Fabbri
14:26 Revision 8cb61172: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core ExpressionLanguage
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
14:13 Revision 455f8ebf: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core ExpressionLanguage
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
10:15 Revision 326439ec: [BUGFIX] Add FieldWizard for other language thumbnails
Instead of displaying the JSON value of the `crop` field, which
has no value for editors, the otherLanguageContent wi...
Oliver Bartsch
09:19 Revision 98060f4b: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Package
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
08:59 Revision c9d41abe: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Package
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler

2020-09-20

18:09 Revision 3e3dcfe8: [BUGFIX] Disable cross origin check for cropper.js
To enable image manipulation from external images,
the cross origin check is disabled.
Resolves: #92224
Releases: ma...
Georg Ringer
17:59 Revision 52b1b436: [BUGFIX] Add FieldWizard for other language thumbnails
Instead of displaying the JSON value of the `crop` field, which
has no value for editors, the otherLanguageContent wi...
Oliver Bartsch
14:10 Revision 0289710f: [BUGFIX] Disable cross origin check for cropper.js
To enable image manipulation from external images,
the cross origin check is disabled.
Resolves: #92224
Releases: ma...
Georg Ringer
12:25 Revision 4d4d91fe: [BUGFIX] Optimize database pre checks within install process
During the install process, the user has to choose a database in step 3
from a list of available databases.
If the da...
Frank Nägler
11:12 Revision 9cf2322f: [BUGFIX] Correct sys_refindex update on workspace publish
When publishing workspace changes to live, many
sys_refindex rows are not updated properly, especially
if dealing wit...
Christian Kuhn
11:01 Revision 62fe59ab: [BUGFIX] Do not show editlock fields to editors
Editors should never see the "editlock" field, which locks
the record for editing of admins only.
In order to achiev...
Benni Mack
10:59 Revision 10ee4000: [BUGFIX] Correct sys_refindex update on workspace publish
When publishing workspace changes to live, many
sys_refindex rows are not updated properly, especially
if dealing wit...
Christian Kuhn
10:41 Revision 70d91984: [BUGFIX] Do not stop rewrite processing for favicon.ico
Requests to /favicon.ico should not stop rewrite processing. They could
trigger a static route or could be handeled b...
Christian Futterlieb
10:41 Revision 83209a33: [BUGFIX] Do not stop rewrite processing for favicon.ico
Requests to /favicon.ico should not stop rewrite processing. They could
trigger a static route or could be handeled b...
Christian Futterlieb
09:53 Revision 8828edae: [BUGFIX] Do not show editlock fields to editors
Editors should never see the "editlock" field, which locks
the record for editing of admins only.
In order to achiev...
Benni Mack
09:45 Revision 6274b684: [BUGFIX] Allow Fluid Preview for each Plugin
Allow individual Fluid templates for each Plugin
while Feature toggle "Fluid based page module" is
activated.
Resolv...
Stefan Froemken
09:44 Revision 475a005d: [BUGFIX] Do not stop rewrite processing for favicon.ico
Requests to /favicon.ico should not stop rewrite processing. They could
trigger a static route or could be handeled b...
Christian Futterlieb
09:33 Revision 07b40e31: [BUGFIX] Allow Fluid Preview for each Plugin
Allow individual Fluid templates for each Plugin
while Feature toggle "Fluid based page module" is
activated.
Resolv...
Stefan Froemken
09:24 Revision b89a168e: [BUGFIX] DatabaseRecordList: Correct default table columns
Show only the default table columns, if no columns are set
(backend user configuration).
Resolves: #92347
Related: #...
Daniel Windloff
09:15 Revision 92c474c0: [BUGFIX] Page tree: Hide delete drop zone when not dragging
Once a page is selected in the page tree,
a drag action is initiated and a drop zone created
for a delete action on t...
Helmut Hummel
09:15 Revision 00f46e87: [BUGFIX] Page tree: Hide delete drop zone when not dragging
Once a page is selected in the page tree,
a drag action is initiated and a drop zone created
for a delete action on t...
Helmut Hummel
08:52 Revision e1a47212: [BUGFIX] Page tree: Hide delete drop zone when not dragging
Once a page is selected in the page tree,
a drag action is initiated and a drop zone created
for a delete action on t...
Helmut Hummel

2020-09-19

18:44 Revision 8457e825: [BUGFIX] Skip sys_refindex for workspace placeholders
The reference index can be seen as a cache for relations.
It is used in various places to show how many other records...
Christian Kuhn
18:12 Revision c852f11a: [BUGFIX] Skip sys_refindex for workspace placeholders
The reference index can be seen as a cache for relations.
It is used in various places to show how many other records...
Christian Kuhn
14:29 Revision 628f953a: [FEATURE] Show week numbers in DateTimePicker
Show the week numbers in DateTimePicker as additional information for
editors.
Resolves: #92022
Releases: master
Cha...
Daniel Haupt
14:26 Revision 386baa4c: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Localization
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
12:20 Revision 6e1bc136: [BUGFIX] Stop calling a non-static method statically
Resolves: #92344
Releases: master, 10.4
Change-Id: Ia34b93a6fefaee408da7b54965cf02e138cadf26
Reviewed-on: https://rev...
Christian Kuhn
11:39 Revision 0a211be7: [BUGFIX] Stop calling a non-static method statically
Resolves: #92344
Releases: master, 10.4
Change-Id: Ia34b93a6fefaee408da7b54965cf02e138cadf26
Reviewed-on: https://rev...
Christian Kuhn
10:15 Revision c9387639: [BUGFIX] Prevent usage of non existing php function in PHP 7.2 tests
The function in question is array_key_first, which was introduced with
PHP 7.3.0. It is not available for PHP 7.2 tes...
Anja Leichsenring
09:55 Revision c87ba861: [BUGFIX] Prevent usage of non existing php function in PHP 7.2 tests
The function in question is array_key_first, which was introduced with
PHP 7.3.0. It is not available for PHP 7.2 tes...
Anja Leichsenring

2020-09-18

23:23 Revision 20fdefde: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Tree
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
23:04 Revision 0cab8780: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Tree
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
22:48 Revision 11986332: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Site
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
22:48 Revision 3539e0d1: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Session
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
22:31 Revision f8d2394d: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Site
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
22:23 Revision 392fb64d: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Session
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
22:12 Revision 7fd874e6: [TASK] RecordListController: Merge init() and main() to mainAction()
Merge the methods `init()` and `main()` to the `mainAction()` method.
Remove unnecessary properties, which were only ...
Daniel Windloff
22:03 Revision ef5d3e24: [BUGFIX] DatabaseRecordList: Set permission for "cut"
Use `editContentPermissionIsGranted()` to calculate the permission
to cut records (except pages).
Releases: master
R...
Daniel Windloff
22:02 Revision 82db10bd: [BUGFIX] Send workspace notifications to selected recipients only
When a users sends a draft version to another stage a modal opens
to let the user decide which users should be notifi...
Uwe Trotzek
22:02 Revision 922d4dd1: [BUGFIX] Set correct return type for CommandRegistry::getCommandByIdentifier
The method `getCommandByIdentifier` can return `null`, therefore the
return type must be adjusted.
Resolves: #92313
...
Georg Ringer
22:01 Revision 8b5bbd05: [BUGFIX] Only fix versioning PID for moved records
Since the removal of "pid=-1" in TYPO3 v10, it is not necessary
to fix the versioning PID for all versioned records a...
Benni Mack
21:49 Revision e23ed017: [BUGFIX] Send workspace notifications to selected recipients only
When a users sends a draft version to another stage a modal opens
to let the user decide which users should be notifi...
Uwe Trotzek
21:45 Revision 9ed135c1: [BUGFIX] Set correct return type for CommandRegistry::getCommandByIdentifier
The method `getCommandByIdentifier` can return `null`, therefore the
return type must be adjusted.
Resolves: #92313
...
Georg Ringer
21:41 Revision 44bb3fe3: [BUGFIX] Use correct variable to access language id of a column
The fluid based page module used a non existing
variable to access the language id of a column. This lead
to passing ...
Oliver Bartsch
21:40 Revision 623b2039: [FEATURE] Make label of bookmarkGroups translatable
Add possibility to use language labels as value for the
user TSconfig `options.bookmarkGroups` option.
Resolves: #15...
Oliver Bartsch
21:35 Revision f13e9b55: [BUGFIX] Do not use optional method arguments before required arguments
In order to ensure PHP 8 compatibility, PHP methods should not have
optional arguments BEFORE required arguments.
Re...
Benni Mack
21:25 Revision 06ae5aab: [BUGFIX] Use correct variable to access language id of a column
The fluid based page module used a non existing
variable to access the language id of a column. This lead
to passing ...
Oliver Bartsch
21:24 Revision 952d8855: [BUGFIX] Respect selected language id in columns mode
To not falsely show content as "unused" if not translated yet,
content fetcher must respect the language, selected fo...
Oliver Bartsch
21:24 Revision 2e037b7c: [BUGFIX] Separate 'delete' and 'discard' in DataHandler
There are 4 "drop record" scenarios in workspaces:
* Delete a new or changed record in list/page module
* Create a de...
Christian Kuhn
20:49 Revision a7008f1d: [BUGFIX] Respect selected language id in columns mode
To not falsely show content as "unused" if not translated yet,
content fetcher must respect the language, selected fo...
Oliver Bartsch
20:46 Revision ad2900c8: [BUGFIX] Only fix versioning PID for moved records
Since the removal of "pid=-1" in TYPO3 v10, it is not necessary
to fix the versioning PID for all versioned records a...
Benni Mack
20:45 Revision 01e2c1e6: [BUGFIX] Separate 'delete' and 'discard' in DataHandler
There are 4 "drop record" scenarios in workspaces:
* Delete a new or changed record in list/page module
* Create a de...
Christian Kuhn
19:27 Revision e2cd4ccf: [DOCS] Correct FAL tag notation
All FAL tags must be uppercase as otherwise they are suggested
multiple times in the View Upgrade Documentation modul...
Oliver Bartsch
19:14 Revision d193fe20: [DOCS] Correct FAL tag notation
All FAL tags must be uppercase as otherwise they are suggested
multiple times in the View Upgrade Documentation modul...
Oliver Bartsch
19:06 Revision bd43780e: [TASK] Omit composer install before composer update for test builds
The install command might hide failing updates, causing the whole
run to support as successful, even if it was not. T...
Anja Leichsenring
18:49 Revision 0a5ce302: [TASK] Omit composer install before composer update for test builds
The install command might hide failing updates, causing the whole
run to support as successful, even if it was not. T...
Anja Leichsenring
16:42 Revision 04b41240: [TASK] Remove scheduler task for redirects cleanup
The existing console command can also be executed as a
scheduler task, for this reason, we remove the scheduler task....
Frank Nägler
14:41 Revision b4b0c5d5: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Localization
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
13:58 Revision 771cf077: [TASK] Remove rector/rector from require-dev section
used commands:
composer remove rector/rector --no-update-with-dependencies
The groundwork to use rector as a inte...
Anja Leichsenring
13:35 Revision 15914bec: [TASK] Remove rector/rector from require-dev section
used commands:
composer remove rector/rector --no-update-with-dependencies
The groundwork to use rector as a inte...
Anja Leichsenring
09:39 Revision 50a9fb0a: [BUGFIX] Prevent toggling of child containers controls
The toggleContainerControls method of InlineControlContainer.ts now
only toggles its immediate controls. Furthermore,...
Nikita Hovratov

2020-09-17

21:08 Revision 0c0e1d2a: [TASK] Add missing word to comment
Resolves: #92327
Releases: master, 10.4
Change-Id: I375f8002ef1a57a5653a17691bd258c2ea971ec7
Reviewed-on: https://rev...
Georg Ringer
21:05 Revision 722ed796: [BUGFIX] Do not use page Permission class on non-page permissions
The database fields "be_users.options" ("Mount from groups") and
"be_users.workspace_perms" (Allow editing on live wo...
Benni Mack
20:59 Revision 43ca7030: [BUGFIX] Fix ObjectAccess::isPropertyGettable for ArrayAccess objects
While introducing symfony/property-access, method isPropertyGettable
of class ObjectAccess had been adjusted in a man...
Alexander Schnitzler
20:56 Revision 5040aa4f: [TASK] Add missing word to comment
Resolves: #92327
Releases: master, 10.4
Change-Id: I375f8002ef1a57a5653a17691bd258c2ea971ec7
Reviewed-on: https://rev...
Georg Ringer
19:18 Revision 4b305291: [BUGFIX] Allow longer values in index_stat_word
A varchar length of 30 seems not enough for uncommon search words.
This limit gets hit quite frequently - especially ...
Ingo Fabbri
16:16 Revision 2ce762af: [BUGFIX] Allow longer values in index_stat_word
A varchar length of 30 seems not enough for uncommon search words.
This limit gets hit quite frequently - especially ...
Ingo Fabbri
15:21 Revision 43159dca: [BUGFIX] Allow longer values in index_stat_word
A varchar length of 30 seems not enough for uncommon search words.
This limit gets hit quite frequently - especially ...
Ingo Fabbri
13:38 Revision 1451e560: [BUGFIX] Deliver detected file type for IM identify
Although not used in TYPO3 Core directly, the identify
command by ImageMagick now delivers the file extension
from IM...
Benni Mack
10:43 Revision 945f0733: [TASK] DatabaseRecordList: Drop tr's classes `firstcol` and `lastcol`
The classes `firstcol` and `lastcol` for the first and last row of a
table were not used anymore. Therefore, they hav...
Daniel Windloff
10:20 Revision 3e860ec7: [TASK] Remove unused workspace-related methods in BackendUtility
The methods
* BackendUtility::versioningPlaceholderClause()
* BackendUtility::getWorkspaceWhereClause()
can be remov...
Benni Mack

2020-09-16

09:41 Revision 9e524c16: [TASK] Add functional tests for RootlineUtility
This change introduces functional tests for the rootline utility.
For now, this patch ensures the validity of Worksp...
Benni Mack
09:08 Revision 5c0aff13: [TASK] Add functional tests for RootlineUtility
This change introduces functional tests for the rootline utility.
For now, this patch ensures the validity of Worksp...
Benni Mack
09:00 Revision 2d070fb3: [BUGFIX] Show fieldname of flexform fields
Since #83461 the name of the field is rendered next to the label for
administrator users if debug mode is enabled. No...
Georg Ringer

2020-09-15

22:00 Revision bd4c8c0f: [BUGFIX] Ensure composer update --prefer-lowest installs the lowest possible packages
Since the change of platform.php in the composer.json to 7.2.5 according
to Symfony 5.x composer does not install the...
Simon Gilli
21:54 Revision c914ef00: [BUGFIX] Ensure composer update --prefer-lowest installs the lowest possible packages
Since the change of platform.php in the composer.json to 7.2.5 according
to Symfony 5.x composer does not install the...
Simon Gilli
20:39 Revision efae2b9e: [BUGFIX] Ensure composer update --prefer-lowest installs the lowest possible packages
Since the change of platform.php in the composer.json to 7.2.5 according
to Symfony 5.x composer does not install the...
Simon Gilli
13:58 Revision bf575ca0: [BUGFIX] Increase size of DB field filelink_sorting
The field ´filelink_sorting` of the DB table tt_content contains
the sorting field. Its size should be set to 64 char...
Georg Ringer
13:33 Revision 4ac31bba: [BUGFIX] Increase size of DB field filelink_sorting
The field ´filelink_sorting` of the DB table tt_content contains
the sorting field. Its size should be set to 64 char...
Georg Ringer
13:33 Revision a614783e: [BUGFIX] Do not convert native DATETIME values in Extbase
In contrast to the actual documentation in the code, when using
RDBMS native DATE / TIME / DATETIME fields, the RDBMS...
Benni Mack

2020-09-14

20:25 Revision 3cbdf321: [BUGFIX] Adjust CSS import paths in inline CSS
Extracts CSS path fixing functionality of ResourceCompressor
to a separate class in order to be used in other context...
Alexander Künzl
14:50 Revision 6945d8f2: [BUGFIX] Adjust CSS import paths in inline CSS
Extracts CSS path fixing functionality of ResourceCompressor
to a separate class in order to be used in other context...
Alexander Künzl
 

Also available in: Atom