Project

General

Profile

Activity

From 2020-09-27 to 2020-10-26

2020-10-26

11:11 Revision 5131e924: [DOCS] Fix wrong event class name in AssetRenderer events example
The event was split up into 2 events in
https://review.typo3.org/c/Packages/TYPO3.CMS/+/64021/17 yet the example
in t...
Jonas Eberle
09:56 Revision fc33d8dc: [DOCS] Fix wrong event class name in AssetRenderer events example
The event was split up into 2 events in
https://review.typo3.org/c/Packages/TYPO3.CMS/+/64021/17 yet the example
in t...
Jonas Eberle

2020-10-25

17:36 Revision 5c501285: [BUGFIX] Prevent double escaping for src attribute in ScriptViewHelper
This patch prevents double escaping of the src attribute by unescaping
the value before handover to the AssetCollecto...
Frank Nägler
17:35 Revision e6937103: [BUGFIX] TCA foreign_table_where on some l10n_parent fields
A couple of foreign_table_where TCA fields for l10n_parent
do not allow setting a localized element to a different
pa...
Christian Kuhn
17:21 Revision 56a21a14: [BUGFIX] Fix CSH labels for inverted columns
Since some TCA columns like `hidden` use the `invertStateDisplay`
option for display in FormEngine nowadays, the corr...
Oliver Bartsch
17:20 Revision 7e979558: [BUGFIX] Prevent double escaping for src attribute in ScriptViewHelper
This patch prevents double escaping of the src attribute by unescaping
the value before handover to the AssetCollecto...
Frank Nägler
17:19 Revision d5bab316: [BUGFIX] Use type "button" for accessible paste content buttons
The paste content buttons now have the type "button" set
to not falsely behave as submit buttons, which is the defaul...
Oliver Bartsch
17:14 Revision b2de322b: [BUGFIX] TCA foreign_table_where on some l10n_parent fields
A couple of foreign_table_where TCA fields for l10n_parent
do not allow setting a localized element to a different
pa...
Christian Kuhn
17:07 Revision a3282555: [BUGFIX] Fix CSH labels for inverted columns
Since some TCA columns like `hidden` use the `invertStateDisplay`
option for display in FormEngine nowadays, the corr...
Oliver Bartsch
17:04 Revision 303896b9: [BUGFIX] Use type "button" for accessible paste content buttons
The paste content buttons now have the type "button" set
to not falsely behave as submit buttons, which is the defaul...
Oliver Bartsch

2020-10-23

18:10 Revision b086acd9: [BUGFIX] Make recordlist collapse button accessible
A <button> tag is now being used instead of an <a> tag
as collapsing / expanding the tables is an interaction on the
...
Oliver Bartsch
16:27 Revision a496c4c6: [DOCS] Update linkvalidator documentation Introduction
The Introduction page is updated to reflect current master.
The text are changed in a way that they also apply for
pr...
Sybille Peters
14:38 Revision 723cacda: [!!!][TASK] Request processing chain must return a response object
This patch introduces a proper request/response handling chain. That
means, that Extbase no longer creates a response...
Alexander Schnitzler
10:59 Revision 522966d9: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend Tree
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
00:51 Revision 55d5995d: [TASK] Fix HTML validation issues of site module
- Provide a page title
- Replace nowrap attribute with the nowrap class
Resolves: #92676
Releases: master
Change-Id:...
Georg Ringer

2020-10-22

22:51 Revision 2e5c089e: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend Tree
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
18:09 Revision 712176af: [BUGFIX] Ensure getUniqueId returns unique ids for grid objects
The fluid based page module tried to return a "unique id" for each
"create content element" button using the `getUniq...
Oliver Bartsch
17:52 Revision 401499d8: [BUGFIX] Ensure getUniqueId returns unique ids for grid objects
The fluid based page module tried to return a "unique id" for each
"create content element" button using the `getUniq...
Oliver Bartsch
17:45 Revision 5919fa96: [BUGFIX] Limit doctrine/dbal to 2.10.x or 2.11.2+
Version 2.11.0 and 2.11.1 contain breaking changes.
In order to ensure smooth operation of Core and
extensions, the v...
Markus Klein
17:37 Revision 0ae60fb4: [BUGFIX] Fix validation errors in Install Tool main page
Use the same viewport configuration as the core and as the Install Tool
is not yet translated, the language can be ha...
Georg Ringer
17:24 Revision a7fc32f6: [BUGFIX] Limit doctrine/dbal to 2.10.x or 2.11.2+
Version 2.11.0 and 2.11.1 contain breaking changes.
In order to ensure smooth operation of Core and
extensions, the v...
Markus Klein
17:04 Revision b1cdfe39: [TASK] Use the current request to resolve TSFE in redirects
The RedirectService should have a ServerRequestInterface
object that can properly set up TSFE when linking to pages.
...
Benni Mack
17:01 Revision 0ac850a5: [TASK] Remove further cross-dependencies in Extension Manager
This is a pre-patch as a cleanup to extract the file system
related functionality and the "zip file" related function...
Benni Mack
15:57 Revision 21b79b5f: [TASK] Streamline DataHandler tests
* Merge import .csv files and rename file to
"ImportDefault.csv"
* Extend assert .csv files to contain all tables
...
Christian Kuhn
15:22 Revision 1c64d3d0: [TASK] Remove marker POSTJSMARKER from template
The marker ###POSTJSMARKER### is not replaced anymore and can be
removed.
Resolves: #92673
Releases: master
Change-I...
Georg Ringer
14:10 Revision 1ab8d1c2: [BUGFIX] Allow access to a sub-branch of a workspace for a limited user
Consider the case you have N workspaces and some BE "advanced users"
and "limited users” having access to a workspace...
Danilo Caccialanza
13:34 Revision 51c8f20b: [BUGFIX] Allow access to a sub-branch of a workspace for a limited user
Consider the case you have N workspaces and some BE "advanced users"
and "limited users” having access to a workspace...
Danilo Caccialanza
12:56 Revision 17021e5a: [BUGFIX] Felogin allows redirect to any site
With #86219 the migration from sys_domain records to Sites was faulty.
Formerly all known domain records were inspect...
Markus Klein
12:40 Revision 62815611: [BUGFIX] Fix PHP type error in f:form.select.optgroup view helper
Using view helper `f:form.select.optgroup` with argument `disabled`
throws PHP type error, since array is expected, b...
Oliver Hader
12:27 Revision 7cf9eef6: [BUGFIX] Fix PHP type error in f:form.select.optgroup view helper
Using view helper `f:form.select.optgroup` with argument `disabled`
throws PHP type error, since array is expected, b...
Oliver Hader
12:11 Revision 1b99f479: [BUGFIX] Fix PHP type error in f:form.select.optgroup view helper
Using view helper `f:form.select.optgroup` with argument `disabled`
throws PHP type error, since array is expected, b...
Oliver Hader
11:39 Revision cc49224d: [BUGFIX] Felogin allows redirect to any site
With #86219 the migration from sys_domain records to Sites was faulty.
Formerly all known domain records were inspect...
Markus Klein
10:06 Revision 5a16572a: [BUGFIX] Remove invalid attribute alt from textareas
The attribute alt is not allowed for the element "textarea".
Resolves: #92633
Releases: master, 10.4
Change-Id: I707...
Georg Ringer
09:43 Revision 9f508e94: [BUGFIX] Remove invalid attribute alt from textareas
The attribute alt is not allowed for the element "textarea".
Resolves: #92633
Releases: master, 10.4
Change-Id: I707...
Georg Ringer

2020-10-21

22:02 Revision 69ebf0c1: [BUGFIX] Make paste content button accessible via keyboard
The paste content button in the page module was not
accessible via the keyboard because of it being an anchor
element...
Oliver Bartsch
21:43 Revision a1c82056: [BUGFIX] Make paste content button accessible via keyboard
The paste content button in the page module was not
accessible via the keyboard because of it being an anchor
element...
Oliver Bartsch
21:39 Revision ac2282de: [BUGFIX] Remove invalid attribute href from span element
The attribute href is not allowed on spans.
Resolves: #92635
Releases: master, 10.4
Change-Id: I34079953da58784ca738...
Georg Ringer
19:47 Revision c008f7b9: [BUGFIX] Fix label for pages.no_search column
Since the column is using the `invertStateDisplay` the
label must take this into account otherwise the display
in e.g...
Oliver Bartsch
19:32 Revision 4504ca6e: [BUGFIX] Remove invalid attribute href from span element
The attribute href is not allowed on spans.
Resolves: #92635
Releases: master, 10.4
Change-Id: I34079953da58784ca738...
Georg Ringer
19:31 Revision b7584974: [BUGFIX] Fix label for pages.no_search column
Since the column is using the `invertStateDisplay` the
label must take this into account otherwise the display
in e.g...
Oliver Bartsch
19:17 Revision 18f2d264: [BUGFIX] Remove invalid alt attribute from span elements
Attribute alt is not allowed on span elements.
See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span#A...
Georg Ringer
19:00 Revision 976b07fb: [BUGFIX] Replace shorthand ternary operator in CheckboxElement
Instead of using the shorthand ternary operator use a regular ternary
operator to avoid an invalid HTML attribute '1'...
Georg Ringer
18:59 Revision 5b4a0979: [BUGFIX] Remove invalid alt attribute from span elements
Attribute alt is not allowed on span elements.
See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span#A...
Georg Ringer
18:39 Revision 70019646: [BUGFIX] Replace shorthand ternary operator in CheckboxElement
Instead of using the shorthand ternary operator use a regular ternary
operator to avoid an invalid HTML attribute '1'...
Georg Ringer
18:25 Revision 8eca4a08: [TASK] Provide title attribute for iframes
All iframes must contain a description to allow screen
readers to identify the content or purpose of them.
Therefore...
Oliver Bartsch
18:05 Revision 34df0fc2: [TASK] Provide title attribute for iframes
All iframes must contain a description to allow screen
readers to identify the content or purpose of them.
Therefore...
Oliver Bartsch
17:56 Revision f10d0767: [BUGFIX] Improve capslock information on login page
The capslock information is improved by the following changes:
- Change the position to avoid covering the clear ico...
Georg Ringer
16:06 Revision fc4c0a64: [BUGFIX] Remove wrong single quote
Resolves: #92642
Releases: master, 10.4
Change-Id: Ic2012c25f15ae460ec03aa78f07c190e988351f2
Reviewed-on: https://rev...
Georg Ringer
15:18 Revision afb5071f: [BUGFIX] Remove wrong single quote
Resolves: #92642
Releases: master, 10.4
Change-Id: Ic2012c25f15ae460ec03aa78f07c190e988351f2
Reviewed-on: https://rev...
Georg Ringer
15:18 Revision 434c3bf1: [BUGFIX] Remove double "" in code
A '"' is too much in the record list.
Resolves: #92638
Releases: master
Change-Id: I00eb74b3376d42ddf614d389d3bf9336...
Georg Ringer
11:45 Revision 2d8809be: [BUGFIX] Restore translations in EXT:fluid
Related: #92529
Resolves: #92617
Releases: master
Change-Id: I6fed72dae3574f1350b53a7fb962dde4141d33f3
Reviewed-on: h...
Georg Ringer
09:29 Revision 230bae2c: [!!!][TASK] Remove controller alias support
Using controller aliases, i.e. the controller name only, for
plugin registration has been deprecated and is now remov...
Alexander Schnitzler
00:10 Revision 0e8f420c: [TASK] Update typo3/cms-styleguide to ~11.0.1
Bugfix release brings a deprecation fix that is
going to be removed in master.
composer require --dev typo3/cms-styl...
Christian Kuhn

2020-10-20

18:48 Revision b732f8d7: [TASK] Deprecate GeneralUtility::uniqueList
Since over a decade (according to the timestamp),
GeneralUtility::uniqueList() does not allow an array as
first argum...
Oliver Bartsch
17:29 Revision e37b8cb7: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/167 from alexanderschnitzler/patch-1
Update module registration arguments Benni Mack
13:59 Revision cd6676e0: Update module registration arguments
Defining the vendor name yourself (TYPO3.CMS) and using a controller alias ('Styleguide') instead of the FQCN is depr... Alexander Schnitzler
13:57 Revision 6f29f9da: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend Form
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
11:56 Revision e43e2ec2: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend Controller
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Daniel Goerz
10:33 Revision 7e95ee3a: [FEATURE] Improved Email Validation
The method :php`\TYPO3\CMS\Core\Utility\GeneralUtility::validEmail`
is used to validate a given email address through...
Georg Ringer
10:10 Revision 20249cac: [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:00 Revision db61a944: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend Controller
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Daniel Goerz
09:43 Revision e400229a: [!!!][TASK] Remove fluid widgets
All fluid widgets and the core widget functionality has
been removed due to its complexity and the fact that
fluid wi...
Alexander Schnitzler
07:51 Revision 7ebe1434: [TASK] Ensure composer update installs the highest possible packages
By unsetting the PHP version in config platform.php, we ensure the
highest possible packages for the currently availa...
Andreas Fernandez
07:32 Revision 9426f9d3: [TASK] Ensure composer update installs the highest possible packages
By unsetting the PHP version in config platform.php, we ensure the
highest possible packages for the currently availa...
Anja Leichsenring

2020-10-19

23:37 Revision 018af113: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend Form
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
21:46 Revision 95ed3e3c: [BUGFIX] Migrate the most accurate RealURL page path to page slugs
Use the same sorting logic for page paths RealURL used, even if not consistently.
Resolves: #92568
Releases: 10.4, 9...
Mathias Brodala
21:31 Revision 4e50ed23: [BUGFIX] Add missing field in MigrateFeloginPlugins upgrade wizard
This commit adds the missing field forget_header to the upgrade wizard.
The field is available in 9.5 and in 10.4 as ...
Christoph Lehmann
21:18 Revision 8192d568: [BUGFIX] Mark page for previewing when admin panel is active
When the admin panel is active, the rendered page should always
be marked as "preview mode" so TSFE will later set
TS...
Benni Mack
21:12 Revision 4d427521: [BUGFIX] Migrate the most accurate RealURL page path to page slugs
Use the same sorting logic for page paths RealURL used, even if not consistently.
Resolves: #92568
Releases: 10.4, 9...
Mathias Brodala
21:07 Revision bfb7ba37: [BUGFIX] Add missing field in MigrateFeloginPlugins upgrade wizard
This commit adds the missing field forget_header to the upgrade wizard.
The field is available in 9.5 and in 10.4 as ...
Christoph Lehmann
20:57 Revision 4996b560: [BUGFIX] Mark page for previewing when admin panel is active
When the admin panel is active, the rendered page should always
be marked as "preview mode" so TSFE will later set
TS...
Benni Mack
20:49 Revision e5d438ec: [BUGFIX] Return empty array when user can't be found
FrontendUserRepository::fetchUserInformationByEmail now returns
empty array when there is no user with given email.
...
Tymoteusz Motylewski
20:36 Revision 3dc97cfd: [TASK] Deprecate last arguments of wrapClickMenuOnIcon()
BackendUtility::wrapClickMenuOnIcon() has a boolean flag
to let the method return an array with tag parameters
instea...
Daniel Goerz
20:32 Revision ee7667f5: [!!!][FEATURE] Always initialize frontend groups after FE user
In previous TYPO3 versions (due to historic reasons) the frontend
groups were always resolved within TSFE when a page...
Benni Mack
20:15 Revision 01e78eb0: [BUGFIX] Return empty array when user can't be found
FrontendUserRepository::fetchUserInformationByEmail now returns
empty array when there is no user with given email.
...
Tymoteusz Motylewski
20:12 Revision c8495412: [!!!][TASK] Return moved PID when overlaying versioned records
In the past, the API methods:
* PageRepository->versionOL()
* BackendUtility::workspaceOL()
returned the PID of the ...
Benni Mack
20:11 Revision 30117194: [FEATURE] Provide custom error messages in RegularExpressionValidator
Add the possibility to provide custom Error messages to the
RegularExpressionValidator. In some cases the default mes...
Mohsin Khan
19:42 Revision cd94f3dd: [BUGFIX] Workspace and reference index fixes
This drops all left over calls that suppress the refindex
integrity checks in DataHandler functional tests, except th...
Christian Kuhn
19:41 Revision b02172f3: [BUGFIX] Workspace and reference index fixes
This drops all left over calls that suppress the refindex
integrity checks in DataHandler functional tests, except th...
Christian Kuhn
17:10 Revision 17f55190: [!!!][TASK] Remove support for uploading .t3x files via EM
Currently, Extension Manager allows to upload files in t3x format,
via the GUI, which was actively disabled by extens...
Benni Mack
16:07 Revision 0d5c0826: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend View
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
15:55 Revision baf93a84: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend View
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
14:03 Revision 965534c6: [TASK] Fix documentation rendering
Resolves: #92597
Related: #90234
Releases: master, 10.4
Change-Id: I2b98f6ad8cc707231b5f8981954cb963db903864
Reviewed...
Oliver Hader
13:37 Revision 7c1fce45: [TASK] Fix documentation rendering
Resolves: #92597
Related: #90234
Releases: master, 10.4
Change-Id: I2b98f6ad8cc707231b5f8981954cb963db903864
Reviewed...
Oliver Hader
13:35 Revision bc02da7d: [!!!][TASK] Drop resizable textarea user setting
The 'Make textareas resizable' setting is quite ancient.
The patch drops this option from the user settings and
enabl...
Christian Kuhn
11:21 Revision 3c802928: [TASK] Clean up move placeholder comments and usages
Since the move placeholder code is gone, some variables / methods
are still "cryptic" and some comments are outdated....
Benni Mack
10:08 Revision 694e350a: [TASK] Remove unused "cMR" flag in Folder navigation
The "cMR" flag is removed, which indicated some
functionality called "condensed mode" which existed
in TYPO3 v3+v4, a...
Benni Mack

2020-10-18

14:25 Revision 4d5b7b05: [TASK] Only set _ORIG_pid field for moved versioned records
When using workspaces, the computed field "_ORIG_pid" is the
same value as "pid" when using the workspace-related met...
Benni Mack
14:04 Revision 4878d1fd: [BUGFIX] Allow empty string in redirects:integritycheck task
Saving the integritycheck scheduler task a second time without
providing a site identifier will lead to an empty stri...
Daniel Siepmann
13:34 Revision ff5e9dfe: [BUGFIX] Allow empty string in redirects:integritycheck task
Saving the integritycheck scheduler task a second time without
providing a site identifier will lead to an empty stri...
Daniel Siepmann

2020-10-17

17:58 Revision c487f102: [DOCS] Improve documentation of format.crop
Remove whitespaces from example because they make the example confusing.
When cropping, whitespace is not trimmed awa...
Sybille Peters
14:54 Revision 68b35175: [DOCS] Improve documentation of format.crop
Remove whitespaces from example because they make the example confusing.
When cropping, whitespace is not trimmed awa...
Sybille Peters
10:51 Revision ed35edfd: [BUGFIX] Return alternative group uids when aspect has no user
When a UserAspect is constructed without any associated
AbstractUserAuthentication user (first constructor argument i...
Xavier Perseguers

2020-10-16

17:57 Revision f6efc63f: [!!!][TASK] Replace bootstrap-datetimepicker
This patch replaces the bootstrap-datetimepicker with flatpickr which
is pretty lightweight.
Since this datetimepick...
Andreas Fernandez
17:26 Revision 6bc69695: [BUGFIX] Return alternative group uids when aspect has no user
When a UserAspect is constructed without any associated
AbstractUserAuthentication user (first constructor argument i...
Xavier Perseguers
14:00 Revision a166d389: [TASK] Assert clean reference index in workspace tests
With #92467 'live' DataHandler tests have been extended
to verify the reference index is clean after operations.
The...
Christian Kuhn

2020-10-15

21:13 Revision b06f8795: [BUGFIX] Do not consider empty files being an image or media file
When creating a new image file the indexing process must not
try to extract width and height, when the file is empty
...
Helmut Hummel
20:01 Revision bf49d5ea: [BUGFIX] Do not consider empty files being an image or media file
When creating a new image file the indexing process must not
try to extract width and height, when the file is empty
...
Helmut Hummel
19:21 Revision e23a4261: [BUGFIX] Ensure message send loop breaks in case of success
This patch ensure the message send loop breaks after a message was sent
successfully. The doSend() method is rewritte...
Simon Gilli
18:02 Revision bf329352: [BUGFIX] Ensure message send loop breaks in case of success
This patch ensure the message send loop breaks after a message was sent
successfully. The doSend() method is rewritte...
Simon Gilli
12:54 Revision 1253fbb1: [DOCS] Revise visual output of linkvalidator configuration chapter
The patch removes the visual quote style in "searchFields.[key]". It also
clarifies that the "User-Agent" header is m...
Chris Müller
12:52 Revision 3e4e030f: [TASK] Use BitSet class for pages.l18n_cfg
This also deprecates two GeneralUtility methods which
do not belong in this class, and makes the API more
understanda...
Benni Mack
12:38 Revision 7b8170cd: [TASK] Remove unused log argument in DataHandler
Since TYPO3 v10 the history is connected via
the correlationId in DataHandler and the setHistory()
method does not ne...
Benni Mack
12:28 Revision c5f031ae: [DOCS] Revise visual output of linkvalidator configuration chapter
The patch removes the visual quote style in "searchFields.[key]". It also
clarifies that the "User-Agent" header is m...
Chris Müller

2020-10-14

15:23 Revision f3e221a2: [!!!][TASK] Drop 'recursive delete' backend user setting
The 'you can not delete pages that have sub pages' user
settings restriction has been annoying ever since. Users
who ...
Christian Kuhn
15:12 Revision 5e04839b: [!!!][TASK] Remove per-user IP locking for backend users
The IP-locking functionality is disabled in TYPO3 v10 by default due to
IPv4/IPv6 hopping ("Happy eyeballs"), however...
Benni Mack

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
 

Also available in: Atom