Project

General

Profile

Activity

From 2021-04-28 to 2021-05-27

2021-05-27

19:30 Revision 9c9dece7: [FEATURE] Add AbstractValidator::addErrorForProperty()
For complex validators, it often makes sense that a custom validator
can attribute an error to a specific property or...
Volker Diels-Grabsch
19:11 Revision 77409ded: [BUGFIX] Do not reset validation state when validating sections
Calling `FormEngineValidation.validate()` on a passed section resets the
overall validation state which may cause to ...
Andreas Fernandez
19:11 Revision e8719fb8: [TASK] Always use manually set canonical URL
If a canonical URL is set in the page properties, this will always be used
before checking the other options for defi...
Albrecht Köhnlein
19:05 Revision 5a456090: [TASK] Deprecate ext:backend ModuleLayout view helpers
A while after the PHP based ModuleTemplate API has been
introduced back in 2015, a couple of fluid view helpers
have ...
Christian Kuhn
19:01 Revision 6c08ab24: [TASK] Extend click area for toolbar links
In order to ease usage, icon and text are now both linked
in toolbar sections of open docs, user switch and bookmark ...
Jochen Roth
19:01 Revision 1db17db7: [FEATURE] Add field information for pages backend layout
This patch adds a new field information which displays the
actually used backend layout for the current page,
in case...
Oliver Bartsch
18:56 Revision 7687050d: [BUGFIX] Do not reset validation state when validating sections
Calling `FormEngineValidation.validate()` on a passed section resets the
overall validation state which may cause to ...
Andreas Fernandez
18:12 Revision b6e26a07: [TASK] Remove dependency of extension manager to install tool
During refactoring of LateBootService (in install tool)
to BootService (in core) a usage of LateBootService in
extens...
Helmut Hummel
17:24 Revision 934b11ef: [TASK] Avoid ObjectManager->get() in ext:irre_tutorial
The method containing the call is unused and can be dropped.
Change-Id: Ia4e233bd1d15b2bb2deb6f03a29e5ae873bb829b
Re...
Christian Kuhn
16:40 Revision 48e03903: [BUGFIX] Re-calculate z-index of modal and its backdrop
Bootstraps modals are not designed to have multiple instances opened at
once, which was workarounded in TYPO3 a while...
Andreas Fernandez
16:19 Revision d363e657: [TASK] Ensure all Extbase plugins can be cacheable and non-cacheable
This change moves the detection of USER/USER_INT from
the FrontendRequestHandler to Extbase Bootstrap->run(),
allowin...
Benni Mack
16:16 Revision a8c6ab06: [TASK] Move BackendLayoutWizardElement into correct namespace
Resolves: #94212
Releases: master
Change-Id: I785cc3d5a286274ad4b09d1de3fe55adced878c5
Reviewed-on: https://review.ty...
Oliver Bartsch
12:10 Revision c45f9bef: [BUGFIX] styleguide: Minor adaptions to User1Element
* onFocus has been dropped from FormEngine in v8
* sanitize 'color' better
Christian Kuhn
11:41 Revision 528b3a33: [BUGFIX] Fix success message of password reset command
To prevent information disclosure, the password reset
process does not reveal if an email was sent or not. The
corres...
Oliver Bartsch
11:37 Revision 8b0a8836: [TASK] Resolve still more PHP 8 issues
Resolves: #94057
Releases: master
Change-Id: I238a98d5161417465c02ae8683aef83f55a05ecc
Reviewed-on: https://review.ty...
Larry Garfield
11:35 Revision 295f2523: [BUGFIX] EXT:scheduler align input field and button height
This aligns the height of the input field and
the associated datepicker button in the edit
task form of EXT:scheduler...
Jochen Roth
11:27 Revision de8529b0: [BUGFIX] Fix success message of password reset command
To prevent information disclosure, the password reset
process does not reveal if an email was sent or not. The
corres...
Oliver Bartsch
10:29 Revision 7a503f6b: [TASK] Avoid ObjectManager->get() in EXT:frontend
Resolves: #94204
Related: #90803
Releases: master
Change-Id: I3da93d84ddc9caa9922ac65c6f7a99acdede6606
Reviewed-on: h...
Oliver Bartsch
08:35 Revision 3a44b002: [BUGFIX] Pass PSR-7 Request to RequestBuilder->build()
Since #93853, RequestBuilder->build() expects
a PSR-7 Request to be passed.
Because the FLUIDTEMPLATE content object...
Oliver Bartsch

2021-05-26

20:25 Revision 7dda917a: [FEATURE] Add download and filename options to FileDumpController
The FileDumpController is extended for two new options:
- `dl`: Force download of the file
- `fn`: Use of an alterna...
Christian Eßl
15:24 Revision 21cfa8f4: [BUGFIX] Fix data attribute for modal content
With the bootstrap update in #93126 the data
attribute name to set the modal content changed
from `data-content` to `...
Oliver Bartsch
13:52 Revision e5cf4b94: [TASK] Deprecate "relativeToCurrentScript" in FAL API
The additional argument "relativeToCurrentScript" through
out the File Abstraction Layer is a faulty conceptual
imple...
Benni Mack
13:08 Revision 41ea787e: [TASK] Follow best practice on returning PSR-7 response
Since #94186, extbase controller actions are
required to return a PSR-7 response interface.
To ease the use for exte...
Oliver Bartsch
13:04 Revision 2cba0bac: [TASK] Set proper title of window in backend
With the introduction of the new backend module web component router,
the title of the backend windows will be set to...
Richard Haeser
12:07 Revision df3b793f: [BUGFIX] Fix reset password for backend user
Remove groupData filemounts property because it causes
GeneralUtility::intExplode to crash when $this->groupData['fil...
Jochen Roth
05:52 Revision 5002e536: [TASK] Update url to license information
As the page about licensing changed, the url should be
updated to avoid unneeded redirects.
Resolves: #94188
Release...
Georg Ringer
05:52 Revision 8bf610a0: [TASK] Update url to license information
As the page about licensing changed, the url should be
updated to avoid unneeded redirects.
Resolves: #94188
Release...
Georg Ringer
05:03 Revision b2e481e8: [TASK] Clean up JavaScript code smells
Several JavaScript code smells are cleaned up
and duplicate/superfluous parts removed.
Resolves: #94164
Releases: ma...
Oliver Hader
04:37 Revision 70f19efd: [TASK] Clean up JavaScript code smells
Several JavaScript code smells are cleaned up
and duplicate/superfluous parts removed.
Resolves: #94164
Releases: ma...
Oliver Hader

2021-05-25

19:45 Revision e20f9a19: [TASK] Streamline PackageManager internals
This change removes and modifies a few places within
PackageManager code which was built before composer
files contai...
Helmut Hummel
17:14 Revision 217eb7df: [BUGFIX] Support extra test arguments on acceptance tests
Resolves: #94189
Releases: master, 10.4
Change-Id: Idd70dda6b26c4e6462b351d61ac03e76b7fd9533
Reviewed-on: https://rev...
Larry Garfield
16:51 Revision f432c7e9: [BUGFIX] Support extra test arguments on acceptance tests
Resolves: #94189
Releases: master, 10.4
Change-Id: Idd70dda6b26c4e6462b351d61ac03e76b7fd9533
Reviewed-on: https://rev...
Larry Garfield
16:47 Revision 0bdf3e75: [TASK] Deprecate sys_language database table
The database table sys_language has become obsolete
with the introduction of site handling and site
languages. Since ...
Benni Mack
16:00 Revision c012b205: [TASK] Update url to license information
As the page about licensing changed, the url should be
updated to avoid unneeded redirects.
Resolves: #94188
Release...
Georg Ringer
13:28 Revision ddda5182: [BUGFIX] Only show contextual language information in List module
The List module shows the site information next to a language,
which is not needed in case when listing languages of ...
Benni Mack
12:08 Revision a6ffc9e6: [TASK] Extract CSV output into separate functionality
The CSV output of the database record list (= list module)
is one of the only parts that cannot be modified via middl...
Benni Mack
07:53 Revision 491bf92a: [BUGFIX] Unset accent background color for tables
After bootstrap update striped tables with hover
lost the background color due to a new instroduced
custom property i...
Jochen Roth
07:51 Revision dfcbf42b: [BUGFIX] Only show contextual language information in List module
The List module shows the site information next to a language,
which is not needed in case when listing languages of ...
Benni Mack
07:37 Revision d39f54cc: [BUGFIX] Fix phpstan errors from TypesAssignedToPropertiesRule
* EXT:indexed_search
* EXT:impexp
* EXT:frontend
* EXT:form
* EXT:fluid
Resolves: #94123
Releases: master
Change-Id:...
Daniel Goerz

2021-05-24

13:19 Revision 6f000257: [DOCS] Document ext:dashboard new refreshAvailable option
Adds the new refreshAvailable implementation (added via 9560e0a )
to documentation of EXT:dashboard.
Relates: #93210...
Daniel Siepmann

2021-05-22

14:58 Revision 1fe6e3ea: [BUGFIX] Return PSR-7 responses in EXT:extensionmanager
Since #92784, all extbase actions are required to return
a PSR-7 response interface. Because the controllers in
EXT:e...
Oliver Bartsch

2021-05-21

13:40 Revision 5398a239: [TASK] Add tests for route enhancers having nested arguments declaration
Resolves: #94185
Releases: master, 10.4, 9.5
Change-Id: Ic5a9f3a00a64e13a84b8f420ca1fed29838873d2
Reviewed-on: https:...
Oliver Hader
13:35 Revision 5895a037: [TASK] Add tests for route enhancers having nested arguments declaration
Resolves: #94185
Releases: master, 10.4, 9.5
Change-Id: Ic5a9f3a00a64e13a84b8f420ca1fed29838873d2
Reviewed-on: https:...
Oliver Hader
13:35 Revision 060f7300: [TASK] Add tests for route enhancers having nested arguments declaration
Resolves: #94185
Releases: master, 10.4, 9.5
Change-Id: Ic5a9f3a00a64e13a84b8f420ca1fed29838873d2
Reviewed-on: https:...
Oliver Hader
11:47 Revision c8375c58: [BUGFIX] Fix extension upload form
Submitting the extension upload form in the
extension manager module, without adding
an extension file, previously tr...
Oliver Bartsch
11:29 Revision d5dd2b9a: [BUGFIX] Fix extension upload form
Submitting the extension upload form in the
extension manager module, without adding
an extension file, previously tr...
Oliver Bartsch
08:52 Revision 73fc82f1: [BUGFIX] Cache page TsConfig depending on site
Similar to frontend TypoScript, constants must be replaced before
parsing and caching. This way, one cache entry per ...
Marco Huber
08:36 Revision 5ee70254: [TASK] Use codemirror web component for composer proposal
Previously the FormEngine t3editor element was used
for rendering the composer proposal. This however
required to fak...
Oliver Bartsch
08:34 Revision 6a40c1e7: [BUGFIX] Cache page TsConfig depending on site
Similar to frontend TypoScript, constants must be replaced before
parsing and caching. This way, one cache entry per ...
Marco Huber

2021-05-20

21:08 Revision e3d0eab2: [BUGFIX] Define missing fieldChangeFunc property
The composer proposal view is using FormEngine
to render the composer.json content with t3editor.
Therefore, a "fake...
Oliver Bartsch
20:59 Revision 990cc60e: [BUGFIX] Add missing grid class in composer proposal view
Resolves: #94180
Releases: master, 10.4
Change-Id: I70b97d1c364651cb73a298823902ba37d8174511
Reviewed-on: https://rev...
Oliver Bartsch
20:57 Revision c428369e: [BUGFIX] Add missing grid class in composer proposal view
Resolves: #94180
Releases: master, 10.4
Change-Id: I70b97d1c364651cb73a298823902ba37d8174511
Reviewed-on: https://rev...
Oliver Bartsch
20:56 Revision 5c68cc82: [BUGFIX] Define missing fieldChangeFunc property
The composer proposal view is using FormEngine
to render the composer.json content with t3editor.
Therefore, a "fake...
Oliver Bartsch
20:52 Revision ebcbd857: [TASK] Deprecate BackendUtility::viewOnClick
Core invocations of BackendUtility::viewOnClick() have
been removed with issue #91123 in v10 to reduce the amount
of ...
Oliver Hader
20:46 Revision ee4fa1e4: [TASK] Resolve more PHP 8 acceptance tests
More array type mishandling correction.
Resolves: #94057
Releases: master
Change-Id: If1dbb57028c327ac64e228970f21d6...
Larry Garfield
18:40 Revision 667274f8: [BUGFIX] Handle LEFT JOINs in Extbase correctly
Since Core's query builder now uses correct outer joins
including enable field filters, Extbase can rely on this
beha...
Markus Klein
17:56 Revision 05500a90: [BUGFIX] Avoid PHP TypeError in EXT:lowlevel
EXT:lowlevel gathers some statistics, e.g. deleted
records in general. However, by looking at the code,
recStats[dele...
Benni Mack
17:46 Revision 107e2dca: [BUGFIX] Handle LEFT JOINs in Extbase correctly
Since Core's query builder now uses correct outer joins
including enable field filters, Extbase can rely on this
beha...
Markus Klein
17:42 Revision 652bae7a: [BUGFIX] Avoid PHP TypeError in EXT:lowlevel
EXT:lowlevel gathers some statistics, e.g. deleted
records in general. However, by looking at the code,
recStats[dele...
Benni Mack
17:30 Revision e0411d4f: [BUGFIX] Use native "recordTitle" for FormEngine title
The PHP8 incompatible FormEngineUtility::databaseRowCompatibility()
is not needed since TYPO3 v7 LTS, as the TcaRecor...
Benni Mack
17:28 Revision b1175c90: [BUGFIX] Handle LEFT JOINs in Extbase correctly
Since Core's query builder now uses correct outer joins
including enable field filters, Extbase can rely on this
beha...
Markus Klein
17:27 Revision 19f4a436: [BUGFIX] Remove legacy foreign_selector conversion
During TYPO3 v7 the FormEngine got rewritten, and a "todo"
was left, which can be removed as it now contains wrong
in...
Benni Mack
17:03 Revision 7f76a259: [BUGFIX] Fix typo in PHPdoc of trimExplode()
The mentioned variable $onlyNonEmptyValues does
not exist. It has to be $removeEmptyValues.
Resolves: #94175
Release...
Oliver Bartsch
16:55 Revision 2f2b1a0e: [BUGFIX] Fix typo in PHPdoc of trimExplode()
The mentioned variable $onlyNonEmptyValues does
not exist. It has to be $removeEmptyValues.
Resolves: #94175
Release...
Oliver Bartsch
16:18 Revision 8c8af8c0: [TASK] Simplify trimExplode()
Make the code a bit more declarative and compact.
This also improves the documentation to make clear
the actual behav...
Larry Garfield
15:27 Revision 2cc09dd9: [TASK] Simplify trimExplode()
Make the code a bit more declarative and compact.
This also improves the documentation to make clear
the actual behav...
Larry Garfield
15:12 Revision 1cb65983: [BUGFIX] Check request object in ExtensionComposerStatus
Although the ExtensionComposerStatus report implements the
RequestAwareStatusProviderInterface, there is no guarantee...
Jochen Roth
14:59 Revision 72e0faea: [BUGFIX] Check request object in ExtensionComposerStatus
Although the ExtensionComposerStatus report implements the
RequestAwareStatusProviderInterface, there is no guarantee...
Jochen Roth
14:32 Revision b7e4d9fc: [BUGFIX] Use native "recordTitle" for FormEngine title
The PHP8 incompatible FormEngineUtility::databaseRowCompatibility()
is not needed since TYPO3 v7 LTS, as the TcaRecor...
Benni Mack
13:57 Revision e0a47f74: [TASK] Render TS and pageTS snippets with CodeMirror
The TypoScript parser has a built in syntax hightlighter.
This is used by ext:tstemplate template analyzer and a sub
...
Christian Kuhn
11:48 Revision 4bf76405: [BUGFIX] Include TYPO3 version in PageRenderer requireJS cacheIdentifier
Invalidate PageRenderer requireJS caches during TYPO3 updates,
otherwise a stale config and cache busting parameter i...
Benjamin Franzke
11:38 Revision cea30a0d: [BUGFIX] Allow editing and copying of composer proposal
The composer manifest proposal, introduced in #93931,
uses t3editor to display the composer.json content.
The corresp...
Oliver Bartsch
11:25 Revision 3e02b00e: [BUGFIX] Allow editing and copying of composer proposal
The composer manifest proposal, introduced in #93931,
uses t3editor to display the composer.json content.
The corresp...
Oliver Bartsch
10:57 Revision 59509b68: [BUGFIX] Include TYPO3 version in PageRenderer requireJS cacheIdentifier
Invalidate PageRenderer requireJS caches during TYPO3 updates,
otherwise a stale config and cache busting parameter i...
Benjamin Franzke
10:13 Revision e9c3c317: [BUGFIX] Allow copying content from readonly t3editor field
With #94081, a new option was introduced to
set a FormEngine t3editor field to "readOnly",
as it was already possible...
Oliver Bartsch
08:27 Revision 07a16a17: [TASK] Raise typo3/cms-styleguide to 11.2.2
Brings a PHP 8 fix and adaptions to recent core works.
composer req --dev typo3/cms-styleguide:~11.2.2
Change-Id: I...
Christian Kuhn

2021-05-19

15:42 Revision 65f310f6: [BUGFIX] Allow persisting PseudoFileReference via database form finisher
To "encapsulate" resources that were uploaded using a form element, a
new PseudoFileReference class was introduced in...
Oliver Hader
15:42 Revision 30410da8: [RELEASE] styleguide: 11.2.2 Adaption to v11 features
Christian Kuhn
15:37 Revision 1546bfc0: [TASK] styleguide: package-lock.json to .gitignore
Christian Kuhn
15:36 Revision f5fbf07d: [TASK] styleguide: grunt ~1.3.0
Christian Kuhn
15:28 Revision 57f0110e: [TASK] styleguide: Drop some example fields that did not make it to core
Christian Kuhn
15:10 Revision 7e59a389: [BUGFIX] Restore FormEngine field label and description margins
Since #93519, the form-control-wrap class did not longer
define any margin-top. Therefore TCA field descriptions
were...
Oliver Bartsch
14:43 Revision 55b85a38: [BUGFIX] Fix HTTP_HOST verification when HTTPS is proxied to HTTP
The HTTP_HOST verification failed if the proxy server port was
different to the local webserver port, due to an assum...
Benjamin Franzke
14:38 Revision 0c6590a1: [TASK] Improve input fields in the authentication step of MFA
The input fields for entering the one-time password in
the authentication views of TOTP and recovery codes
are improv...
Oliver Bartsch
14:27 Revision 2da5fed0: [BUGFIX] Fix HTTP_HOST verification when HTTPS is proxied to HTTP
The HTTP_HOST verification failed if the proxy server port was
different to the local webserver port, due to an assum...
Benjamin Franzke
14:20 Revision 1afed573: [FEATURE] Add support of readOnly in t3editor
This allows to disable editing of text in FormEngine
t3editor, while syntax highlighting is still applied.
ext:style...
Christian Kuhn
14:16 Revision 1cfbf51a: [TASK] Streamline spinner web component size and animation
This change performs the following optimizations:
* Detach spinner from content flow using a relative+absolute
pos...
Benjamin Franzke
10:40 Revision bce4af7c: [TASK] increase z-index of extbase-debugger
increase z-index for extbase-debugger to from 999 to 99990 (same as the
admin-panel) to prevent the debug output to b...
Johannes Seipelt
09:25 Revision cc6329b5: [BUGFIX] Fix phpstan errors from TypesAssignedToPropertiesRule
* EXT: backend
* EXT: belog
* EXT: beuser
In addition an adjustment is added that was forgotten in
https://review.ty...
Daniel Goerz
09:02 Revision 1181b126: [BUGFIX] Do not break list module due to TypeError
The given condition should check if two fields are configured within
TCA.
Both fields are required in order to query ...
Daniel Siepmann
06:45 Revision aac29ad6: [BUGFIX] Allow persisting PseudoFileReference via database form finisher
To "encapsulate" resources that were uploaded using a form element, a
new PseudoFileReference class was introduced in...
Oliver Hader

2021-05-18

19:43 Revision f0f8ab76: [BUGFIX] Allow persisting PseudoFileReference via database form finisher
To "encapsulate" resources that were uploaded using a form element, a
new PseudoFileReference class was introduced in...
Oliver Hader
09:40 Revision d978d4e4: [BUGFIX] Ensure throwStatus in Extbase stops the execution workflow
Extbase's throwStatus() method is mentioned that
the execution workflow indeed should be stopped
right away, but neve...
Benni Mack
08:54 Revision 9560e0a6: [FEATURE] Possibility to refresh dashboard widgets
For some widgets it makes sense for users to be able to refresh the widget
without reloading the complete dashboard. ...
Richard Haeser
08:44 Revision c43fa05c: [FEATURE] Show creation date of redirects
To improve the usability of the "Redirects hit count"
feature, the creation date is now also shown in the
"Statistics...
Oliver Bartsch

2021-05-17

21:03 Revision 0b41b5a9: [TASK] Streamline routing related phpDoc comments & annotations
Resolves: #94148
Releases: master, 10.4, 9.5
Change-Id: If1378f2d471f18099b55b05a84dc81adc247bc69
Reviewed-on: https:...
Oliver Hader
21:02 Revision 3cf15c59: [TASK] Streamline routing related phpDoc comments & annotations
Resolves: #94148
Releases: master, 10.4, 9.5
Change-Id: If1378f2d471f18099b55b05a84dc81adc247bc69
Reviewed-on: https:...
Oliver Hader
21:02 Revision 894ec08f: [TASK] Streamline routing related phpDoc comments & annotations
Resolves: #94148
Releases: master, 10.4, 9.5
Change-Id: If1378f2d471f18099b55b05a84dc81adc247bc69
Reviewed-on: https:...
Oliver Hader
18:59 Revision 3b0fffbf: [BUGFIX] Fix Drag+Drop in Page Module in Workspaces
When using Drag+Drop in Page Module a different
functionality is used than using Clipboard (Move+Paste)
while moving ...
Benni Mack
14:39 Revision c1be5540: [BUGFIX] Fix Drag+Drop in Page Module in Workspaces
When using Drag+Drop in Page Module a different
functionality is used than using Clipboard (Move+Paste)
while moving ...
Benni Mack
13:05 Revision 73d836c0: [BUGFIX] Fix description list in distribution detail view
This fixes display issues of the description list in
the distribution detail view, which were introduced
with the boo...
Thomas Löffler
11:10 Revision 7cda0782: [TASK] Initialize Install Tool layout without inline JavaScript
Pass startup module and bust parameter as data tags
to avoid inline javascript initialization.
Resolves: #94136
Rele...
Benjamin Franzke
07:26 Revision 023864e3: [BUGFIX] Correct return type for FileReference methods
The @return annotation for the following FileReference methods is set
to "string", but these methods can also return ...
Chris Müller

2021-05-14

14:28 Revision b50d8a7f: [TASK] Update Bootstrap to 5.0.1
Executed command:
yarn add "bootstrap@^5.0.1"
Also, some minor coding issues were solved that popped up
with the ...
Andreas Fernandez
13:58 Revision 169eb06e: [BUGFIX] Resolve PHP 8 issues in acceptance tests
PHP 8 promotes a lot of notices (previously ignored) to warnings.
That means they can no longer be ignored.
Resolves...
Larry Garfield
13:37 Revision 268aa62d: [TASK] Switch behavior of ArrayUtility::arrayDiffAssocRecursive()
Despite its name, the method `ArrayUtility::arrayDiffAssocRecursive()`
mimics the behavior of `array_diff_key()` and ...
Andreas Fernandez
12:51 Revision 29ec4f38: [TASK] Switch behavior of ArrayUtility::arrayDiffAssocRecursive()
Despite its name, the method `ArrayUtility::arrayDiffAssocRecursive()`
mimics the behavior of `array_diff_key()` and ...
Andreas Fernandez
11:49 Revision cf162bf0: [BUGFIX] Make label clickable in "Dependencies could not be resolved" dialog
Resolves: #94139
Releases: master
Change-Id: I645c03ae9ddb411dae7ef6b55a8e3fde479785c0
Reviewed-on: https://review.ty...
Andreas Fernandez
10:14 Revision 71aebd5f: [BUGFIX] Respect icon size defined by tree
The SVG Tree now builds a SVG-in-SVG element around all
icons (icon + overlay) to ensure the sizes are consistent
and...
Benni Mack

2021-05-13

22:46 Revision 31f5cc7d: [BUGFIX] Fix Typo3DbQueryParserTest for custom php timezones
The test setup used to initialize the DateAspect from a string,
that means the local php timezone has been taken into...
Benjamin Franzke
22:46 Revision 5b672dc5: [BUGFIX] Fix Typo3DbQueryParserTest for custom php timezones
The test setup used to initialize the DateAspect from a string,
that means the local php timezone has been taken into...
Benjamin Franzke
22:15 Revision 06d5edd6: [BUGFIX] Fix Typo3DbQueryParserTest for custom php timezones
The test setup used to initialize the DateAspect from a string,
that means the local php timezone has been taken into...
Benjamin Franzke
10:26 Revision fe1f18ff: [TASK] Migrate SiteInlineActions to TypeScript
Resolves: #94133
Releases: master
Change-Id: I2101f3acc5c32c45efa3a8330bb7b6aa1d9716ce
Reviewed-on: https://review.ty...
Oliver Bartsch
10:14 Revision a5e131c0: [TASK] Implement ValuePicker as custom web component
TCA's value picker uses a lot inline JavaScript for its
picker handling, therefore, the handling has been moved
into ...
Andreas Fernandez

2021-05-12

18:06 Revision 14e0c88f: [BUGFIX] Ensure UriBuilder always contains a cObj
When UriBuilder is used outside of an initialized ExtbaseAction
and not within StandaloneView, the cObj is not proper...
Benni Mack
16:43 Revision b5eab03e: [BUGFIX] Ensure UriBuilder always contains a cObj
When UriBuilder is used outside of an initialized ExtbaseAction
and not within StandaloneView, the cObj is not proper...
Benni Mack
13:58 Revision 96e43f7c: [BUGFIX] Harden RootlineUtility::enrichWithRelationFields
In some rare cases (e.g., for some Console commands),
RootlineUtility::enrichWithRelationFields might be run without
...
Oliver Klee
13:38 Revision 01a7fe12: [BUGFIX] Harden RootlineUtility::enrichWithRelationFields
In some rare cases (e.g., for some Console commands),
RootlineUtility::enrichWithRelationFields might be run without
...
Oliver Klee
13:14 Revision 2f940fd5: [TASK] Remove objectManager from various Extbase places
This change adapts certain areas within EXT:extbase
Persistence to avoid ObjectManager and rely on constructor
DI and...
Benni Mack
12:03 Revision ca75ff4b: [BUGFIX] Fix phpstan errors from TypesAssignedToPropertiesRule
in
* EXT:workspaces
* EXT:tstemplate
* EXT:setup
* EXT:scheduler
* EXT:recycler
* EXT:lowlevel
* EXT:linkvalidator
*...
Alexander Schnitzler
10:03 Revision b5249bed: [TASK] Remove Extbase's BackendRequestHandler
This change removes the internal BackendRequestHandler
of Extbase as TYPO3 Backend modules are now dispatched
directl...
Benni Mack
07:17 Revision a40fd16e: [BUGFIX] Avoid SQL error for scheduler task on PostgreSQL
This patch makes sure tx_scheduler_task.task_group contains an integer
in order to avoid a SQL error when saving the ...
Stephan Großberndt
04:02 Revision bd0b2929: [TASK] Only persist on POST requests in EditDocumentController
This change ensures that writing to EditDocumentController
only happens for POST requests, as EditDocumentController
...
Benni Mack

2021-05-11

21:01 Revision 712e8fea: [BUGFIX] Fix InputLinkElement to be visible again
Since the bootstrap v5 update, the inputLinkElement is styled with flex
form instead of display table. This became a ...
Nikita Hovratov
20:18 Revision 7ccc93c1: [TASK] Dashboard: Adjust toolbar items look
Use the standard layout for toolbar items to make recurring elements
look the same in the various core modules.
Reso...
Daniel Windloff
20:16 Revision 65270f2e: [BUGFIX] Normalize slug before converting Unicode characters to ascii
This change adds a normalization for slug source before converting it
to ascii. This helps to avoid issues with vario...
Dmitry Dulepov
20:11 Revision 69df2514: [BUGFIX] Allow to disable allowed aspect ratios
When overriding aspect ratios via TCA overrides,
one can also now disable allowed aspect ratios in cropVariants.
Res...
Daniel Dorndorf
20:02 Revision 59289da4: [BUGFIX] Normalize slug before converting Unicode characters to ascii
This change adds a normalization for slug source before converting it
to ascii. This helps to avoid issues with vario...
Dmitry Dulepov
19:56 Revision def9a820: [BUGFIX] Allow to disable allowed aspect ratios
When overriding aspect ratios via TCA overrides,
one can also now disable allowed aspect ratios in cropVariants.
Res...
Daniel Dorndorf
19:23 Revision 8d09feb7: [FEATURE] Add Shona (sn) as supported language
Shona is a Bantu language of the Shona people of Zimbabwe.
It is one of the most widely spoken Bantu languages.
Also...
Benni Mack
19:19 Revision d36ca4ca: [BUGFIX] Log DataHandler errors instead of FlashMessage
DataHandler should log instead of creating FlashMessages
since FlashMessages fail in CLI context. Method
->printLogEr...
Benni Mack
19:17 Revision 517c2a4d: [BUGFIX] Only return translation count message for a non-zero count
With #93979, `BackendUtility::translationCount()` was changed and always
returned the message "This record has X tran...
Andreas Fernandez
18:49 Revision 6602e0ed: [BUGFIX] Avoid SQL error for scheduler task on PostgreSQL
This patch makes sure tx_scheduler_task.task_group contains an integer
in order to avoid a SQL error when saving the ...
Stephan Großberndt
18:36 Revision 236f81a1: [BUGFIX] Delay error handler registration
The ErrorHandler is not be fully configured (missing logger) by the
time the object is constructed, but the error han...
Benjamin Franzke
18:33 Revision 3694b33e: [BUGFIX] Delay error handler registration
The ErrorHandler is not be fully configured (missing logger) by the
time the object is constructed, but the error han...
Benjamin Franzke
18:21 Revision 75890120: [BUGFIX] Use forgot message from FlexForm
The password recovery page was not displaying custom messages from the
plugin FlexForm. This is fixed by using the Re...
Mathias Bolt Lesniak
18:20 Revision 6e50012c: [TASK] Streamline backend UriBuilder dependency injection
The Router dependency should not be optional and rather always be
injected, and in reality it always was, as the null...
Benjamin Franzke
18:16 Revision fb25eb33: [BUGFIX] Delay error handler registration
The ErrorHandler is not be fully configured (missing logger) by the
time the object is constructed, but the error han...
Benjamin Franzke
18:09 Revision 31ac96e4: [BUGFIX] ElementInformationController: Always show records meta info
Use the TCA to get the field names of the meta info.
Add the folder name as a title, if folder information are shown....
Daniel Windloff
18:05 Revision ba4afdfa: [BUGFIX] Use forgot message from FlexForm
The password recovery page was not displaying custom messages from the
plugin FlexForm. This is fixed by using the Re...
Mathias Bolt Lesniak
17:55 Revision c1423eda: [BUGFIX] ElementInformationController: Always show records meta info
Use the TCA to get the field names of the meta info.
Add the folder name as a title, if folder information are shown....
Daniel Windloff
16:57 Revision 364649aa: [TASK] Align configuration module search bar
As a follow up of #94042, the search bar in
the configuration module is now also aligned
with the rest of the backend...
Oliver Bartsch
16:50 Revision ec24a03d: [BUGFIX] Call `TBE_EDITOR.fieldChanged()` again
With #93975 the calls to `TBE_EDITOR.fieldChanged()` as onchange handlers
have been removed which was an accidental b...
Andreas Fernandez
13:03 Revision 8d6f3f6f: [TASK] Update to Lit v2-rc2
Executed commands:
cd Build/
yarn upgrade lit@^2.0.0-rc.2 lit-html@^2.0.0-rc.3 lit-element@^3.0.0-rc.2
grunt roll...
Benjamin Franzke
12:30 Revision 70ec97d8: [TASK] Avoid ObjectManager->get() in EXT:backend
Resolves: #94107
Related: #90803
Releases: master
Change-Id: Iccb0eab82275feb250180ae6674c5b9d2a176fd4
Reviewed-on: h...
Oliver Bartsch
10:02 Revision 13aa4320: [TASK] Set TYPO3 version to 9.5.28-dev
Change-Id: If9f47532a98f9681d26deb276a89d9c6a7da09eb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/691...
Benni Mack
10:00 Revision c0297cb9: [TASK] Set TYPO3 version to 10.4.17-dev
Change-Id: I7832399a163411f5cdc60eb3b811a4692516cbe7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/691...
Benni Mack
09:44 Revision c4ea833b: [RELEASE] Release of TYPO3 9.5.27
Change-Id: I7147fc137eb3df320e6e4f68ec13a98abbc02e70
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/691...
Benni Mack
09:32 Revision 437d88b5: [RELEASE] Release of TYPO3 10.4.16
Change-Id: I785f92e1069703d3008d4b940ff671b5806cf66a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/691...
Benni Mack
09:13 Revision 56f9da97: [BUGFIX] Fix row highlighting in extension listing
Since the extension listing makes use of the
bootstrap "Zebra-striping", highlighting of
rows, e.g. when being insecu...
Oliver Bartsch

2021-05-10

19:27 Revision eda84c1a: [BUGFIX] Keep unmapped ?type parameter when using PageTypeDecorator
This change keeps the type parameter (e.g. ?type=13) even
if PageTypeDecorator is used when building URLs but "13" is...
Benni Mack
15:31 Revision e7811882: [BUGFIX] Keep unmapped ?type parameter when using PageTypeDecorator
This change keeps the type parameter (e.g. ?type=13) even
if PageTypeDecorator is used when building URLs but "13" is...
Benni Mack
14:56 Revision 2625d6b4: [BUGFIX] Keep unmapped ?type parameter when using PageTypeDecorator
This change keeps the type parameter (e.g. ?type=13) even
if PageTypeDecorator is used when building URLs but "13" is...
Benni Mack
13:56 Revision 6c99d1ad: [TASK] Remove unused key "name" in TBE_STYLES
There is no usage of the key "name" in
$GLOBALS['TBE_STYLES']['skins']['backend'].
Even in earlier versions of TYPO3...
Nikita Hovratov
13:15 Revision 7d9aa758: [BUGFIX] Do not render unassigned label in info module
Since #94042, the Localization overview in the
info module is equipped with proper labels. These
labels should howeve...
Oliver Bartsch
13:10 Revision d3830985: [BUGFIX] Do not override disabled user settings
When the realName or email field of a user is disabled
by TSconfig, the current values will remain when saving.
Reso...
Alexander Stehlik
12:42 Revision 2593f5e3: [BUGFIX] Do not override disabled user settings
When the realName or email field of a user is disabled
by TSconfig, the current values will remain when saving.
Reso...
Alexander Stehlik
11:22 Revision f9753264: [DOCS] Reference to function for better usage does not exist
Function getScriptPath is not implemented. PHPDoc block of function
getPathInfo points to getScriptName.
Resolves: #...
Marc Bastian Heinrichs
10:48 Revision 06d1e468: [DOCS] Reference to function for better usage does not exist
Function getScriptPath is not implemented. PHPDoc block of function
getPathInfo points to getScriptName.
Resolves: #...
Marc Bastian Heinrichs
10:35 Revision 4e459ff8: [DOCS] Reference to function for better usage does not exist
Function getScriptPath is not implemented. PHPDoc block of function
getPathInfo points to getScriptName.
Resolves: #...
Marc Bastian Heinrichs
09:41 Revision 1bf66b3d: [TASK] Activate AppendedArrayItemTypeRule phpstan rule
Releases: master
Resolves: #94073
Change-Id: I2a17bfd5d9cf4fce0915e466dd48e266dc6485b7
Reviewed-on: https://review.ty...
Alexander Schnitzler

2021-05-08

10:04 Revision 06455d8e: [TASK] Reduce ObjectManager usages within ConfigurationManager
This change removes any objectManager usages within Configuration
Manager.
Resolves: #94093
Releases: master
Change-...
Benni Mack

2021-05-07

20:14 Revision 3456ae0a: [TASK] Remove usages of call_user_func() and call_user_func_array()
Using direct calls and variadics is slightly faster, and usually cleaner to read.
I left in the instant-call call_us...
Larry Garfield
13:58 Revision 9fd59c58: [TASK] Update to Twitter Bootstrap 5.0.0
This change updates the Twitter Bootstrap
dependency to version 5.0.0
See https://blog.getbootstrap.com/2021/05/05/b...
Benjamin Franzke

2021-05-06

19:40 Revision 76c5d9dd: [TASK] Allow Doctrine/DBAL 2.13
This change allows composer-based installations to
support Doctrine DBAL 2.13 in order to ease the upgrades.
The mon...
Benni Mack
19:15 Revision e173a12b: [BUGFIX] FormEngine: Support description in BackendLayoutWizardElement
Have TCA 'description' field for renderType=belayoutwizard.
See styleguide elements basic -> text -> text_20 before/a...
Christian Kuhn
16:47 Revision 87dd80d5: [BUGFIX] FormEngine: Support description in BackendLayoutWizardElement
Have TCA 'description' field for renderType=belayoutwizard.
See styleguide elements basic -> text -> text_20 before/a...
Christian Kuhn
16:26 Revision 897c87dc: [BUGFIX] Re-Allow Extbase Reflection for self
Due to a bug in #94001 the Extbase Reflection of
"self" did not work anymore.
Resolves: #94076
Releases: master, 10....
Benni Mack
16:12 Revision b2e99bcc: [BUGFIX] Re-Allow Extbase Reflection for self
Due to a bug in #94001 the Extbase Reflection of
"self" did not work anymore.
Resolves: #94076
Releases: master, 10....
Benni Mack
15:00 Revision 809729a7: [RELEASE] styleguide: 11.2.1 Reflect more TCA features
Christian Kuhn
14:57 Revision b2f6b32f: [FEATURE] styleguide: New TCA renderType=t3editor examples
See https://review.typo3.org/c/Packages/TYPO3.CMS/+/69037 Christian Kuhn
14:30 Revision 8acd0f1c: [TASK] styleguide: Minor description updates
Christian Kuhn
14:29 Revision 86b414b0: [TASK] styleguide: TCA readOnly=true for text_22
Christian Kuhn
14:19 Revision 82773af9: [FEATURE] styleguide: TCA type=text with rows=auto
See https://review.typo3.org/c/Packages/TYPO3.CMS/+/69037 Christian Kuhn
12:47 Revision 6a93c95e: [TASK] styleguide: Minor php docs update
Christian Kuhn
12:38 Revision e45e2a47: [BUGFIX] styleguide: Generator: Check table is localizable before creating records
Prevents a PHP 8 array access warning. Christian Kuhn
11:22 Revision 12d38941: [FEATURE] Add Symfony mailer DSN configuration option to install tool
The install tool has now the possibility to configure
the Symfony mailer with DSN.
The DSN setting was already imple...
Markus Hölzle
10:34 Revision 4e12b62f: [TASK] Remove goToModule() inline JavaScript invocations
This change reduces the amount of inline JavaScript and transforms
`goToModule()` invocations in the TYPO3 backend us...
Oliver Hader

2021-05-05

18:01 Revision c38fc440: [TASK] Reduce Extbase usages in EXT:seo
Language and Site objects can be retrieved from TSFE
in HrefLangGenerator as well as TypoScript plugin
configuration ...
Benni Mack
17:40 Revision e190d9f8: [BUGFIX] Log DataHandler errors instead of FlashMessage
DataHandler should log instead of creating FlashMessages
since FlashMessages fail in CLI context. Method
->printLogEr...
Benni Mack
17:35 Revision ee581156: [TASK] styleguide: Add working windowOpenParameters example
https://github.com/TYPO3-CMS/styleguide/pull/208
There aren't many places left where popups are opened
with new wind...
Nikita Hovratov
17:29 Revision d269581a: [TASK] Streamline EXT:belog filter
To be more consistent with the backend user and redirects
module, the filter section of the backend log module is
str...
Christian Kuhn
17:23 Revision e984a56c: [TASK] styleguide: Remove windowOpenParameters option in inputLink
https://github.com/TYPO3-CMS/styleguide/pull/207
InputLinks are opened with a modal instead of a new popup window.
T...
Nikita Hovratov
17:16 Revision fdd5b4e4: [TASK] styleguide: Meta tab for slug table
Christian Kuhn
17:13 Revision 3198941c: [FEATURE] styleguide: Image Manipulation examples
https://github.com/TYPO3-CMS/styleguide/pull/206 Lina Wolf
16:44 Revision 75f16b9f: [TASK] styleguide: Update text_21 description
Christian Kuhn
16:43 Revision 1ae137f2: [Feature] TCA tableWizard options example for type=textTable (#205)
Lina Wolf
16:20 Revision 807822c6: [FEATURE] styleguide: Add TCA type=slug examples
https://github.com/TYPO3-CMS/styleguide/pull/204 Lina Wolf
16:07 Revision d99bd7bc: [TASK] Slim down TBE_EDITOR
TBE_EDITOR is a precursor of the current FormEngine with a lot of unused
legacy code. Most of its functions were used...
Andreas Fernandez
14:16 Revision bede2c44: [TASK] Avoid GeneralUtility::_GET() in EXT:indexed_search
The AdministrationController in EXT:indexed_search is based
on the extbase framework. As this provides a specific req...
Oliver Bartsch
13:51 Revision 3f5328aa: [BUGFIX] Fix insufficient color contrast of reset button
Since #94046, the reset buttons, used in the EXT:beuser and
EXT:redirects modules, have an insufficient color contras...
Oliver Bartsch
13:34 Revision 1b8efb4b: [BUGFIX] Return correct source record for relations
This change addresses a flaw when resolving ancestor ids of 1:n
relationships - resolving `l10n_source` pointer alway...
Nicole Cordes
13:33 Revision c1e224d9: [BUGFIX] Return correct source record for relations
This change addresses a flaw when resolving ancestor ids of 1:n
relationships - resolving `l10n_source` pointer alway...
Nicole Cordes
13:32 Revision e5a3bb11: [BUGFIX] Return correct source record for relations
This change addresses a flaw when resolving ancestor ids of 1:n
relationships - resolving `l10n_source` pointer alway...
Nicole Cordes
12:45 Revision 9b83ac66: [TASK] Prevent superfluous filters in DataMapProcessor
For consistency in the filterNumericIds method of DataMapProcessor,
there should only be one result be returned. This...
Nicole Cordes

2021-05-04

22:25 Revision ae8060c3: [BUGFIX] Remove wrong margin in belog module filter
Resolves: #94068
Relates: #94020
Releases: master
Change-Id: I0b727c1af5e4f3b7617ea1e0e5975ccfdb69adcc
Reviewed-on: h...
Oliver Bartsch
21:23 Revision 026a5c76: [TASK] Raise typo3/testing-framework to ^6.8.2
Brings a bugfix to be more strict comparing
CSV fixtures with DB rows.
composer req --dev typo3/testing-framework:^6...
Christian Kuhn
21:18 Revision 541ca00b: [TASK] Raise typo3/testing-framework to ^6.8.2
Brings a bugfix to be more strict comparing
CSV fixtures with DB rows.
composer req --dev typo3/testing-framework:^6...
Christian Kuhn
21:15 Revision 7442764d: [BUGFIX] Avoid overwriting goToModule in top frame
In case the TYPO3 backend is loaded inside the content frame,
which is a result of a programming error, the inner bac...
Benjamin Franzke
20:23 Revision aea5020a: [TASK] Remove duplicate css for the btn class
This removes all parts in the button component which are exactly the
same as in bootstrap.
Resolves: #94046
Releases...
Nikita Hovratov
20:11 Revision d7088b0b: [TASK] Merge functional test stages for nightly run
There is no valid reason anymore to separate functional
test stages into 2 runs, so they get merged again.
Resolves:...
Anja Leichsenring
19:55 Revision fd8bbf67: [TASK] Merge functional test stages for nightly run
There is no valid reason anymore to separate functional
test stages into 2 runs, so they get merged again.
Resolves:...
Anja Leichsenring
19:54 Revision b70908ec: [TASK] gitlab-ci: PHP 8.0 unit test nightlies min/max
Needs a phpdocumentor/type-resolver raise:
composer req phpdocumentor/type-resolver:^1.4
Change-Id: Iffecb88d34a4c04...
Christian Kuhn
19:38 Revision 7931566e: [TASK] Center text in infobox vertically
In case an infobox has an icon but no title and the text is just one
line, the text is now vertically centered.
Also...
Nikita Hovratov
18:36 Revision 05ecd5b0: [TASK] Enable phpstan parameter checkPhpDocMethodSignatures
Resolves: #94059
Releases: master
Change-Id: I9687dddef9889d79359e64987e8886a305d3149f
Reviewed-on: https://review.ty...
Daniel Goerz
17:58 Revision 7334b3ef: [TASK] Add support for PHP-CS-Fixer 3.0
This change raises the dev dependency PHP-CS-Fixer
to 2.19 (forward-compatible to 3.0) and 3.0,
allowing to run PHP-C...
Benni Mack
17:57 Revision 0c2897d1: [TASK] gitlab-ci: PHP 8.0 functional nightlies with mariadb 10.5
Next to pre-merge test suite, nightlies now especially run
the composer min/max functionals with PHP8. Using mariadb
...
Christian Kuhn
17:24 Revision ddcf8b4f: [TASK] Streamline namespaces in felogin
The namespace of "felogin" was partially changed to
\TYPO3\CMS\FrontendLogin with #84262, but was kept
with \TYPO3\CM...
Benjamin Franzke
16:39 Revision d16bf8a7: [BUGFIX] Use Address::create instead of new
The usage of Address::create instead of a plain new ensures
compatibility with all Symfony releases. Since Symfony 5....
Simon Gilli
15:32 Revision 81288cdf: [TASK] Add support for PHP-CS-Fixer 3.0
This change raises the dev dependency PHP-CS-Fixer
to 2.19 (forward-compatible to 3.0) and 3.0,
allowing to run PHP-C...
Benni Mack
15:24 Revision 06a66464: [BUGFIX] Type check extbase parameter for array
If an argument on a plugin namespace is not an array,
Extbase failed hard with an type error exception.
Resolves: #9...
Remo H.
15:22 Revision 709127c2: [BUGFIX] Ensure MountPoint parameter contains valid characters
When using ?MP=12-13,345-673 some could also add a
letter or a "/" symbol in the GET parameter, effectively
showing a...
Benni Mack
15:17 Revision 58e4cebc: [BUGFIX] Remove deprecated reflection API usage
PHP 8 deprecated a number of very old bits of the Reflection API. This
patch updates ClassSchema to use the newer equ...
Larry Garfield
14:52 Revision 07c761c0: [BUGFIX] Handle workspace overlays in AbstractItemProvider
The AbstractItemProvider method for fetching records
from `foreign_table`, e.g. used in selectSingle types,
missed pr...
Oliver Bartsch
13:50 Revision 3720fb09: [BUGFIX] Remove deprecated reflection API usage
PHP 8 deprecated a number of very old bits of the Reflection API. This
patch updates ClassSchema to use the newer equ...
Larry Garfield
13:49 Revision 7c43c5a1: [BUGFIX] Testing: COMPOSER_ROOT_VERSION for v10 and v9
With shallow cloning as done by gitlab-ci, composer
needs a hint which version a branch is derived from.
The patch se...
Christian Kuhn
13:34 Revision d8592f5d: [BUGFIX] Type check extbase parameter for array
If an argument on a plugin namespace is not an array,
Extbase failed hard with an type error exception.
Resolves: #9...
Remo H.
13:19 Revision bb07a887: [BUGFIX] Avoid exception when trying to download a non-existing file
This patch fixes a regression introduced by change
https://review.typo3.org/c/Packages/TYPO3.CMS/+/65126 which lead t...
Stephan Großberndt
13:18 Revision 17737400: [BUGFIX] Avoid exception when trying to download a non-existing file
This patch fixes a regression introduced by change
https://review.typo3.org/c/Packages/TYPO3.CMS/+/65126 which lead t...
Stephan Großberndt
13:18 Revision c71a6d30: [BUGFIX] Use grid-gutter-width variable for margin
This fixes the alignment of the rows in the doc header and
the size of horizontal lines in dropdowns.
Replace the ha...
Nikita Hovratov
13:13 Revision 3bfce7d5: [BUGFIX] Testing: COMPOSER_ROOT_VERSION for v10 and v9
With shallow cloning as done by gitlab-ci, composer
needs a hint which version a branch is derived from.
The patch se...
Christian Kuhn
11:57 Revision 74dce1f4: [BUGFIX] Type check extbase parameter for array
If an argument on a plugin namespace is not an array,
Extbase failed hard with an type error exception.
Resolves: #9...
Remo H.
10:11 Revision 55054cee: [BUGFIX] Multiple languages in the update command
If a TYPO3 integrator creates the scheduler command
language:update and defines multiple languages,
e.g. de fr pt, th...
Guido Schmechel
09:58 Revision 0a37044c: [BUGFIX] Multiple languages in the update command
If a TYPO3 integrator creates the scheduler command
language:update and defines multiple languages,
e.g. de fr pt, th...
Guido Schmechel
09:54 Revision 9f617dc0: [BUGFIX] Ensure MountPoint parameter contains valid characters
When using ?MP=12-13,345-673 some could also add a
letter or a "/" symbol in the GET parameter, effectively
showing a...
Benni Mack
09:52 Revision 797cc100: [TASK] Unify backend filter styling
Improves the overall look and feel of the filters in
various backend modules, thanks to the new bootstrap v5
grid. We...
Oliver Bartsch
08:57 Revision 978d2cf0: [TASK] Set TYPO3 version to 11.3.0-dev
Change-Id: Ib8345499805813806ead6c0068fb0db6834b8f34
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/689...
Oliver Hader
07:37 Revision df8ef072: [RELEASE] Release of TYPO3 11.2.0
Change-Id: If9e35910fbf5556a93557ae17c2f3dba23748080
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/689...
Benni Mack
05:51 Revision e441096b: [BUGFIX] Make LanguagePackCommand schedulable
Due to a regression the LanguagePackCommand wasn't schedulable.
The command registration is now extended to re-add th...
Guido Schmechel

2021-05-03

19:07 Revision 24264f8d: [BUGFIX] Keep session object in sync with session storage values
Ensure that changes done to session records in the respective backends
are updated by building a new session object, ...
Markus Klein
17:21 Revision 7702d648: [TASK] Move Changelog files into 11.2 folder for upcoming release
Resolves: #94038
Releases: master
Change-Id: Iff2a240929531c69fcd4f833efb3f673b7737405
Reviewed-on: https://review.ty...
Anja Leichsenring
16:54 Revision bf86b695: [BUGFIX] Fix MultiStepWizard functionality
The MultiStepWizard has some obvious programming errors, which
surprisingly didn't cause any problems in TYPO3 v10. I...
Nikita Hovratov
16:33 Revision 6a6b7998: [BUGFIX] Use Address::create instead of new
The usage of Address::create instead of a plain new ensures
compatibility with all Symfony releases. Since Symfony 5....
Simon Gilli
10:47 Revision 405fced3: [BUGFIX] Remove hardcoded click title mode
With the change https://review.typo3.org/c/Packages/TYPO3.CMS/+/66237
an accidental hard-coded clickTitleMode got add...
Benni Mack
08:15 Revision 8ad66195: [BUGFIX] Handle workspace overlays in AbstractItemProvider
The AbstractItemProvider method for fetching records
from `foreign_table`, e.g. used in selectSingle types,
missed pr...
Oliver Bartsch
08:01 Revision 7ac07a72: [TASK] Use correct html element for actions in RecordList
Differentiate between tags 'a' and 'button' in the record list.
An a-tag opens a page, a button triggers an action.
...
Georg Ringer

2021-05-02

10:25 Revision 0b0fac11: [BUGFIX] Fix csh popover position
This fixes the popover position after clicking on a csh link.
Side note:
The popover loads in two steps: First it sh...
Nikita Hovratov

2021-05-01

19:27 Revision 87547281: [BUGFIX] Prevent currentSubScript re-assignment for secondary modules
With the history-synchronization introduced in #93988,
window.currentSubScript has been unconditionally overwritten
a...
Benjamin Franzke
18:20 Revision 09b5d89e: [DOCS] Add documentation for system extension adminpanel
This change should allow users to:
* Discover the extension via docs.typo3.org
* Allow different target groups like...
Felicity Brand
17:50 Revision 67e83826: [DOCS] Add documentation for system extension adminpanel
This change should allow users to:
* Discover the extension via docs.typo3.org
* Allow different target groups like...
Felicity Brand
17:44 Revision ed4f3885: [TASK] Remove unused properties from EditDocumentController
The values "_serialNumber", "_scrollPosition", "viewId_addParams"
are hidden form fields that are relics from TYPO3 C...
Christian Kuhn
17:26 Revision 05fafa97: [BUGFIX] Streamline CSS after Bootstrap 5 update
Some very old code is removed in CSS definitions back from TYPO3 v7 (where
we had <img> tags).
In addition, some mor...
Benni Mack
16:34 Revision 70619f65: [TASK] gitlab-ci: Drop notify stage
gerrit voting and slack nightly reporting is now done
with a gitlab webhook instead of a CI stage.
Change-Id: I6498c...
Christian Kuhn
16:34 Revision d2beb364: [TASK] gitlab-ci: Drop notify stage
gerrit voting and slack nightly reporting is now done
with a gitlab webhook instead of a CI stage.
Change-Id: I6498c...
Christian Kuhn
16:33 Revision aabc2ac8: [TASK] gitlab-ci: Drop notify stage
gerrit voting and slack nightly reporting is now done
with a gitlab webhook instead of a CI stage.
Change-Id: I6498c...
Christian Kuhn
13:48 Revision 62c19565: [TASK] Introduce composer manifest checks
The extension manager now provides a new module,
which allows an integrator to display all available
extensions with ...
Jochen Roth
13:26 Revision ce34dbd7: [TASK] Introduce composer manifest checks
The extension manager now provides a new module,
which allows an integrator to display all available
extensions with ...
Jochen Roth
12:00 Revision 9eb99e1e: [BUGFIX] Apply TCAdefaults to DataHandler if FormEngine was not used before
If TCAdefaults.pages.categories = 4 is used in userTSconfig, and a new
page is created via Drag&Drop or via "Create M...
Benni Mack
12:00 Revision c0e99719: [FEATURE] Add decoding attribute to images
This change adds the decoding attribute to images. For better rendering
performance the default value is set to "asyn...
Chris Müller
11:45 Revision 10bcd26c: [BUGFIX] Apply TCAdefaults to DataHandler if FormEngine was not used before
If TCAdefaults.pages.categories = 4 is used in userTSconfig, and a new
page is created via Drag&Drop or via "Create M...
Benni Mack
11:35 Revision 0a8effb1: [TASK] Deprecate Extbase EnvironmentService
EnvironmentService is an API class for constant TYPO3_MODE,
which has been deprecated with v11. Core API class
Applic...
Alexander Schnitzler
11:05 Revision 7953e777: [TASK] gitlab-ci: Reduce job timeout
Jobs are sometimes stuck, for instance when they run
into infinite loops. With the default job timeout of
one hour an...
Christian Kuhn
10:25 Revision 17612545: [TASK] gitlab-ci: Reduce job timeout
Jobs are sometimes stuck, for instance when they run
into infinite loops. With the default job timeout of
one hour an...
Christian Kuhn
10:12 Revision a7d46bc3: [TASK] gitlab-ci: Reduce job timeout
Jobs are sometimes stuck, for instance when they run
into infinite loops. With the default job timeout of
one hour an...
Christian Kuhn

2021-04-30

16:22 Revision de74be87: [FEATURE] Introduce backend module web component router
A custom Lit-based web componenent router is added which
reflects module URLs into the browser adress bar and
at the ...
Benjamin Franzke
14:39 Revision d9c10375: [TASK] Simplify ext:beuser moduleData handling
* Store an array in uc instead of serialized objects
* PHP 7.4 strictness in some classes
* Simplified inheritance ch...
Christian Kuhn
11:06 Revision 25a010a3: [BUGFIX] Add active class to correct element in EXT:workspaces
The tablist inside the element information modal
in the workspaces module did not longer set the
active state on the ...
Oliver Bartsch
10:32 Revision 325176b3: [BUGFIX] Resolve WS overlays in Extbase JOIN queries properly
When having JOINs in SQL selects, which typically happens
when a MM property is resolved via Extbase's ORM, versionOL...
Benni Mack
10:30 Revision d608b64c: [BUGFIX] Resolve WS overlays in Extbase JOIN queries properly
When having JOINs in SQL selects, which typically happens
when a MM property is resolved via Extbase's ORM, versionOL...
Benni Mack
10:03 Revision fc6bf1f5: [TASK] Remove clearable related wrap from MFA providers
The input field of both, TOTP and recovery codes,
was wrapped into a container having `form-control`
and `form-contro...
Oliver Bartsch
09:49 Revision 9e54fcff: [TASK] Pin fluid standalone dependency to ^2.6.10
Various parts of TYPO3 Core are not ready yet
to be used with Fluid Engine 3.0-dev, which
people might accidentally i...
Benni Mack
09:12 Revision 4ed1c061: [TASK] Pin fluid standalone dependency to ^2.6.10
Various parts of TYPO3 Core are not ready yet
to be used with Fluid Engine 3.0-dev, which
people might accidentally i...
Benni Mack

2021-04-29

22:54 Revision f9b8eb24: [DOCS] form: Add {__currentTimestamp} to ApiReference
Add a usage of {__currentTimestamp} to the example in
the ApiReference.
The feature has been added at a later point ...
Markus Klein
22:37 Revision d2372eeb: [BUGFIX] Fix InvalidEnumerationValueException in workspaces
Since there is no guard clause, dealing with
non workspace aware records, it's possible
that `t3ver_state` is not set...
Oliver Bartsch
22:25 Revision 29415530: [DOCS] form: Add {__currentTimestamp} to ApiReference
Add a usage of {__currentTimestamp} to the example in
the ApiReference.
The feature has been added at a later point ...
Markus Klein
22:21 Revision 5055da78: [BUGFIX] Fix InvalidEnumerationValueException in workspaces
Since there is no guard clause, dealing with
non workspace aware records, it's possible
that `t3ver_state` is not set...
Oliver Bartsch
21:09 Revision 4b30886c: [TASK] Avoid ObjectManager->get() in ext:irre_tutorial
Releases: master
Resolves: #94022
Related: #90803
Change-Id: If030a4cb6a1015e618f0968dab693ccd4c54640f
Reviewed-on: h...
Christian Kuhn
19:54 Revision 8074202d: [BUGFIX] Respect default values in TcaGroup
RelationHandler cannot handle vanilla uids, pass 0 instead to correctly parse defVals for MM-relations in TCA type=gr... Maik no-lastname-given
19:37 Revision 80462e07: [BUGFIX] Respect default values in TcaGroup
RelationHandler cannot handle vanilla uids, pass 0 instead to correctly parse defVals for MM-relations in TCA type=gr... Maik no-lastname-given
19:23 Revision 51baaa88: [BUGFIX] Respect default values in TcaGroup
RelationHandler cannot handle vanilla uids, pass 0 instead to correctly parse defVals for MM-relations in TCA type=gr... Maik no-lastname-given
18:04 Revision ce98ca08: [BUGFIX] Restore workspace filter in Belog module
The `workspacesExtensionLoaded` variable is
removed from the Template, since it is never set
and therefore always equ...
Oliver Bartsch
17:29 Revision f2ba87f9: [BUGFIX] Fix and clean up EXT:belog module
Fixes
=====
* Fix DateTimePicker by adding the correct format
as required since updating to flatpickr in #91606
* ...
Oliver Bartsch
14:55 Revision 08293c51: [TASK] Add ContainerInterface->get() to dynamicReturnTypeMeta.json
Even though ContainerInterface->get() can return 'mixed', it
returns 'object|null' with our symfony DI based implemen...
Christian Kuhn
14:46 Revision 5594b676: [TASK] styleguide: Avoid a ObjectManager->get() call
Christian Kuhn
14:25 Revision 6aab4a70: [TASK] Add ContainerInterface->get() to dynamicReturnTypeMeta.json
Even though ContainerInterface->get() can return 'mixed', it
returns 'object|null' with our symfony DI based implemen...
Christian Kuhn
14:22 Revision 76ff458a: [BUGFIX] Use proper implementation class for PagePositionMap
The PagePositionMap uses the ElementBrowserPageTreeView
which is a specific implementation for the Element Browser (n...
Benni Mack
14:16 Revision 74fb3410: [BUGFIX] Use correct route path for submodule request
The path for the Belog module changed in v11 and does
now contain the `/module` prefix. Since it's obviously
never a ...
Oliver Bartsch
14:12 Revision 78cf0e6c: [BUGFIX] Restore workspace filter in Belog module
The `workspacesExtensionLoaded` variable is
removed from the Template, since it is never set
and therefore always equ...
Oliver Bartsch
11:31 Revision 20a8ab0a: [TASK] Shorten GeneralUtility::_GP() with PHP 7 syntax
Resolves: #93996
Releases: master
Change-Id: I1071d8aa69e92beb4ff8ee12e4c75535a11bb8af
Reviewed-on: https://review.ty...
Larry Garfield
10:37 Revision 0eaa1918: [BUGFIX] Return expected value on GU::writeFileToTypo3tempDir success
When TYPO3 is in composer mode (var is outside public path),
GeneralUtility::writeFileToTypo3tempDir now returns NULL...
Riny van Tiggelen
09:44 Revision a0bcdc25: [BUGFIX] Return expected value on GU::writeFileToTypo3tempDir success
When TYPO3 is in composer mode (var is outside public path),
GeneralUtility::writeFileToTypo3tempDir now returns NULL...
Riny van Tiggelen
08:45 Revision cb84b46c: [TASK] Remove unused class properties
Additionally, add a missing @param to the PHPDoc.
Resolves: #94014
Releases: master
Change-Id: I1deafe6ddd07c0a1881c...
Oliver Bartsch
08:43 Revision e5aa6f88: [TASK] Avoid ObjectManager->get() in EXT:indexed_search
Resolves: #94012
Related: #90803
Releases: master
Change-Id: I64d84f9b31ba250e95090b67e3ae9542cff6e719
Reviewed-on: h...
Oliver Bartsch
07:32 Revision 2358982e: [TASK] Avoid ObjectManager->get() in ext:extensionmanager
Change-Id: If5228b848dabd67615ee4ecdb3ebcd5c1f75421e
Resolves: #94010
Related: #90803
Releases: master
Reviewed-on: h...
Christian Kuhn

2021-04-28

23:43 Revision 17df6b72: [BUGFIX] Do not download artifacts in gitlab voting stage
By default, gitlab passes all artifacts from previous
stages to each job. Thus, the negative-vote job was not
execute...
Christian Kuhn
23:43 Revision d459f316: [BUGFIX] Do not download artifacts in gitlab voting stage
By default, gitlab passes all artifacts from previous
stages to each job. Thus, the negative-vote job was not
execute...
Christian Kuhn
23:27 Revision 806b7a4b: [BUGFIX] Do not download artifacts in gitlab voting stage
By default, gitlab passes all artifacts from previous
stages to each job. Thus, the negative-vote job was not
execute...
Christian Kuhn
23:21 Revision a68aceaf: [TASK] Simplify hierarchy logic within AbstractTreeView subclasses
This change simplifies the ExportPageTreeView to extend
from AbstractTreeView directly, making the intermediate subcl...
Benni Mack
18:52 Revision cf235e0c: [TASK] Avoid objectManager->get() in functional tests
To further phase out extbase ObjectManager, the
functional tests now use container->get() to set
up tests.
Some fixtu...
Alexander Schnitzler
13:16 Revision 2a60beb1: [BUGFIX] Allow "copy" action even if the user does not have "edit" permission
If the user does not have "edit" permission, she will not be able to see
the "Copy" action in the content menu. Since...
Dmitry Dulepov
12:39 Revision 76a2c6ec: [BUGFIX] Allow "copy" action even if the user does not have "edit" permission
If the user does not have "edit" permission, she will not be able to see
the "Copy" action in the content menu. Since...
Dmitry Dulepov
11:56 Revision 358e8c2a: [BUGFIX] Allow "copy" action even if the user does not have "edit" permission
If the user does not have "edit" persmission, she will not be able to see
the "Copy" action in the content menu. Sinc...
Dmitry Dulepov
08:51 Revision 45fa3418: [BUGFIX] Remove superfluous data attributes in ElementBrowser/LinkPicker
Various logic can be simplified within the ElementBrowser / LinkPicker
code base, where unused properties are handed ...
Benni Mack
08:29 Revision 1ce14644: [BUGFIX] Properly trigger `change` event in LinkBrowser
With #93975 the LinkBrowser was not able to write back a selected page to
FormEngine. The reason is that the input fi...
Andreas Fernandez
07:05 Revision da0e6898: [BUGFIX] Fixed @return annotation
current() returns FALSE if array is empty or internal array pointer is
beyond the end.
Without this change, this cur...
Rico Sonntag
 

Also available in: Atom