Activity
From 2022-07-29 to 2022-08-27
2022-08-27
- 22:32 Revision 4745dcc6: [TASK] Temporarly skip mailer unit test execution with PHP8.1
- Symfony recently released new version v5.4.12 and v6.1.4 of the
framework which contains a change in `symfony/mailer`... - 22:30 Revision dd9cd004: [TASK] Temporarly skip mailer unit test execution with PHP8.1
- Symfony recently released new version v5.4.12 and v6.1.4 of the
framework which contains a change in `symfony/mailer`...
2022-08-26
- 17:19 Revision 1e52b401: [TASK] Ensure php files contain correct legal file header
- Core php file header check got silently be disabled. Since
then the one or other file header error has slipped into
t...
2022-08-25
- 12:03 Revision af2e5c07: [TASK] Streamline core php files header
- Automatic check of php file header has been silently disabled
somewhere in the past, thus wrong file headers has slip... - 07:44 Revision 35785561: [TASK] Set TYPO3 version to 11.5.16-dev
- Change-Id: Ic0df4413b78775ca2c9fc17e0180c4f1ba3db6c5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/755... - 07:04 Revision 54ef8cee: [RELEASE] Release of TYPO3 11.5.15
- Change-Id: I16a29c9ce3ae6d3d430b2d09b0cc952533e67cfe
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/755... - 03:35 Revision 0787c222: [TASK] Update vulnerable build dependencies
- Update (most) vulnerable dependencies/packages found by
`npm audit fix --force --dry-run`.
Notes redarding package c...
2022-08-24
- 20:59 Revision d9ae26a9: [BUGFIX] Avoid 'undefined array key "sheetTitle"' warning
- Properly guard array key access for "sheetTitle" in
`\TYPO3\CMS\Backend\Form\Container\FlexFormTabsContainer->render(... - 20:30 Revision e07a54ad: [BUGFIX] Avoid 'undefined array key "sheetTitle"' warning
- Properly guard array key access for "sheetTitle" in
`\TYPO3\CMS\Backend\Form\Container\FlexFormTabsContainer->render(... - 16:53 Revision 72971d61: [BUGFIX] styleguide: ext_conf_template.txt invalid default with int+
- int+ must be positive. That's their point. Update
the example to have the negative value for integer
instead. - 14:31 Revision 99294cc4: [BUGFIX] Add resultArray reference for InlineControlContainer customControls hook
- InlineControlContainer allows to add custom controls
via a userFunc (hook). However, since the resultArray
was not pa... - 14:04 Revision f6967c61: [BUGFIX] Add resultArray reference for InlineControlContainer customControls hook
- InlineControlContainer allows to add custom controls
via a userFunc (hook). However, since the resultArray
was not pa... - 11:16 Revision 9ef61775: [BUGFIX] Fix page reloading on click on preview button
- If a preview page is already open, clicking on the "view" button in the
content editor window would not reload the pa... - 11:15 Revision 6cdf26cd: [BUGFIX] Fix page reloading on click on preview button
- If a preview page is already open, clicking on the "view" button in the
content editor window would not reload the pa... - 11:04 Revision 0cf8a2ce: [BUGFIX] Avoid invalid property access when persisting extbase objects
- With #95819 the detection of Domain Object properties was changed to use
ClassSchema in order to support uninitialize... - 11:04 Revision 4a18072a: [BUGFIX] Avoid invalid property access when persisting extbase objects
- With #95819 the detection of Domain Object properties was changed to use
ClassSchema in order to support uninitialize... - 10:54 Revision 43c1dd41: [TASK] Correct example for maximum of Count validator
- Releases: main
Resolves: #98196
Change-Id: I55b2c082c96e580d345c32f04bc47d941e50425a
Reviewed-on: https://review.typo... - 10:53 Revision c9fef8b4: [!!!][TASK] Remove TODAYS_SPECIAL error constant
- The constant `TODAYS_SPECIAL` has never been used in TYPO3
core and also 3rd party extensions in TER do not make
use ...
2022-08-23
- 19:53 Revision 6575656a: [TASK] Migrate from yarn to npm
- Yarn has been added to TYPO3 back in 2017 because
npm shrinkwrap files were not stable and package-lock.json
and `npm...
2022-08-22
- 18:30 Revision fa7bd9f9: [BUGFIX] Make sure social media images gets processed if needed
- The check if the image has to be processed has been moved to
dedicated methods to enhance readability and testability... - 18:01 Revision b789f5a3: [BUGFIX] Make sure social media images gets processed if needed
- The check if the image has to be processed has been moved to
dedicated methods to enhance readability and testability... - 15:31 Revision b03d039e: [BUGFIX] Avoid undefined array key XmlSitemapRenderer
- Avoid undefined array key warning in case 'config' is
not given in TypoScript settings.
Resolves: #98145
Releases: m... - 15:30 Revision 34be7c84: [BUGFIX] Avoid undefined array key XmlSitemapRenderer
- Avoid undefined array key warning in case 'config' is
not given in TypoScript settings.
Resolves: #98145
Releases: m...
2022-08-21
- 13:33 Revision 90aab170: [BUGFIX] Fix typo in clipboard and SettingsController
- Resolves: #98183
Releases: main, 11.5
Change-Id: Ib4d123e86a9b158b86e20322fc53ca94ff5b9be7
Reviewed-on: https://revie... - 13:00 Revision 758d5f45: [BUGFIX] Fix typo in clipboard and SettingsController
- Resolves: #98183
Releases: main, 11.5
Change-Id: Ib4d123e86a9b158b86e20322fc53ca94ff5b9be7
Reviewed-on: https://revie...
2022-08-19
- 12:44 Revision c53fac26: [!!!][TASK] Drop backend login interface selector
- Previous TYPO3 installations allowed to configure an interface selector
in the backend login that gave the authentica... - 10:02 Revision 19633a3a: [BUGFIX] Avoid undefined array keys error using stdWrap_bytes
- If either labels or base are not given, the default values
kick in: labels = iec and base = 1024
With the new fallba... - 09:32 Revision 12ecfd34: [BUGFIX] Always load label for edit notification
- If a record is edited via single field mode (aka "columnsOnly"), the
label field as defined via TCA may be missing, r... - 09:31 Revision 23e8c8bc: [BUGFIX] Avoid undefined array keys error using stdWrap_bytes
- If either labels or base are not given, the default values
kick in: labels = iec and base = 1024
With the new fallba... - 09:24 Revision f6137381: [BUGFIX] Fix warning when FlexForm sheet has no fields
- This patch fixes a warning on PHP 8.1, when a FlexForm has
a sheet with no fields in it.
Resolves: #98166
Releases: ... - 09:20 Revision 172868cc: [TASK] Pass dataset to context menu actions and drop jQuery in them
- The context menu module now passes the dataset bound to a context menu
item to the respective callback action, exclud... - 09:13 Revision 5b4c0b92: [BUGFIX] Convert Node to DocumentFragment for modal consumption in EXT:dashboard
- The patches #98164 and #98165 conflicted with each other as one made
the modal API stricter while the other populated... - 09:13 Revision a642351c: [TASK] Flesh out type declarations in PropertyMapper
- Doing so allows us to remove an unnecessary test, as well.
'mixed' type declarations not included to allow backporti... - 09:11 Revision 173c7e8b: [BUGFIX] Fix warning when FlexForm sheet has no fields
- This patch fixes a warning on PHP 8.1, when a FlexForm has
a sheet with no fields in it.
Resolves: #98166
Releases: ... - 06:28 Revision 3d45eb4b: [TASK] Remove jQuery usages in EXT:dashboard
- Two usages of jQuery are removed in EXT:dashboard. jQuery was only used
to convert a string containing HTML to a jQue... - 05:24 Revision aeabd0f5: [TASK] Allow `Element` and `DocumentFragment` in now stricter Modal API
- The configuration definition of `content` in the Modal API is extended
to accept objects of types `Element` and `Docu... - 05:14 Revision 438dea9c: [TASK] Allow `Element` and `DocumentFragment` in now stricter Modal API
- The configuration definition of `content` in the Modal API is extended
to accept objects of types `Element` and `Docu...
2022-08-18
- 12:00 Revision baee0c5e: [TASK] styleguide: Happify CGL check
- 11:53 Revision 3a5f670b: [TASK] styleguide: composer rem --dev typo3/tailor
- tailor is only used for releasing and explicitely
required as dependency in the release workflow.
We don't need it as...
2022-08-17
- 16:09 Revision b9df005d: [!!!][FEATURE] Set Symfony 6.1 as minimum requirement
- This change raises the used Symfony Components
to at least version Symfony 6.1.
The requirement for "typo3/symfony-p... - 15:36 Revision ecf97e12: [TASK] Clean up PHPDoc comments in ext:felogin
- Since ext:felogin already uses strict type declarations
for function arguments and return types, various
parameter- a... - 15:36 Revision 8d149fbb: [TASK] Clean up PHPDoc comments in ext:felogin
- Since ext:felogin already uses strict type declarations
for function arguments and return types, various
parameter- a... - 15:23 Revision d377a295: [TASK] Use strict comparison in BackendUserRepository
- Since the demand object already uses strict types, it
is safe to use strict comparison when properties of the
demand ... - 13:36 Revision 613af2dd: [TASK] Remove jQuery from backend login
- This patch aims to remove jQuery from the TYPO3 backend login.
Since some jQuery magic was used to dynamically adjust... - 09:47 Revision 807ae96f: [BUGFIX] Fix warning on array key "1"
- Patch fixes warning on PHP 8.1 in AbstractItemProvider
Resolves: #98151
Releases: main, 11.5
Change-Id: Ic74ec7771be... - 09:28 Revision dc55dbba: [BUGFIX] Fix warning on array key updateReferenceIndex
- Patch fixes warning on PHP 8.1 in extbase Backend class.
Resolves: #98149
Releases: main, 11.5
Change-Id: I6f32f6767... - 09:28 Revision d1f28d4c: [BUGFIX] Fix warning on array key "data"
- Patch fixes warning on PHP 8.1 in MenuProcessor
Resolves: #98150
Releases: main, 11.5
Change-Id: I9cee1d6d0adcde22a7... - 09:17 Revision 0d9efa3b: [BUGFIX] Fix warning on array key "1"
- Patch fixes warning on PHP 8.1 in AbstractItemProvider
Resolves: #98151
Releases: main, 11.5
Change-Id: Ic74ec7771be... - 09:16 Revision b9306751: [BUGFIX] Fix warning on array key updateReferenceIndex
- Patch fixes warning on PHP 8.1 in extbase Backend class.
Resolves: #98149
Releases: main, 11.5
Change-Id: I6f32f6767... - 09:15 Revision e1e36498: [BUGFIX] Fix warning on array key "data"
- Patch fixes warning on PHP 8.1 in MenuProcessor
Resolves: #98150
Releases: main, 11.5
Change-Id: I9cee1d6d0adcde22a7... - 09:14 Revision 65e294ed: [BUGFIX] Prevent warning when FlexForm is empty in PHP8
- When a FlexForm has an empty data structure, a warning is thrown
in PHP8, because it is not checked in FlexFormNoTabs... - 09:14 Revision 679b3598: [TASK] Allow hiding "Entire workspace" drop down
- Workspace backend module:
With #94935 the "Entire workspace" mass drop down has
been placed more prominently by movin... - 09:01 Revision 685746aa: [BUGFIX] Prevent warning when FlexForm is empty in PHP8
- When a FlexForm has an empty data structure, a warning is thrown
in PHP8, because it is not checked in FlexFormNoTabs... - 08:51 Revision bb366c55: [TASK] Allow hiding "Entire workspace" drop down
- Workspace backend module:
With #94935 the "Entire workspace" mass drop down has
been placed more prominently by movin... - 07:34 Revision d10ea091: [DOCS] Document new default value for UTF-8 filesystems
- With #98090 TYPO3_CONF_VARS['SYS']['UTF8filesystem'] was set to true for new installations. This should also be docum...
2022-08-16
- 14:16 Revision a4f1a6f3: [BUGFIX] Avoid open_basedir errors when referencing absolute URLs
- Backend modules which use absolute paths (which do not
exist) should not raise an exception / error when
using versio... - 14:16 Revision 12d2e221: [BUGFIX] Avoid open_basedir errors when referencing absolute URLs
- Backend modules which use absolute paths (which do not
exist) should not raise an exception / error when
using versio... - 13:58 Revision 92754a33: [BUGFIX] Avoid open_basedir errors when referencing absolute URLs
- Backend modules which use absolute paths (which do not
exist) should not raise an exception / error when
using versio...
2022-08-15
- 07:57 Revision f8fa1be3: [BUGFIX] Do not hide ContentObjectRenderer on form rendering
- With #93887 (respectively #92406), a more convenient rendering
mechanism for forms was introduced. A new FormRequestH... - 07:54 Revision d3d8bc04: [BUGFIX] Do not hide ContentObjectRenderer on form rendering
- With #93887 (respectively #92406), a more convenient rendering
mechanism for forms was introduced. A new FormRequestH... - 07:14 Revision 3dcb0c17: [BUGFIX] Correct tree.pagelayout condition evaluation
- With #88276 a new condition has been implemented to check
for current selected pageLayout in FE and BE, example:
[tr... - 07:12 Revision 0303a9c1: [BUGFIX] Correct tree.pagelayout condition evaluation
- With #88276 a new condition has been implemented to check
for current selected pageLayout in FE and BE, example:
[tr...
2022-08-14
- 23:35 Revision 34229ddb: [BUGFIX] Restore module menu collapse behaviour
- With the removal of the Font Awesome icon provider in #98089 the
corresponding scss/css styling definition for the mo...
2022-08-13
- 12:20 Revision ed88670c: [!!!][TASK] Remove support for concat/compress of JS+CSS in BE
- This change removes the support for supporting concatenation and
compression of CSS + JS assets in TYPO3 Backend.
Th... - 11:55 Revision 3bb6e34c: [TASK] Add exception message to log message
- Providing the exception message helps to understand and solve the
issue as the exception can also be thrown by a 3rd ... - 11:36 Revision e5f4eff4: [BUGFIX] Toggle inline controls only in own scope
- The former approach in #91808 to fix scoped toggling didn't
work with levelLinksPosition "bottom", as the querySelect...
2022-08-12
- 22:33 Revision e7acdee9: [TASK] styleguide: Add examples for TCA option "min"
- https://github.com/TYPO3-CMS/styleguide/pull/347
https://review.typo3.org/c/Packages/TYPO3.CMS/+/70196
> Build/Scri... - 22:06 Revision 5ff4de8f: [BUGFIX] Toggle inline controls only in own scope
- The former approach in #91808 to fix scoped toggling didn't
work with levelLinksPosition "bottom", as the querySelect... - 22:00 Revision 712efdff: [TASK] styleguide: Fine tune inline_2 in inline_1n
- Fit scenario for
https://review.typo3.org/c/Packages/TYPO3.CMS/+/74928 - 20:57 Revision 19c30fa4: [TASK] Remove default script type "text/javascript" from <script> tags
- Omit obsolete type=text/javascript in PageRenderer
See: https://html.spec.whatwg.org/multipage/scripting.html#the-scr... - 20:57 Revision 477e6e2b: [TASK] Add exception message to log message
- Providing the exception message helps to understand and solve the
issue as the exception can also be thrown by a 3rd ... - 20:56 Revision ed841a8c: [BUGFIX] Add sd and hq YouTube preview image resolutions
- The YouTube helper tries to fetch from highest to
lowest image for possible previews.
The "sd" and "hq" versions were... - 20:37 Revision d1138fda: [TASK] Use preconfigured UTF-8 System in first installation
- Back in the old and dark days, some filesystems did not know
about "special" chars. TYPO3 has the TYPO3_CONF_VARS tog... - 20:30 Revision 9a219cac: [BUGFIX] Add sd and hq YouTube preview image resolutions
- The YouTube helper tries to fetch from highest to
lowest image for possible previews.
The "sd" and "hq" versions were... - 20:10 Revision e2fa9411: [BUGFIX] Reflect size property to attribute in icon-element
- When using the custom element <typo3-backend-icon>
with a JS framework, that renders the DOM (e.g. Vue),
it can happe... - 20:10 Revision 57bfccc1: [BUGFIX] Reflect size property to attribute in icon-element
- When using the custom element <typo3-backend-icon>
with a JS framework, that renders the DOM (e.g. Vue),
it can happe... - 19:50 Revision 0a3a6fb8: [TASK] Replace `warning-in-use` icon with @typo3/icons overlay
- The icon identified by `warning-in-use` is rendered when a record is
currently edited by another backend user. As one... - 19:50 Revision cb49b7b5: [FEATURE] Allow icon deprecation in extensions
- Until now, icon deprecation wasn't possible for extensions as the
deprecation handling is internal to the IconRegistr... - 19:40 Revision 114838d4: [!!!][TASK] Remove uses of the Serializable interface
- The Serializable interface has been deprecated, and is
slated for removal entirely in PHP 9. The preferred
serializat... - 19:34 Revision b7e3ce12: [TASK] Enable PHP8.2 functional testing in CI workflows
- This patch shifts some functional test executions in
CI workflows to PHP8.2. Thus enabling test coverage
for new PHP8... - 19:13 Revision 55a0663c: [TASK] Switch to dart-sass
- node-sass respectively LibSass is deprecated as stated in
https://www.npmjs.com/package/node-sass
Since we use Boots... - 19:06 Revision 5b984a34: [BUGFIX] Prevent array access warning on deleted database record
- If a sys_file record is directly deleted from database, some undefined
array index warnings are triggered if the file... - 19:06 Revision 6d7e6601: [BUGFIX] Prevent array access warning on deleted database record
- If a sys_file record is directly deleted from database, some undefined
array index warnings are triggered if the file... - 18:42 Revision 13dc5aa7: [TASK] Use more native types in the blog extension
- Also add a missing property that already had a getter
and setter.
Also drop redundant type annotations and comments.... - 18:36 Revision 573e9b26: [TASK] Remove obsolete `.t3-icon` class
- As FontAwesome was removed and all icons are rendered via the Icon API
now, the CSS class `.t3-icon` became obsolete ... - 18:32 Revision d5064312: Revert "[BUGFIX] Abort commit if commit message does not fulfill all requirements"
- This reverts commit 8c724b776eaef61b3332a5ffe202265bcc0068b4.
Reason for revert:
The commit-msg hook now tends to th... - 18:32 Revision e0b362f2: Revert "[BUGFIX] Abort commit if commit message does not fulfill all requirements"
- This reverts commit b2bb59943e3b57aad3aee8d885cb6ae64f8cb69c.
Reason for revert:
The commit-msg hook now tends to th... - 18:32 Revision 6ca3fa45: Revert "[BUGFIX] Abort commit if commit message does not fulfill all requirements"
- This reverts commit da2a1b8b8e4d368739a42d37c704e76a1af2506c.
Reason for revert:
The commit-msg hook now tends to th... - 18:10 Revision 1f836b0b: [TASK] Declare controllers of ext:indexed_search as strict
- Set controllers to declare(strict_types=1);
Resolves: #96844
Releases: main
Change-Id: I9df3fd853a3669eed7c57819185d... - 17:37 Revision 8546a246: [TASK] styleguide: Add runTests.sh -s buildCss
- https://github.com/TYPO3-CMS/styleguide/pull/348
To avoid css compiling breaks again, we add it to
runTests.sh and r... - 15:05 Revision 53b8fcf7: [BUGFIX] styleguide: Fix broken styleguide example "fence" display
- https://github.com/TYPO3-CMS/styleguide/pull/343
Since bootstrap v5 the class .btn-block is !important and thus over... - 14:42 Revision 85c2b1d5: [DOCS] Correct title and filename of breaking RST
- Resolves: #98131
Related: #97701
Releases: main
Change-Id: I15408037432516d67e26853b34cfaf9fa320e75a
Reviewed-on: htt... - 13:19 Revision fa8c0cc5: [BUGFIX] Disable pagetree drag and drop for touch inputs
- While trying to restore the full desktop functionality
aka mouse and keyboard behavior on a touch-device we
came to t... - 13:18 Revision d00971f3: [BUGFIX] Disable pagetree drag and drop for touch inputs
- While trying to restore the full desktop functionality
aka mouse and keyboard behavior on a touch-device we
came to t... - 12:37 Revision 0e849d4e: [BUGFIX] Disable pagetree drag and drop for touch inputs
- While trying to restore the full desktop functionality
aka mouse and keyboard behavior on a touch-device we
came to t... - 11:24 Revision 49d59997: [TASK] Remove leftover tt_content.select_key in content preview
- The StandardContentPreviewRenderer still contained
special handling for the tt_content.select_key field,
which howeve... - 10:52 Revision 90b6d93d: [TASK] Remove leftover tt_content.select_key in content preview
- The StandardContentPreviewRenderer still contained
special handling for the tt_content.select_key field,
which howeve... - 08:40 Revision a7efaeef: [TASK] Extract url generation in ext:workspaces
- Patch extracts generating url for workspaces
in order to better integrate with external extensions,
so when external ...
2022-08-11
- 16:31 Revision b53fdd42: [DOCS] Fix typo in title and filename
- Releases: main, 11.5
Resolves: #98115
Related: #92118
Change-Id: Ibcd5fa26155dbb36216422e1c806c9a4035d878f
Reviewed-o... - 16:31 Revision 242735f1: [DOCS] Fix typo in title and filename
- Releases: main, 11.5
Resolves: #98115
Related: #92118
Change-Id: Ibcd5fa26155dbb36216422e1c806c9a4035d878f
Reviewed-o... - 16:05 Revision 91a7e9fb: [BUGFIX] Re-apply stdWrap for typolink.parameter values
- Due to a regression in TYPO3 v11.5.11, using typolink.parameter
with stdWrap might also return more than just the URL... - 15:24 Revision 129f7a67: [BUGFIX] Avoid workspace field query for non workspaced table
- With #97989 correct workspace overlays in DataMapProcessor
should be used to fix a bug. This introduced a failing def... - 15:24 Revision 3bb31395: [BUGFIX] Avoid workspace field query for non workspaced table
- With #97989 correct workspace overlays in DataMapProcessor
should be used to fix a bug. This introduced a failing def... - 15:13 Revision 75aee8ac: [BUGFIX] Allow non-valid absolute paths for createVersionNumberFileName
- With the fix of using versioned numbered filenames for the
TYPO3 Backend, a use-case "absolutely referenced, but
rela...
2022-08-10
- 15:40 Revision 56fb1603: [BUGFIX] Allow non-valid absolute paths for createVersionNumberFileName
- With the fix of using versioned numbered filenames for the
TYPO3 Backend, a use-case "absolutely referenced, but
rela... - 15:34 Revision 7c01db39: [TASK] Enhance help text for `extension:setup` command
- Resolves: #98119
Releases: main, 11.5
Change-Id: If5e926d002e877e674548f63b8639acf62d5bf99
Reviewed-on: https://revie... - 15:25 Revision d201abe7: [TASK] Enhance help text for `extension:setup` command
- Resolves: #98119
Releases: main, 11.5
Change-Id: If5e926d002e877e674548f63b8639acf62d5bf99
Reviewed-on: https://revie... - 15:05 Revision e30a9e99: [BUGFIX] Allow non-valid absolute paths for createVersionNumberFileName
- With the fix of using versioned numbered filenames for the
TYPO3 Backend, a use-case "absolutely referenced, but
rela... - 15:01 Revision 54d158fd: [TASK] Extract url generation in ext:workspaces
- Patch extracts generating url for workspaces
in order to better integrate with external extensions,
so when external ... - 14:02 Revision bc23e0c3: [BUGFIX] Handle missing BE user data in BackendUserAuthentication
- Resolves: #98113
Releases: main, 11.5
Change-Id: Ia996d0e66f381d71699b33a42e4c8f72bf890054
Reviewed-on: https://revie... - 12:30 Revision 5a18784c: [BUGFIX] Handle missing BE user data in BackendUserAuthentication
- Resolves: #98113
Releases: main, 11.5
Change-Id: Ia996d0e66f381d71699b33a42e4c8f72bf890054
Reviewed-on: https://revie...
2022-08-09
- 14:15 Revision 525cafab: [BUGFIX] Use correct fluid variable name in AnalyzerTreePanel.html
- With introducing the overhaul of the TypoScript parser and the
related parts like the ObjectBrowser and Template Anal... - 08:59 Revision c21477b4: [TASK] Raise "typo3/class-alias-loader"
- This patch raises "typo3/class-alias-loader" which
contains some bugfixes.
Used commands:
> composer req "typo3/cla... - 08:59 Revision 73be9442: [TASK] Raise "typo3/class-alias-loader"
- This patch raises "typo3/class-alias-loader" which
contains some bugfixes.
Used commands:
> composer req "typo3/cla... - 06:51 Revision b23ae0ce: [TASK] Set TYPO3 version to 11.5.15-dev
- Change-Id: I2195a2186e5053c41a7dcc41a381f9dd9f6379b7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/753... - 06:02 Revision 913d5a8c: [RELEASE] Release of TYPO3 11.5.14
- Change-Id: Iec25384c741494f4d36eb3e49af90d23682a3a6c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/753... - 05:46 Revision 9f479b5f: [BUGFIX] Disable asset concatenation/compression in backend
- Scenario: Given is a cluster of containers/servers that run
multiple instances of the same TYPO3 instance. A load bal...
2022-08-08
- 17:21 Revision fe1ed973: [BUGFIX] Use ClassSchema to properly detect DomainObject properties
- To gather information about properties of domain objects, extbase
used method DomainObjectInterface::_getProperties()... - 15:42 Revision 5cc7a5b9: [BUGFIX] styleguide: Recover Scss compiling after latest bootstrap changes
- https://github.com/TYPO3-CMS/styleguide/pull/344
Bootstrap changed their order of includes and added some new partia... - 13:17 Revision 8129d55e: [BUGFIX] Respect non standard prototype names
- The patchset https://review.typo3.org/c/Packages/TYPO3.CMS/+/70460/
has moved the business logic from the RenderViewH... - 12:47 Revision e92d3212: [BUGFIX] Use ClassSchema to properly detect DomainObject properties
- To gather information about properties of domain objects, extbase
used method DomainObjectInterface::_getProperties()... - 12:45 Revision ccc9b433: [BUGFIX] Respect non standard prototype names
- The patchset https://review.typo3.org/c/Packages/TYPO3.CMS/+/70460/
has moved the business logic from the RenderViewH... - 11:39 Revision b866e471: [TASK] Raise typo3/cms-styleguide
- Raise `typo3/cms-styleguide` to have needed bugfix for
`doctrine/dbal` 3.4.x already in composer lock state
available... - 10:41 Revision 31e182ca: [BUGFIX] Show record history even with null in history_data
- Resolves: #98078
Releases: main, 11.5
Change-Id: Ic177eeb9581c1513076e2e3301f29c0f97de5cd1
Reviewed-on: https://revie... - 10:41 Revision 498f279f: [BUGFIX] Show record history even with null in history_data
- Resolves: #98078
Releases: main, 11.5
Change-Id: Ic177eeb9581c1513076e2e3301f29c0f97de5cd1
Reviewed-on: https://revie... - 09:50 Revision 7c73ad2e: [TASK] styleguide: Drop default value for text field
- https://github.com/TYPO3-CMS/styleguide/pull/345
Text fields don't need a default value, and dropping this one
solve... - 08:03 Revision 2a5381b5: [BUGFIX] Disable asset concatenation/compression in backend
- Scenario: Given is a cluster of containers/servers that run
multiple instances of the same TYPO3 instance. A load bal...
2022-08-07
- 17:30 Revision 8f151301: [BUGFIX] Use nullabe return type for method returning null
- To avoid a type error the method
`EditDocumentController::generatePreviewCode`
must also allow null as return value b... - 17:16 Revision 379cf143: [BUGFIX] Use nullabe return type for method returning null
- To avoid a type error the method
`EditDocumentController::generatePreviewCode`
must also allow null as return value b... - 15:54 Revision 42f137f4: [BUGFIX] Fix relationship import with sql strict_mode
- When sql strict mode is enabled on the database server,
if a value has a wrong data type for the database column,
the... - 15:44 Revision 8c724b77: [BUGFIX] Abort commit if commit message does not fulfill all requirements
- Resolves: #98094
Releases: main, 11.5, 10.4
Change-Id: If84f67d6ac91aeaa47849067e21bef6b13854f3c
Reviewed-on: https:/... - 15:44 Revision b2bb5994: [BUGFIX] Abort commit if commit message does not fulfill all requirements
- Resolves: #98094
Releases: main, 11.5, 10.4
Change-Id: If84f67d6ac91aeaa47849067e21bef6b13854f3c
Reviewed-on: https:/... - 15:28 Revision 3c7fbcca: [BUGFIX] Fix relationship import with sql strict_mode
- When sql strict mode is enabled on the database server,
if a value has a wrong data type for the database column,
the... - 15:24 Revision da2a1b8b: [BUGFIX] Abort commit if commit message does not fulfill all requirements
- Resolves: #98094
Releases: main, 11.5, 10.4
Change-Id: If84f67d6ac91aeaa47849067e21bef6b13854f3c
Reviewed-on: https:/... - 14:48 Revision 221136b0: [BUGFIX] Add cursor on toggle checkboxes
- This adds back the cursor pointer when hovering toggle checkboxes, common
checkboxes and radio-buttons.
Resolves: #9... - 14:22 Revision 628eb8c6: [BUGFIX] Add cursor on toggle checkboxes
- This adds back the cursor pointer when hovering toggle checkboxes, common
checkboxes and radio-buttons.
Resolves: #9... - 08:42 Revision 1c9ffbf8: [!!!][TASK] Remove Font Awesome icon provider
- Any usage of FontAwesome has been removed with #97877 already. This
patch removes the integration of FontAwesome from...
2022-08-06
- 16:45 Revision e4e08a66: [BUGFIX] Render proper markup for datetime picker buttons
- To make datetimer picker buttons focus the belonging textfield, the
buttons were rendered as `<label>` which is a ver... - 15:19 Revision b51d0015: [BUGFIX] Prevent unnecessary processing of social image
- Resolves: #97248
Releases: main, 11.5
Change-Id: I2f9e3f9f2d530c5e416d57ec7e6b2d68a2b85531
Reviewed-on: https://revie... - 14:45 Revision cbca19cb: [BUGFIX] Prevent unnecessary processing of social image
- Resolves: #97248
Releases: main, 11.5
Change-Id: I2f9e3f9f2d530c5e416d57ec7e6b2d68a2b85531
Reviewed-on: https://revie... - 14:31 Revision b286ee25: [TASK] Remove superfluous TYPO3_CONF_VARS | BE | fluidPageModule
- With https://review.typo3.org/c/Packages/TYPO3.CMS/+/63186 the Fluid-based page view layout was introduced. However, ...
- 14:22 Revision 95e89f90: [BUGFIX] Replace legacy bootstrap classes supported by FontAwesome
- FontAwesome provides CSS classes that align with the old Bootstrap v3
classes, which will cause troubles with the rem... - 14:15 Revision dc679a87: [TASK] Remove superfluous TYPO3_CONF_VARS | BE | fluidPageModule
- With https://review.typo3.org/c/Packages/TYPO3.CMS/+/63186 the Fluid-based page view layout was introduced. However, ...
2022-08-05
- 20:50 Revision 32301fac: [TASK] styleguide: Drop FontAwesome usages
- FontAwesome is subject of removal in TYPO3 v12. This commit removes all
usages of FontAwesome from templates and ext_... - 20:17 Revision 74d35a0c: [BUGFIX] Use sanitized filename as source identifier when replacing an image
- Since the persisted file is stored with a sanitized filename, it must be
replaced with a sanitized file name as well,... - 20:17 Revision 6739febe: [BUGFIX] Use sanitized filename as source identifier when replacing an image
- Since the persisted file is stored with a sanitized filename, it must be
replaced with a sanitized file name as well,... - 19:54 Revision 16475a7c: [BUGFIX] Replace legacy bootstrap classes supported by FontAwesome
- FontAwesome provides CSS classes that align with the old Bootstrap v3
classes, which will cause troubles with the rem... - 19:46 Revision 2ce10f5f: [BUGFIX] Use sanitized filename as source identifier when replacing an image
- Since the persisted file is stored with a sanitized filename, it must be
replaced with a sanitized file name as well,... - 19:08 Revision a74d2f78: [DOC] Add missing parenthesis in documentation
- Resolves: #98076
Releated: #97201
Releases: main
Change-Id: I149cbde864bec608f4aba8429d82d75e6f9420d3
Reviewed-on: ht... - 18:43 Revision 4408fa2f: [TASK] Remove docker-compose v1 enforce check from runTests.sh
- Quite some issues with docker-compose v2 have been fixed
We'll now try to use it again and remove a v1 restriction
in... - 18:43 Revision 5b2be2cb: [TASK] Remove docker-compose v1 enforce check from runTests.sh
- Quite some issues with docker-compose v2 have been fixed
We'll now try to use it again and remove a v1 restriction
in... - 18:43 Revision 5cd0c625: [TASK] Remove docker-compose v1 enforce check from runTests.sh
- Quite some issues with docker-compose v2 have been fixed
We'll now try to use it again and remove a v1 restriction
in...
2022-08-04
- 10:34 Revision 5439c38d: [TASK] styleguide: Remove 'debug' in backend module
- The debug console has been removed in core v12.
Related: https://forge.typo3.org/issues/98069 - 10:08 Revision 34e8e513: [BUGFIX] Skip non existing fields in Element information
- The element information component displays all the
records' field values. In case a TCA field does not have
a corresp... - 08:52 Revision fb6cb83e: [BUGFIX] Skip non existing fields in Element information
- The element information component displays all the
records' field values. In case a TCA field does not have
a corresp... - 08:39 Revision ffcd14c3: [!!!][TASK] Drop DebugConsole
- The DebugConsole comes from ExtJS times and was triggered when e.g. a
request failed to give a developer its response... - 08:05 Revision 11a6da25: [BUGFIX] Set default value for correct sys_filemounts field
- Creating a sys_filemounts record via the context menu sets
the corresponding folders' combined identifier as default ...
2022-08-03
- 15:56 Revision 7321d709: [FEATURE] Introduce TCA option "min"
- The TCA option "min" allows to define a minimum
number of characters a text field should have. This
effectively adds ...
2022-08-02
- 12:39 Revision e576e861: [TASK] CGL fix core after php-cs-fixer raise
- We recently raised php-cs-fixer to a new minor
and missed running the fixer on all files which
leads to a red nightly...
2022-08-01
- 12:29 Revision 8996c550: [TASK] styleguide: Add PHP 8.2 to test matrix
- https://github.com/TYPO3-CMS/styleguide/pull/339
- 10:59 Revision 24fe7d5a: [BUGFIX] Add sys_language_uid for PageSlugCandidateProvider
- When using routing and custom enhancers to find out
what page translation was exactly used to build
special logic for... - 10:59 Revision e61cb164: [BUGFIX] Add sys_language_uid for PageSlugCandidateProvider
- When using routing and custom enhancers to find out
what page translation was exactly used to build
special logic for... - 08:37 Revision a6dc93ef: [TASK] Bump various dependencies
- Bump a series of casual dependencies to youngest
versions. Left out: composer, psr, symfony
> composer req bacon/bac... - 07:35 Revision 9a550abf: [TASK] styleguide: Update codeception config for 5 compatibility
- 07:35 Revision 71bb4b12: [TASK] styleguide: Update to codeception/codeception:^5.0
- testing-framework:dev-main is compatible with
codeception 5 now. styleguide should follow.
> composer req --dev -w \...
2022-07-31
- 13:29 Revision 4b123ff9: [TASK] Update Bootstrap to 5.2.0
- Bootstrap is updated to 5.2.0. Due to a behavior change (perhaps a
regression), carousels need adoption if they shoul... - 11:16 Revision bb1877d4: [TASK] Update Bootstrap to 5.2.0
- Bootstrap is updated to 5.2.0. Due to a behavior change (perhaps a
regression), carousels need adoption if they shoul... - 11:08 Revision 7512af39: [TASK] Make DatabaseTreeDataProvider strictly typed
- Used command:
> ./Build/Scripts/runTests.sh -s phpstanGenerateBaseline
Resolves: #98006
Releases: main
Change-Id: I... - 11:05 Revision 0bfd69cc: [TASK] Remove 'exclude' from HIDE_FOR_NON_ADMINS fields
- TCA fields having displayCond='HIDE_FOR_NON_ADMINS'
can not be selected as "exclude" fields in user group
setup acces... - 11:05 Revision be32f417: [TASK] Remove 'exclude' from HIDE_FOR_NON_ADMINS fields
- TCA fields having displayCond='HIDE_FOR_NON_ADMINS'
can not be selected as "exclude" fields in user group
setup acces... - 11:01 Revision 7111ddad: [TASK] Stabilize a unit test
- When executed in random order, a parent directory
may not exist. Take care it's created when needed.
Resolves: #9806... - 11:00 Revision a9f673d9: [!!!][FEATURE] Implement TypoScript function modifier event
- The old TypoScript parser allows implementing own functions
for the := operator using a hook:
someIdentifier := my... - 10:58 Revision 816476c2: [TASK] Upgrade to codeception/codeception 5.x
- Codeception released new major version 5, which
unblocks upgrading to symfony 6 components.
This patch raises codecep... - 08:54 Revision ef809336: [BUGFIX] Fix PHP 8.1 warnings in ExtbasePluginEnhancer
- Resolves: #98059
Releases: main, 11.5
Change-Id: I078db9039c2f0acb05933fa6a86ca5d73b3fb5d7
Reviewed-on: https://revie... - 08:53 Revision 25128d45: [BUGFIX] Fix PHP 8.1 warnings in ExtbasePluginEnhancer
- Resolves: #98059
Releases: main, 11.5
Change-Id: I078db9039c2f0acb05933fa6a86ca5d73b3fb5d7
Reviewed-on: https://revie... - 08:26 Revision 6661c354: [TASK] Use Typo3Fluid TemplateAwareViewInterface
- Fluid 2.7.2 brought optional TemplateAwareViewInterface.
This is used in two places for proper signatures and makes
p...
2022-07-30
- 21:57 Revision 780ee8b3: [BUGFIX] Prevent duplicate page tree items when entry points intersect
- In a scenario, where a backend user has two entry
points, in which the second one intersects the first
one (is a dire... - 21:47 Revision 80ecc2c7: [BUGFIX] Ensure deterministic sorting in `PageTreeRepository`
- Using database queries without deterministic sorting
definition may lead to unreliabe resultsets in some
dbms type an... - 21:47 Revision 1a750988: [BUGFIX] Ensure deterministic sorting in `PageTreeRepository`
- Using database queries without deterministic sorting
definition may lead to unreliabe resultsets in some
dbms type an... - 21:47 Revision 0b9df659: [BUGFIX] Ensure deterministic sorting in `PageTreeRepository`
- Using database queries without deterministic sorting
definition may lead to unreliabe resultsets in some
dbms type an... - 18:20 Revision 0b1590cb: [TASK] Address type issues in FileSearchQuery
- The $result property's doc type is causing issues
for PHPStan. Switching it to a typed property and
state resolves th... - 18:19 Revision 6193f3fb: [TASK] Address type issues in FileSearchQuery
- The $result property's doc type is causing issues
for PHPStan. Switching it to a typed property and
state resolves th...
2022-07-29
- 11:04 Revision adab573e: [BUGFIX] Raise minimum version of symfony/mime to 4.4.16 / 5.1.8
- A serialization issue has been fixed in symfony/mime 4.4.16 / 5.1.8
which has to be used as minimum version.
https:/...
Also available in: Atom