Project

General

Profile

Activity

From 2023-05-30 to 2023-06-28

2023-06-28

07:25 Revision 30f14583: [BUGFIX] Re-allow guzzlehttp/promises v1
The update to only allow guzzlehttp/promises has been breaking to
external extensions and their dependencies. Only al...
Dennis Prinse
07:25 Revision 3f0e2262: [BUGFIX] Re-allow guzzlehttp/promises v1
The update to only allow guzzlehttp/promises has been breaking to
external extensions and their dependencies. Only al...
Dennis Prinse

2023-06-27

16:37 Revision d471a55f: [BUGFIX] Harmonize site configurations "flag" setting
In the site configuration, the value is called "flag",
whereas in TypoScript or in the SiteLanguage object,
it is cal...
Benni Mack
14:48 Revision ae083040: [!!!][TASK] Connect label with element in FormEngine
A single FormEngine element (created by "element"
classes that typically extend AbstractFormElement)
takes care of th...
Christian Kuhn
12:09 Revision 3ef7ec48: [BUGFIX] Provide CSP nonce value for adminpanel assets
Resolves: #101169
Releases: main, 12.4
Change-Id: I3fc60ed9fcfa55a6368618976d5f8a1c2315039f
Reviewed-on: https://revi...
Oliver Hader
11:52 Revision 4531510e: [TASK] Connect label with element in FormEngine
A single FormEngine element (created by "element"
classes that typically extend AbstractFormElement)
takes care of th...
Christian Kuhn
11:23 Revision a28cfa49: [BUGFIX] Provide CSP nonce value for adminpanel assets
Resolves: #101169
Releases: main, 12.4
Change-Id: I3fc60ed9fcfa55a6368618976d5f8a1c2315039f
Reviewed-on: https://revi...
Oliver Hader
08:52 Revision d6f109c6: [BUGFIX] Have site settings in pageTsConfig
A broken cache handling related to site settings
in PageTsConfigFactory effectively leads to
broken access to site se...
Christian Kuhn
08:52 Revision e5cd4a30: [BUGFIX] Have site settings in pageTsConfig
A broken cache handling related to site settings
in PageTsConfigFactory effectively leads to
broken access to site se...
Christian Kuhn
08:28 Revision 541766ba: [BUGFIX] Correct multi site FE TypoScript caches
The v12 TypoScript parser has a nifty feature to
create the smallest possible amount of cache entries:
When two sys_...
Christian Kuhn
08:28 Revision 4046fde0: [BUGFIX] Correct multi site FE TypoScript caches
The v12 TypoScript parser has a nifty feature to
create the smallest possible amount of cache entries:
When two sys_...
Christian Kuhn

2023-06-26

20:24 Revision 6c15cea7: [TASK] Split the content of the installer progress bar
In order to ensure the readability of the progress bar, the previous
content has been split up. Only the percentages ...
Jasmina Ließmann
20:12 Revision 03f9d4ab: [TASK] Split the content of the installer progress bar
In order to ensure the readability of the progress bar, the previous
content has been split up. Only the percentages ...
Jasmina Ließmann
14:45 Revision bda788c0: [TASK] styleguide: TCA renderType unknown example
Christian Kuhn
14:33 Revision a5f29337: [TASK] styleguide: Add TCA user element without renderType
Christian Kuhn
13:03 Revision ae6b8e0d: [!!!][TASK] Mark PageTsBackendLayoutDataProvider as final
The class following class is marked as internal:
* \TYPO3\CMS\Backend\View\BackendLayout\PageTsBackendLayoutDataProvi...
Thomas Hohn
12:03 Revision f9f9ef46: [TASK] styleguide: Add TCA email readonly example
Christian Kuhn
11:56 Revision 74348fcc: [TASK] styleguide: Proper TCA type=email example
Christian Kuhn
11:55 Revision 0961c3ff: [TASK] styleguide: Remove invalid showitem fields in _flex TCA
https://github.com/TYPO3-CMS/styleguide/pull/401
Those fields have been relocated to a dedicated
'displaycond' table.
Christian Kuhn
11:53 Revision 84495f36: [BUGFIX] Grant inline scripts & styles via CSP in admin panel output
The admin panel uses Symfony's `HtmlDumper` to output data - which is
adding inline JavaScript and StyleSheet element...
Oliver Hader
11:29 Revision df0ca22d: [BUGFIX] Grant inline scripts & styles via CSP in admin panel output
The admin panel uses Symfony's `HtmlDumper` to output data - which is
adding inline JavaScript and StyleSheet element...
Oliver Hader
07:27 Revision 06f1f6d9: [BUGFIX] Prevent PHP warning using unsetLimit
The extbase implementation "Query" of the
QueryInterface contains a method "unsetLimit".
Calling this method really P...
Stefan Froemken
05:23 Revision cd000ec9: [BUGFIX] Add `ESCAPE` keyword for `like()` and `notLike() expressions
Values for `like` expressions should be escaping the
corresponding like wildcards ($ and _). TYPO3 core
provides a `e...
Stefan Bürk

2023-06-25

21:21 Revision 2bd6e36e: [BUGFIX] Add stdWrap to EXTBASEPLUGIN
Add a check and call stdWrap if set for EXTBASEPLUGIN
Releases: main, 12.4
Resolves: #101164
Change-Id: Ia32661dc456...
Helmut Hummel
21:07 Revision 02f3120a: [BUGFIX] Add stdWrap to EXTBASEPLUGIN
Add a check and call stdWrap if set for EXTBASEPLUGIN
Releases: main, 12.4
Resolves: #101164
Change-Id: Ia32661dc456...
Helmut Hummel
21:01 Revision 8f7bd4d9: [BUGFIX] Prevent PHP warning using unsetLimit
The extbase implemantation "Query" of the
QueryInterface contains a method "unsetLimit".
Calling this method really P...
Stefan Froemken

2023-06-23

19:50 Revision 07b3eb16: [DOCS] Enhance documentation for EXT:reactions
Resolves: #101114
Releases: main, 12.4
Change-Id: I974825bf56e22a2c8e04bbe08a8fc9adfe7ff792
Reviewed-on: https://revi...
Chris Müller
14:09 Revision b4f0ee91: [DOCS] Enhance documentation for EXT:reactions
Resolves: #101114
Releases: main, 12.4
Change-Id: I974825bf56e22a2c8e04bbe08a8fc9adfe7ff792
Reviewed-on: https://revi...
Chris Müller
08:53 Revision 0be2f5a0: [!!!][TASK] Enforce strict typing in LinktypeInterface
Enforce that all methods are strictly typed in the interface:
\TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface
Re...
Thomas Hohn

2023-06-22

19:33 Revision f036b2f6: [TASK] Simplify FormEngine PaletteAndSingleContainer
As a pre-patch to resolve #97330, we simplify the
code flow in PaletteAndSingleContainer by avoiding
the fieldSetWrap...
Christian Kuhn
19:28 Revision 5491525c: [TASK] Simplify FormEngine PaletteAndSingleContainer
As a pre-patch to resolve #97330, we simplify the
code flow in PaletteAndSingleContainer by avoiding
the fieldSetWrap...
Christian Kuhn
17:59 Revision fbe6e345: [BUGFIX] Enable client side min/max validation for type folder
While separating type folder from type group, it was forgotten to enable
client-side validation for min/max checks in...
Nikita Hovratov
17:59 Revision de53c0e2: [BUGFIX] Enable client side min/max validation for type folder
While separating type folder from type group, it was forgotten to enable
client-side validation for min/max checks in...
Nikita Hovratov
17:16 Revision 1a13adfa: [BUGFIX] Remove left over TCA noTableWrapping handling
TCA property 'noTableWrapping' for type 'user'
has been marked as deprecated with v9 already.
The v10 deprecation rem...
Christian Kuhn
17:16 Revision e7ca0f33: [BUGFIX] Remove left over TCA noTableWrapping handling
TCA property 'noTableWrapping' for type 'user'
has been marked as deprecated with v9 already.
The v10 deprecation rem...
Christian Kuhn
12:28 Revision f7035496: [BUGFIX] Declare FormEngine NodeInterface classes stateful
FormEngine classes implementing NodeInterface are DI
aware since #101103. They need to be declared stateful
(aka "sha...
Christian Kuhn
09:24 Revision d3307e02: [TASK] Trigger deprecation warnings in Repository for magic methods
Trigger deprecations for the following magic methods
in TYPO3\CMS\Extbase\Persistence\Repository:
* findBy[Property](...
Thomas Hohn
09:23 Revision 69ed5d7b: [!!!][TASK] Added setModuleData method to ShortInfoProviderInterface
Classes must implement the method setModuleData, when implementing
the \TYPO3\CMS\Adminpanel\ModuleApi\ShortInfoProvi...
Thomas Hohn
09:20 Revision c0f94c61: [!!!][TASK] Clean up extbase UriBuilder
Extbase UriBuilder now has a hard dependency to
request, the class is streamlined a bit along
the way. The current cO...
Christian Kuhn
09:00 Revision 5cf89c7d: [TASK] Remove unused method in SingleFieldContainer
The method is obsolete since refactoring
in #88182 for v10.
Resolves: #101145
Related: #88182
Change-Id: I3d4bf22858...
Christian Kuhn
08:51 Revision 68f6ab47: [TASK] Remove trigger deprecation in AbstractFormEngineAjaxController
Removed the trigger of a deprecation warning and removed 3rd argument
in class TYPO3\CMS\Backend\Controller\AbstractF...
Thomas Hohn
08:45 Revision 7884b323: [TASK] styleguide: TCA type number readonly example
https://github.com/TYPO3-CMS/styleguide/pull/400 Christian Kuhn

2023-06-21

10:27 Revision 491d6fe3: [DOCS] List PSR-14 events in workspaces documentation
Resolves: #100952
Releases: main, 12.4
Change-Id: Ia4760eb245fc007783fdbe24227f6aabe2d4b969
Reviewed-on: https://revi...
Chris Müller
10:27 Revision 5728fcc6: [DOCS] Add chapter about available PSR-14 event in EXT:lowlevel
Resolves: #100898
Related: #99717
Releases: main, 12.4
Change-Id: I08012b6ef37687cb07b835233da947ff0ffcce6c
Reviewed-...
Chris Müller
10:26 Revision 2c03b48a: [DOCS] Remove obsolete passwordValidators setting from EXT:felogin docs
Resolves: #101127
Related: #101097
Related: #97390
Related: https://github.com/TYPO3-Documentation/Changelog-To-Doc/i...
Chris Müller
10:05 Revision 9bdc7908: [DOCS] Add chapter about available PSR-14 event in EXT:lowlevel
Resolves: #100898
Related: #99717
Releases: main, 12.4
Change-Id: I08012b6ef37687cb07b835233da947ff0ffcce6c
Reviewed-...
Chris Müller
10:03 Revision 98556cf4: [DOCS] List PSR-14 events in workspaces documentation
Resolves: #100952
Releases: main, 12.4
Change-Id: Ia4760eb245fc007783fdbe24227f6aabe2d4b969
Reviewed-on: https://revi...
Chris Müller
05:16 Revision d75deb0d: [TASK] Raise `phpstan/phpstan` and friends
This change raises phpstan and related
package to the latest version. Baseline
is recreated to remove no longer match...
Stefan Bürk
05:16 Revision 3a433420: [TASK] Raise `phpstan/phpstan` and friends
This change raises phpstan and related
package to the latest version. Baseline
is recreated to remove no longer match...
Stefan Bürk
05:15 Revision 3225a96c: [TASK] Raise `phpstan/phpstan` and friends
This change raises phpstan and related
package to the latest version. Baseline
is recreated to remove no longer match...
Stefan Bürk

2023-06-20

14:43 Revision c04957af: [FEATURE] Make autocomplete selectable in the backend
Autocomplete options can already be added to input
fields in form via editing the YAML. This is
however hard or impos...
Elias Häußler
12:36 Revision 7d2a6f6b: [!!!][TASK] Clean up custom doctrine/dbal drivers
Resolves: #101126
Related: #100963
Related: #93076
Releases: main
Change-Id: I07e6e2cd1f69d5aeeb693dbe99b7ed4d82573ff...
Christian Kuhn
12:31 Revision f7f35ffa: [!!!][TASK] Remove deprecated TS in ext:felogin
Removed the following TypoScript option in ext:felogin:
* plugin.tx_felogin_login.settings.passwordValidators
Resolv...
Thomas Hohn
12:30 Revision c50c9df8: [!!!][TASK] Enforce DI aware nodes in FormEngine
This makes FormEngine DI ready:
* Activate interface methods
* Have a compiler pass to set NodeInterface classes publ...
Christian Kuhn
11:50 Revision 01739e36: [TASK] Add the new Google tracking parameter "gad" by default
Resolves: #101122
Releases: main, 12.4, 11.5
Change-Id: Ieee825ef8b8b5e66a79bc383471fc28a0486feb4
Reviewed-on: https:...
Chris Müller
11:50 Revision b9dd28e5: [TASK] Add the new Google tracking parameter "gad" by default
Resolves: #101122
Releases: main, 12.4, 11.5
Change-Id: Ieee825ef8b8b5e66a79bc383471fc28a0486feb4
Reviewed-on: https:...
Chris Müller
11:34 Revision f6dec91b: [TASK] Add the new Google tracking parameter "gad" by default
Resolves: #101122
Releases: main, 12.4, 11.5
Change-Id: Ieee825ef8b8b5e66a79bc383471fc28a0486feb4
Reviewed-on: https:...
Chris Müller
10:44 Revision 93705c29: [!!!][TASK] Resolve remaining #[ReturnTypeWillChange] attributes
Set `mixed` return types where it has been been marked
with the `#[ReturnTypeWillChange]` attribute.
Resolves: #1011...
Thomas Hohn
10:35 Revision 5e86f888: [!!!][TASK] Remove deprecated code in PageRenderer
Cleanup of PageRenderer
Resolves: #101111
Related: #100963
Related: #99170
Related: #99416
Related: #99685
Related: ...
Benni Mack
05:39 Revision aa0a70c6: [TASK] Raise `typo3fluid/fluid:2.9.2`
Ensure that a regression fix of `typo3/fluid`
is installed introduced with 2.9.0.
See: https://github.com/TYPO3/Flui...
Stefan Bürk
05:39 Revision cf487bc9: [TASK] Raise `typo3fluid/fluid:2.9.2`
Ensure that a regression fix of `typo3/fluid`
is installed introduced with 2.9.0.
See: https://github.com/TYPO3/Flui...
Stefan Bürk
05:24 Revision bfc4fda8: [BUGFIX] Reduce size of prepared statements in DatabaseIntegrityCheck
The code checking for missing relations would perform the query with all
potential missing relation uids for a given ...
Krzysztof Gutkowski
05:15 Revision 91fa2902: [BUGFIX] Reduce size of prepared statements in DatabaseIntegrityCheck
The code checking for missing relations would perform the query with all
potential missing relation uids for a given ...
Krzysztof Gutkowski

2023-06-19

12:29 Revision bf955f25: [DOCS] Remove migration section in EXT:dashboard
Resolves: #101116
Resolves: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/538
Related: #101060
Relat...
Chris Müller
11:04 Revision 7e48346f: [!!!][TASK] Remove deprecated code in PasswordChangeEvent
Removed the following public methods:
* \TYPO3\CMS\FrontendLogin\Event\PasswordChangeEvent->setAsInvalid
* \TYPO3\CMS...
Thomas Hohn
07:36 Revision 61f089a4: [TASK] Add tests for backend view module
Resolves: #100435
Releases: main, 12.4
Change-Id: Ic66c302d2dab6a2037ec949484176c28be8909a9
Reviewed-on: https://revi...
Wiktor Woźny
07:29 Revision 53111666: [!!!][TASK] Remove deprecated code related to TCEforms
Removed the following public method in class
\TYPO3\CMS\Core\Configuration\FlexForm\FlexFormTools:
* removeElementTce...
Thomas Hohn
07:27 Revision a9590118: [TASK] Add tests for backend view module
Resolves: #100435
Releases: main, 12.4
Change-Id: Ic66c302d2dab6a2037ec949484176c28be8909a9
Reviewed-on: https://revi...
Wiktor Woźny

2023-06-16

22:10 Revision 545af357: [!!!][TASK] Remove deprecated code in LocalizationUtility
Removed 4th argument ($alternativeLanguageKeys):
* \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate()
Remov...
Thomas Hohn
19:13 Revision 6f0232a8: [TASK] Create dummy FunctionalDeprecatedTest/UnitDeprecatedTest
Ensure we have 2 dummy tests so that the CI flow won't break if
a TYPO3 version has no Functional deprecated tests or...
Thomas Hohn
18:47 Revision 2469c600: [!!!][TASK] Cleanup AbstractUserAuthentication and subclasses
The following class methods are now marked as internal in
\TYPO3\CMS\Core\Authentication\AbstractUserAuthentication:
...
Thomas Hohn
11:24 Revision d7615664: [TASK] Raise typo3/cms-styleguide
A couple of UI improvements and a bugfix
to deal with v13 deprecation removals.
> composer u typo3/cms-styleguide
R...
Christian Kuhn
10:28 Revision 7eaba5de: [BUGFIX] styleguide: User1Element render() returns array
Compat with v13.
Releases: main, 12
Christian Kuhn
09:10 Revision 8dc02983: [DOCS] Correct description of pluginName in backend context
Resolves: #101101
Related: #101094
Releases: main
Change-Id: I8d25c72dbf8631fc6d1dca82e0302f3226fec87f
Reviewed-on: h...
Oliver Bartsch
09:10 Revision b7934320: [DOCS] Document removed upgrade wizards
Resolves: #101100
Related: #100963
Related: #101047
Releases: main
Change-Id: Ie95e1d8684467e07be4805f625636f028fedda...
Oliver Bartsch
09:09 Revision 52243bf5: [!!!][TASK] Require current request in FormDataCompiler
Fallback to $GLOBALS['TYPO3_REQUEST'] removed.
Resolves: #101093
Related: #100963
Related: #100577
Releases: main
Ch...
Christian Kuhn
08:25 Revision b8675f5e: [TASK] Remove unused Tooltip styles
Small oversight from the removal of the deprecation. The tooltip styles
are not used anymore and thus can be removed ...
Andreas Nedbal
07:53 Revision 9c874381: [!!!][TASK] Remove extbase ExtensionUtility::registerModule
Resolves: #101094
Related: #100963
Related: #96733
Releases: main
Change-Id: Ifa540e64d6759b1e589c52f595bf0de0eaec405...
Christian Kuhn

2023-06-15

22:42 Revision a82dcea0: [!!!][TASK] Always enable "security.backend.enforceContentSecurityPolicy" feature
TYPO3 v13.0 now has CSP enabled in the TYPO3 Backend, making it
secure not just by default but there is no way out.
...
Benni Mack
22:42 Revision 4bd7839e: [!!!][TASK] Remove TypoScript setup 'constants' TLO
Removes the "###" based substitution in
TypoScript parseFunc based on "constants = 1"
and "constants" setup top-level...
Christian Kuhn
22:26 Revision fa82feaa: [TASK] Make "Show sys_log entries" non-schedulable
The command "Show entries from sys_log database" (syslog:list)
should not be schedulable because it is an output only...
Sybille Peters
22:20 Revision 1c64f0f9: [!!!][TASK] Require second argument on FormDataCompiler->compile
Remove custom constructor and require second
argument on FormDataCompiler->compile() instead.
This makes FormDataComp...
Christian Kuhn
22:15 Revision 3b4e1900: [!!!][TASK] Remove deprecated code ExtensionManagementUtility
Removed public static methods in class
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility:
* addModule
* insertModul...
Thomas Hohn
22:15 Revision dd7c8230: [TASK] Make "Show sys_log entries" non-schedulable
The command "Show entries from sys_log database" (syslog:list)
should not be schedulable because it is an output only...
Sybille Peters
21:54 Revision 5bd3ba44: [!!!][TASK] Remove deprecated SoftHyphen CKEditor plugin
Resolves: #101076
Related: #100963
Related: #99454
Releases: main
Change-Id: If208af61228fa5fb71c8233d9795571669a656c...
Andreas Nedbal
20:05 Revision 1df5bd1f: [!!!][TASK] Remove deprecated 'requireJsModules'
Removed the following public methods:
* \TYPO3\CMS\Core\Page\JavaScriptModuleInstruction->shallLoadRequireJs
* \TYPO3...
Thomas Hohn
15:11 Revision 7dd8121a: [!!!][TASK] Remove obsolete class UserFileMountService
Removed the following public class:
* \TYPO3\CMS\Core\Resource\Service\UserFileMountService
Resolves: #101086
Relate...
Thomas Hohn
13:24 Revision c56b1be2: [!!!][TASK] Remove deprecated code in BackendUtility
Removed the following public methods in the class
\TYPO3\CMS\Backend\Utility\BackendUtility
* getClickMenuOnIconTagPa...
Thomas Hohn
12:32 Revision 66003130: [BUGFIX] Force correct type in ActionViewHelpers
Add several type casts to avoid notices.
Resolves: #100338
Releases: main, 12.4, 11.5
Change-Id: Id9185a0f8f33161677...
Georg Ringer
12:31 Revision a25e48c8: [BUGFIX] Force correct type in ActionViewHelpers
Add several type casts to avoid notices.
Resolves: #100338
Releases: main, 12.4, 11.5
Change-Id: Id9185a0f8f33161677...
Georg Ringer
12:02 Revision 7cac1565: [BUGFIX] Avoid dirty `SilentConfigurationUpgradeServiceTest` test setup
With #100407 the `SilentConfigurationUpgradeServiceTest` has been
promoted from a unit test to a functional test to a...
Stefan Bürk
10:55 Revision d8106e45: [!!!][TASK] Remove workaround to make f:format.html work in BE context
Remove hacky workaround of loading TSFE into the BE context. An
exception is now thrown, if this ViewHelper is invoke...
Nikita Hovratov
08:08 Revision 841f6e5c: [!!!][TASK] Remove deprecated LanguageService-related settings
Removed configuration option:
* $GLOBALS['TYPO3_CONF_VARS']['BE']['languageDebug']
Removed public property:
* TYPO3\...
Benni Mack
07:51 Revision 7d9f6190: [!!!][TASK] Remove deprecated file reference functionality
Removed class:
* TYPO3\CMS\Core\Resource\Service\UserFileInlineLabelService
Removed public method:
* TYPO3\CMS\Cor...
Stefan Bürk
07:15 Revision b7e667ef: [!!!][TASK] Remove `SiteLanguageAwareTrait` check from `AspectFactory`
Removes the obsolete check for `SiteLanguageAwareTrait`
from the `\TYPO3\CMS\Core\Routing\Aspect\AspectFactory`.
Res...
Stefan Bürk
07:14 Revision 76627451: [!!!][TASK] Remove obsolete class `MagicImageService`
Removed class:
* \TYPO3\CMS\Core\Resource\Service\MagicImageService
Resolves: #101080
Related: #100963
Related: #99...
Stefan Bürk
07:12 Revision d19937b9: [BUGFIX] Avoid dirty `SilentConfigurationUpgradeServiceTest` test setup
With #100407 the `SilentConfigurationUpgradeServiceTest` has been
promoted from a unit test to a functional test to a...
Stefan Bürk
05:36 Revision 2a68ec55: [!!!][TASK] Remove deprecated binding of `this` for selected context menu items
Resolves: #101074
Related: #100963
Related: #98168
Releases: main
Change-Id: If6f9976c311868be091805ce783acadaa5ba625...
Andreas Nedbal

2023-06-14

23:00 Revision 1ab93b4d: [!!!][TASK] Remove deprecated getParameterFromUrl() of @typo3/backend/utility
Resolves: #101073
Related: #100963
Related: #100014
Releases: main
Change-Id: Ib2e45d080345d64f133f47f2a0d71fe583c252...
Andreas Nedbal
22:54 Revision d41e8898: [DOCS] Adjust scheduler API docs to reflect new SchedulerTaskRepository
With https://review.typo3.org/c/Packages/TYPO3.CMS/+/78197 the
methods for reading and writing to the database were m...
Chris Müller
22:54 Revision 524f55f6: [DOCS] Adjust scheduler API docs to reflect new SchedulerTaskRepository
With https://review.typo3.org/c/Packages/TYPO3.CMS/+/78197 the
methods for reading and writing to the database were m...
Chris Müller
22:23 Revision b5c2ee76: [!!!][TASK] Remove legacy TreeView functionality
Removed classes:
* TYPO3\CMS\Backend\Tree\View\BrowseTreeView
* TYPO3\CMS\Backend\Tree\View\ElementBrowserPageTreeVie...
Benni Mack
22:08 Revision fd46f939: [!!!][TASK] Remove requireJS configuration from ext:dashboard
Resolves: #101071
Related: #100963
Related: #97915
Releases: main
Change-Id: Ic1e2b72afe49009e33ef6f1cd68e5301a32a244...
Christian Kuhn
22:03 Revision e97998f6: [!!!][TASK] Remove regular expression based validation in ext:form
Resolves: #101070
Related: #100963
Related: #97016
Releases: main
Change-Id: I3e8b915b2c0e8156f7611a12be3c359c028a728...
Christian Kuhn
21:54 Revision c9befef4: [!!!][TASK] Remove deprecated `CompositeExpression` methods
Removes deprecations from class
`\TYPO3\CMS\Core\Database\Query\Expression\CompositeExpression`:
* `CompositeExpress...
Stefan Bürk
21:43 Revision 12ba81a1: [!!!][TASK] Remove deprecated usage of 'scriptCall'
Resolves: #101061
Related: #100963
Related: #101054
Related: #79327
Releases: main
Change-Id: I58d1fed90c0b2aaea4c011...
Thomas Hohn
21:21 Revision d3ca2edf: [!!!][TASK] Remove deprecated context menu configuration handling
Resolves: #101066
Related: #100963
Related: #99084
Releases: main
Change-Id: If83f22baee8be3d788a62e7bd675d2567aae838...
Andreas Nedbal
21:08 Revision a470e390: [!!!][TASK] Remove deprecated code Typo3QuerySettings
Removed the following public methods in class
\TYPO3\CMS\Extbase\Persistence\Generic\Typo3QuerySettings
* setLanguage...
Thomas Hohn
20:43 Revision 6c508560: [!!!][TASK] Remove obsolete method `QueryBuilder->execute()`
Removes obsolete method:
* `\TYPO3\CMS\Core\Database\Query\QueryBuilder->execute()`
Note: Due to the fact that the ...
Stefan Bürk
19:55 Revision 268fe48e: [!!!][TASK] Remove deprecated methods from `ExpressionBuilder`
Remove class methods:
* `\TYPO3\CMS\Core\Database\Query\Expression\ExpressionBuilder->andX()`
* `\TYPO3\CMS\Core\Dat...
Stefan Bürk
19:53 Revision 87446c04: [!!!][TASK] Remove deprecated code ContextualFeedbackSeverity
Removed the following public method:
* \TYPO3\CMS\Core\Type\ContextualFeedbackSeverity::transform
Removed the follow...
Thomas Hohn
19:51 Revision 5392e84b: [!!!][TASK] Remove deprecated code from extbase type converters
Removal of code related to old way of extbase
type converter registration.
Resolves: #101057
Related: #100963
Relate...
Christian Kuhn
19:49 Revision bdfcaf0b: [!!!][TASK] Remove deprecated chart.js code from ext:hashboard
Resolves: #101060
Related: #100963
Related: #99150
Releases: main
Change-Id: Ie0672b9eefeb52ef1266630dc45eff3f8c53617...
Christian Kuhn
19:44 Revision 55f38fb1: [TASK] Remove obsolete property from TypoScriptFrontendController
Left over unused protected property from #100998
Resolves: #101063
Related: #100963
Related: #100998
Releases: main
...
Christian Kuhn
19:43 Revision 8aee98d8: [!!!][TASK] Remove deprecated CSH related code
Various code and helpers around the removed
CSH feature.
Resolves: #101058
Related: #100963
Related: #97312
Releases...
Christian Kuhn
16:22 Revision bc5af41a: [!!!][TASK] Remove deprecated usage of 'additionalJavaScriptPost'
Resolves: #101054
Related: #100963
Related: #100587
Releases: main
Change-Id: I1073620ec4012d1ac3a8f6d9dc182cc8c8de90...
Thomas Hohn
13:22 Revision 511ef9fe: [!!!][TASK] Remove request from ContentObjectRenderer->start()
Third argument $request removed.
Resolves: #101055
Related: #100963
Related: #100637
Releases: main
Change-Id: Iab2a...
Christian Kuhn
12:59 Revision 6afec585: [!!!][TASK] Remove deprecated code from ExpressionLanguage
- ip() function throws exception if there is no request, can
no longer use request related conditions in UserTsConf...
Christian Kuhn
12:25 Revision 38b79f5a: [BUGFIX] Handle CSP nonce values having uncached items
When having uncached items (COA_INT, USER_INT) during the
frontend rendering process, the PageRenderer state will be
...
Oliver Hader
12:24 Revision 6fb11769: [!!!][TASK] Remove deprecated code in UserSessionManager
Removed public methods:
* \TYPO3\CMS\Core\Session\UserSessionManager->
createFromGlobalCookieOrAnonymous
Resolves:...
Thomas Hohn
12:23 Revision 75940341: [BUGFIX] DatabaseUpdatedPrerequisite returns correct ensure-state
The `ensure` method must return true,
if all operations were successful.
This is the case if all database
operations...
Alexander Opitz
12:23 Revision 554b0bd7: [BUGFIX] DatabaseUpdatedPrerequisite returns correct ensure-state
The `ensure` method must return true,
if all operations were successful.
This is the case if all database
operations...
Alexander Opitz
12:23 Revision 22d9db30: [BUGFIX] DatabaseUpdatedPrerequisite returns correct ensure-state
The `ensure` method must return true,
if all operations were successful.
This is the case if all database
operations...
Alexander Opitz
12:21 Revision 84a10ba3: [BUGFIX] Handle CSP nonce values having uncached items
When having uncached items (COA_INT, USER_INT) during the
frontend rendering process, the PageRenderer state will be
...
Oliver Hader
12:14 Revision 96b20922: [DOCS] Correct wrong code sample in CheckboxViewHelper sample
Add multiple="1" to fluid VH.
Releases: main, 12.4, 11.5
Resolves: #101029
Change-Id: I3e9b70e39c67dc776cb4dc3ff57c2...
Florian Rival
12:13 Revision 6d77218b: [DOCS] Correct wrong code sample in CheckboxViewHelper sample
Add multiple="1" to fluid VH.
Releases: main, 12.4, 11.5
Resolves: #101029
Change-Id: I3e9b70e39c67dc776cb4dc3ff57c2...
Florian Rival
12:11 Revision e17897fc: [!!!][TASK] Remove deprecated RecordListGetTableHookInterface
Resolves: #101052
Related: #100963
Related: #98490
Releases: main
Change-Id: I27dc2da34f9fa7dde6e2bded8757df754f801b0...
Oliver Bartsch
12:10 Revision 5c9495fa: [!!!][TASK] Remove deprecated Tooltip JavaScript module
Resolves: #101044
Related: #100963
Related: #99811
Releases: main
Change-Id: I949e0eed0b3ee61479269e7c79f8d6a9497ad1f...
Andreas Nedbal
11:56 Revision 838dff25: [DOCS] Correct wrong code sample in CheckboxViewHelper sample
Add multiple="1" to fluid VH.
Releases: main, 12.4, 11.5
Resolves: #101029
Change-Id: I3e9b70e39c67dc776cb4dc3ff57c2...
Florian Rival
11:52 Revision 700c5672: [!!!][TASK] Remove deprecated class RequireJsController
Removed the following public class:
* \TYPO3\CMS\Core\Controller\RequireJsController
Resolves: #101051
Related: #100...
Thomas Hohn
11:26 Revision 7c346d40: [!!!][TASK] Remove outdated upgrade wizards
This removes all upgrade wizards,
which were added with 11 LTS and also adds a @since
annotation to all remaining wiz...
Oliver Bartsch
11:09 Revision 89076af4: [!!!][TASK] Remove registration of upgrade wizards via $GLOBALS
Resolves: #101047
Related: #100963
Related: #99586
Releases: main
Change-Id: I7f0c5c69aefc23eb0b069598e154419b5315538...
Oliver Bartsch
11:08 Revision c9066d43: [!!!][TASK] Remove deprecated code in PageRepository
Removed interfaces:
* `\TYPO3\CMS\Core\Domain\Repository\PageRepositoryGetPageOverlayHookInterface`
* `\TYPO3\CMS\Cor...
Benni Mack
11:06 Revision f1080cb6: [!!!][TASK] Remove deprecated code in extbase ConfigurationManager
Resolves: #101031
Related: #100963
Related: #100662
Related: #99417
Releases: main
Change-Id: I0540ba27ac6cd0fad7a1f4...
Christian Kuhn
10:23 Revision ed4de185: [!!!][TASK] Remove scheduler-related deprecated code
Resolves: #101040
Related: #100963
Related: #100247
Releases: main
Change-Id: Ifbdeb04f89e9f74cf07bb0c4f1e9b5511d0a02...
Benni Mack
10:21 Revision 26ebe0fb: [BUGFIX] Remove superfluous closing parenthesis in docs
Releases: main, 12.4
Resolves: #101046
Change-Id: Ic5ec5d836107051a681c94452cee4719f64dd885
Reviewed-on: https://revi...
haraldwitt
10:02 Revision 8d6d4f16: [BUGFIX] Remove superfluous closing parenthesis in docs
Releases: main, 12.4
Resolves: #101046
Change-Id: Ic5ec5d836107051a681c94452cee4719f64dd885
Reviewed-on: https://revi...
haraldwitt
07:59 Revision 5b3d53dd: [!!!][TASK] Remove deprecated SilentSiteLanguageFlagMigration
Removed silent migration:
* \TYPO3\CMS\Backend\EventListener\SilentSiteLanguageFlagMigration
Resolves: #101042
Relat...
Thomas Hohn
07:10 Revision 97063047: [!!!][TASK] Remove GeneralUtility::intExplode fourth parameter $limit
Resolves: #101033
Related: #99900
Related: #100963
Releases: main
Change-Id: I6376ff87a641496ebabcdd76a485f5dbc94c1b7...
Nikita Hovratov

2023-06-13

22:06 Revision 92b30da9: [!!!][TASK] Remove deprecation createVersionNumberedFilename accepting a string
Resolves: #101036
Related: #100963
Related: #99810
Releases: main
Change-Id: I3649573f29a5e333e388998fe38e2e274d986e8...
Thomas Hohn
21:00 Revision ac6871f2: [!!!][TASK] Remove deprecated hooks in UserAuthentication classes
Hooks removed:
* $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['postLoginFailureProcess...
Benni Mack
16:05 Revision 1de805cc: [!!!][TASK] Remove deprecated code from StandaloneView
Resolves: #101034
Related: #100963
Related: #98371
Releases: main
Change-Id: I31b7f3b3444bbb7709ec60518c5b866df4b5adf...
Christian Kuhn
14:41 Revision 16aa9731: [!!!][TASK] Remove deprecated constant TYPO3_mainDir
Removed PHP constant:
* TYPO3_mainDir
Resolves: #101032
Related: #100963
Related: #98283
Releases: main
Change-Id: I...
Thomas Hohn
14:21 Revision c4598b2e: [!!!][TASK] Removed deprecated ext_icon.* as extension icons
Resolves: #101027
Related: #100963
Related: #98093
Releases: main
Change-Id: I461e0a71241918379805be71763adf3280c6509...
Oliver Bartsch
14:14 Revision a9f4fd0a: [!!!][TASK] Remove deprecated code in DebugUtility
Removed public methods:
* \TYPO3\CMS\Core\Utility\DebugUtility::debugRows
* \TYPO3\CMS\Core\Utility\DebugUtility::pri...
Thomas Hohn
14:07 Revision 19544ba4: [!!!][TASK] Remove class aliases in ext:backend
Resolves: #101022
Related: #100963
Related: #99958
Related: #97271
Related: #97232
Related: #99861
Related: #98443
Re...
Christian Kuhn
14:07 Revision c5140071: [!!!][TASK] Remove ext:dashboard dashboard.views.widget DI
Resolves: #101026
Related: #100963
Related: #96812
Releases: main
Change-Id: Ic374fc541b0605317b10bf2d6cde6f466a0d88c...
Christian Kuhn
13:40 Revision 608a0eaa: [!!!][TASK] Removed deprecated modifyBlindedConfigurationOptions hook
Resolves: #101028
Related: #100963
Related: #99717
Releases: main
Change-Id: I2a2c64562ce57135824d2c7ffc54a707397016a...
Oliver Bartsch
13:36 Revision 42921f72: [!!!][TASK] Remove $GLOBALS[TBE_STYLES]
One of the last pieces of legacy / ext_tables.php
is now gone.
$GLOBALS['TBE_STYLES'] is now never used or mentioned...
Benni Mack
13:23 Revision d69e752b: [!!!][TASK] Remove deprecated code in BackendUtility
Removed public methods:
* \TYPO3\CMS\Backend\Utility\BackendUtility::getRecordToolTip
Resolves: #101025
Related: #10...
Thomas Hohn
12:49 Revision 2ccae270: [!!!][TASK] Remove deprecated ResourceUtility
The core utility class ResourceUtility is a leftover from
an old FAL implementation. In a refactoring in TYPO3 v7 thi...
Nikita Hovratov
11:56 Revision c1b76b07: [!!!][TASK] Remove GU GET/POST related methods
\TYPO3\CMS\Core\Utility\GeneralUtility->_GET
\TYPO3\CMS\Core\Utility\GeneralUtility->_GP
\TYPO3\CMS\Core\Utility\Gene...
Christian Kuhn
11:34 Revision dccd9cc1: [!!!][TASK] Remove old TS condition matcher code
A second patch with condition matcher details
will follow, this one removes the old matcher
classes.
Resolves: #1010...
Christian Kuhn
11:33 Revision 63c188f6: [!!!][TASK] Removed deprecated flushByTag hook
Resolves: #101021
Related: #100963
Related: #99592
Releases: main
Change-Id: I79cf6f1c786e472ea2b8b4a0b62669c4b6eadf5...
Oliver Bartsch
11:04 Revision 447d45b2: [!!!][TASK] Remove deprecated NewContentElementWizardHookInterface
Resolves: #101014
Related: #100963
Related: #97201
Releases: main
Change-Id: I3effb26b3c775fdf03a160382d6c7d6527d95a8...
Oliver Bartsch
11:00 Revision 3e5a77a0: [!!!][TASK] Removed deprecated global color picker initialization
Resolves: #101019
Related: #100963
Related: #97271
Releases: main
Change-Id: Ib3a2966eaab0b252a8d7096c49d441b7de66f5a...
Oliver Bartsch
10:53 Revision 6a70ba25: [!!!][TASK] Remove deprecated GU::linkThisScript()
TYPO3\CMS\Core\Utility\GeneralUtility::linkThisScript
Resolves: #101018
Related: #100963
Related: #100584
Releases: ...
Christian Kuhn
10:49 Revision ff6407f9: [!!!][TASK] Remove deprecated TypoLinkCodecService class alias
Resolves: #101015
Related: #100963
Related: #97217
Releases: main
Change-Id: I501a61cabed41d94e8d7d136d86788d2c0945bb...
Oliver Bartsch
10:07 Revision aad770fd: [!!!][TASK] Remove deprecated InlineElementHookInterface
Resolves: #101016
Related: #100963
Related: #97231
Releases: main
Change-Id: I6d4ff99abca1d0bbb11de57ed56b67eb9bf431d...
Oliver Bartsch
09:58 Revision aade393b: [!!!][TASK] Remove various helper methods related to URL generation
Removed methods:
* \TYPO3\CMS\Backend\Utility\BackendUtility::getThumbnailUrl
* \TYPO3\CMS\Backend\Utility\BackendUti...
Benni Mack
09:51 Revision 500ed9c2: [!!!][TASK] Remove deprecated code in FormProtectionFactory
Removed public methods:
* \TYPO3\CMS\Core\FormProtection\FormProtectionFactory->get
* \TYPO3\CMS\Core\FormProtection\...
Thomas Hohn
09:44 Revision 390ae53a: [!!!][TASK] Remove deprecated code for cObject and Link Generation
Removed interfaces:
* TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuFilterPagesHookInterface
* TYPO3\CMS\Frontend...
Benni Mack
07:33 Revision 64a8f0ea: [TASK] Set TYPO3 version to 11.5.29-dev
Change-Id: I7ef35989884f289f0125834c2f6753b2425433c5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/792...
Benni Mack
07:33 Revision 0db21e9d: [TASK] Set TYPO3 version to 12.4.3-dev
Change-Id: I9986b69d722f7267443be79deaac6650e84cec78
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/792...
Benni Mack
06:39 Revision ad5fb114: [RELEASE] Release of TYPO3 12.4.2
Change-Id: I5776002d773ecaf3cb25e3fed990c2cd4e8f984c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/792...
Benni Mack
06:36 Revision 331c38a4: [RELEASE] Release of TYPO3 11.5.28
Change-Id: I80d63536e61e1a8912b4d7bcb03952e5d517b4df
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/792...
Benni Mack

2023-06-12

22:01 Revision 79b2a6af: [!!!][TASK] Remove deprecated TBE_MODULES related functionality
Resolves: #101007
Related: #100963
Related: #96733
Releases: main
Change-Id: Ic1ac42873708a5bef91ab994c0e6f1c30adc74f...
Oliver Bartsch
22:01 Revision 25b2105c: [!!!][TASK] Remove extbase feature toggles
Resolves: #101008
Related: #100963
Related: #100622
Releases: main
Change-Id: Ib7c9c4c812622b4792ce947d0c9e2205202b58...
Christian Kuhn
21:42 Revision dc3aeffa: [BUGFIX] Add `ESCAPE` keyword for `like()` and `notLike() expressions
Values for `like` expressions should be escaping the
corresponding like wildcards ($ and _). TYPO3 core
provides a `e...
Stefan Bürk
21:39 Revision 17923600: [!!!][TASK] Remove TCA config MM_insert_fields
Resolves: #101009
Related: #100963
Related: #100335
Releases: main
Change-Id: I6400ec35c0140ab238c895bf604048bbc642b4...
Christian Kuhn
21:35 Revision 21cdffcc: [BUGFIX] Add `ESCAPE` keyword for `like()` and `notLike() expressions
Values for `like` expressions should be escaping the
corresponding like wildcards ($ and _). TYPO3 core
provides a `e...
Stefan Bürk
20:53 Revision f79edecb: [!!!][TASK] Remove deprecated TypoScript settings
- config.spamProtectEmailAddresses = ascii
- config.xhtmlDoctype
- config.removePageCss
- plugin.*._CSS_PAGE_STYLE
- ...
Benni Mack
20:29 Revision 7c42ad6a: [!!!][TASK] Remove deprecated AbstractPlugin
\TYPO3\CMS\Frontend\Plugin\AbstractPlugin
Resolves: #101003
Related: #100963
Related: #100639
Releases: main
Change-...
Christian Kuhn
20:29 Revision 45a62371: [!!!][TASK] Remove deprecated code from ModuleTemplate
Removal of b/w code from backend view
refactorings in v12.
Resolves: #101004
Related: #100963
Related: #96903
Relate...
Christian Kuhn
15:29 Revision 607c63e9: [!!!][TASK] Remove deprecated restriction classes
Removed classes:
* BackendWorkspaceRestriction
* FrontendWorkspaceRestriction
Resolves: #101000
Related: #100963
Rel...
Thomas Hohn
15:15 Revision 1adb6995: [!!!][TASK] Remove deprecated BU template methods
* \TYPO3\CMS\Backend\Utility\BackendUtility::getDropdownMenu
* \TYPO3\CMS\Backend\Utility\BackendUtility::getFuncChec...
Christian Kuhn
15:06 Revision 13f96698: [!!!][TASK] Remove old TypoScript parser
Remove old TypoScriptParser, TemplateService
and supporting classes.
Resolves: #100998
Related: #100963
Related: #99...
Christian Kuhn
14:08 Revision d1706a55: [!!!][TASK] Remove deprecated Environment method
Removed public methods:
* Environment::getBackendPath
Resolves: #100997
Relates: #100963
Releates: #99638
Releases: ...
Thomas Hohn
09:59 Revision 1dd32322: [!!!][TASK] Remove deprecated TSFE properties and methods
Removed public properties:
* TypoScriptFrontendController->intTarget
* TypoScriptFrontendController->extTarget
* Typo...
Benni Mack
09:12 Revision 8188fe81: [BUGFIX] Avoid return type deprecation with PHP8.3 in TreeNodeCollection
PHP8.3 changed return type for `\ArrayObject::asort()`
from `bool` to `true` and will trigger a `E_DEPRECATED`
notice...
Stefan Bürk
09:08 Revision 151eff0f: [BUGFIX] Avoid return type deprecation with PHP8.3 in TreeNodeCollection
PHP8.3 changed return type for `\ArrayObject::asort()`
from `bool` to `true` and will trigger a `E_DEPRECATED`
notice...
Stefan Bürk
05:10 Revision 69e5e107: [BUGFIX] Allow sub directories for form definitions
Frontend and listing in the backend module allow form definitions within
subdirectories but editing a definition thro...
Georg Ringer
05:08 Revision cb96f89b: [BUGFIX] Allow sub directories for form definitions
Frontend and listing in the backend module allow form definitions within
subdirectories but editing a definition thro...
Georg Ringer
04:57 Revision 66d26a96: [BUGFIX] Allow sub directories for form definitions
Frontend and listing in the backend module allow form definitions within
subdirectories but editing a definition thro...
Georg Ringer

2023-06-11

22:20 Revision b680bf8e: [DOCS] Fix changelog rendering
Releases: main, 12.4, 11.5
Resolves: #100982
Change-Id: I3cfe29c8a3a3215c8a284681738b5bed152db14d
Reviewed-on: https:...
Simon Schaufelberger
22:20 Revision ce659f1c: [DOCS] Fix changelog rendering
Releases: main, 12.4, 11.5
Resolves: #100982
Change-Id: I3cfe29c8a3a3215c8a284681738b5bed152db14d
Reviewed-on: https:...
Simon Schaufelberger
22:20 Revision d1ee9d5f: [DOCS] Fix changelog rendering
Releases: main, 12.4, 11.5
Resolves: #100982
Change-Id: I3cfe29c8a3a3215c8a284681738b5bed152db14d
Reviewed-on: https:...
Simon Schaufelberger
21:57 Revision 1a7465c8: [TASK] Speed up SysLogSerializationUpdate
Speed up the SysLogSerializationUpdate migration wizard
for trivial cases like a:0:{} and a:1:{i:0;s:0:"";}.
Resolve...
Thomas Hohn
21:57 Revision 7f40b8f3: [TASK] Speed up SysLogSerializationUpdate
Speed up the SysLogSerializationUpdate migration wizard
for trivial cases like a:0:{} and a:1:{i:0;s:0:"";}.
Resolve...
Thomas Hohn
21:57 Revision 01007221: [BUGFIX] Fix minor phpstan finding in ElementInformationController
This fixes a possible call to the getReadablePath method on
InaccessibleFolder by checking, whether the instance is o...
Nikita Hovratov
21:57 Revision a0455ba3: [BUGFIX] Fix minor phpstan finding in ElementInformationController
This fixes a possible call to the getReadablePath method on
InaccessibleFolder by checking, whether the instance is o...
Nikita Hovratov
21:45 Revision c7e8e480: [TASK] Add deprecation removal main ReST file
Kickstart the deprecation removal .rst file
with boilerplate entries.
Resolves: #100963
Releases: main
Change-Id: I8...
Oliver Bartsch
21:42 Revision b0999dd7: [BUGFIX] Use correct type in DB query
A database query was executed when creating a scheduler
task which fetched all optimizable tables.
This was executed...
Sybille Peters
21:42 Revision a710f462: [BUGFIX] Use correct type in DB query
A database query was executed when creating a scheduler
task which fetched all optimizable tables.
This was executed...
Sybille Peters
21:42 Revision 63ddc79e: [BUGFIX] Use correct type in DB query
A database query was executed when creating a scheduler
task which fetched all optimizable tables.
This was executed...
Sybille Peters

2023-06-10

15:51 Revision 17f4346c: [TASK] Use dedicated cache for schema information
Using the core cache for schema information comes with
various drawbacks:
1. There is no way to flush single core ca...
Helmut Hummel
15:38 Revision f0936fe1: [TASK] Use dedicated cache for schema information
Using the core cache for schema information comes with
various drawbacks:
1. There is no way to flush single core ca...
Helmut Hummel

2023-06-09

16:21 Revision 362ffebf: [TASK] Add PHP8.3 support to `Build/Scripts/runTests.sh`
This change adds basic support for PHP8.3 to
`Build/Scripts/runTests.sh`. That is done to
get an early chance to eval...
Stefan Bürk
16:21 Revision 661bd641: [TASK] Add PHP8.3 support to `Build/Scripts/runTests.sh`
This change adds basic support for PHP8.3 to
`Build/Scripts/runTests.sh`. That is done to
get an early chance to eval...
Stefan Bürk
16:02 Revision 97c6e1ae: [TASK] Add PHP8.3 support to `Build/Scripts/runTests.sh`
This change adds basic support for PHP8.3 to
`Build/Scripts/runTests.sh`. That is done to
get an early chance to eval...
Stefan Bürk
16:02 Revision 719ab512: [BUGFIX] Use correct `typo3/cms-styleguide` for main
Branching in `typo3/cms-styleguide` have been done
some time after the core branched versions. That
led to an invalid...
Nikita Hovratov

2023-06-08

15:44 Revision f7c80f82: [BUGFIX] Use main variables in `HeaderAssets` and `FooterAssets`
Forwards the main template variables to the
`HeaderAssets` and `FooterAssets` sections.
Releases: main, 12.4
Resolve...
Johannes Sommer
15:43 Revision 58799dea: [BUGFIX] Use main variables in `HeaderAssets` and `FooterAssets`
Forwards the main template variables to the
`HeaderAssets` and `FooterAssets` sections.
Releases: main, 12.4
Resolve...
Johannes Sommer
15:40 Revision 1abdeaeb: [DOCS] Make JavaScript example lint
Releases: main
Resolves: #100875
Change-Id: Icf4f3bb92f3ab59de6a1790d3cd0925af42b5463
Reviewed-on: https://review.typ...
Lina Wolf
15:39 Revision 4230d9fb: [DOCS] Make JavaScript example lint
Releases: main
Resolves: #100875
Change-Id: Icf4f3bb92f3ab59de6a1790d3cd0925af42b5463
Reviewed-on: https://review.typ...
Lina Wolf
15:23 Revision 30031236: [TASK] styleguide: Update page 'trees'
https://github.com/TYPO3-CMS/styleguide/pull/399
- add examples for various trees used in TYPO3 CMS
- remove example...
Jasmina Ließmann
15:11 Revision 27c6914a: [BUGFIX] Prevent PHP Warning in CKEditor5Migrator
In CKEditor 4 the option "removeButtons"
can also be a comma separated list of strings.
CKEditor5Migrator now respect...
Stefan Froemken
15:11 Revision 17937d23: [BUGFIX] Prevent PHP Warning in CKEditor5Migrator
In CKEditor 4 the option "removeButtons"
can also be a comma separated list of strings.
CKEditor5Migrator now respect...
Stefan Froemken
14:26 Revision 5adecb72: [TASK] Avoid QueryBuilder::resetQueryPart() in ext:indexed_search
Doctrine 4 will no longer provide access to SQL query parts,
so we need to adjust our internal usages to cope with th...
Anja Leichsenring
14:17 Revision 3bc9d441: [TASK] Avoid QueryBuilder::resetQueryPart() in ext:backend
Doctrine 4 will no longer provide access to SQL query parts,
so we need to adjust our internal usages to cope with th...
Anja Leichsenring
14:04 Revision 92d84836: [BUGFIX] Use proper path to get size of used files in admin panel
The path of the used files must be adopted to get the file size.
Resolves: #100846
Releases: main, 12.4
Change-Id: I...
Georg Ringer
14:04 Revision 2bae8f14: [BUGFIX] Use proper path to get size of used files in admin panel
The path of the used files must be adopted to get the file size.
Resolves: #100846
Releases: main, 12.4
Change-Id: I...
Georg Ringer
13:08 Revision 06b46e26: [BUGFIX] Full page in ConditionMatcher from PageTsConfigFactory
In order for PageTSConfig conditions to work properly on all
fields of the page, the full page record needs to be han...
Nikita Hovratov
13:08 Revision 12d66ad5: [BUGFIX] Full page in ConditionMatcher from PageTsConfigFactory
In order for PageTSConfig conditions to work properly on all
fields of the page, the full page record needs to be han...
Nikita Hovratov
12:58 Revision b1b07a38: [BUGFIX] SaveToDatabaseFinisher uses parseOption to evaluate mode
If the mode is not specified in the configuration,
the default must be used.
The defaultOption can only be retrieved
...
Markus Klein
12:58 Revision 65a47138: [BUGFIX] SaveToDatabaseFinisher uses parseOption to evaluate mode
If the mode is not specified in the configuration,
the default must be used.
The defaultOption can only be retrieved
...
Markus Klein
12:58 Revision 40a738f2: [BUGFIX] SaveToDatabaseFinisher uses parseOption to evaluate mode
If the mode is not specified in the configuration,
the default must be used.
The defaultOption can only be retrieved
...
Markus Klein
12:47 Revision c901d974: [BUGFIX] styleguide: Fix file name and call of new action 'colors'
https://github.com/TYPO3-CMS/styleguide/pull/398 minapok
12:28 Revision 8984f869: [DOCS] Fix reference in changelog
Releases: main, 12.4
Resolves: #100978
Change-Id: Id9ba05c9a4e4edfd03ff526f2a908457495ac9dd
Reviewed-on: https://revi...
Lina Wolf
12:25 Revision 752f0f35: [TASK] styleguide: Move page tree creation section to index page
https://github.com/TYPO3-CMS/styleguide/pull/397
The ability to create either a page tree with TCA demo records or c...
minapok
12:21 Revision a0259187: [DOCS] Fix reference in changelog
Releases: main, 12.4
Resolves: #100978
Change-Id: Id9ba05c9a4e4edfd03ff526f2a908457495ac9dd
Reviewed-on: https://revi...
Lina Wolf
12:03 Revision ba26b0cd: [BUGFIX] Make Extbase ObjectConverter consider XCLASSed objects
When an object has been extended using XCLASS, it is correctly
fetched from persistence respecting the extended class...
Torben Hansen
12:03 Revision 874ef0db: [BUGFIX] Make Extbase ObjectConverter consider XCLASSed objects
When an object has been extended using XCLASS, it is correctly
fetched from persistence respecting the extended class...
Torben Hansen
11:01 Revision 3330a9c1: [BUGFIX] Properly align positioning line at the end of tree
The positioning line is always shown above elements, regardless
of dragging position. This is most likely done to pre...
Andreas Nedbal
11:00 Revision 100fcc66: [BUGFIX] Properly align positioning line at the end of tree
The positioning line is always shown above elements, regardless
of dragging position. This is most likely done to pre...
Andreas Nedbal
10:44 Revision 0a879340: [BUGFIX] Require typo3fluid/fluid:^2.9.1
Patch level raise from 2.9.0 to 2.9.1 to
fix a f:if inline syntax regression.
> composer req typo3fluid/fluid:^2.9.1...
Christian Kuhn
10:43 Revision 9be3a4a0: [BUGFIX] Require typo3fluid/fluid:^2.9.1
Patch level raise from 2.9.0 to 2.9.1 to
fix a f:if inline syntax regression.
> composer req typo3fluid/fluid:^2.9.1...
Christian Kuhn
10:40 Revision d905e91d: [TASK] styleguide: Revise styles for code examples
https://github.com/TYPO3-CMS/styleguide/pull/396
- Use existing CSS variables to adapt the appearance of styleguide ...
minapok
08:43 Revision 9f1a453e: [TASK] styleguide: Move colors section to its own menu item
https://github.com/TYPO3-CMS/styleguide/pull/395
And update existing color samples.
minapok
08:29 Revision 7a126cca: [TASK] styleguide: Remove lead class from introductory paragraphs and code example
https://github.com/TYPO3-CMS/styleguide/pull/394
With v12 the p.lead was removed and should therefore no longer be u...
minapok

2023-06-07

21:57 Revision 58fb6ad4: [!!!][TASK] Remove jquery-ui without any substitute
The NPM package jquery-ui has been removed
completely for TYPO3 v13 without any substitute.
Resolves: #100966
Releas...
Oliver Hader
14:30 Revision 2469e560: [TASK] styleguide: Remove obsolete fence styles and duplicate list on index page
https://github.com/TYPO3-CMS/styleguide/pull/392
Co-authored-by: Jasmina Ließmann <jliessmann@3pc.de>
minapok
12:44 Revision bb848a6c: [TASK] Require typo3fluid/fluid:^2.9.0
Minor release update from ^2.8.0 to ^2.9.0:
- main/v13: Require ^2.9.0
- v12: Require ^2.9.0, projects will update
...
Christian Kuhn
12:43 Revision 33e1e167: [TASK] Require typo3fluid/fluid:^2.9.0
Minor release update from ^2.8.0 to ^2.9.0:
- main/v13: Require ^2.9.0
- v12: Require ^2.9.0, projects will update
...
Christian Kuhn
12:07 Revision 21a86820: [BUGFIX] Fix alignment of fields in Active TypoScript module
If multiple TypoScript templates are present the label creates
an offset with the rest of the option controls. Aligni...
Andreas Nedbal
11:57 Revision 58218ff8: [BUGFIX] Fix alignment of fields in Active TypoScript module
If multiple TypoScript templates are present the label creates
an offset with the rest of the option controls. Aligni...
Andreas Nedbal
11:00 Revision 4067afd5: [BUGFIX] Improve accessibility of form labels in EXT:felogin
Offer `for` in labels and `id` in inputs.
Resolves: #100965
Releases: main, 12.4
Change-Id: I5c88c0c8e136bb302e9ac84...
Lina Wolf
11:00 Revision 8eb265de: [BUGFIX] Improve accessibility of form labels in EXT:felogin
Offer `for` in labels and `id` in inputs.
Resolves: #100965
Releases: main, 12.4
Change-Id: I5c88c0c8e136bb302e9ac84...
Lina Wolf
10:51 Revision 1afc9f2f: [TASK] Make TSconfig list case-insensitive
The "Page TSconfig" module in the Backend lists the TSconfig
configuration. The view "Active page TSconfig" used to l...
Sybille Peters
09:01 Revision 02f8ca49: [TASK] Use lighter font color for form input placeholder
Resolves: #100779
Releases: main, 12.4
Change-Id: I7f7cf0a480a637df7fc4a4dc9ad74ceca0d77572
Reviewed-on: https://revi...
Jasmina Ließmann
08:32 Revision 997b5302: [TASK] Use lighter font color for form input placeholder
Resolves: #100779
Releases: main, 12.4
Change-Id: I7f7cf0a480a637df7fc4a4dc9ad74ceca0d77572
Reviewed-on: https://revi...
Jasmina Ließmann
07:49 Revision 8fb81190: [TASK] Update jquery-ui to ^1.13.2
TYPO3 backend components were used a special version of
jquery-ui 1.11.4. Albeit this version - as a whole - has
know...
Oliver Hader
07:33 Revision f252369b: [TASK] Update jquery-ui to ^1.13.2
TYPO3 backend components were used a special version of
jquery-ui 1.11.4. Albeit this version - as a whole - has
know...
Oliver Hader
06:25 Revision ecb8cac9: [BUGFIX] Force correct type in ActionViewHelpers
Add several type casts to avoid notices.
Resolves: #100338
Releases: main, 12.4, 11.5
Change-Id: Id9185a0f8f33161677...
Georg Ringer

2023-06-06

15:28 Revision adc0f2ed: [BUGFIX] Remove language section from base CKEditor config
If the language section is configured it prevents the backend
from applying the current backend user locale to the CK...
Andreas Nedbal
15:08 Revision 84e5887e: [BUGFIX] Remove language section from base CKEditor config
If the language section is configured it prevents the backend
from applying the current backend user locale to the CK...
Andreas Nedbal
14:47 Revision acecad78: [TASK] Update to stable version of bootstrap 5.3.0
See https://blog.getbootstrap.com/2023/05/30/bootstrap-5-3-0/
Used commands:
- npm add "bootstrap@^5.3.0"
- npm add...
Benni Mack
14:01 Revision a26d8845: [TASK] Update to stable version of bootstrap 5.3.0
See https://blog.getbootstrap.com/2023/05/30/bootstrap-5-3-0/
Used commands:
- npm add "bootstrap@^5.3.0"
- npm add...
Benni Mack
07:51 Revision a3900294: [TASK] Remove jquery & jquery-ui from image manipulation
This change removes jquery and jquery-ui from the image
manipulation widget. The draggable & resizable features
have ...
Oliver Hader
07:51 Revision 37c6b702: [TASK] Remove jquery & jquery-ui from image manipulation
This change removes jquery and jquery-ui from the image
manipulation widget. The draggable & resizable features
have ...
Oliver Hader

2023-06-05

19:09 Revision 2ced0264: [BUGFIX] Allow ViewHelpers from libraries
With TYPO3 11 it was possible to use ViewHelpers from composer libraries
that aren't TYPO3 extensions and thus don't ...
Simon Praetorius
18:58 Revision d0345124: [TASK] Slim down php-cs-fixer configuration file
TYPO3 uses PER standard definitions and some more additions
when it comes to PHP Coding guidelines.
However, the mai...
Benni Mack
18:53 Revision f6927ef2: [BUGFIX] Allow ViewHelpers from libraries
With TYPO3 11 it was possible to use ViewHelpers from composer libraries
that aren't TYPO3 extensions and thus don't ...
Simon Praetorius
18:49 Revision c0bf94c6: [TASK] Slim down php-cs-fixer configuration file
TYPO3 uses PER standard definitions and some more additions
when it comes to PHP Coding guidelines.
However, the mai...
Benni Mack
18:08 Revision 9ed347c9: [TASK] styleguide: Avoid deprecated GH actions/checkout
Christian Kuhn
17:39 Revision 25f49375: [TASK] styleguide: Disable darkmode for Frontend
https://github.com/TYPO3-CMS/styleguide/pull/391
The build of SCSS failed due to missing variable $primary-text-emph...
Sybille Peters
15:59 Revision c04dcc9f: [TASK] Update node to v18.16
Node 18 is the current LTS version and
should be used by TYPO3 Core:
https://nodejs.org/en/blog/release/v18.16.0
Use...
Benni Mack
15:50 Revision 194f6d51: [TASK] Update node to v18.16
Node 18 is the current LTS version and
should be used by TYPO3 Core:
https://nodejs.org/en/blog/release/v18.16.0
Use...
Benni Mack
14:27 Revision f7067553: [BUGFIX] Handle PHP error for invalid form data provider class name
Fetch a possible PHP error when trying to
instantiate a data provider referencing a
non existing class name.
Resolve...
Oliver Bartsch
13:58 Revision d3039741: [BUGFIX] Forward server request object to Fluid view
Since #100637 the `f:format.html` view helper requires
a valid server request object (probably other view helpers
mig...
Oliver Hader
13:51 Revision b35be6bc: [BUGFIX] Forward server request object to Fluid view
Since #100637 the `f:format.html` view helper requires
a valid server request object (probably other view helpers
mig...
Oliver Hader
13:43 Revision 474a897a: [BUGFIX] Handle PHP error for invalid form data provider class name
Fetch a possible PHP error when trying to
instantiate a data provider referencing a
non existing class name.
Resolve...
Oliver Bartsch
07:12 Revision c3fb1868: [TASK] Add comments for methods in ModifyVersionDifferencesEvent
The method comments are useful for a developer using an IDE.
Additionally, as the docblocks are used for rendering th...
Chris Müller
07:12 Revision 2c09386b: [DOCS] Fix typo in workspaces event PHPDoc
This is relevant for the generated documentation.
Resolves: #100953
Releases: main, 12.4, 11.5
Change-Id: Iaa68d1cb2...
Sybille Peters
07:12 Revision 04bdcf23: [DOCS] Fix typo in workspaces event PHPDoc
This is relevant for the generated documentation.
Resolves: #100953
Releases: main, 12.4, 11.5
Change-Id: Iaa68d1cb2...
Sybille Peters
06:20 Revision 95f84659: [TASK] Add comments for methods in ModifyVersionDifferencesEvent
The method comments are useful for a developer using an IDE.
Additionally, as the docblocks are used for rendering th...
Chris Müller
06:18 Revision 2b915ae6: [DOCS] Fix typo in workspaces event PHPDoc
This is relevant for the generated documentation.
Resolves: #100953
Releases: main, 12.4, 11.5
Change-Id: Iaa68d1cb2...
Sybille Peters

2023-06-03

08:25 Revision 17a2f984: [TASK] Allow nonce values explicitly in PageRenderer inline methods
Allow to use nonce explicitly for `PageRenderer` methods
`addJsInlineCode()`, `addJsFooterInlineCode()` and
`addCssIn...
Oliver Hader
08:25 Revision d3a17fb1: [TASK] Allow nonce values explicitly in PageRenderer inline methods
Allow to use nonce explicitly for `PageRenderer` methods
`addJsInlineCode()`, `addJsFooterInlineCode()` and
`addCssIn...
Oliver Hader
08:18 Revision f8d048d0: [TASK] Allow f:asset.css and f:asset.script to use CSP nonce
Adds new boolean `useNonce` attribute to asset view helpers, e.g.
`<f:asset.css useNonce="1">` or `<f:asset.script us...
Kevin Appelt
08:17 Revision db391c31: [TASK] Allow f:asset.css and f:asset.script to use CSP nonce
Adds new boolean `useNonce` attribute to asset view helpers, e.g.
`<f:asset.css useNonce="1">` or `<f:asset.script us...
Kevin Appelt

2023-06-02

11:40 Revision cb16ec92: [TASK] Remove obsolete `composer/package-versions-deprecated`
Package `composer/package-versions-deprecated` is required
as development dependency in the root composer.json. That
...
Stefan Bürk
11:10 Revision babcef32: [TASK] Remove obsolete `composer/package-versions-deprecated`
Package `composer/package-versions-deprecated` is required
as development dependency in the root composer.json. That
...
Stefan Bürk
10:23 Revision fc7a560a: [BUGFIX] Check for ProviderRegistry when registering configuration providers
Ensure ext:lowlevel ProviderRegistry is available before
tagging a service as configuration.provider, preventing
"Inv...
Oliver Bartsch
09:39 Revision 89fd3049: [BUGFIX] Check for ProviderRegistry when registering configuration providers
Ensure ext:lowlevel ProviderRegistry is available before
tagging a service as configuration.provider, preventing
"Inv...
Oliver Bartsch

2023-06-01

11:45 Revision 7f0740dd: [TASK] Use local variable in `CleanUpLocalProcessedFilesCommand`
With recent changes in phpstan/phpstan, it seems the possible return
value of methods is not set in stone anymore, al...
Stefan Bürk
11:28 Revision 08e9a780: [TASK] Use local variable in `CleanUpLocalProcessedFilesCommand`
With recent changes in phpstan/phpstan, it seems the possible return
value of methods is not set in stone anymore, al...
Stefan Bürk
10:34 Revision 79bad9ff: [BUGFIX] Fix phpstan finding in Clipboard
The parent folder could theoretically be an InaccessibleFolder
according to the return type annotation, but only Fold...
Nikita Hovratov
10:19 Revision cb80da53: [BUGFIX] Fix phpstan finding in Clipboard
The parent folder could theoretically be an InaccessibleFolder
according to the return type annotation, but only Fold...
Nikita Hovratov
10:04 Revision 753d51e0: [BUGFIX] Fix phpstan finding in Clipboard
The parent folder could theoretically be an InaccessibleFolder
according to the return type annotation, but only Fold...
Nikita Hovratov
07:43 Revision 83a84b99: [TASK] Raise guzzlehttp/promises to v2
The update brings PHP 7 typehints to guzzlehttp/promises.
guzzlehttp/guzzle mainly raised for guzzlehttp/promises v2
...
Nikita Hovratov
07:30 Revision 06176b1d: [TASK] Raise guzzlehttp/promises to v2
The update brings PHP 7 typehints to guzzlehttp/promises.
guzzlehttp/guzzle mainly raised for guzzlehttp/promises v2
...
Nikita Hovratov
07:11 Revision 8f9362a5: [TASK] Raise guzzlehttp/promises to v2
The update brings PHP 7 typehints to guzzlehttp/promises.
guzzlehttp/guzzle mainly raised for guzzlehttp/promises v2
...
Nikita Hovratov

2023-05-31

12:57 Revision 84e3893c: [BUGFIX] Cast IP lock settings to int
Avoid exceptions by casting the values to integers.
Resolves: #100916
Releases: main, 12.4, 11.5
Change-Id: Icb1eeef...
Georg Ringer
12:48 Revision 5c1f9680: [BUGFIX] Cast IP lock settings to int
Avoid exceptions by casting the values to integers.
Resolves: #100916
Releases: main, 12.4, 11.5
Change-Id: Icb1eeef...
Georg Ringer
12:28 Revision d6d517a2: [BUGFIX] Cast IP lock settings to int
Avoid exceptions by casting the values to integers.
Resolves: #100916
Releases: main, 12.4, 11.5
Change-Id: Icb1eeef...
Georg Ringer
08:50 Revision 494a957c: [TASK] Remove usage of QueryBuilder::resetQueryPart() from ext:redirects
Doctrine 4 will no longer provide access to SQL query parts, so we need
to adjust our internal usages to cope with th...
Anja Leichsenring
07:57 Revision b02a04f3: [TASK] Remove usage of QueryBuilder::resetQueryPart() form ext:redirects
Doctrine 4 will no longer provide access to SQL query parts, so we need
to adjust our internal usages to cope with th...
Anja Leichsenring
 

Also available in: Atom