Activity
From 2022-06-06 to 2022-07-05
2022-07-05
- 18:20 Revision 74ee9def: [BUGFIX] Cast folder name in tree provider to string
- The method FileStorageTreeProvider->getSubfoldersRecursively() iterates
an array of subfolders and prepares folder in... - 18:11 Revision 95f8d6db: [BUGFIX] Cast folder name in tree provider to string
- The method FileStorageTreeProvider->getSubfoldersRecursively() iterates
an array of subfolders and prepares folder in... - 14:07 Revision 1651f2a5: [TASK] Move Page Title Generation for search out of TSFE
- This change removes the internal property "indexedDocTitle"
which is filled by the PageTitleProvider API.
This API i... - 12:20 Revision eab1d0ed: [BUGFIX] Update eslint and friends
- With the upgrade of TypeScript to version 4.7, typescript-eslint
reported itself as incompatible. To solve this, all ... - 11:56 Revision 8020024e: [TASK] Use local TypoScriptFrontendController in ContentObjects
- Adapts several content objects to use the local
TypoScriptFrontendController instance of ContentObjectRenderer, to
re... - 11:48 Revision b5657ef4: [TASK] Update TypeScript to 4.7
- TypeScript has been updated to 4.7. Unfortunately, the package
`@types/filesystem` (hoisted by `@types/chrome`) is in... - 11:16 Revision 00b42157: [BUGFIX] Update eslint and friends
- With the upgrade of TypeScript to version 4.7, typescript-eslint
reported itself as incompatible. To solve this, all ... - 09:27 Revision c38fa895: [DOCS] Fix outdated TypoScript sample
- Use new Symfony TypoScript condition syntax instead
of outdated syntax.
Releases: main,11.5,10.4
Resolves: #97847
Ch... - 09:27 Revision d555de0b: [TASK] Add missing space in tt_content.php
- Resolves: #97855
Releases: main, 11.5
Change-Id: I2cff602b6b77f451061024797adec94713f8b82e
Reviewed-on: https://revie... - 08:05 Revision 2b2a4a8c: [TASK] Add missing space in tt_content.php
- Resolves: #97855
Releases: main, 11.5
Change-Id: I2cff602b6b77f451061024797adec94713f8b82e
Reviewed-on: https://revie...
2022-07-04
- 20:13 Revision a4d3d530: [TASK] Render notification when saving a record succeeded
- To improve both, UX and acceptance tests (incl. automated screenshots
for docs), a notification is now dispatched whe... - 18:01 Revision 86f952e6: [BUGFIX] Avoid undefined array key access in DataMapFactory
- In two places \TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapFactory
accesses the TCA for some table without ch... - 17:46 Revision 11eb389a: [BUGFIX] Avoid undefined array key access in DataMapFactory
- In two places \TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapFactory
accesses the TCA for some table without ch... - 15:25 Revision f1e915c7: [BUGFIX] Enforce string type for custom permission key
- Make sure that item key for custom permission options are cast
to string before being parsed for invalid characters.
... - 15:02 Revision d4e48e0f: [BUGFIX] Enforce string type for custom permission key
- Make sure that item key for custom permission options are cast
to string before being parsed for invalid characters.
... - 14:49 Revision 27b7116a: [DOCS] Fix outdated TypoScript sample
- Use new Symfony TypoScript condition syntax instead
of outdated syntax.
Releases: main,11.5,10.4
Resolves: #97847
Ch... - 11:22 Revision 09c61884: [!!!][FEATURE] New TypoScript parser
- This adds a rewritten TypoScript syntax parser to ext:core.
The heart of the existing parser dates back to Kasper's
...
2022-07-03
- 10:45 Revision b57dfc32: [BUGFIX] Add missing "throw" in deprecation rest
- Resolves: #97845
Releases: main, 11.5
Change-Id: Iac347c7e2b5c46302a5a323222130437e4f772b6
Reviewed-on: https://revie... - 10:26 Revision cc1aec5b: [TASK] Update flatpickr to 4.6.13
- The used flatpickr library version is quite dated and was not updated
since its introduction in mid 2020. This commit... - 10:23 Revision 8b57f8c5: [BUGFIX] Add missing "throw" in deprecation rest
- Resolves: #97845
Releases: main, 11.5
Change-Id: Iac347c7e2b5c46302a5a323222130437e4f772b6
Reviewed-on: https://revie... - 10:04 Revision c8632f48: [TASK] Update flatpickr to 4.6.13
- The used flatpickr library version is quite dated and was not updated
since its introduction in mid 2020. This commit...
2022-07-02
- 20:42 Revision d8ee26db: [BUGFIX] Use less strict check for empty translated values
- When translating values in EXT:form, we must ensure to
handle translated values correctly. Prior to this change,
the ... - 19:18 Revision 7ad894f4: [BUGFIX] Avoid updating element header in form editor inspector
- When changing values in the form editor inspector, their header
content is updated and overridden - as a result the c... - 19:18 Revision 0b8932e5: [BUGFIX] Avoid updating element header in form editor inspector
- When changing values in the form editor inspector, their header
content is updated and overridden - as a result the c... - 18:38 Revision c1ce2257: [BUGFIX] Avoid updating element header in form editor inspector
- When changing values in the form editor inspector, their header
content is updated and overridden - as a result the c... - 14:00 Revision 667346ae: [BUGFIX] Ensure uncached forms in case of POST requests
- A new `FormRequestHandler` has been introduced as entry point which
takes care of creating and rendering the actual `...
2022-07-01
- 20:30 Revision 9f243c16: Add instructions to the README (#327)
- Information about how to initialize the pages is added
to the README. This includes the command line arguments
but al... - 19:50 Revision 07447e03: [BUGFIX] Do not log failed HMAC validations in ext:frontend
- With #93667 logging of HMAC validation errors caused by potentially
manipulated form submissions has been disabled. T... - 19:50 Revision 5bf182f1: [BUGFIX] Do not log failed HMAC validations in ext:frontend
- With #93667 logging of HMAC validation errors caused by potentially
manipulated form submissions has been disabled. T... - 19:23 Revision 4cdbefc2: [TASK] Update to PHPStan 1.8.0
- Used commands:
> composer req --dev phpstan/phpstan:^1.8.0
> ./Build/Scripts/runTests.sh -s phpstanGenerateBaseline
... - 19:23 Revision d5c19644: [TASK] Update to PHPStan 1.8.0
- Used commands:
> composer req --dev phpstan/phpstan:^1.8.0
> ./Build/Scripts/runTests.sh -s phpstanGenerateBaseline
... - 19:22 Revision eb21c1d3: [TASK] Improve return type for GeneralUtility:getUrl
- Set the return type to string|false instead of mixed.
Resolves: #97832
Releases: main, 11.5
Change-Id: I8648392bb8b8... - 19:03 Revision d7030ce8: [TASK] Improve return type for GeneralUtility:getUrl
- Set the return type to string|false instead of mixed.
Resolves: #97832
Releases: main, 11.5
Change-Id: I8648392bb8b8... - 15:27 Revision 3aad7ec2: [BUGFIX] Change default branch for git-review
- When switching from `master` to `main` as default branch, it was
forgotten to change the `defaultbranch` value in `.g... - 14:20 Revision 0c0077ec: [TASK] Update @typo3.icons to v3.1
- With the update to v3.x of the TYPO3 Icon set, there comes
a little change in favor of understanding what sizes of
ic... - 10:28 Revision 0b33621f: [BUGFIX] Avoid yoda-style conditions in PHP
- The core team agreed on not using yoda-style conditions in PHP. An
appropriate PHP-CS-Fixer rule to explicitly disabl... - 09:42 Revision ef2a2d89: [BUGFIX] Fix typo in #96935 changelog
- Resolves: #97840
Related: #96935
Releases: main
Change-Id: If3ea919f5350aa65d2967b22b40a1334eb33fbca
Reviewed-on: htt... - 09:37 Revision 0fb53e0c: [BUGFIX] Avoid yoda-style conditions in PHP
- The core team agreed on not using yoda-style conditions in PHP. An
appropriate PHP-CS-Fixer rule to explicitly disabl... - 08:59 Revision bc7e7de8: [BUGFIX] Assure object is used to render hidden identity fields
- With #96473, the first parameter of
`AbstractFormViewHelper::renderHiddenIdentityField()` was hardened
to `object|nul... - 08:18 Revision 5b9ba217: [TASK] Allow xdebug with PHP8.2 in Build/Scripts/runTests.sh
- xdebug does not have an official compatible version which can
be used with PHP8.2, and thus xdebug had been missing i... - 08:07 Revision 68544157: [TASK] Allow xdebug with PHP8.2 in Build/Scripts/runTests.sh
- xdebug does not have an official compatible version which can
be used with PHP8.2, and thus xdebug had been missing i... - 07:37 Revision 19a7708c: [DOCS] Document form finishers for editors
- A new chapter for editors regarding form finishers has
been added. While being on it a small typo in the form
editor ... - 07:04 Revision e396a6c3: [DOCS] Add more information to validator documentation
- With this patch, the validator documentation for integrators
also mentions the technical names of the validators and ...
2022-06-30
- 13:02 Revision 48df44f6: [BUGFIX] Do not use "[Empty]" label for finisher options in FormEngine
- With #96478, the default value for overridden finisher options in
FormEngine was set to the translated label "[Empty]... - 09:41 Revision e4be4e76: [DOCS] Improve the validator documentation for editors
- This patch optimizes the wording of the documentation
and adds links to other documents.
While being on it, images a... - 08:25 Revision c28da5ce: [TASK] Drop superfluous `conditionContextDefinition` usages
- With #86196, usage of the Symfony expression language was streamlined
in core. This also affected EXT:form, since it ... - 07:21 Revision 993dcb88: [TASK] styleguide: Remove superfluous namespace within form configuration
- The namespace `TYPO3.CMS.Form` in form configuration was removed with
TYPO3/typo3@451c896. With this patch, the appro... - 04:18 Revision 2b4ba389: [TASK] Clarify docblock for addPlugin
- Clarify in the docblock that it is also possible to pass an icon
identifier to addPlugin, not just an icon path.
The... - 04:08 Revision 528b6848: [TASK] Clarify docblock for addPlugin
- Clarify in the docblock that it is also possible to pass an icon
identifier to addPlugin, not just an icon path.
The...
2022-06-29
- 16:10 Revision 77da82bd: [TASK] Apply correct scenario sorting in FilesContentObjectTest
- All sys_file_reference items had the same foreign_sorting value.
Resolves: #97828
Releases: main, 11.5
Change-Id: Ie... - 16:10 Revision 6126b824: [TASK] Apply correct scenario sorting in FilesContentObjectTest
- All sys_file_reference items had the same foreign_sorting value.
Resolves: #97828
Releases: main, 11.5
Change-Id: Ie... - 13:03 Revision f223125d: [DOCS] Remove superfluous namespace within form documentation
- Removes the vendor namespace (TYPO3.CMS.Form) within form
documentation. This is a follow-up to #97517 and applies
th... - 09:08 Revision 451c896f: [TASK] Remove superfluous namespace within form configuration
- Removes the vendor namespace (TYPO3.CMS.Form) within form
configuration.
The compatibility to the notation with the v... - 09:07 Revision 8903c93c: [TASK] Drop superfluous `conditionContextDefinition` usages
- With #86196, usage of the Symfony expression language was streamlined
in core. This also affected EXT:form, since it ...
2022-06-28
- 16:58 Revision a3e481d2: [TASK] Superfluous hook registration in TitleTagRenderingTest
- That hook isn't used in this test case since the tests do not
manipulate FE TypoScript. Tests stay green without.
Re... - 09:06 Revision 61493346: [BUGFIX] Show error when copying a content element fails
- A PHP 8.0 undefined array key warning was preventing
the flash message in the backend from appearing.
This is fixed b... - 08:59 Revision 861f6a4c: [BUGFIX] Show error when copying a content element fails
- A PHP 8.0 undefined array key warning was preventing
the flash message in the backend from appearing.
This is fixed b... - 06:16 Revision bd32b0ab: [DOCS] Show correct redirect mode in EXT:felogin documentation
- config.typolinkLinkAccessRestrictedPages_addParams works only with
redirectMode getpost.
Releases: main, 11.5, 10.4
... - 06:14 Revision 37af7558: [DOCS] Show correct redirect mode in EXT:felogin documentation
- config.typolinkLinkAccessRestrictedPages_addParams works only with
redirectMode getpost.
Releases: main, 11.5, 10.4
... - 06:12 Revision 9be6fedb: [DOCS] Show correct redirect mode in EXT:felogin documentation
- config.typolinkLinkAccessRestrictedPages_addParams works only with
redirectMode getpost.
Releases: main, 11.5, 10.4
...
2022-06-27
- 10:51 Revision c304b698: [BUGFIX] Only show pagination indicator if there are multiple pages
- The search results page currently may show the "pages"
indicator in the title when there are no page numbers
to show.... - 10:51 Revision 29e7e282: [BUGFIX] Only show pagination indicator if there are multiple pages
- The search results page currently may show the "pages"
indicator in the title when there are no page numbers
to show.... - 10:48 Revision 1611b32e: [TASK] Improve the comments and type annotations of MailUtility
- This helps extensions that rely on the type annotations of that
class for static analysis.
Resolves: #97812
Related:... - 10:41 Revision 70922420: [BUGFIX] Only show pagination indicator if there are multiple pages
- The search results page currently may show the "pages"
indicator in the title when there are no page numbers
to show....
2022-06-24
- 12:45 Revision 0802b804: [BUGFIX] Remove unneeded padding from search's form-control
- The input field used within the backend search form at the top had an
initial padding of 0px which mispositions the s... - 11:59 Revision e14e70fc: [TASK] Drop unused scss variables
- The following variables are not used or do not differ from their equivalents in bootstrap 5.x:
$font-size-h1
$font-s... - 11:35 Revision 3c5c7e93: [BUGFIX] Remove unneeded padding from search's form-control
- The input field used within the backend search form at the top had an
initial padding of 0px which mispositions the s... - 07:08 Revision 00049e47: [DOCS] Add example for finisher option "recipients"
- The new option is explained here:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.0/Featur
e-80420-Al... - 06:57 Revision ec10af43: [DOCS] Update finisher documentation
- The whole documentation about finishers has not
been touched since ages. A lot of information are
outdated. This patc...
2022-06-23
- 19:57 Revision bf604dae: [DOCS] Document "Restrict export functionality"
- Add changelog entry to https://review.typo3.org/c/Packages/TYPO3.CMS/+/74902 - Restrict export functionality to allow...
- 19:57 Revision 94b3529e: [DOCS] Document "Restrict export functionality"
- Add changelog entry to https://review.typo3.org/c/Packages/TYPO3.CMS/+/74902 - Restrict export functionality to allow...
- 19:56 Revision abbcc2e6: [DOCS] Add example for finisher option "recipients"
- The new option is explained here:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.0/Featur
e-80420-Al... - 19:34 Revision af58d5d4: [DOCS] Document "Restrict export functionality"
- Add changelog entry to https://review.typo3.org/c/Packages/TYPO3.CMS/+/74902 - Restrict export functionality to allow...
2022-06-22
- 08:11 Revision a1dafd40: [BUGFIX] Update guzzlehttp/guzzle to 6.5.8
- The maintainers of the package guzzlehttp/guzzle released a new version
6.5.8 that fixes two security issues:
* CURL... - 08:11 Revision 5d53f663: [BUGFIX] Update guzzlehttp/guzzle to 7.4.5
- The maintainers of the package guzzlehttp/guzzle released a new version
7.4.5 that fixes two security issues:
* CURL... - 08:11 Revision 931d3e4b: [BUGFIX] Update guzzlehttp/guzzle to 7.4.5
- The maintainers of the package guzzlehttp/guzzle released a new version
7.4.5 that fixes two security issues:
* CURL... - 07:41 Revision 7a0fc691: [BUGFIX] Fix failing test caused by vfs removal
- With #74882 usage of vfs was reduced in unit tests, revealing
side effects when tests relied on each other to create
...
2022-06-21
- 13:02 Revision 37cd2b25: [!!!][TASK] Remove processor_path_lzw option
- LZW enabled compression for GIF and TIF is now removed
in favor of just using convert which is available most of
the ... - 12:46 Revision c4b3e9d7: [TASK] Properly set clear config flag in functional test
- Field 'clear' in sys_template is a checkbox field:
1 = clear constants
2 = clear setup
3 = clear both constants & set... - 10:25 Revision 1039ba36: [FEATURE] Provide default queue for notifications
- To allow dispatching notifications to the user the easy way, a new global
flash message queue, identified by
`TYPO3\C... - 08:55 Revision fd5712c9: [TASK] Define function argument types in ext:felogin
- Argument types for 2 functions can safely be set
to `string`, since current implementations already
ensure, that only...
2022-06-20
- 09:10 Revision 5d4e86cd: [BUGFIX] Always call GU::intExplode with a string in EXT:extbase
- This helps avoid breakage when GeneralUtility will switch to
strict mode.
This change also prevents a whole bunch of...
2022-06-19
- 22:26 Revision b5c1adc8: [TASK] Improve some property & method comments
- Add some more comments to TemplateService related
properties and fix typos.
Resolves: #97796
Releases: main
Change-I... - 21:51 Revision 82b2f671: [TASK] Allow global event handlers on click
- The backend related global-event-handler is a helper
to especially submit POST forms on various DOM elements.
It supe... - 21:40 Revision 89e8e0c6: [TASK] Add another test scenario to ArrayUtility::flatten()
- Enrich existing test data providers of ArrayUtility::flatten()
with another scenario to see how it behaves on details... - 01:52 Revision 59aa5c0b: [BUGFIX] Always call GU::intExplode with a string in EXT:core
- This helps avoid breakage when GeneralUtility will switch to
strict mode.
This change also prevents a whole bunch of... - 01:40 Revision 85373145: [DOCS] Document reports extension
- Document the status quo and the recent changes.
resolves https://github.com/TYPO3-Documentation/Changelog-To-Doc/iss... - 01:36 Revision ccb52b2e: [TASK] Add MAIL/dsn setting to blinded configuration options
- $GLOBALS['TYPO3_CONF_VARS']['MAIL']['dsn'] may contain credentials
and is therefore blinded in the configuration modu... - 01:26 Revision c1ae656d: [TASK] Add MAIL/dsn setting to blinded configuration options
- $GLOBALS['TYPO3_CONF_VARS']['MAIL']['dsn'] may contain credentials
and is therefore blinded in the configuration modu... - 01:25 Revision ab524689: [BUGFIX] Provide a default value in TemplateService to avoid null values
- Resolves: #97744
Releases: main
Change-Id: I60f3424696f2b6b655922b6c377ce65ec139c877
Reviewed-on: https://review.typo... - 01:23 Revision 32f7784c: [TASK] Fix indenting for .html files
- In .editorconfig indenting of 4 spaces
is configured (implicitly) for HTML
files. Most files already use this,
but so... - 01:11 Revision 4300620f: [FEATURE] Show Symfony expression language providers in config module
- Show all Symfony expression language providers in the configuration
module including their functions and variables.
... - 00:59 Revision 7e9ff7a4: [TASK] Set FlashMessageQueue for ModuleTemplate in extbase controller
- For the Module Template Layout to render FlashMessages, it
needs to hold the FlashMessageQueue with the added message... - 00:51 Revision ccbbe900: [BUGFIX] Allow XCLASSing of WorkspaceRecord
- The factory method WorkspaceRecord::get() now uses a proper
makeInstance() call instead of new for creating new insta... - 00:51 Revision 874d3d7b: [BUGFIX] Allow XCLASSing of WorkspaceRecord
- The factory method WorkspaceRecord::get() now uses a proper
makeInstance() call instead of new for creating new insta... - 00:51 Revision b8bd7bbc: [BUGFIX] Restore gray background in EXT:dashboard
- The patch for issue #97144 explicitly set a white background
for all modules to improve scroll performance. It introd... - 00:39 Revision 1ee475fb: [TASK] Improve a type annotation in ListUtility
- Also simplify the code of a caller as detected by static code analysis.
Resolves: #97711
Relates: #97705
Releases: m... - 00:34 Revision 3b74cd27: [TASK] Replace single quotes by double quotes in annotations
- Doctrine (now?) does not allow values to be surrounded by single quotes.
It expects a `PlainValue` but struggles over... - 00:29 Revision 8c9ea809: [TASK] Improve a type annotation in ListUtility
- Also simplify the code of a caller as detected by static code analysis.
Resolves: #97711
Relates: #97705
Releases: m... - 00:22 Revision 4bc35d24: [TASK] Use unsafe but faster password hashing in `RecoveryCodeTest`
- `RecoveryCodeTest` now uses a `NoopPasswordHash` implementation, that
uses sha1 internally. It's obviously not as sec... - 00:22 Revision f2ade7fb: [TASK] Use unsafe but faster password hashing in `RecoveryCodeTest`
- `RecoveryCodeTest` now uses a `NoopPasswordHash` implementation, that
uses sha1 internally. It's obviously not as sec... - 00:19 Revision 7e0fe3e0: [TASK] Replace single quotes by double quotes in annotations
- Doctrine (now?) does not allow values to be surrounded by single quotes.
It expects a `PlainValue` but struggles over... - 00:18 Revision ba221b82: [TASK] Add PSR-4 namespace integrity check for code files
- This patch adds a script to scan and verify namespace of
core class and test files to be PSR-4 compliant. It uses
pro...
2022-06-18
- 23:57 Revision 391646f3: [TASK] Add PSR-4 namespace integrity check for code files
- This patch adds a script to scan and verify namespace of
core class and test files to be PSR-4 compliant. It uses
pro... - 23:42 Revision 69bf2c66: [TASK] Reduce VFS usage in unit tests - Part 1
- The component causes errors every once in a while and does not
provide a huge benefit anymore.
This part contains the... - 23:21 Revision d3ecc6f3: [TASK] Use proper PSR-4 compatible namespaces 3
- This patch adjustes invalid namespaces uses in some files
to ensure PSR-4 loading compatibility.
Resolves: #97793
Re... - 23:21 Revision e0f6866f: [TASK] Use proper PSR-4 compatible namespaces 3
- This patch adjustes invalid namespaces uses in some files
to ensure PSR-4 loading compatibility.
Resolves: #97793
Re... - 23:20 Revision 8d3b013b: [TASK] Use proper PSR-4 compatible namespaces 2
- This patch adjustes invalid namespaces uses in some files
to ensure PSR-4 loading compatibility. Additionally the
sup... - 22:56 Revision d1023c9e: [TASK] Use proper PSR-4 compatible namespaces 3
- This patch adjustes invalid namespaces uses in some files
to ensure PSR-4 loading compatibility.
Resolves: #97793
Re... - 22:50 Revision 0c652808: [TASK] Use proper PSR-4 compatible namespaces 2
- This patch adjustes invalid namespaces uses in some files
to ensure PSR-4 loading compatibility. Additionally the
sup... - 22:45 Revision 5c29568c: [TASK] Use proper PSR-4 compatible namespaces 1
- This change replaces invalid namespaces in some files to
ensure PSR-4 loading compatibility.
Additional missing name...
2022-06-17
- 19:12 Revision e6de22dd: [DOCS] Remove outdated information from RTE documentation
- Additionally, fix some flaws and typos.
Resolves: #97760
Releases: main, 11.5
Change-Id: Ic661dec8a180db640a30fb7305... - 19:01 Revision 95fb2677: [DOCS] Remove outdated information from RTE documentation
- Additionally, fix some flaws and typos.
Resolves: #97760
Releases: main, 11.5
Change-Id: Ic661dec8a180db640a30fb7305... - 07:20 Revision 06aab9ee: [!!!][TASK] Use ".gz" instead of ".gzip" for compressed resources
- When using compressed files such as JS / CSS files,
the files are now put in a ".gz" file extension instead
of ".gzip... - 07:20 Revision daf0ad00: [TASK] Add image formats avif/avifs to htaccess
- Additionally, use "On" as value for ExpiresActive directive
as this is the preferred notation.
Resolves: #97764
Rele... - 07:06 Revision bd79e7bb: [TASK] Add image formats avif/avifs to htaccess
- Additionally, use "On" as value for ExpiresActive directive
as this is the preferred notation.
Resolves: #97764
Rele... - 04:29 Revision 86330504: [BUGFIX] Remove unnecessary else clauses
- Resolves: #97742
Releases: main
Change-Id: If4944dd1d45b3e8c9522689f472fec9f6810eacb
Reviewed-on: https://review.typo...
2022-06-15
- 11:20 Revision 919fc6b0: [BUGFIX] Avoid invalid type exception in FinisherVariableProvider
- Guard invalid argument type exception by using null coalescing operator
in `\TYPO3\CMS\Form\Domain\Finishers\Finisher... - 08:05 Revision d300c98f: [TASK] Set TYPO3 version to 11.5.13-dev
- Change-Id: I3aa1bf69e2c8350edeb71c2ce78a2363a8f5c7bc
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/749... - 08:02 Revision 69d7e5a1: [TASK] Set TYPO3 version to 10.4.31-dev
- Change-Id: Id7f3beef270899625236c25be8db45719086af1c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/749... - 07:33 Revision d8f26be4: [RELEASE] Release of TYPO3 11.5.12
- Change-Id: Ia99dd3b078bc354f201267257d21a4ea44cb3b7f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/749... - 07:28 Revision 774a3bf0: [RELEASE] Release of TYPO3 10.4.30
- Change-Id: I71f6551f6c250f9dde3155b069de4d5cf78e357b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/749... - 07:21 Revision d80a9c47: [BUGFIX] Properly apply system maintainer role to backend admins
- The security fix TYPO3-CORE-SA-2022-005 introduced a synchronization
of backend user and admin tool sessions - withou... - 07:20 Revision 9f39d4b7: [BUGFIX] Properly apply system maintainer role to backend admins
- The security fix TYPO3-CORE-SA-2022-005 introduced a synchronization
of backend user and admin tool sessions - withou... - 07:20 Revision 1a1a6feb: [BUGFIX] Properly apply system maintainer role to backend admins
- The security fix TYPO3-CORE-SA-2022-005 introduced a synchronization
of backend user and admin tool sessions - withou...
2022-06-14
- 08:47 Revision 81b0066c: [TASK] Set TYPO3 version to 11.5.12-dev
- Change-Id: I56f3976ac0866fd2972183af8b8ad07a67350408
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/749... - 08:47 Revision 8fa6083c: [TASK] Set TYPO3 version to 10.4.30-dev
- Change-Id: I989daf592c9a350a54dbe26f138e614781ef7541
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/749... - 07:38 Revision 7396e8fe: [RELEASE] Release of TYPO3 11.5.11
- Change-Id: I87ce1032fe4bad74e14524c0c576fd4fa0a1ae76
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/749... - 07:32 Revision e87db3fd: [RELEASE] Release of TYPO3 10.4.29
- Change-Id: I128659dc3c5e6370bdc6bc62154358029fb3d11c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/749... - 07:19 Revision 59238797: [SECURITY] Synchronize admin tools session with backend user session
- Admin tools sessions are revoked in case the initiatin backend user
does not have admin or system maintainer privileg... - 07:18 Revision da611775: [SECURITY] Avoid HTML injection in password recovery mail
- The `receiverName` variable used in the password recovery mail of the
Extbase felogin plugin was susceptible to HTML ... - 07:17 Revision 6f2554dc: [SECURITY] Ensure text preview of multivalue items in form editor
- Multivalue items in the form editor user interface were previewed
as HTML, but should be treated as scalar text only.... - 07:17 Revision c93ea692: [SECURITY] Do not log stacktrace in exception handlers
- When a TYPO3 exception is handled through registered exception
handlers, log writers may log sensitive information to... - 07:13 Revision 7447a3d1: [SECURITY] Restrict export functionality to allowed users
- The import functionality of the import/export module is already
restricted to admin users or users, who explicitly ha... - 07:12 Revision 1b68d0fa: [SECURITY] Synchronize admin tools session with backend user session
- Admin tools sessions are revoked in case the initiatin backend user
does not have admin or system maintainer privileg... - 07:12 Revision 47936328: [SECURITY] Avoid HTML injection in password recovery mail
- The `receiverName` variable used in the password recovery mail of the
Extbase felogin plugin was susceptible to HTML ... - 07:12 Revision 3b16f036: [SECURITY] Ensure text preview of multivalue items in form editor
- Multivalue items in the form editor user interface were previewed
as HTML, but should be treated as scalar text only.... - 07:12 Revision fb542d43: [SECURITY] Do not log stacktrace in exception handlers
- When a TYPO3 exception is handled through registered exception
handlers, log writers may log sensitive information to... - 07:12 Revision f4dd6171: [SECURITY] Restrict export functionality to allowed users
- The import functionality of the import/export module is already
restricted to admin users or users, who explicitly ha... - 07:11 Revision 40f1ea7b: [SECURITY] Synchronize admin tools session with backend user session
- Admin tools sessions are revoked in case the initiatin backend user
does not have admin or system maintainer privileg... - 07:11 Revision 7d46791c: [SECURITY] Avoid HTML injection in password recovery mail
- The `receiverName` variable used in the password recovery mail of the
Extbase felogin plugin was susceptible to HTML ... - 07:11 Revision f311198e: [SECURITY] Ensure text preview of multivalue items in form editor
- Multivalue items in the form editor user interface were previewed
as HTML, but should be treated as scalar text only.... - 07:11 Revision f9a1f183: [SECURITY] Do not log stacktrace in exception handlers
- When a TYPO3 exception is handled through registered exception
handlers, log writers may log sensitive information to... - 07:11 Revision 3aef4183: [SECURITY] Restrict export functionality to allowed users
- The import functionality of the import/export module is already
restricted to admin users or users, who explicitly ha... - 06:56 Revision cb1d82f7: [BUGFIX] Apply empty values in language-overlay
- Some default fields (e.g. tt_content.bodytext) can contain null values.
TYPO3 first fetches the data in the default l...
2022-06-13
- 22:46 Revision 7879a3de: [BUGFIX] Avoid parameter collision in IndexedSearch
- The action to delete an indexed item in the IndexedSearch
backend module used the "id" parameter to pass the indexed
... - 19:10 Revision 68c6dd05: [FEATURE] Add PSR-14 events for Mailer
- TYPO3's Mailer implementation does now dispatch
two new PSR-14 events.
The `BeforeMailerSentMessageEvent` can be
use... - 07:26 Revision 300531f7: [BUGFIX] Update guzzlehttp/guzzle to 6.5.7
- The package guzzlehttp/guzzle has been updated to version 7.4.4
and 6.5.7 which both fix the security issues [1] and ... - 07:25 Revision 24cde96a: [BUGFIX] Update guzzlehttp/guzzle to 7.4.4
- The package guzzlehttp/guzzle has been updated to version 7.4.4
and 6.5.7 which both fix the security issues [1] and ... - 07:25 Revision 8cf1f942: [BUGFIX] Update guzzlehttp/guzzle to 7.4.4
- The package guzzlehttp/guzzle has been updated to version 7.4.4
and 6.5.7 which both fix the security issues [1] and ...
2022-06-11
- 17:12 Revision 979ce508: [BUGFIX] Wait for element in page tree to disappear
- Currently the clearFilterReloadsPageTreeWithoutFilterApplied
randomly fails due to a still existing element.
This see... - 16:50 Revision edad6900: [BUGFIX] Wait for element in page tree to disappear
- Currently the clearFilterReloadsPageTreeWithoutFilterApplied
randomly fails due to a still existing element.
This see... - 14:39 Revision 351d751a: [BUGFIX] Enable login refresh form submit via ENTER key
- By making the modal's primary button a submit button
and binding it to the form, the user can now use the ENTER key t... - 12:53 Revision 9de6d9e2: [TASK] Extend 'runTests.sh' to clean rendered documentation
- This change adds the ability to clean rendered documentation
folder and files in all system extension folders in one ... - 12:51 Revision 6037ce31: [TASK] Extend 'runTests.sh' to clean rendered documentation
- This change adds the ability to clean rendered documentation
folder and files in all system extension folders in one ... - 12:28 Revision dc6cb08d: [TASK] Extend 'runTests.sh' to clean rendered documentation
- This change adds the ability to clean rendered documentation
folder and files in all system extension folders in one ...
2022-06-10
- 21:05 Revision 199e0da3: [TASK] Add support for PHP8.2 to Build/Scripts/runTests.sh
- This patch adds the ability to run commands with PHP8.2 using
`Build/Scripts/runTests.sh`. Support is added early to ... - 20:52 Revision de2394f2: [TASK] Add support for PHP8.2 to Build/Scripts/runTests.sh
- This patch adds the ability to run commands with PHP8.2 using
`Build/Scripts/runTests.sh`. Support is added early to ... - 19:11 Revision 56c8c01e: [TASK] Avoid failing test value for PHP 8.1.7 strtotime bug
- PHP 8.1.7 introduced a bug that it considers the month number 100
to be valid, which breaks one of our tests.
As it ... - 18:17 Revision 147e5a66: [TASK] Avoid failing test value for PHP 8.1.7 strtotime bug
- PHP 8.1.7 introduced a bug that it considers the month number 100
to be valid, which breaks one of our tests.
As it ... - 12:26 Revision d41679a4: [BUGFIX] Use moment.unix for visualizing regular unix timestamps
- A dialog trying to prevent overriding existing files in the filelist
module shows an incorrect modification date of f... - 12:26 Revision 7f0af212: [BUGFIX] Use moment.unix for visualizing regular unix timestamps
- A dialog trying to prevent overriding existing files in the filelist
module shows an incorrect modification date of f... - 12:25 Revision d654834f: [BUGFIX] Use moment.unix for visualizing regular unix timestamps
- A dialog trying to prevent overriding existing files in the filelist
module shows an incorrect modification date of f... - 12:18 Revision 73637a4d: [BUGFIX] Throw 404 error when XML sitemap is not available
- Resolves: #97612
Releases: main, 11.5
Change-Id: Ia23a15f0beb864a8b53c568ed27642ec7ac8c7b2
Reviewed-on: https://revie... - 12:06 Revision c21ccfa3: [BUGFIX] Throw 404 error when XML sitemap is not available
- Resolves: #97612
Releases: main, 11.5
Change-Id: Ia23a15f0beb864a8b53c568ed27642ec7ac8c7b2
Reviewed-on: https://revie... - 11:56 Revision edada8a0: [BUGFIX] Enable login refresh form submit via ENTER key
- By making the modal's primary button a submit button
and binding it to the form, the user can now use the ENTER key t... - 08:48 Revision 6999202a: [BUGFIX] Tighten a conditional check in LinkService
- Resolves: #97741
Releases: main
Change-Id: Ic346680b2f3fcaf8ffef5f9b9bd1cb903da61e0b
Reviewed-on: https://review.typo...
2022-06-09
- 14:37 Revision 1708cda8: [BUGFIX] Apply empty values in language-overlay
- Some default fields (e.g. tt_content.bodytext) can contain null values.
TYPO3 first fetches the data in the default l... - 08:46 Revision 6f84ff52: [!!!][TASK] Remove unused MailerAdapterInterface
- The MailerAdapterInterface, related to SwiftMailer
is removed, since it is unused in core since v7.
Resolves: #97752... - 08:43 Revision b87b5507: [TASK] Resolve more dead code paths
- More code paths identified as dead by PHPStan, or
that PHPStan isn't understanding correctly.
Used command:
> Build... - 07:30 Revision 94dd6f06: [TASK] Resolve more dead code paths
- More code paths identified as dead by PHPStan, or
that PHPStan isn't understanding correctly.
Used command:
> Build...
2022-06-08
- 16:10 Revision 8a25db00: [BUGFIX] Simplify code in ImageInfo
- Resolves: #97745
Releases: main
Change-Id: I903f04c8eba97e7e4fb148041288da843ea1647d
Reviewed-on: https://review.typo... - 11:38 Revision 12da9f62: [BUGFIX] Apply empty values in language-overlay
- Some default fields (e.g. tt_content.bodytext) can contain null values.
TYPO3 first fetches the data in the default l... - 07:27 Revision d1206ba2: [BUGFIX] Always call GU::intExplode with a string in EXT:backend
- This helps avoid breakage when GeneralUtility will switch to
strict mode.
This change also prevents a whole bunch of...
2022-06-07
- 16:04 Revision 3cd23569: [TASK] Remove type annotations where possible
- Searched for "/** @var " and went through all results manually.
Skipped results where GeneralUtility::makeInstance is... - 16:04 Revision 7d1bc443: [TASK] Remove type annotations where possible
- Searched for "/** @var " and went through all results manually.
Skipped results where GeneralUtility::makeInstance is... - 14:52 Revision e995c4f0: [TASK] Update TypeScript to 4.7
- Executed commands:
cd Build
yarn add --dev typescript@~4.7.0
Resolves: #97698
Releases: main, 11.5
Change-I... - 14:50 Revision 3a25c94b: [!!!][FEATURE] Introduce PSR-14 events in TSFE page resolving
- This change introduces three new PSR-14 Events in favor
of the following hooks:
* $GLOBALS['TYPO3_CONF_VARS']['SC_OP... - 11:38 Revision 3b0a6999: [BUGFIX] Use the correct pluralized key in search results
- The "page" and "pages" translation keys are backwards.
This patch makes them forwards.
Resolves: #96795
Releases: ma... - 08:44 Revision 3d1b0a08: [DOCS] Make example more general to not confuse
- Releases: main
Resolves: #97735
Change-Id: I703595777f4bb7727cc72b7ab92cb2446f3cf30e
Reviewed-on: https://review.typo... - 07:30 Revision dd3d8e38: [BUGFIX] Avoid invalid type exception in FinisherVariableProvider
- Guard invalid argument type exception by using null coalescing operator
in `\TYPO3\CMS\Form\Domain\Finishers\Finisher... - 06:36 Revision 70ed0ede: [BUGFIX] Avoid invalid type exception in FinisherVariableProvider
- Guard invalid argument type exception by using null coalescing operator
in `\TYPO3\CMS\Form\Domain\Finishers\Finisher...
2022-06-06
- 20:10 Revision 0fc75be1: [TASK] Solve several phpstan issues in GifBuilder
- Also add some (indirect) basic tests for
GifBuilder::calculateValue.
Used command:
> Build/Scripts/runTests.sh -s p... - 19:46 Revision f9c1ed54: [TASK] Solve several phpstan issues in GifBuilder
- Also add some (indirect) basic tests for
GifBuilder::calculateValue.
Used command:
> Build/Scripts/runTests.sh -s p... - 19:23 Revision 9a493fd1: [BUGFIX] Fix randomly failing PageTreeFilterCest
- Sometimes it happens that the page tree is not updated
within a certain amount of time resulting in failing tests.
Th... - 19:03 Revision 520ecd36: [BUGFIX] Fix randomly failing PageTreeFilterCest
- Sometimes it happens that the page tree is not updated
within a certain amount of time resulting in failing tests.
Th... - 18:51 Revision 5725ca45: [BUGFIX] Avoid type error when importing content
- Resolves: #97658
Releases: main, 11.5
Change-Id: Ic4e18d64849e64404dca0eef240060d882476526
Reviewed-on: https://revie... - 18:36 Revision f32e7128: [BUGFIX] Avoid type error when importing content
- Resolves: #97658
Releases: main, 11.5
Change-Id: Ic4e18d64849e64404dca0eef240060d882476526
Reviewed-on: https://revie... - 18:07 Revision 0cc02a87: [TASK] Drop PhpStorm meta configuration for getAccessibleMock & friends
- This is now covered by the annotations using generics in the testing
framework base class, and hence not needed anymo... - 18:07 Revision 5a522bca: [TASK] Drop PhpStorm meta configuration for getAccessibleMock & friends
- This is now covered by the annotations using generics in the testing
framework base class, and hence not needed anymo... - 18:02 Revision 7a3202cb: [BUGFIX] Make file paths absolute in GIFBUILDER
- In CLI context the full path to the temporary generated file by the
GIFBUILDER can't be resolved. Because of this inc... - 17:56 Revision 1088be60: [TASK] Drop PhpStorm meta configuration for getAccessibleMock & friends
- This is now covered by the annotations using generics in the testing
framework base class, and hence not needed anymo...
Also available in: Atom