Activity
From 2021-03-13 to 2021-04-11
2021-04-09
- 21:23 Revision ace65ef4: [TASK] Re-style record list search box
- The search box (accessible via the list module in docheader, and
also used inside the Record Selector) is now simplif... - 20:53 Revision 2c0436e5: [TASK] Unify SVG toolbar generation
- This change creates a default toolbar for SVG trees to filter, in order
to avoid duplicate code (which will be added ... - 20:27 Revision d12ca005: [TASK] Set ModuleTemplate details from request
- This change adds a new ModuleTemplateFactory, which
is built with the Request in the object, allowing to use
the curr... - 19:58 Revision 189e065f: [BUGFIX] Re-add support for existing prepared statements
- The lowlevel bindValue() API is re-introduced in a way that
supports both Doctrine 3.0 and Doctrine 2.10 (for TYPO3 v... - 19:57 Revision d5a28bbe: [BUGFIX] Re-add support for existing prepared statements
- The lowlevel bindValue() API is re-introduced in a way that
supports both Doctrine 3.0 and Doctrine 2.10 (for TYPO3 v... - 19:55 Revision 2388af01: [TASK] Cleanup setup module
- Some cleanup of the SetupModuleController:
Remove an unused function for adding Javascript,
because it has not been ...
2021-04-08
- 12:44 Revision 7aad9f6d: [TASK] Centralize LinkBrowser / ElementBrowser HTML
- This change migrates the ElementBrowser / LinkBrowser HTML
Layouts to use the ElementBrowser Layout.
In addition, th... - 07:18 Revision 571a5e8a: [FEATURE] Resizable navigation for all element / record selectors
- This change adds a new Lit-based custom HTML component
called "<typo3-backend-navigation-switcher>" which moves
the c...
2021-04-07
- 22:12 Revision 2c858ea1: [BUGFIX] Keep filter settings after editing or deleting a redirect
- Resolves: #91322
Releases: master, 10.4
Change-Id: Ie03d6e120fcd62f9b14922ca28c61d6cd0dc2854
Reviewed-on: https://rev... - 20:09 Revision cbe4455a: [TASK] Migrate backend live search to use lit-html for templating
- Migrates backend UI component `LiveSearch` to be based on `lit-html`.
In order to avoid string based concatenation wh... - 20:00 Revision 6e72c685: [BUGFIX] Keep filter settings after editing or deleting a redirect
- Resolves: #91322
Releases: master, 10.4
Change-Id: Ie03d6e120fcd62f9b14922ca28c61d6cd0dc2854
Reviewed-on: https://rev... - 19:52 Revision 84be79ed: [BUGFIX] Remove surplus characters in XLIFF files
- Removes an additional `>` characters in EXT:dashboard
XLIFF files.
Resolves: #93859
Relates: #93594
Releases: master... - 19:09 Revision 0d8f0cf4: [BUGFIX] Send change event to proper slug input field
- When regenerating a slug value via form engine in the backend user
interface, changed states are not addressed anymor... - 09:11 Revision e56ea995: [TASK] Move doc header generation out of DatabaseRecordList
- This change primarily moves the ModuleTemplate / DocHeader
generation out of the DatabaseRecordList class into the ac... - 09:05 Revision 75c3ce30: [TASK] Replace Mock with real instance in ReferrerEnforcerTest
- Usage of real instances in tests avoid the awkward situation
that the test might not be useful anymore due to refacto... - 08:34 Revision 74593e71: [TASK] Replace Mock with real instance in ReferrerEnforcerTest
- Usage of real instances in tests avoid the awkward situation
that the test might not be useful anymore due to refacto... - 07:41 Revision 82ce9c52: [BUGFIX] Do not log failed HMAC validation from forms
- When a HMAC of a submitted form is invalid, TYPO3 throws
a BadRequestException which is logged to sys_log and logfile... - 06:33 Revision 3e4edfc8: [BUGFIX] Use correct field name ses_permanent in UserSessionManager
- The correct field name is `ses_permanent` instead of `is_permanent`.
Resolves: #93862
Releases: master
Change-Id: Ie...
2021-04-06
- 18:59 Revision 6572f5f3: [BUGFIX] Remove surplus characters in XLIFF files
- Removes an additional `>` characters in EXT:dashboard
XLIFF files.
Resolves: #93859
Relates: #93594
Releases: master... - 16:28 Revision f33182eb: [BUGFIX] Do not log failed HMAC validation from forms
- When a HMAC of a submitted form is invalid, TYPO3 throws
a BadRequestException which is logged to sys_log and logfile... - 13:28 Revision 0ecca871: [TASK] Use native PSR-7 Request in Extbase Request building
- Because the original PSR-7 request is now
handed into Extbase at any times, the RequestBuilder
can now utilize a PSR-... - 09:59 Revision 1324402a: [Feature] https://github.com/TYPO3-CMS/styleguide/issues/91008 - Item sorting for TCA select items (#203)
- refs https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TCA/issues/273
2021-04-05
- 19:51 Revision 90fa470e: [TASK] Optimize search box for record lists
- The search box is currently available in
* Page module (docheader)
* List module (docheader)
* Record Selector / Elem...
2021-04-04
- 20:04 Revision fe3deeb5: [FEATURE] Provide list of available system locales
- Providing a list of available locales makes it faster
and less error prone to setup a site and its languages.
Resolv...
2021-04-02
- 18:21 Revision f627a2c5: [TASK] Clean up TypeScript code for Element Browser / Link Picker
- The Link Picker (RecordLinkHandler) and Element Browser logic
has been simplified to avoid jQuery where possible and ...
2021-04-01
- 14:24 Revision 99376843: [TASK] Add compatibility with Doctrine DBAL 2.13.0
- This change removes some type hints which are invalid with
Doctrine DBAL 2.13.0 / 3.0 (builds forward compatibility),... - 14:24 Revision 198ff6e3: [TASK] Add compatibility with Doctrine DBAL 2.13.0
- This change removes some type hints which are invalid with
Doctrine DBAL 2.13.0 / 3.0 (builds forward compatibility),... - 11:42 Revision 5044fe4d: [TASK] Split up RecordList table rendering
- The DatabaseRecordList class has a few larger methods
to compile HTML ready to be rendered.
This change cleans up se... - 09:57 Revision fca4b6d1: [TASK] Deprecate special property of TCA type select
- In #57082 the special=languages option was migrated to the
new TCA type "language". The remaining options for "specia...
2021-03-31
- 14:08 Revision e0e49ed0: [TASK] DatabaseRecordList: Streamline pagination
- * The pointer to the first record has been replaced
by the current page for the pagination.
* The calculation of th... - 13:05 Revision 2ef6a89d: [BUGFIX] Fix typo in docstring of AbstractValidator::addError()
- Resolves: #93836
Related: #93835
Releases: master, 10.4
Change-Id: I54da5bcb014337c0c0aea11aed1a3fc709ba0998
Reviewed... - 12:40 Revision 5a95b7f8: [BUGFIX] Fix typo in docstring of AbstractValidator::addError()
- Resolves: #93836
Related: #93835
Releases: master, 10.4
Change-Id: I54da5bcb014337c0c0aea11aed1a3fc709ba0998
Reviewed... - 12:14 Revision adc47c6f: [BUGFIX] DatabaseRecordList constructor
- - Remove the unnecessarily duplicate IconFactory
Resolves: #93838
Release: 10.4
Change-Id: I609c214226fc0a4639735c66... - 12:14 Revision ca800554: [TASK] Update syfony/mailer and adapt tests
- In the 5.2.6 and 4.4.21 version of symfony/mime which is a requirement
of symfony/mailer, the name of the e-mail addr...
2021-03-30
- 19:52 Revision fae69702: [TASK] Update package stylelint
- Update the package stylelint to get better validations
and to allow more CSS properties.
Used commands:
> cd Build
... - 19:24 Revision 6c6d08c9: [BUGFIX] Correct display of unused elements in PageLayout
- Unused elements in PageLayout view will be displayed
as unused elements again.
Resolves: #93829
Releases: master, 10... - 12:42 Revision 2f2bdef6: [BUGFIX] Correct display of unused elements in PageLayout
- Unused elements in PageLayout view will be displayed
as unused elements again.
Resolves: #93829
Releases: master, 10... - 12:23 Revision c1e6763d: [TASK] Update comment removing unused "transport_smtp_port"
- Fix a broken comment mentioning transport_smtp_port,
it was never used within TYPO3 core. Introduced way back
in 2010... - 11:50 Revision c92073f9: [TASK] Update comment removing unused "transport_smtp_port"
- Fix a broken comment mentioning transport_smtp_port,
it was never used within TYPO3 core. Introduced way back
in 2010... - 10:51 Revision 2cd43f82: [TASK] Update syfony/mailer and adapt tests
- In the 5.2.6 version of symfony/mime which is a requirement of
symfony/mailer, the name of the e-mail address is esca... - 10:09 Revision c498afe2: [BUGFIX] Support whitespace in TypoScript getData file: usage
- getText supports whitespaces in its syntax, e.g. `file : 17 : size`.
That was not respected when using in combination... - 09:46 Revision 60ba621f: [BUGFIX] Support whitespace in TypoScript getData file: usage
- getText supports whitespaces in its syntax, e.g. `file : 17 : size`.
That was not respected when using in combination... - 09:30 Revision f5d6ae11: [TASK] styleguide: Use new type=language config for sys_language_uid fields
- 09:09 Revision 071a3fa6: [BUGFIX] styleguide: Add a missing 'config' section in TCA
- 09:07 Revision e69d95e1: [Feature] select fields with itemGroups (#202)
- Covered in docs with
https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TCA/issues/273
2021-03-29
- 13:15 Revision 38e43605: [BUGFIX] Fix value of multiple select choices in site configuration
- When extending the site configuration with an extension and
use a select box with multiple choices (selectSingleBox, ... - 13:00 Revision 0a9e8779: [TASK] styleguide: Move items description to correct position
- https://github.com/TYPO3-CMS/styleguide/pull/201
- 12:35 Revision 2bcddd8c: [BUGFIX] Fix value of multiple select choices in site configuration
- When extending the site configuration with an extension and
use a select box with multiple choices (selectSingleBox, ... - 12:25 Revision a52844a7: [BUGFIX] Only localize inline records that are not translated
- This patch ensures that DataHandler does not try to localize inline
records that already have a translation for the g... - 09:24 Revision 819380b1: [BUGFIX] Remove useless role="img" attributes
- Role "img" requires an accessible name. The backend never supplies one,
but uses it only on SVG icons within links th... - 09:16 Revision c637d092: [TASK] Dispatch event after extension install with site config
- An extension can provide site configuration to be imported into
the TYPO3 instance by providing a file in Initialisat... - 09:14 Revision d1fd9d28: [TASK] Dispatch event after extension install with site config
- An extension can provide site configuration to be imported into
the TYPO3 instance by providing a file in Initialisat... - 09:11 Revision 936c9beb: [BUGFIX] Fix descriptions of selectCheckBox items
- With #91008 the grouping and sorting feature was
introduced to the TCA select type. As a consequence,
the select item... - 08:53 Revision 02c42d8a: [BUGFIX] Fix descriptions of selectCheckBox items
- With #91008 the grouping and sorting feature was
introduced to the TCA select type. As a consequence,
the select item... - 08:43 Revision 6a2ec515: [BUGFIX] Don't treat ALL language elements as untranslated
- Elements, having -1 set as sys_language_uid, can not be
translated. Therefore, they have to be eliminated when
collec... - 08:28 Revision e5be2830: [BUGFIX] Don't treat ALL language elements as untranslated
- Elements, having -1 set as sys_language_uid, can not be
translated. Therefore, they have to be eliminated when
collec... - 05:01 Revision bca13010: [TASK] Do not restrict TCA type="text" width
- When TCA type="text" has no "cols" setting, the width of
the element is artifically restricted to some arbitrary
max ...
2021-03-28
- 18:49 Revision 72c82fee: [BUGFIX] Only localize inline records that are not translated
- This patch ensures that DataHandler does not try to localize inline
records that already have a translation for the g...
2021-03-26
- 17:05 Revision 139fb31d: [BUGFIX] Keep top level upload folder
- If a form upload is configured to save files within
"1:/user_upload/test/" (saveToFileMount: '1:/user_upload/test/'),... - 17:05 Revision 39cc879e: [BUGFIX] Keep top level upload folder
- If a form upload is configured to save files within
"1:/user_upload/test/" (saveToFileMount: '1:/user_upload/test/'),... - 16:49 Revision 14b865a5: [BUGFIX] Keep top level upload folder
- If a form upload is configured to save files within
"1:/user_upload/test/" (saveToFileMount: '1:/user_upload/test/'),... - 15:21 Revision 371cc81d: [TASK] Check maximum PHP version in entrypoints
- This adds another safeguard to prevent running TYPO3 on unsupported PHP
versions.
Resolves: #93246
Releases: master,... - 14:50 Revision 22c7cd6a: [TASK] Check maximum PHP version in entrypoints
- This adds another safeguard to prevent running TYPO3 on unsupported PHP
versions.
Resolves: #93246
Releases: master,... - 14:38 Revision 71536c68: [BUGFIX] Render canonical link of target page when page is in mountpoint
- When a page is within a mountpoint, the normal behaviour is to generate
a link within the mountpoint. As the content ... - 14:13 Revision 9c67aba9: [BUGFIX] Render canonical link of target page when page is in mountpoint
- When a page is within a mountpoint, the normal behaviour is to generate
a link within the mountpoint. As the content ... - 13:10 Revision 637b9c9a: [BUGFIX] Exclude language "All" from available translation source languages
- Records in language "All" are not translatable by definition. Therefore
this language must not be allowed as a source... - 13:02 Revision 61e7681f: [TASK] Introduce id's to tables in list module
- To simplify testing and screenshotting, each table listed
in the list module gets a unique id.
Resolves: #93775
Rele... - 12:45 Revision 78cade09: [TASK] Introduce id's to tables in list module
- To simplify testing and screenshotting, each table listed
in the list module gets a unique id.
Resolves: #93775
Rele... - 11:39 Revision b4a32155: [TASK] Extend active evaluation of TOTP provider
- The TOTP provider is now only treated as active in case
the active flag is set and the shared secret exists.
It's ac... - 10:14 Revision ca50eec7: [BUGFIX] Exclude language "All" from available translation source languages
- Records in language "All" are not translatable by definition. Therefore
this language must not be allowed as a source...
2021-03-25
- 16:53 Revision 753a304f: [BUGFIX] Add pid restriction when getting previousLocalizedRecord
- Scenario:
A content element 'ce-1-default' exists on a 'source' page. It
has a 'free mode' localization 'ce-1-localiz... - 16:52 Revision d5366226: [BUGFIX] Add pid restriction when getting previousLocalizedRecord
- Scenario:
A content element 'ce-1-default' exists on a 'source' page. It
has a 'free mode' localization 'ce-1-localiz... - 14:49 Revision 659be324: [BUGFIX] Check for correct languageField in unique evaluation
- The languageField property is configured in TCA ctrl section and not in a TCA field.
With this commit re-editing a r... - 13:54 Revision ee24ba62: [FEATURE] Allow overriding TCA descriptions with TSconfig
- This adds a new FormDataProvider, which allows to override the
TCA description property, introduced in #85410, with p... - 12:02 Revision 862effd3: [BUGFIX] Check for correct languageField in unique evaluation
- The languageField property is configured in TCA ctrl section and not in a TCA field.
With this commit re-editing a r... - 11:58 Revision 06f3117b: [TASK] Update @types/bootstrap
- In #93810 bootstrap was updated to 5.0.0-beta3,
which contains the new "offcanvas" component.
In order to use it in ...
2021-03-24
- 20:46 Revision 440f748a: [TASK] Increase test coverage of MFA
- This introduces various tests for the previously
introduced MFA feature and its classes.
Resolves: #93566
Releases: ... - 19:46 Revision fc856a4e: [TASK] Enable phpstan checkArgumentsPassedByReference check
- Whenever methods take arguments by reference only variables
may be passed. This patch activates the corresponding php... - 19:14 Revision 8b3e2d7b: [TASK] Update XLIFF version to 1.2
- Update all XLIFF files to use version 1.2, which makes it possible to
use a validation schema.
Also drop the TYPO3-s... - 17:01 Revision b0a57aad: [BUGFIX] Fix workspace pagination
- Since the workspace pagination took also child records
into account, which are however never being displayed
without ... - 17:00 Revision f8e4b443: [BUGFIX] Fix workspace pagination
- Since the workspace pagination took also child records
into account, which are however never being displayed
without ... - 11:50 Revision 8fe7baa2: [TASK] Update to Twitter Bootstrap 5 beta 3
- This change updates the Twitter Bootstrap
dependency to version 5.0.0beta3
See https://blog.getbootstrap.com/2021/03... - 09:05 Revision d8c4f4d6: [BUGFIX] Ensure compared values are of same type
- When strict type comparison was introduced to
the OptionViewHelper in #90540, it was not properly
ensured that the va... - 09:05 Revision 79e4001e: [BUGFIX] Fix content element preview for menu types
- With the introduction of fluid styled content in #79622,
the former CType `menu` with its subtypes was splitted
into ... - 08:50 Revision 8e4d7f75: [BUGFIX] Fix content element preview for menu types
- With the introduction of fluid styled content in #79622,
the former CType `menu` with its subtypes was splitted
into ... - 08:43 Revision d67a7053: [BUGFIX] Ensure compared values are of same type
- When strict type comparison was introduced to
the OptionViewHelper in #90540, it was not properly
ensured that the va... - 03:13 Revision f7e110f4: [BUGFIX] Fix Bootstrap 5 tooltips
- With Bootstrap 5 the registration of tooltips with the "data-title"
attribute does not work any more. Instead, the "t...
2021-03-23
- 20:30 Revision 1485d630: [BUGFIX] Fix SVG tree height and toolbar in TCA select-tree
- The previos flex-basis: auto setting caused the svg to grow
from it's initial size, which may be larger than the svg
... - 19:46 Revision d3539c97: [BUGFIX] Call LinkAnalyzer->init with correct argument type
- Resolves: #93808
Releases: master
Change-Id: I914c426327f3ed9a62f99f42a7c294d050ed3968
Reviewed-on: https://review.ty... - 12:03 Revision 45dd065d: [BUGFIX] Do not process dumped file without cropping/sizing
- When there is no "cv" or "s" parameter we should not perform any
image processing.
This is essential e.g. for access...
2021-03-22
- 20:30 Revision 59717d88: [TASK] Clean up SVG tree implementations
- This change moves all related drag+drop code for the
navigation components into each TypeScript class, making
clear t... - 19:38 Revision c560f1d0: [TASK] Always use list of pids as array in linkvalidator
- In several classes a list of array is used and passed as
arguments. Sometimes a string was passed which needed to
be ... - 19:30 Revision 13770c3f: [DOCS] Replace none working orderBy example
- The given example does not work and is replaced by a working example.
Doctrine will add ASC as fallback sorting if no... - 19:30 Revision eb379f4d: [DOCS] Replace none working orderBy example
- The given example does not work and is replaced by a working example.
Doctrine will add ASC as fallback sorting if no... - 19:19 Revision d9aeb6a5: [FEATURE] Possibility to disable canonical per page
- If you have a good reason to disable the default rendering of
the canonical tag, you can now use a TypoScript setting... - 19:06 Revision b54f9873: [DOCS] Replace none working orderBy example
- The given example does not work and is replaced by a working example.
Doctrine will add ASC as fallback sorting if no... - 18:46 Revision 88595b75: [BUGFIX] Fix TypeError in PreviewUriBuilder
- With #91123 a new PreviewUriBuilder class was introduced.
This class features a factory method `create`, with a type
... - 12:08 Revision 6cad9ad7: [BUGFIX] Fix visibility of the selectTree fieldWizard
- The localization state selector wizard now shows up for the
renderType selectTree.
It never showed up, since the valu... - 11:50 Revision e9a38031: [BUGFIX] Fix visibility of the selectTree fieldWizard
- The localization state selector wizard now shows up for the
renderType selectTree.
It never showed up, since the valu... - 11:17 Revision 7ef31d38: [BUGFIX] Support SITEROOT placeholder in addRecord fieldControl
- This marker is documented since ever and never worked.
Resolves: #93770
Releases: master, 10.4
Change-Id: I4f313324e... - 10:53 Revision dac8915b: [BUGFIX] Re-init FormEngine always after memorizing record
- TCA fields using the 'placeholder' functionality are not
initialized in inline 'localize/synchronize' scenarios.
tx_... - 10:52 Revision 3db4e3e9: [BUGFIX] Re-init FormEngine always after memorizing record
- TCA fields using the 'placeholder' functionality are not
initialized in inline 'localize/synchronize' scenarios.
tx_... - 10:52 Revision e0d1cfd5: [BUGFIX] Support SITEROOT placeholder in addRecord fieldControl
- This marker is documented since ever and never worked.
Resolves: #93770
Releases: master, 10.4
Change-Id: I4f313324e... - 09:11 Revision ea2087e9: [BUGFIX] Support LinkService::TYPE_UNKNOWN in InputLinkElement
- The type unknown must be supported inside InputLinkElement
to improve the user experience for editors.
Instead of sho... - 08:51 Revision dbbf8d23: [BUGFIX] Support LinkService::TYPE_UNKNOWN in InputLinkElement
- The type unknown must be supported inside InputLinkElement
to improve the user experience for editors.
Instead of sho... - 08:43 Revision 6381490a: [BUGFIX] Proper inline synchronize/localize with FAL
- Activating inline localization appearence in TCA for inline
FAL relations works only partially: The inline child in
q... - 08:42 Revision 9776c897: [BUGFIX] Proper inline synchronize/localize with FAL
- Activating inline localization appearence in TCA for inline
FAL relations works only partially: The inline child in
q...
2021-03-21
- 20:20 Revision 7845502b: [BUGFIX] Fix inaccessable form when child missing
- Instead of a blocking the entire edit mask in case an inline child has
gone missing this patch makes sure that the mi... - 19:39 Revision ba8b9749: [BUGFIX] Always show redirect target in redirect module
- If the typolink ViewHelper can't produce any link, the redirect module
should still show the value provided by the ed... - 19:14 Revision aefd269c: [BUGFIX] Always show redirect target in redirect module
- If the typolink ViewHelper can't produce any link, the redirect module
should still show the value provided by the ed... - 14:56 Revision c02d73b3: [TASK] styleguide: inline 1n child input placeholder example
- https://github.com/TYPO3-CMS/styleguide/pull/199
- 14:56 Revision 87e1689b: [TASK] styleguide: Add inline fal example with appearance localization toggles
- https://github.com/TYPO3-CMS/styleguide/pull/198
2021-03-20
- 18:09 Revision f31ff86c: [BUGFIX] Fix inaccessable form when child missing
- Instead of a blocking the entire edit mask in case an inline child has
gone missing this patch makes sure that the mi...
2021-03-19
- 13:31 Revision 0ce519a0: [TASK] Use native DOM events instead of d3
- This change reduces the overhead of the d3 framework
by using native CustomEvents on the actual Lit element
of the SV...
2021-03-18
- 14:54 Revision 9110a382: [TASK] Update copyright year in several files
- Update copyright year to 2021
Resolves: #93769
Releases: master, 10.4, 9.5
Change-Id: Iec3214352aca9df579a3a1574eaf6... - 14:54 Revision 649debc4: [TASK] Update copyright year in several files
- Update copyright year to 2021
Resolves: #93769
Releases: master, 10.4, 9.5
Change-Id: Iec3214352aca9df579a3a1574eaf6... - 14:30 Revision f0a16985: [TASK] Update copyright year in several files
- Update copyright year to 2021
Resolves: #93769
Releases: master, 10.4, 9.5
Change-Id: Iec3214352aca9df579a3a1574eaf6... - 14:22 Revision 1b2d7a4a: [TASK] Move SVG Tree to Lit Elements
- The SVG Tree class is now a lit element, allowing for further
reduction of d3 usage in favor of native HTML5 APIs.
R... - 08:40 Revision d9f56ccf: [BUGFIX] Fix Toolbar links when Topbar is refreshed
- Whenever a topbar refresh is triggered, e.g. by activating/deactivating
of an extension in the extension manager, or ... - 08:02 Revision a6c4fa96: [TASK] Set TYPO3 version to 9.5.27-dev
- Change-Id: Ie042f704d3fb5ec7558a47139ba2214c4aeff8b8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/684... - 07:29 Revision 5354abdf: [RELEASE] Release of TYPO3 9.5.26
- Change-Id: Ic96a203889dffd2800f2b5fd39767a824350c8fe
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/684...
2021-03-17
- 15:47 Revision 3b5a7870: [BUGFIX] Use correct type for cache compression setting in install tool
- The DatabaseCachePreset now sets options/compression to `true` instead
of 1. This is necessary because the option is ... - 14:59 Revision c622d215: [BUGFIX] Use correct type for cache compression setting in install tool
- The DatabaseCachePreset now sets options/compression to `true` instead
of 1. This is necessary because the option is ... - 12:05 Revision 1eb019b4: [BUGFIX] Set active class on link of initially active tab
- Since bootstrap 5 an active tab is highlighted by setting the
`.active` class on the tab item link (`.nav-link`) inst... - 11:14 Revision 742b60c7: [BUGFIX] Use active tab in link for tabs in Element Browser
- The element browser now shows the active state
again of the tab (Page, File, Folder etc), because the
active class ne... - 10:45 Revision d6cbd848: [BUGFIX] Hide radio button in upgrade wizard's buttons
- Since the upgrade of bootstrap, the radio button inside the
upgrade wizards' buttons are shown.
The change utilizes ... - 09:10 Revision 3e1e0b2a: [BUGFIX] Use correct data for cObj in ClickEnlargeViewHelper
- Set the current content element record as data for the cObj
used to generate the click-enlarge code for images.
This... - 07:41 Revision 3e524caf: [BUGFIX] Use correct data for cObj in ClickEnlargeViewHelper
- Set the current content element record as data for the cObj
used to generate the click-enlarge code for images.
This...
2021-03-16
- 22:07 Revision b6110038: [BUGFIX] Fix languageUpdate signal check in setup module
- Since #93663 the setup module uses the be_users.lang field
for the UI language. Therefore, when switching languages, ... - 21:39 Revision 954a3f08: [FEATURE] Introduce TCA type "language"
- A new TCA type "language" is added, in order to make life easier
to set up new TCA. The main issue (as can be seen in... - 19:58 Revision 03f78e77: [TASK] Use PHP class name resolution over strings
- Some TCA configurations were still using strings for
class references in the itemsProcFunc option.
Since this is err... - 18:29 Revision cdca2cf2: [BUGFIX] Missing class import in FileReference
- One of the recent security patches missed a class
import in v9. v10 and v11.1 are not affected and
phpstan would have... - 16:31 Revision f4c8d0d2: [TASK] Add information about SMTP and port 465 to Install Tool
- If port 465 is used for SMTP the `transport_smtp_encrypt` feature is
automatically enabled by the underlying symfony ... - 15:11 Revision 4ae81cb1: [TASK] Add information about SMTP and port 465 to Install Tool
- If port 465 is used for SMTP the `transport_smtp_encrypt` feature is
automatically enabled by the underlying symfony ... - 14:43 Revision 610781f0: [TASK] styleguide: Disable acceptance tests with PHP 8 for now
- https://github.com/TYPO3-CMS/styleguide/pull/197
- 13:54 Revision 3e2b42b5: [TASK] Disable PHP 8 functional testing
- The recent extbase related class schema revert
introduced a warning within functional PHP 8
tests leading to test fai... - 11:10 Revision 629eb841: [TASK] Set TYPO3 version to 11.1.2-dev
- Change-Id: I9aaf457521b8d75941a91c71f421303520ab570b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/684... - 11:10 Revision 46a774c7: [TASK] Set TYPO3 version to 10.4.15-dev
- Change-Id: Id0c30d1e452c6001de39c48336fb292b00f0c48d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/684... - 11:10 Revision 2a148080: [TASK] Set TYPO3 version to 9.5.26-dev
- Change-Id: Ia9b588e1b14854150e6978a8759b7565ef2edf82
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/684... - 10:22 Revision 67471a2b: [RELEASE] Release of TYPO3 11.1.1
- Change-Id: I9a89f3544b1c9d7d62d8d7de5108082f17f0975c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/684... - 10:15 Revision 9f8b73eb: [RELEASE] Release of TYPO3 10.4.14
- Change-Id: I6eb8ac6fe17110f370a6453b693c06d310eface3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/684... - 10:08 Revision 98b19b17: [RELEASE] Release of TYPO3 9.5.25
- Change-Id: I763cd8dcbd4e4bfbc702c9257eeea9ccbaa8db2b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/684... - 09:39 Revision 65a5246c: [SECURITY] Mitigate XSS in PreviewRenderer for menus
- The content element preview for menus displays the
menu type label along with the record title of the
defined pages a... - 09:39 Revision 2f35faff: [SECURITY] XSS in PreviewRenderer with descriptions
- The PreviewRenderer pattern introduced with #78450 makes use of the TCA
feature `descriptionColumn` to render the con... - 09:38 Revision 6b8a1e13: [SECURITY] Avoid storing plain session identifier in $USER->uc
- `AbstractUserAuthentication::$uc['moduleSessionID']` still stored plain
session identifier, which has been replaced b... - 09:08 Revision d339f493: [SECURITY] Add cache for error page handling
- To prevent DoS attacks by using page-based error handling, the
content of the error page is now cached, this prevents... - 09:06 Revision 1bd00950: [SECURITY] XSS in form creation wizard
- The form name is rendered multiple times in the form wizard when either
creating or cloning a form. Any input is now ... - 09:05 Revision c44d9f5a: [SECURITY] Validate allowed values for form element editors
- Form editors which provide only a limited set of allowed values
(like single-select or multi-select form editors) now... - 09:04 Revision 57b5b68f: [SECURITY] Mitigate directly accessible file upload in form framework
- File handling implementation in `UploadedFileReferenceConverter` of
`ext:form` creates files in `/fileadmin/user_uplo... - 09:04 Revision 6f17455d: [SECURITY] Prevent urls starting with // to be used for redirects
- A missing check in GeneralUtility::sanitizeLocalUrl() resulted in
an url starting with `//` to be considered as a loc... - 09:03 Revision 33ddc49a: [SECURITY] Mitigate XSS in PreviewRenderer for menus
- The content element preview for menus displays the
menu type label along with the record title of the
defined pages a... - 09:03 Revision 2adc071b: [SECURITY] XSS in PreviewRenderer with descriptions
- The PreviewRenderer pattern introduced with #78450 makes use of the TCA
feature `descriptionColumn` to render the con... - 09:03 Revision 71914e5f: [SECURITY] Avoid storing plain session identifier in $USER->uc
- `AbstractUserAuthentication::$uc['moduleSessionID']` still stored plain
session identifier, which has been replaced b... - 09:03 Revision ba66465e: [SECURITY] Add cache for error page handling
- To prevent DoS attacks by using page-based error handling, the
content of the error page is now cached, this prevents... - 09:02 Revision 11eb857e: [SECURITY] XSS in form creation wizard
- The form name is rendered multiple times in the form wizard when either
creating or cloning a form. Any input is now ... - 09:02 Revision d9f2da33: [SECURITY] Validate allowed values for form element editors
- Form editors which provide only a limited set of allowed values
(like single-select or multi-select form editors) now... - 09:02 Revision 20f9a7d5: [SECURITY] Mitigate directly accessible file upload in form framework
- File handling implementation in `UploadedFileReferenceConverter` of
`ext:form` creates files in `/fileadmin/user_uplo... - 09:01 Revision d5c16bc1: [SECURITY] Prevent urls starting with // to be used for redirects
- A missing check in GeneralUtility::sanitizeLocalUrl() resulted in
an url starting with `//` to be considered as a loc... - 09:01 Revision 0ce12c58: [SECURITY] Mitigate XSS in PreviewRenderer for menus
- The content element preview for menus displays the
menu type label along with the record title of the
defined pages a... - 09:01 Revision 35a82bb1: [SECURITY] XSS in PreviewRenderer with descriptions
- The PreviewRenderer pattern introduced with #78450 makes use of the TCA
feature `descriptionColumn` to render the con... - 09:00 Revision 246193c8: [SECURITY] Avoid storing plain session identifier in $USER->uc
- `AbstractUserAuthentication::$uc['moduleSessionID']` still stored plain
session identifier, which has been replaced b... - 09:00 Revision 94b6e27b: [SECURITY] Add cache for error page handling
- To prevent DoS attacks by using page-based error handling, the
content of the error page is now cached, this prevents... - 08:59 Revision 1b6d4b77: [SECURITY] XSS in form creation wizard
- The form name is rendered multiple times in the form wizard when either
creating or cloning a form. Any input is now ... - 08:59 Revision b99a4902: [SECURITY] Validate allowed values for form element editors
- Form editors which provide only a limited set of allowed values
(like single-select or multi-select form editors) now... - 08:59 Revision 8335b0eb: [SECURITY] Mitigate directly accessible file upload in form framework
- File handling implementation in `UploadedFileReferenceConverter` of
`ext:form` creates files in `/fileadmin/user_uplo... - 08:59 Revision a43a6d57: [SECURITY] Prevent urls starting with // to be used for redirects
- A missing check in GeneralUtility::sanitizeLocalUrl() resulted in
an url starting with `//` to be considered as a loc... - 08:58 Revision 1d0abfa0: [SECURITY] Mitigate XSS in PreviewRenderer for menus
- The content element preview for menus displays the
menu type label along with the record title of the
defined pages a... - 08:58 Revision 62b218c0: [SECURITY] Avoid storing plain session identifier in $USER->uc
- `AbstractUserAuthentication::$uc['moduleSessionID']` still stored plain
session identifier, which has been replaced b... - 08:58 Revision 19885966: [SECURITY] Add cache for error page handling
- To prevent DoS attacks by using page-based error handling, the
content of the error page is now cached, this prevents... - 08:57 Revision 46266e60: [SECURITY] Validate allowed values for form element editors
- Form editors which provide only a limited set of allowed values
(like single-select or multi-select form editors) now... - 08:57 Revision 66b75cec: [SECURITY] Mitigate directly accessible file upload in form framework
- File handling implementation in `UploadedFileReferenceConverter` of
`ext:form` creates files in `/fileadmin/user_uplo... - 08:57 Revision a1b09aaa: [SECURITY] Prevent urls starting with // to be used for redirects
- A missing check in GeneralUtility::sanitizeLocalUrl() resulted in
an url starting with `//` to be considered as a loc...
2021-03-15
- 22:02 Revision 987fb8a7: [BUGFIX] Revert "Make ClassSchema PHP 8 compatible"
- The change makes "e712dc9e531b0f23c2ca7459337ab56739262465"
existing Extbase installations broken, so this is reverte... - 22:02 Revision de401b43: [BUGFIX] Revert "Make ClassSchema PHP 8 compatible"
- The change makes "e712dc9e531b0f23c2ca7459337ab56739262465"
existing Extbase installations broken, so this is reverte... - 18:57 Revision a8995061: [BUGFIX] Show cookie warning only for successful authentication
- The login dialog may show a cookie warning.
This has only to be shown if the authentication was successful, but the
c... - 18:29 Revision 9b1b65ad: [BUGFIX] Show cookie warning only for successful authentication
- The login dialog may show a cookie warning.
This has only to be shown if the authentication was successful, but the
c... - 14:30 Revision c887afe9: [TASK] Update CKEditor to 4.16.0
- Update from 4.15.0 to 4.16.0 to use the latest bugfix release
which also includes security related fixes of 4.15.1 in... - 13:58 Revision 72cc089c: [TASK] Replace one wiki link by documentation link
- The wiki.typo3.org is marked as deprecated and gets
replaced soon by docs.typo3.org permanently. Replace
all wiki lin... - 12:31 Revision 26a0a53a: [TASK] Set TYPO3 version to 11.1.1-dev
- Change-Id: Ice5d0147cf936a49ef4ea8d9cf9053a884f9a938
Releases: 11.1
Reviewed-on: https://review.typo3.org/c/Packages/... - 10:27 Revision 881ead96: [TASK] Replace wiki links by documentation links
- The wiki.typo3.org is marked as deprecated and gets
replaced soon by docs.typo3.org permanently. Replace
all wiki lin... - 09:22 Revision e4dcc1e0: [TASK] Use Lit-based template for SVG tree wrapper
- The SVG tree is now building the SVG elements
and needed containers ("<g>") via lit-helper.
In addition, the update...
2021-03-14
- 19:06 Revision 84ac6c21: [TASK] Stabilize acceptance installer tests
- The 'heavy lifting' parts like db init and first frontend
call can be quite slow in the 'installer' tests. We raise
t... - 19:06 Revision 04001c39: [TASK] Stabilize acceptance installer tests
- The 'heavy lifting' parts like db init and first frontend
call can be quite slow in the 'installer' tests. We raise
t... - 18:57 Revision bc1733bd: [BUGFIX] Fixes search with search type "sentence"
- With this commit the method getSearchWords is called
after initializing $this->searchData, which is used there (only ... - 18:41 Revision 4786efbb: [BUGFIX] Fixes search with search type "sentence"
- With this commit the method getSearchWords is called
after initializing $this->searchData, which is used there (only ... - 18:20 Revision f6ae73b9: [TASK] Raise typo3/testing-framework ^6.8.0
- Brings an error/exception handler improvement for
acceptance tests.
composer req --dev typo3/testing-framework:^6.8.... - 18:20 Revision d25eeccd: [TASK] Raise typo3/testing-framework ^6.8.0
- Brings an error/exception handler improvement for
acceptance tests.
composer req --dev typo3/testing-framework:^6.8.... - 18:18 Revision 29d689cb: [BUGFIX] Fix faulty check for undefined in DateTimePicker
- Releases: master
Resolves: #93729
Change-Id: I9dea4a153138e29ae77c9f3e5ae5e202851a09ab
Reviewed-on: https://review.ty... - 18:11 Revision d49cf03e: [BUGFIX] Add some waiting period to LoginCest after page reload
- The test became quite unstable lately, and with a little bit of
breathing room after a page reload has been executed,... - 18:10 Revision c104e567: [BUGFIX] Do not show record history workspace entries in live
- Record history tends to show changes of content elements
that have been done in a workspace in live. This is
misleadi... - 17:55 Revision 2dee1f13: [BUGFIX] Add some waiting period to LoginCest after page reload
- The test became quite unstable lately, and with a little bit of
breathing room after a page reload has been executed,... - 17:54 Revision 3766cc3e: [TASK] DataHandler: Drop a series of unused method arguments
- Update some simple cases in DataHandler where
method arguments are provided, but not used.
Change-Id: I4658fadd8b031... - 15:58 Revision 88744a94: [TASK] runTests.sh: Allow step debugging acceptance tests
- Honor -x option for acceptance tests: Both 'Tester' and
'System under test' allow break points with -s acceptance
and... - 15:53 Revision 614eb0cd: [BUGFIX] Correct LLL:EXT language identifiers
- Corrects some wrong language identifiers introduced in #91008
Resolves: #93731
Releases: master, 10.4
Change-Id: I2e... - 15:52 Revision add5ffc6: [BUGFIX] Correct file path in acceptance tests
- codeception seeFileFound() and dontSeeFileFound() apply
some path magic if relative files are given. It leads
to wron... - 15:52 Revision db35bdf8: [BUGFIX] Correct file path in acceptance tests
- codeception seeFileFound() and dontSeeFileFound() apply
some path magic if relative files are given. It leads
to wron... - 15:45 Revision 5e249b63: [TASK] Drop TsTemplate 'breakpoint' handling
- The backend template analyzer module has a 'breakpoint'
handling that works as follows: When a template is shown and
... - 15:34 Revision 4dfe0cb3: [BUGFIX] Correct LLL:EXT language identifiers
- Corrects some wrong language identifiers introduced in #91008
Resolves: #93731
Releases: master, 10.4
Change-Id: I2e... - 11:29 Revision 4a3981a1: [BUGFIX] Remove maxitems constraint from be_groups.pagetypes_select
- The field be_groups.pagetypes_select is of type TEXT, which can contain
data of a maximum of 64 kilobytes. This patch... - 10:23 Revision 261e1a40: [BUGFIX] Remove maxitems constraint from be_groups.pagetypes_select
- The field be_groups.pagetypes_select is of type TEXT, which can contain
data of a maximum of 64 kilobytes. This patch...
Also available in: Atom