Activity
From 2020-12-17 to 2021-01-15
2021-01-13
- 12:12 Revision 30759170: [BUGFIX] Avoid fatal errors with empty bodytext content
- The page module does not throw a fatal error
anymore if a content type "text" has a bodytext
of value "null" instead ... - 10:30 Revision 4931fc29: [BUGFIX] Use absolute path for clipboard thumbnails
- Resolves: #93278
Releases: master
Change-Id: Ie4b0e533fda887b92fdbd5c4e870435c12b091ca
Reviewed-on: https://review.ty... - 10:29 Revision 9787b165: [BUGFIX] Fix RenameFile and FileDelete in EXT:filelist
- The RenameFile JavaScript handles renaming of files
and folders. If renaming a folder, some input fields are
not avai...
2021-01-12
- 15:35 Revision 60dab029: [BUGFIX] Fix TypeError when loginLogoAlt is unset
- As of #92628, 'loginLogoAlt' is evaluated when a custom backend
loginLogo has been set, but it is not taken into acco... - 14:18 Revision 4bfe2ade: [BUGFIX] Show system news navigation buttons
- Due to CSS changes in Boostrap 5 the navigation buttons
on the login screen were invisible.
This patch makes them vi... - 12:25 Revision 84948b2c: [TASK] No reference index for workspace delete placeholders
- The reference index can be seen as a 'cache' for
consuming application parts other than the
DataHandler, which does n... - 11:23 Revision fbdfea58: [BUGFIX] Do not turn workspace delete records into move records
- Scenario: A live page has a page localization. In workspaces,
the page localization is deleted, creating a delete pla... - 11:17 Revision 9dfd0a60: [BUGFIX] Add workspace restriction to RecordsXmlSitemapDataProvider
- By adding the workspace restriction to the RecordsXmlSitemapDataProvider,
only records in the live workspace are show... - 11:04 Revision 37b7a893: [BUGFIX] Add workspace restriction to RecordsXmlSitemapDataProvider
- By adding the workspace restriction to the RecordsXmlSitemapDataProvider,
only records in the live workspace are show... - 10:36 Revision 0fabdc18: [TASK] Reduce RelationHandler state
- Some protected properties with single usage are replaced
with local variables to reduce complexity.
Resolves: #93269...
2021-01-11
- 21:29 Revision 8538ea0a: [FEATURE] Allow icon overlay in newContentElementWizard
- A new TSconfig option `iconOverlay` is introduced,
which allows to define an icon overlay for each
element within the... - 20:24 Revision 67ad9d7a: [TASK] Separate restore from delete in DataHandler
- The DataHandler delete related methods still handle
too many things.
This is yet another divide & conquer patch: Move... - 19:50 Revision 9e6ed87d: [BUGFIX] Hide deleted flexform section in DOM
- If a Flexform section gets deleted, the container must be hidden in DOM
and not deleted, as the underlying DataHandle... - 19:36 Revision b66d495e: [BUGFIX] Hide deleted flexform section in DOM
- If a Flexform section gets deleted, the container must be hidden in DOM
and not deleted, as the underlying DataHandle... - 13:45 Revision 6d742dc3: [BUGFIX] Fix edit page title input group
- The correct height of the input group is restored by
removing unnecessary wrappers around the buttons.
See: https://... - 08:48 Revision 19367524: [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... - 07:09 Revision 31f70f9d: [BUGFIX] Remove duplicate error message in AjaxDataHandler
- When an error occurs in a DataHandler AJAX call, the error message
should only be shown once.
Resolves: #93207
Relea... - 06:45 Revision 9eada3ad: [BUGFIX] Remove duplicate error message in AjaxDataHandler
- When an error occurs in a DataHandler AJAX call, the error message
should only be shown once.
Resolves: #93207
Relea...
2021-01-10
- 20:40 Revision 9923a4b2: [BUGFIX] Small issues on the backend login screen
- The translation key login.error.capslock is duplicated.
The second instance is now named login.error.capslockStatus
a... - 11:50 Revision 81e91676: [BUGFIX] Working preview links in workspace mails
- Fix a couple of issues with state change emails in
workspaces:
* We still can't deep link to the backend. The genera...
2021-01-09
- 23:18 Revision 76703b9c: [BUGFIX] Hide impossible actions for pid 0
- This patch removes some actions that don't make any sense with pid 0:
- toggle visibility in menu via context menu
-... - 22:51 Revision 369ffcbd: [BUGFIX] Hide impossible actions for pid 0
- This patch removes some actions that don't make any sense with pid 0:
- toggle visibility in menu via context menu
-... - 12:14 Revision fb9a9ea8: [FEATURE] Add alt-text to login logo
- The login logo for the default logo is set to "TYPO3 logo".
For custom logos an alt-attribute for the image tag can
b... - 09:33 Revision 8f238b40: [BUGFIX] FormEngine: Fix several validation issues in complex field types
- The FormEngine field type `selectMutlipleSideBySide` is very special, as
it's a combination of four input and select ...
2021-01-08
- 21:36 Revision 0e4e6c7b: [TASK] Blind more configuration options per default
- TYPO3 should blind sensitive configurations options, such
as credentials or keys, by default, since the configuration... - 19:55 Revision 6854af87: [TASK] Blind more configuration options per default
- TYPO3 should blind sensitive configurations options, such
as credentials or keys, by default, since the configuration... - 19:24 Revision 4bc56676: [BUGFIX] Fix several issues with collapse elements
- Since bootstrap v5 the collapse JavaScript plugin
is using `collapse.show` instead of `collapse.in`
as the expanded s... - 19:20 Revision bb32a77c: [BUGFIX] Use absolute path for media files in backend
- Since #93048 using relative paths in backend does not
longer work in most cases. Therefore the MediaRenderers
should ... - 19:19 Revision d3e5dc32: [BUGFIX] Discard workspace records when deleting live records
- Since #93121 workspace records have no soft-delete
behavior anymore. This is now respected when live
records are dele... - 09:07 Revision f9aa35f2: [BUGFIX] Fix rendering issues in changelog rst
- Fix rendering issues in
`Deprecation-92386-DeprecatedExtbasePropertyInjection`.
Resolves: #93241
Related: #92386
Rel...
2021-01-07
- 19:18 Revision b52f67b6: [TASK] Fetch route from request instead of GET parameter
- The "route" GET parameter is deprecated since #93048.
Therefore the route path has now to be fetched from the
request... - 19:13 Revision f179a57f: [TASK] Propagate "immediate" responses through the middleware stack
- When a controller finds some pre-requisites of the called
action are not fulfilled, it can create an 'early' response... - 18:46 Revision a97accab: [BUGFIX] Working preview links in workspace mails
- Fix a couple of issues with state change emails in
workspaces:
* We still can't deep link to the backend. The genera... - 17:13 Revision b18c047b: [TASK] Replace GeneralUtility::getIndpEnv('REQUEST_URI')
- If a reqest object already is around,
$request->getAttribute('normalizedParams')->getRequestUri()
can be used as a dr... - 15:19 Revision 7cb8d697: [BUGFIX] Suppress warning in SimpleFileBackend unlink()
- Calling $cache->remove() on a simple file backend when
the file does not exist leads to a PHP warning.
Checking with ... - 15:18 Revision 38b3680e: [TASK] Simplify FileBackend->remove()
- Throw if frozen, then call ->remove() of SimpleFileBackend
Resolves: #93239
Related: #92847
Releases: master
Change-... - 15:05 Revision f5be82d0: [BUGFIX] Suppress warning in SimpleFileBackend unlink()
- Calling $cache->remove() on a simple file backend when
the file does not exist leads to a PHP warning.
Checking with ... - 13:46 Revision 71884c8f: [BUGFIX] Use PSR-17 interfaces in Extbase
- In order to strengthen TYPO3's focus on PSR standards, this change
uses PSR-17 interfaces instead of the custom Respo... - 13:37 Revision 60022de9: [TASK] Replace missing jquery import in SelectTreeElement
- SelectTreeElement makes use of $.param() without importing
jquery via requireJS. Instead of adding the missing jquery... - 11:27 Revision 210b2c0c: [TASK] Improve accessibility of login
- Colour contrast for footnote text meets WCAG 2.1 requirements.
Role status for the caps-lock notice belongs to the di...
2021-01-06
- 22:40 Revision 98afad24: [BUGFIX] Never show deleted users in compare view
- Adding a user to the ext:beuser 'compare' list and
deleting the user afterwards, still allows to compare
that user wi... - 22:36 Revision e9daa05b: [BUGFIX] FormEngine: Fix several validation issues in complex field types
- The FormEngine field type `selectMutlipleSideBySide` is very special, as
it's a combination of four input and select ... - 22:30 Revision e3ae1106: [TASK] Migrate backend notifications to lit-html
- Migrates backend UI component `Notification` to be based on `lit-html`.
Resolves: #93102
Releases: master
Change-Id:... - 22:18 Revision bb94e866: [BUGFIX] Never show deleted users in compare view
- Adding a user to the ext:beuser 'compare' list and
deleting the user afterwards, still allows to compare
that user wi... - 20:36 Revision 5b0c207a: [BUGFIX] Add default workspace for dummy user
- The backend usergroup compare view requires to fetch the
group data of the groups to compare. Since this operation
de... - 20:22 Revision 984a9a85: [BUGFIX] Add default workspace for dummy user
- The backend usergroup compare view requires to fetch the
group data of the groups to compare. Since this operation
de... - 17:20 Revision e7af3d13: [TASK] Render nonExcludeFields in backend user comparison
- Adds nonExcludeFields to backend user comparison view
since it was not added to this view yet.
Resolves: #93234
Rele... - 15:48 Revision 97561918: [BUGFIX] Fix collapsible elements in Backend User info
- All collapsible elements in Backend User info (TSconfig,
exclude fields) can now be collapsed at first click. For
thi... - 14:19 Revision bb67fbf7: [BUGFIX] Fix PHP warning on second call to reset password link
- This patch fixes a PHP warning being logged to sys_log when clicking
the reset password link again after the password... - 13:51 Revision ab386777: [TASK] Remove deprecated "route" argument from shortcut buttons
- With #93093 the shortcut PHP API was reworked.
Since then, providing the route path as "route"
argument is deprecated... - 13:44 Revision 72d8bd0e: [BUGFIX] Fix PHP warning on second call to reset password link
- This patch fixes a PHP warning being logged to sys_log when clicking
the reset password link again after the password... - 13:41 Revision 8f9bc112: [BUGFIX] Fix requirejs-loader config and error handling
- Adapt the fetch-configuration URL query string, to account for the
backend url change in #93048, in order to use a qu... - 13:36 Revision 7fa6f1d9: [BUGFIX] Streamline frontend 5xx error handling
- * Fix 500 vs 503 error for configuration vs maintenance errors
* Fix maintenance mode middleware ordering to get acc... - 13:07 Revision 205df901: [BUGFIX] Fix requirejs-loader config and error handling
- Adapt the fetch-configuration URL query string, to account for the
backend url change in #93048, in order to use a qu... - 13:04 Revision f4fac8d0: [TASK] Streamline generated links to switch Backend user
- Both links to switch Backend user (Backend toolbar item
and SwitchUser view helper) are now streamlined.
Resolves: #... - 11:48 Revision 759e8daa: [BUGFIX] Streamline frontend 5xx error handling
- * Fix 500 vs 503 error for configuration vs maintenance errors
* Fix maintenance mode middleware ordering to get acc... - 11:36 Revision 356c32f5: [BUGFIX] Use custom image file extensions for image processing tests
- If an integrator removes image file extensions, e.g. "gif", from
$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'] ... - 11:34 Revision d94b1b5b: [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... - 11:17 Revision 93ac43c7: [BUGFIX] Use custom image file extensions for image processing tests
- If an integrator removes image file extensions, e.g. "gif", from
$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'] ... - 10:46 Revision c7689e6a: [BUGFIX] Remove link from login logo
- The login logo is linked only for technical reasons of a security check.
It is not meant to be used by humans but is ... - 10:15 Revision 73c81341: [BUGFIX] Remove link from login logo
- The login logo is linked only for technical reasons of a security check.
It is not meant to be used by humans but is ... - 10:01 Revision 5450af47: [DOCS] Add examples how to create fallbacks for meta tags
- Added some more examples how to add fallbacks for specific metatags
when they are not rendered by EXT:seo.
Releases:...
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 ...
Also available in: Atom