Activity
From 2020-12-07 to 2021-01-05
2021-01-05
- 23:13 Revision 8e36fb12: [BUGFIX] Build correct redirect url when switching BE user
- With the introduction of Backend url rewrites with #93048,
the generated redirect url to switch backend users was
bro... - 19:54 Revision 1d2b3b7c: [FEATURE] Add DataProcessor to resolve FlexForm data
- This adds a new data processor which converts the
XML structure of a given FlexForm field into a PHP
array to be used... - 16:52 Revision e4d3e3bc: [BUGFIX] Respect mod.web_list.noViewWithDokTypes also in record list
- The option noViewWithDokTypes is now also respected for
the control panel of a single record in the listing.
Resolve... - 16:28 Revision 5ddb8ebd: [TASK] Always handle linktypes in linkvalidator as list
- The TSconfig of linkvalidator contains 'linktypes' which is a
list of link types which should be checked
(e.g. 'exter... - 16:18 Revision 19fdbefa: [TASK] Don't try to create language switch for non-persisted records
- The language switch is never rendered for non-persisted records,
so the method to create it should not be called in t... - 15:41 Revision 48fd54c4: [TASK] Don't try to create language switch for non-persisted records
- The language switch is never rendered for non-persisted records,
so the method to create it should not be called in t... - 10:00 Revision c6e5fbcc: [BUGFIX] FormEngine does not edit workspace delete placeholders
- Workspace delete placeholders are just a marker that a
live record should be deleted in live when the delete
placehol... - 07:57 Revision d8bcc340: [BUGFIX] Respect newContentElementWizard TSconfig in fluid based page module
- The fluid based page module, introduced in v10 and the only
available variant since v11, does now correctly respect t... - 07:41 Revision 69ec7869: [BUGFIX] Fix "view" option in context menu
- The context menu no longer offers the "view" option
for excluded doktypes like "spacer".
Resolves: #93215
Releases: ... - 07:40 Revision d82bc6c5: [BUGFIX] Respect newContentElementWizard TSconfig in fluid based page module
- The fluid based page module, introduced in v10 and the only
available variant since v11, does now correctly respect t...
2021-01-04
- 20:36 Revision df6e0617: [BUGFIX] Fix "view" option in context menu
- The context menu no longer offers the "view" option
for excluded doktypes like "spacer".
Resolves: #93215
Releases: ... - 18:58 Revision b50d36c9: [BUGFIX] Look at whole word checking for *Scanned
- The words FullyScanned, PartiallyScanned and NotScanned
must not have any leading or trailing characters
when on the ... - 18:46 Revision f5ad3545: [BUGFIX] FormEngine does not edit workspace delete placeholders
- Workspace delete placeholders are just a marker that a
live record should be deleted in live when the delete
placehol... - 18:42 Revision 40a352f9: [BUGFIX] Look at whole word checking for *Scanned
- The words FullyScanned, PartiallyScanned and NotScanned
must not have any leading or trailing characters
when on the ... - 16:43 Revision 96031203: [BUGFIX] Reduce ses_id field length
- The patch for #93131 increased the db size of field ses_id
in tables fe_sessions and be_sessions from 32 to 255 chars... - 16:24 Revision 9b52ab38: [TASK] Drop non hashed session fallback
- The security fix related to better hashed sessions
had fallbacks to deal with existing non hashed sessions.
This was ... - 15:44 Revision 11e16238: [BUGFIX] Reduce ses_id field length
- The patch for #93131 increased the db size of field ses_id
in tables fe_sessions and be_sessions from 32 to 255 chars... - 15:04 Revision 90b02f9f: [TASK] Implement t3editor as custom web component
- Remove jQuery dependency, avoid inline javascript and
encapsulate initialization into a web component.
Also use "cod... - 14:57 Revision 9821608a: [BUGFIX] Remove wrong data-formengine-input-name attribute
- With #93135, selectMultipleSideBySide fields broke and didn't accept new
values as both select fields share the same ... - 14:20 Revision 595ca11a: [BUGFIX] Fix image processing hint in install tool
- The setting $GLOBALS['TYPO3_CONF_VARS']['GFX']['colorspace'] is
deprecated since TYPO3 8.0 and is now replaced with
$... - 13:56 Revision b04d5280: [BUGFIX] Fix image processing hint in install tool
- The setting $GLOBALS['TYPO3_CONF_VARS']['GFX']['colorspace'] is
deprecated since TYPO3 8.0 and is now replaced with
$... - 13:53 Revision fdcb412a: [BUGFIX] Use `form-select` class for <select> fields
- With Bootstrap 5, <select> fields make use of the class `form-select`.
This patch aims to replace every occurrence of... - 13:38 Revision 6ed3053c: [BUGFIX] Fix image processing hint in install tool
- The setting $GLOBALS['TYPO3_CONF_VARS']['GFX']['colorspace'] is
deprecated since TYPO3 8.0 and is now replaced with
$... - 13:23 Revision a90f5ee8: [TASK] Get rid of "PHP Notice: Undefined index" notices
- Running a clean installation minimal setup throws
a lot of "PHP Notice: Undefined index: " notices.
This commit remov... - 12:49 Revision bd2ced46: [TASK] Get rid of "PHP Notice: Undefined index" notices
- Running a clean installation minimal setup throws
a lot of "PHP Notice: Undefined index: " notices.
This commit remov... - 10:28 Revision 9c9046a5: [DOCS] Fix wrong reference to global REQUEST_TYPE
- There is no global variable named REQUEST_TYPE,
it is called TYPO3_REQUEST.
Releases: master
Resolves: #93206
Relate... - 09:26 Revision bfb42cda: [TASK] Make first install compatible with PHP 8
- Make all the necessary changes to classes used during the first installation to run on PHP 8
Resolves: #93205
Releas... - 08:26 Revision 139594a2: [BUGFIX] Do not call "libxml_disable_entity_loader" in PHP 8
- Because the method (finally) is deprecated in PHP 8,
all calls in TYPO3 Core are wrapped in if statements
to avoid de... - 08:03 Revision 0a394765: [BUGFIX] Do not call "libxml_disable_entity_loader" in PHP 8
- Because the method (finally) is deprecated in PHP 8,
all calls in TYPO3 Core are wrapped in if statements
to avoid de...
2021-01-03
- 12:04 Revision 5489967f: [BUGFIX] Set property hreflang of SiteLanguage to empty string
- By defining `$hreflang` of SiteLanguage to an empty string instead of
'en-US' wrong hreflang tags are avoided in the ...
2021-01-01
- 19:42 Revision 5f9d2ca5: [DOCS] Add hint how to alter or remove hreflang tags
- In some edge cases you may want to disable or change the rendering of
the hreflang tags. We added some hints how to d... - 19:26 Revision 111b47c9: [DOCS] Add hint how to alter or remove hreflang tags
- In some edge cases you may want to disable or change the rendering of
the hreflang tags. We added some hints how to d... - 17:32 Revision 968450e6: [TASK] Update various dependencies to support PHP8
- A few dependencies now have PHP8 support and PHP 7.2 support,
which we then update to the latest versions, also for v... - 17:10 Revision 8a367a90: [DOCS] Remove reference to TYPO3 4.5 and 6.2 from felogin
- Releases: master, 10.4
Resolves: #93199
Change-Id: I774992a5aee0d51249853dee80f18ade99247ac9
Reviewed-on: https://rev... - 17:01 Revision 6450b0f5: [TASK] Update various dependencies to support PHP8
- A few dependencies now have PHP8 support and PHP 7.2 support,
which we then update to the latest versions, also for v... - 16:56 Revision 3e1e688c: [DOCS] Remove reference to TYPO3 4.5 and 6.2 from felogin
- Releases: master, 10.4
Resolves: #93199
Change-Id: I774992a5aee0d51249853dee80f18ade99247ac9
Reviewed-on: https://rev... - 13:54 Revision 49bdb6dc: [TASK] Use core AjaxRequest instead d3.request
- d3 is currently manually patched to avoid a
d3.request()/d3.json() bug in chome >= 64 – see #83741.
The patch has not...
2020-12-31
- 08:58 Revision 5d3f7751: [BUGFIX] Re-validate changed fields only
- Probably since ever, FormEngine validates the whole form when a field
changed or an IRRE item got removed. This patch...
2020-12-29
- 17:11 Revision a4c46863: [BUGFIX] Initialize module menu only if present in HTML
- Loading the module menu on any page caused a JavaScript error.
The fix prevents this by checking if the necessary HTM... - 16:56 Revision 55b88d07: [BUGFIX] Load dependencies of ImmediateActionElement dynamically
- The module ImmediateActionElement is used to render a defined custom
HTML tag triggering certain actions once it's re... - 16:22 Revision 60c68ede: [BUGFIX] Load dependencies of ImmediateActionElement dynamically
- The module ImmediateActionElement is used to render a defined custom
HTML tag triggering certain actions once it's re... - 15:21 Revision dec6f5bf: [BUGFIX] Re-validate changed fields only
- Probably since ever, FormEngine validates the whole form when a field
changed or an IRRE item got removed. This patch... - 14:50 Revision 117eef29: [TASK] Remove jQuery from most of EXT:filelist
- With this change, most of the jQuery-based code is migrated to either
native APIs or substitutes provided by TYPO3.
T... - 14:34 Revision 91d7b30d: [BUGFIX] Remove black line below table headings
- Also fix double-border when table-fit class
is nested in a legacy panel (e.g. file list).
Releases: master
Resolves:... - 13:53 Revision 8d32036b: [BUGFIX] Handle sorting of nested IRRE containers properly
- When sorting elements in an IRRE container, the sorting took
grandchildren into account as well, which broke the sort...
2020-12-25
- 11:51 Revision a5afc7f0: [DOCS] Update link to v11 changelog
- Since the 11.0 changelog was moved from master
to 11.0, the reference had to be changed, too.
Releases: 10.4
Resolve...
2020-12-23
- 06:56 Revision f429aa86: [TASK] Remove AbstractRequestHandler
- The AbstractRequestHandler was an abstract class
which didn't add any helper method at all, concrete
implementations ...
2020-12-22
- 21:48 Revision 4c3429df: [TASK] Add action buttons above the list in recycler module
- To avoid annoying scroll when a lot of items are rendered, add the
action buttons also above the list.
Resolves: #92... - 21:11 Revision 68208344: [TASK] Add action buttons above the list in recycler module
- To avoid annoying scroll when a lot of items are rendered, add the action
buttons also above the list.
Resolves: #92... - 20:42 Revision db5bf658: [BUGFIX] Fix items text color in EXT:viewpage module
- The text color of EXT:viewpage module options has got
the necessary contrast again. Furthermore the duplicated
"arrow... - 15:12 Revision 48b2b052: [TASK] Raise friendsoftypo3/phpstan-typo3 to ^0.6.0
- Brings v11 compatibility.
composer require --dev friendsoftypo3/phpstan-typo3 ^0.6.0
Resolves: #93156
Releases: mas... - 10:33 Revision 50806a15: [TASK] Set TYPO3 version to 11.1.0-dev
- Change-Id: I5a4c629d4e4b81bb74fac9b6116436e5e913384d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/672... - 10:23 Revision d4d3c3d9: [TASK] Make TreeNodeCollection compatible with PHP 8
- Adds the new parameter in ArrayObject::asort for PHP 8. As an additional parameter it's backwards-compatible with PHP...
- 09:48 Revision 53fc5f9a: [BUGFIX] Skip broken flexform in form upgrade wizard
- The form upgrade wizard skips a form content element if it has broken
flexform data.
Reasons for broken flexform dat... - 09:29 Revision 94b89adf: [BUGFIX] Skip broken flexform in form upgrade wizard
- The form upgrade wizard skips a form content element if it has broken
flexform data.
Reasons for broken flexform dat... - 08:35 Revision 1c606e7c: [FEATURE] Add reset button for EXT:beuser module filter
- Since the EXT:beuser module filter contains of a couple of
filter options, which are not automatically reset on leavi... - 08:07 Revision 6a5e2d40: [RELEASE] Release of TYPO3 11.0.0
- Change-Id: Ibcf3165f1628bec14ee50aaa601606ae37977f0f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/672... - 07:57 Revision b801c3bc: [BUGFIX] Remove extra card stylings introduced with Bootstrap 5
- Remove background of card header and bottom/top border of
card header/footer so the style does not change from TYPO3 ... - 07:50 Revision 75f77c5b: [TASK] Move changelog documentation files into 11.0 folder part 3
- Resolves: #93148
Related: #93104
Releases: master
Change-Id: I27a501b01e483f6e51d3e0512f8aa92a99ce18e2
Reviewed-on: h... - 07:20 Revision 46c2c374: [TASK] Set TYPO3 version to 10.4.13-dev
- Change-Id: If0051336f521ca50da2da04a8d9fa84b8393bc87
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/672... - 07:20 Revision 3ef27aae: [TASK] Remove dead code from Extbase persistence
- This patch removes unused code in the persistence
area of Extbase. Most removed code was part of
internal classes and... - 06:59 Revision 6ca33729: [RELEASE] Release of TYPO3 10.4.12
- Change-Id: Ia7d3aadc005e51418dbb320e48c3aa488be92747
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/672... - 06:56 Revision e47dd889: [BUGFIX] Style installer steps
- The installation process now uses
floating inputs, and sorts
the yellow box on step 4 properly.
Resolves: #93147
Rel...
2020-12-21
- 21:00 Revision f066e054: [BUGFIX] Revert "Process cropped images only once"
- This reverts commit 844f024a24311acb18044f11b95c60bbd2da3dc8
due to some unexpected behaviour when cropping and scali... - 20:57 Revision a61b8a90: [TASK] Raise typo3/cms-styleguide to 11.0.2
- Brings styleguide 11.0.2, which is hopefully
deprecation free with core v11.
composer require --dev typo3/cms-styleg... - 20:29 Revision 6f454735: [BUGFIX] Better deprecation log in extbase controller action
- When extbase controller action don't return a ResponseInterface,
a deprecation log is raised:
"Controller action TYP... - 20:25 Revision 2f40a47c: [TASK] styleguide: Return ResponseInterface in controller actions
- https://github.com/TYPO3-CMS/styleguide/pull/173
- 19:54 Revision ae2be2af: [TASK] Move one more changelog file to 11.0 folder
- After the merge of #93104 one more patch with a changelog documentation
file was merged. This file now also needs to ... - 19:48 Revision d4fc5b76: [TASK] styleguide: Use ForwardResponse instead of deprecated extbase forward()
- 19:42 Revision d2ed55bc: [TASK] styleguide: Drop obsolete DataHandler->deleteTree
- 18:48 Revision db8c91ca: [BUGFIX] Fix install tool styles
- The (standalone) install tool login screen
content is now correctly aligned.
The sudo mode confirmation modal now
ha... - 18:32 Revision 0c6b29e4: [BUGFIX] Revert "Process cropped images only once"
- This reverts commit 844f024a24311acb18044f11b95c60bbd2da3dc8
due to some unexpected behaviour when cropping and scali... - 18:27 Revision 5e7cad94: [TASK] Make workspace delete a discard
- When deleting a record in workspaces that has been
changed in comparison to live - if it is a new, a moved
or a chang... - 16:47 Revision 5f3463c2: [BUGFIX] Fix styling for various Backend items
- Due to the Bootstrap Update, some custom functionality
by TYPO3 is not needed anymore and can be simplified:
* No ne... - 16:05 Revision 5b953128: [TASK] Switch to sha256 in database session storage
- With increased DB ses_id field size we can switch
from HMAC-MD5 to HMAC-SHA256 in master.
Resolves: #93136
Related: ... - 14:45 Revision 27881b60: [TASK] Update bootstrap javascript to 5.0.0-beta1
- Bootstrap v5 – introduced in #92616 – was added with CCS from beta1 but
JavaScript from alpha2. bootstrap.bundle.js w... - 13:49 Revision 2ea9f8a1: [BUGFIX] styleguide: be_sessions.xml fixture from ext:core instead of TF
- https://github.com/TYPO3-CMS/styleguide/pull/172
testing-framework provides a fixture file for backend user
sessions... - 13:00 Revision bd55644a: [BUGFIX] Set timezone on TCA dbType input
- The value from columns that are marked as "dbType" date(time) fields
in TCA configuration are now explicitly interpre... - 12:59 Revision 6b0be8e1: [BUGFIX] Set timezone on TCA dbType input
- The value from columns that are marked as "dbType" date(time) fields
in TCA configuration are now explicitly interpre... - 12:43 Revision 89f2e9f8: [BUGFIX] Set timezone on TCA dbType input
- The value from columns that are marked as "dbType" date(time) fields
in TCA configuration are now explicitly interpre... - 12:33 Revision ef816532: [TASK] Increase session id db field size
- Since one of the recent security patches, frontend and
backend user sessions are stored as HMAC-SHA256 if using
redis... - 12:18 Revision e4eee470: [TASK] Increase session id db field size
- Since one of the recent security patches, frontend and
backend user sessions are stored as HMAC-SHA256 if using
redis... - 11:51 Revision 195d7f20: [TASK] styleguide: Use core v11 deprecation free shortcut button API
2020-12-20
- 21:21 Revision 6fddcabb: [TASK] Drop travis-ci badge from README.md
- Change-Id: Ibb646663a899d183f7a55c829ab2acea70838a0c
Resolves: #93128
Related: #93084
Releases: master, 10.4, 9.5
Rev... - 21:20 Revision b75ae535: [TASK] Drop travis-ci badge from README.md
- Change-Id: Ibb646663a899d183f7a55c829ab2acea70838a0c
Resolves: #93128
Related: #93084
Releases: master, 10.4, 9.5
Rev... - 21:03 Revision 12c45439: [CLEANUP] Fix PHPDoc type annotation for UserAspect::user
- The alternative type stdClass is missing from the type annotation.
Also make the return type of createPseudoUser mor... - 20:53 Revision 2d95f0ea: [TASK] Drop travis-ci badge from README.md
- Change-Id: Ibb646663a899d183f7a55c829ab2acea70838a0c
Resolves: #93128
Related: #93084
Releases: master, 10.4, 9.5
Rev... - 20:50 Revision 7d925c56: [CLEANUP] Fix PHPDoc type annotation for UserAspect::user
- The alternative type stdClass is missing from the type annotation.
Also make the return type of createPseudoUser mor... - 20:33 Revision f3e3ab66: [BUGFIX] Do not try to access user session on CLI
- Since CommandLineUserAuthentication does not initialize
the session property (because session handling is not needed
... - 19:51 Revision 3b03ef46: [TASK] Move Changelog files into 11.0 folder for upcoming release
- Resolves: #93104
Releases: master
Change-Id: I06ca0cf5886e5f880aff553c21c7e008f2f49492
Reviewed-on: https://review.ty... - 19:35 Revision d31fd11e: [BUGFIX] SQL error in some MM workspaces discard scenarios
- Depending on SQL structure of an MM table, the recent fix for
issue #93064 can lead to query errors: It works with co... - 19:09 Revision e162e46a: [BUGFIX] Add nav-* classes to nav tab items
- See: https://getbootstrap.com/docs/5.0/components/navs-tabs/
for reference.
Resolves: #93124
Releases: master
Change... - 18:56 Revision 335389a6: [BUGFIX] SQL error in some MM workspaces discard scenarios
- Depending on SQL structure of an MM table, the recent fix for
issue #93064 can lead to query errors: It works with co... - 10:32 Revision 793fc121: [FEATURE] Introduce Bootstrap v5 for TYPO3 Backend
- This changes removes the frontend framework
Bootstrap 3, and adds Bootstrap 5 beta 1 (we
expect Bootstrap 5 final by ...
2020-12-19
- 14:10 Revision 07bfbc84: [!!!][FEATURE] Introduce URL rewrites for Backend links
- This change removes the &route parameter from all
Backend URLs, and changes them to speaking URLs
like /typo3/main?to... - 13:33 Revision 994eaddd: [BUGFIX] Re-add missing t3editor panel label
- The t3editor panel label was removed by accident in
https://review.typo3.org/c/Packages/TYPO3.CMS/+/66225
because it ... - 13:28 Revision be971e55: [BUGFIX] Fix comments in TCA overrides of EXT:t3editor
- Resolves: #93113
Releases: master, 10.4
Change-Id: I472414164c2d0628a7b4d85cdb456c9f89024007
Reviewed-on: https://rev... - 13:20 Revision 8e4875c6: [BUGFIX] Re-add missing t3editor panel label
- The t3editor panel label was removed by accident in
https://review.typo3.org/c/Packages/TYPO3.CMS/+/66225
because it ... - 10:50 Revision a0d27d91: [BUGFIX] Fix comments in TCA overrides of EXT:t3editor
- Resolves: #93113
Releases: master, 10.4
Change-Id: I472414164c2d0628a7b4d85cdb456c9f89024007
Reviewed-on: https://rev...
2020-12-18
- 23:41 Revision 41ccc6b6: [BUGFIX] Set applicationType in ResetPasswordCommand
- Since #92951 the PSR-7 request used in Core contains the
`applicationType` attribute. Because ResetPasswordCommand
cr... - 23:22 Revision 22b32dfa: [!!!][TASK] Rework user group fetching for frontend users
- This change adapts the frontend user resolving to use
the same functionality as in backend users, which wasn't
the ca... - 19:04 Revision 794f3e61: [TASK] Replace FormEngine table wizard by custom element
- The FormEngine table wizard in the backend is replace by
a HTML custom element which allows to avoid server-side
roun... - 17:56 Revision f08d8a04: [!!!][TASK] Drop dependency to EXT:crawler
- Indexed Search provides Crawler API hooks, not allowing
EXT:crawler or any other extension to properly queue
indexing... - 00:02 Revision 50f62bae: [FEATURE] Introduce lit-html & lit-element as client-side template engine
- Add the lit-html template engine, that originated from
the polymer project and is now base for web components
togethe...
2020-12-17
- 15:44 Revision 208a1139: [BUGFIX] Set request for recovery email in EXT:felogin
- Because the request was not set for the recovery email,
the TYPO3 logo as well as the website URL in the footer
were ... - 14:12 Revision f1766832: [BUGFIX] Set request for recovery email in EXT:felogin
- Because the request was not set for the recovery email,
the TYPO3 logo as well as the website URL in the footer
were ... - 13:53 Revision e4833fda: [!!!][TASK] Rework shortcut PHP API functionality
- To be able to introduce URL rewrites for the backend,
the internal handling and registration of the shortcut
PHP API ...
2020-12-16
- 17:22 Revision e653d1db: [TASK] Drop .travis.yml
- Travis CI for core has been flaky for a while - processes
tend to die or are queued forever. The only thing travis
st... - 17:22 Revision df8f96e2: [TASK] Drop .travis.yml
- Travis CI for core has been flaky for a while - processes
tend to die or are queued forever. The only thing travis
st... - 09:11 Revision 62e46dd3: [!!!][TASK] Simplify host information for language packs
- The host which contains the language zip files is now hardcoded into the
`LanguagePackService` instead of fetching an...
2020-12-15
- 22:59 Revision fcd6c8e5: [!!!][TASK] Protect RelationHandler internals
- Class RelationHandler is a confusing mess with tons
of state spread over 28 class properties and 35
consuming methods... - 22:02 Revision 6ef39dac: [!!!][TASK] Drop class.ext_update.php handling
- The old upgrade functionality within the extension
manager has been superseded by the upgrade wizard
API of the insta... - 18:51 Revision 32867a4a: [TASK] Drop .travis.yml
- Travis CI for core has been flaky for a while - processes
tend to die or are queued forever. The only thing travis
st... - 17:16 Revision 769bad8f: [!!!][BUGFIX] Do not cache a BE users' group list
- When a user logs in, the "cache" field "usergroup_cached_list"
is updated in the be_users table.
This value is used ... - 10:32 Revision 3188026e: [TASK] Set TYPO3 version to 10.4.12-dev
- Change-Id: Ib6ea31fd703a5e71006e71c40f6f53bc4dfff7f4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/671... - 10:32 Revision 72984f2d: [TASK] Set TYPO3 version to 9.5.25-dev
- Change-Id: I65cfc97d080ca8a54cb68b3856f0d85ba36cbfc7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/671... - 10:04 Revision 978ac5cc: [RELEASE] Release of TYPO3 10.4.11
- Change-Id: I29e4a48b62d0d700cf7cdab62b9d513fecbfd36b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/671... - 09:57 Revision 0648fe27: [RELEASE] Release of TYPO3 9.5.24
- Change-Id: Id612e58ec1e4860b126727f1afbf3681322dbc86
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/671... - 06:47 Revision d4cbdc61: [!!!][TASK] Remove unneeded configurations in PageLayoutView
- The following tsconfig configurations have been removed in favor of
strong defaults and less configuration options:
...
2020-12-14
- 22:05 Revision 64c8a784: [TASK] Deprecate @Extbase\Inject
- Since core dependency injection is in place and is about to
replace the extbase dependency injection, marking propert... - 21:16 Revision 154aacdd: [TASK] Allow flushing of the internal StorageRepository cache
- To explicitly refresh the internal cache of StorageRepository
when a file storage has been added/removed/updated, a p... - 20:43 Revision 0c5439f2: [BUGFIX] Implement deferred BE image processing consistently
- Change the implementation of backend deferred image processing
to use a file processor, which is only but always used... - 20:41 Revision a8663d87: [TASK] DBAL: Extend custom drivers from abstract drivers
- TYPO3 Core has its own implementation of driver classes
for database abstraction by effectively overriding e.g.
the P... - 20:19 Revision 9dbd2767: [TASK] Enforce shortcut title to be set by controllers
- The ShortcutRepository should not deal with generating
shortcut titles based on the provided arguments. This can
neve... - 17:31 Revision 3f22bb9e: [BUGFIX] More deterministic mm sorting
- A 'true' MM relation (select / group with MM, but not inline
with foreign_field - used in core for pages/tt_content t... - 17:17 Revision ff1a76ed: [BUGFIX] More deterministic mm sorting
- A 'true' MM relation (select / group with MM, but not inline
with foreign_field - used in core for pages/tt_content t... - 17:07 Revision c1bb7574: [!!!][FEATURE] Move BE Group Resolving into separate functionality
- In order to re-use the group resolving, this logic
is now extract from AbstractUserAuthentication,
allowing to furthe... - 17:03 Revision ba0ea875: [TASK] Revert "[FEATURE] Introduce client-side templating engine"
- This reverts commit 6558a6bdaf61e39df00ad33468cfe20233935b62.
The client side template engine introduced in #91810 i... - 15:27 Revision 2f129cb1: [!!!][TASK] Remove forceSetCookie from AbstractUserAuthentication
- The option "forceSetCookie", previously used
for lifetime, is only set in FrontendUserAuthentication,
and is moved to... - 13:35 Revision 2bfe77bd: [TASK] Raise typo3/testing-framework to ^6.6.0
- Makes lit-html loadable in unit tests.
composer require --dev typo3/testing-framework ^6.6.0
Change-Id: I4b5cbf0825... - 13:34 Revision 9611466b: [TASK] Raise typo3/testing-framework to ^6.6.0
- Makes lit-html loadable in unit tests.
composer require --dev typo3/testing-framework ^6.6.0
Change-Id: I4b5cbf0825... - 13:14 Revision 0beac0b5: [BUGFIX] Initialize strictly typed property setCookie with null
- Releases: master
Resolves: #93069
Relates: #93011
Change-Id: I80c970009694462d48ec65f96eb9b0f29cacf18c
Reviewed-on: h... - 13:01 Revision b2a22815: [BUGFIX] DBAL: Do not use deprecated classes
- In preparation for Doctrine DBAL 3.0,
1. all usages of Doctrine\DBAL\DBALException have
been migrated to Doctrine\DB... - 08:22 Revision ac49cd3f: [BUGFIX] Ensure new session handling works in SQLite environments
- Due to some missing casting and usage of wrong properties,
a wrong comparison happened.
In addition, the change now ...
2020-12-13
- 21:22 Revision 27fd8ed3: [TASK] Add EventDispatcher and Logger support to transports
- This patch adds EventDispatcher and Logger support to the various
transports where it was missing so far. Now the Mai... - 20:22 Revision a911cf81: [TASK] Harden client-side SecurityUtility.encodeHtml
- Ensures client-side function `SecurityUtility.encodeHtml` behaves like
`htmlspecialchars(..., ENT_QUOTES)`. The funct... - 20:21 Revision e3ab3733: [TASK] Harden client-side SecurityUtility.encodeHtml
- Ensures client-side function `SecurityUtility.encodeHtml` behaves like
`htmlspecialchars(..., ENT_QUOTES)`. The funct... - 20:21 Revision 69af3c4e: [TASK] Harden client-side SecurityUtility.encodeHtml
- Ensures client-side function `SecurityUtility.encodeHtml` behaves like
`htmlspecialchars(..., ENT_QUOTES)`. The funct... - 19:29 Revision 01446c14: [TASK] Add EventDispatcher and Logger support to transports
- This patch adds EventDispatcher and Logger support to the various
transports where it was missing so far. Now the Mai...
2020-12-12
- 14:39 Revision 956c01e0: [BUGFIX] Properly discard workspace MM relations
- A first patch towards more reliable workspace-mm scenarios:
When a record is discarded that has mm relations, those
r... - 14:39 Revision efa49dd7: [BUGFIX] Properly discard workspace MM relations
- A first patch towards more reliable workspace-mm scenarios:
When a record is discarded that has mm relations, those
r... - 14:07 Revision 35f6e8ba: [FEATURE] Store Flash Messages as JsonSerializable
- Flash Messages which should be stored in sessions,
are now stored as stringified JsonSerializable instead of
their ob... - 12:43 Revision d4ad0dd8: [!!!][TASK] Remove group-related properties in BE_USER
- The "$BE_USER->groupList" property is a comma-separated list
of userGroupUID, whereas "$BE_USER->includeGroupArray"
i... - 10:32 Revision e052f903: [BUGFIX] Add missing (int) cast when creating preview uri
- Resolves: #93065
Releases: master
Change-Id: Ia12c5e6fbec0441bc41508c6985b73347331157d
Reviewed-on: https://review.ty...
2020-12-11
- 22:51 Revision 352a2a7f: [BUGFIX] Bind module menu event listener to document
- With #91642 some event listeners were detached from the global document
object and reattached to better fitting DOM n... - 20:41 Revision f5003fd1: [BUGFIX] Use less restrictive CSP for showing PDF documents
- Showing PDF documents in Safari browsers is blocked due to recent
content-security-policy adjustments in `fileadmin/`... - 20:41 Revision 4ce8cbf2: [BUGFIX] Use less restrictive CSP for showing PDF documents
- Showing PDF documents in Safari browsers is blocked due to recent
content-security-policy adjustments in `fileadmin/`... - 20:40 Revision 180bf9f6: [BUGFIX] Use less restrictive CSP for showing PDF documents
- Showing PDF documents in Safari browsers is blocked due to recent
content-security-policy adjustments in `fileadmin/`... - 18:25 Revision 2049dac1: [TASK] EM: Reduce dependencies when writing t3x files
- The method unpackExtensionFromExtensionDataArray()
is only used once, but with the second argument
set to "null", so ... - 12:03 Revision c1d4294e: [TASK] Use absolute paths when installing extensions
- In order to prepare for further refactorings and streamlining
extension manager code, resolving extensions' path is n...
2020-12-10
- 23:02 Revision 4a584abd: [TASK] Remove obsolete state for group resolving in BE_USER
- The internal public property BE_USER->dataLists is removed
as all data is now directly written into groupData now.
T... - 22:51 Revision 74ba7d32: [TASK] Use correct version in build package.json
- Releases: 10.4
Change-Id: Iff0e4344e08973582bc60b1ca6442cfcfe98e201
Reviewed-on: https://review.typo3.org/c/Packages/... - 22:43 Revision f75c9472: [TASK] Add label to toolbar search field
- Add a label to the search field via aria-label attribute, because a
separate all time visible label would break the d... - 22:34 Revision 6558a6bd: [FEATURE] Introduce client-side templating engine
- Introduce a slim and simplistic client-side templating engine to
avoid using custom template processing with e.g. jQu... - 21:40 Revision 354da6b4: [BUGFIX] Use named export of BackendExceptionModule in FormEngine
- The BackendException class is exported as named (not as default)
export in BackendException.ts, and therefore the mod... - 21:16 Revision f564ae77: [BUGFIX] Use named export of BackendExceptionModule in FormEngine
- The BackendException class is exported as named (not as default)
export in BackendException.ts, and therefore the mod... - 17:21 Revision 0e1d8707: [!!!][TASK] Streamline send-no-cache headers
- The public property $sendNoCacheHeaders of
AbstractUserAuthentication is now fully put into
PSR-15 middlewares, which... - 16:57 Revision 35d462e9: [TASK] Update codeception dependencies for PHP 8 support
- This change raises a codeception-related (dev-) dependencies to
enable PHP 8 support:
Used composer command:
compos... - 14:39 Revision 7b1c2497: [TASK] Avoid further usages of ControllerContext methods
- This patch avoids further undetected usages of deprecated
methods:
- ControllerContext::getFlashMessageQueue()
- Con... - 12:09 Revision 733353c1: [!!!][FEATURE] Refactored Session Handling
- The AbstractUserAuthentication class handles way too much
of what it should know / do.
For this reason, a new UserSe... - 11:39 Revision f16b4787: [TASK] Avoid inline JavaScript generated by BackendUtility:viewOnClick
- Inline JavaScript produced by BackendUtility:viewOnClick is substituted
with markup based instructions and static Jav... - 09:03 Revision 275b0ea6: [BUGFIX] Fix hardcoded icon path in CSS
- Resolves: #92977
Releases: master, 10.4
Change-Id: I222f2e7e1f3772d72e0da2b9b77f74cd86852086
Reviewed-on: https://rev... - 08:55 Revision f8628a1c: [BUGFIX] Revert method signature change
- With #92682 the method `renderForeignRecordHeader` has been changed
which is bad for extensions which xclasses this m... - 08:36 Revision d4c4536a: [TASK] Change page unavailable status code from 500 to 503
- Page unavailable (e.g. maintenance mode) is a "503 service unavailable"
error, not 500 internal server error.
If TYPO... - 07:25 Revision a7bade17: [!!!][TASK] Remove TypoScript option addQueryString.method
- The option typolink.addQueryString.method only has either "GET"
or nothing (using $_SERVER[QUERY_PARAMS]) as possibil...
2020-12-09
- 15:16 Revision d66d7f68: [TASK] Cleanup ReferenceIndex class
- * Since introduction of class ReferenceIndexUpdater each
record is handled only once when updating the reference
... - 14:28 Revision 960273fc: [TASK] Change page unavailable status code from 500 to 503
- Page unavailable (e.g. maintenance mode) is a "503 service unavailable"
error, not 500 internal server error.
If TYPO... - 13:40 Revision cd4227e2: [TASK] Test ClassSchema detects php 7.4 property types
- Since TYPO3 11 requires php >= 7.4 and since symfony
components support php 7.4 type hint evaluations as
well, some t... - 09:38 Revision d24489a7: [TASK] Deprecate ControllerContext::getFlashMessageQueue()
- With this patch method getFlashMessageQueue() of ControllerContext
is deprecated and the core avoids using it.
A tri...
2020-12-08
- 21:54 Revision 028eab64: [!!!][TASK] Do not handle deleted records in reference index
- Keeping relation information for soft deleted records
in sys_refindex is quite useless: When records are
undeleted, t... - 21:19 Revision 795102dd: [TASK] Use PreviewRenderer instead of PageLayoutView hooks
- As the PageLayoutView is marked as deprecated all usages must be
changed. This patch migrates the hooks from PageLayo... - 19:43 Revision 64cb2094: [TASK] Prepare TYPO3 tests to use phpunit v9
- Remove usage of $mock->at() matcher and some other
deprecated matchers.
Following matchers are deprecated in phpunit... - 19:43 Revision d711596b: [TASK] Prepare TYPO3 tests to use phpunit v9
- Remove usage of $mock->at() matcher and some other
deprecated matchers.
Following matchers are deprecated in phpunit... - 16:09 Revision 4a4e435a: [BUGFIX] Fix negated isLoggedInBackendUserRequired() method
- The method returned the opposite of what the function name
defines. It checks whether the current backend route
is a ... - 12:53 Revision eff4fd02: [TASK] Move database queries of linkvalidator to separate class
- Move the database queries of EXT:linkvalidator into a new class
PagesRepository to make the functionality more flexib... - 12:52 Revision 5e5725b5: [TASK] Mark properties and methods in ActionController internal
- Several properties and methods in the ActionController
are marked interal and will remain as is only until
TYPO3 11 L... - 12:51 Revision c24cef6e: [TASK] Deprecate ControllerContext::getUriBuilder()
- With this patch method geturiBuilder() of ControllerContext
is deprecated and the core avoids using it.
A trigger_er... - 10:41 Revision 76b0d3c4: [BUGFIX] Fix display of login message in EXT:felogin
- The template now evaluates the correct variable for
checking whether the login message should be
displayed on the ove... - 10:08 Revision 05f83aae: [BUGFIX] Fix display of login message in EXT:felogin
- The template now evaluates the correct variable for
checking whether the login message should be
displayed on the ove... - 07:40 Revision 50d7c6f5: [FEATURE] Only set cookies for HTTP Responses in PSR-15 middlewares
- In previous TYPO3 versions, AbstractUserAuthentication emitted
cookies directly via header() or setcookie() methods.
... - 07:19 Revision 9b252d1d: [BUGFIX] Use composer min version depending on PHP version handled
- The composer min stage in nightly tests should respect the PHP version
the run is executed with.
So the platform.php ... - 07:19 Revision 67a56c5a: [BUGFIX] Use composer min version depending on PHP version handled
- The composer min stage in nightly tests should respect the PHP version
the run is executed with.
So the platform.php ...
2020-12-07
- 15:16 Revision 7cf3dac9: [TASK] Remove unnecessary access of superglobals
- Since $loginType will be always 'BE' in this context, there is
no need to access $GLOBALS['BE_USER'] for this informa... - 15:16 Revision 2fa78308: [BUGFIX] Respect none accessible workspace pages in tree list
- If a versioned page is inaccessible due to versionOL, the row will be
converted to a value of "false". This can be th... - 14:37 Revision 282de42e: [BUGFIX] Respect none accessible workspace pages in tree list
- If a versioned page is inaccessible due to versionOL, the row will be
converted to a value of "false". This can be th... - 14:10 Revision 7b82e83d: [TASK] Centralize Backend User Session Repository
- Logic around Backend User Sessions and its access
across the EXT:beuser backend module is now encapsulated
and stream... - 10:31 Revision d4fa3bbc: [!!!][TASK] PageRenderer should only render a full page
- PageRenderer->render() does not accept any arguments anymore.
This change allows to later-on hand in a Request objec... - 10:05 Revision c8254c4c: [TASK] Use native cookie same site functionality
- TYPO3 v11 supports PHP 7.4 or higher, some workarounds
regarding same site functionality can be simplified
and remove... - 09:31 Revision 76f43ac7: [!!!][TASK] Remove support for FE_SESSION_KEY session transfer
- A seldom used (and undocumented) feature to transfer a session
via the GET parameter FE_SESSION_KEY is removed in fav... - 09:10 Revision 42f7fa6b: [TASK] Remove unused internal methods in BackendUtility
- The internal methods
* BackendUtility::blindUserNames()
* BackendUtility::blindGroupNames()
* BackendUtility::getBack... - 08:43 Revision 3a7159ad: [BUGFIX] Fix translation wizard when there are elements with language "All"
- Translation wizard will hang if there are new content elements to
translate and there is an element with language "Al... - 07:36 Revision e4b1e594: [BUGFIX] Fix translation wizard when there are elements with language "All"
- Translation wizard will hang if there are new content elements to
translate and there is an element with language "Al... - 07:23 Revision d52baab2: [BUGFIX] Do not emit redirect() via PHP but via PSR-7
- In order to allow further manipulation of Response objects,
using "throw new ImmediateResponseException" is much
more...
Also available in: Atom