Activity
From 2023-06-05 to 2023-07-04
2023-07-04
- 21:29 Revision 831c3df7: [TASK] Add shared cache for VariableProcessor
- VariableProcessor::addHash() is called to convert URI path
variables that don't comply with certain rules to a hash,
... - 21:20 Revision c71b5007: [TASK] Add shared cache for VariableProcessor
- VariableProcessor::addHash() is called to convert URI path
variables that don't comply with certain rules to a hash,
... - 21:13 Revision 22ede859: [TASK] Improve the save notification in mass editing mode
- The new save notification currently lists all changes separately,
when editing records in EditDocumentController.
Thi... - 21:03 Revision 49fd1292: [TASK] Improve the save notification in mass editing mode
- The new save notification currently lists all changes separately,
when editing records in EditDocumentController.
Thi... - 20:57 Revision 4c40d747: [BUGFIX] Properly respect "disallowed" list for file extensions
- Maintaining the "disallowed" list in TCA for type=file
previously was only respected in the DataHandler
but the restr... - 20:48 Revision bf9c760b: [BUGFIX] Add missing inline language labels for form engine
- This adds missing form engine inline language labels,
used e.g. for the "unsaved changes" modal.
Resolves: #98718
Re... - 20:47 Revision 2f6f6cf5: [BUGFIX] Flush fluid cache when switching debug output in AdminPanel
- Currently, when switching the 'Show fluid debug output' in AdminPanel,
the relevant frontend caches weren't flushed, ... - 20:28 Revision 29a5ec93: [BUGFIX] Properly respect "disallowed" list for file extensions
- Maintaining the "disallowed" list in TCA for type=file
previously was only respected in the DataHandler
but the restr... - 20:15 Revision b6f9adb2: [BUGFIX] Streamline new record button titles in recordlist
- To streamline the titles a specific language label is added for
the recordlist, which uses the TCA table title config... - 20:00 Revision f0511366: [BUGFIX] Add missing inline language labels for form engine
- This adds missing form engine inline language labels,
used e.g. for the "unsaved changes" modal.
Resolves: #98718
Re... - 19:55 Revision 250fae36: [BUGFIX] Flush fluid cache when switching debug output in AdminPanel
- Currently, when switching the 'Show fluid debug output' in AdminPanel,
the relevant frontend caches weren't flushed, ... - 18:09 Revision de1ff199: [TASK] Use callout component for slug hints
- The hint when changing a slug previously was a
combination of utility classes and with color changes
in a recent Boot... - 18:03 Revision 2a5f81c0: [BUGFIX] Strip superfluous srcset path prefix
- Rendering image '<source>' elements using the
IMAGE content object (layoutKey 'picture')
no longer have the document ... - 17:57 Revision 08c02402: [BUGFIX] Make check for last key work for menu items with key = 0
- Additionally switch $nextActive to boolean
Resolves: #100995
Releases: main, 12.4
Change-Id: I0e41835f42753595480afb... - 17:47 Revision 2d35c91e: [TASK] Use callout component for slug hints
- The hint when changing a slug previously was a
combination of utility classes and with color changes
in a recent Boot... - 17:39 Revision 9d43c6f8: [BUGFIX] Resolve page with trailing slash requested without one
- With #89091 pages with slugs containing trailing slash have
been enabled to be resolved when requested with trailing
... - 17:31 Revision dd4cf5e8: [BUGFIX] Strip superfluous srcset path prefix
- Rendering image '<source>' elements using the
IMAGE content object (layoutKey 'picture')
no longer have the document ... - 17:02 Revision 94456d3e: [BUGFIX] Resolve page with trailing slash requested without one
- With #89091 pages with slugs containing trailing slash have
been enabled to be resolved when requested with trailing
... - 15:58 Revision 9e7ba219: [BUGFIX] Respect preferred browser language in backend login
- With #100255 it has been ensured, that the translate ViewHelper uses
the site language locale. For backend context, t... - 15:57 Revision bb72ee01: [TASK] Add iterable type to `PageErrorHandlerInterface::handlePageError`
- The `PageErrorHandlerInterface` is often implemented in case a custom
error handler is used in site configuration. St... - 15:56 Revision 32a2cdc3: [BUGFIX] Render image processing results in install tool
- Some checks might return a message why images can't be generated.
Those checks didn't return success which prevents p... - 15:56 Revision a9a00701: [BUGFIX] Make check for last key work for menu items with key = 0
- Additionally switch $nextActive to boolean
Resolves: #100995
Releases: main, 12.4
Change-Id: I0e41835f42753595480afb... - 14:47 Revision 5a2c851b: [BUGFIX] Render image processing results in install tool
- Some checks might return a message why images can't be generated.
Those checks didn't return success which prevents p... - 13:56 Revision 0078b7c7: [BUGFIX] Resolve page with trailing slash requested without one
- With #89091 pages with slugs containing trailing slash have
been enabled to be resolved when requested with trailing
... - 13:40 Revision adf83be9: [BUGFIX] Respect preferred browser language in backend login
- With #100255 it has been ensured, that the translate ViewHelper uses
the site language locale. For backend context, t... - 13:10 Revision 26e15895: [BUGFIX] Avoid symfony/property-access in getGettablePropertyNames()
- ObjectAccess::getGettablePropertyNames() has quite the history by now.
It used to be quite simple, an is_callable() c... - 12:01 Revision 2289ae2f: [BUGFIX] Avoid symfony/property-access in getGettablePropertyNames()
- ObjectAccess::getGettablePropertyNames() has quite the history by now.
It used to be quite simple, an is_callable() c... - 10:14 Revision c5fff77f: [TASK] Change sorting of records in recycler module
- The deleted records should be sorted by the timestamp descending instead
of by the uid ascending because in most case... - 09:54 Revision 60964d5b: [TASK] Change sorting of records in recycler module
- The deleted records should be sorted by the timestamp descending instead
of by the uid ascending because in most case... - 09:54 Revision e9131cd2: [BUGFIX] Do not create auto-create redirects for SysFolder and Spacer
- Creating redirects for `SysFolder` and `Spacer` on slug changes does
not make sense as they are not reachable in the ... - 09:49 Revision c20dad7e: [BUGFIX] Avoid symfony/property-access in getGettablePropertyNames()
- ObjectAccess::getGettablePropertyNames() has quite the history by now.
It used to be quite simple, an is_callable() c... - 09:24 Revision b9abb5c6: [BUGFIX] Show validation errors for fields with legend in form engine
- Since #97330, a form engine elements label
might not be represented by a <label> tag,
but by using a <legend> tag.
T... - 09:24 Revision ea366949: [BUGFIX] Make parallel execution checkbox in scheduler working
- The markup is adjusted to make the "parallel
execution" checkbox in the scheduler module
edit view working again.
Ad... - 08:40 Revision 0c87eb73: [BUGFIX] Make parallel execution checkbox in scheduler working
- The markup is adjusted to make the "parallel
execution" checkbox in the scheduler module
edit view working again.
Ad... - 08:40 Revision 317b4a7d: [BUGFIX] Avoid reaching placeholder limit in DataMapProcessor
- Use array chunked query combined with direct value list
to retrieve full data set in `DataMapProcessor` methods
`fetc... - 08:40 Revision f9abb3ac: [BUGFIX] Avoid reaching placeholder limit in DataMapProcessor
- Use array chunked query combined with direct value list
to retrieve full data set in `DataMapProcessor` methods
`fetc... - 08:13 Revision b65472ed: [BUGFIX] Avoid reaching placeholder limit in DataMapProcessor
- Use array chunked query combined with direct value list
to retrieve full data set in `DataMapProcessor` methods
`fetc... - 08:03 Revision c09155fb: [!!!][TASK] Remove pages.doktype 255 / recycler
- Historically, TYPO3 Core has had a custom page doktype
"recycler" which was used as a "manual trash bin" so editors
c... - 07:31 Revision 96877af6: [BUGFIX] Enable additional attributes for Media ViewHelper
- This change also adds some basic tests for MediaViewHelper
Resolves: #100929
Resolves: #99122
Releases: main, 12.4
C... - 07:31 Revision 474640b2: [BUGFIX] Consider more TMENU a-tag related config for runtime cache
- Since the swap to LinkResult, the ATagParams and some more attributes
are cached independent of different configurati... - 07:31 Revision dad78924: [BUGFIX] Consider more TMENU a-tag related config for runtime cache
- Since the swap to LinkResult, the ATagParams and some more attributes
are cached independent of different configurati... - 07:15 Revision de4bf7e4: [BUGFIX] Do not use FlashMessage in DataHandler hook
- This way, it works in CLI mode as well.
Resolves: #100745
Releases: main, 12.4
Change-Id: Idc00323c012bd3c7f6816b643...
2023-07-03
- 20:11 Revision b038279a: [BUGFIX] Avoid fatal error with invalid soft reference parser links
- When a link href is empty or invalid, TYPO3 now does not
crash anymore.
Resolves: #100958
Releases: main, 12.4
Chang... - 19:53 Revision dc06661c: [BUGFIX] Enable additional attributes for Media ViewHelper
- This change also adds some basic tests for MediaViewHelper
Resolves: #100929
Resolves: #99122
Releases: main, 12.4
C... - 19:52 Revision fff5a88b: [BUGFIX] Do not use FlashMessage in DataHandler hook
- This way, it works in CLI mode as well.
Resolves: #100745
Releases: main, 12.4
Change-Id: Idc00323c012bd3c7f6816b643... - 19:50 Revision 591a7ba0: [BUGFIX] Show validation errors for fields with legend in form engine
- Since #97330, a form engine elements label
might not be represented by a <label> tag,
but by using a <legend> tag.
T... - 18:55 Revision 79a5fa48: [BUGFIX] Prevent undefined array key warnings in PageRepository
- Resolves: #101194
Releases: main, 12.4, 11.5
Change-Id: I431e0af6b35d85aed0a3834c16b9f75c2923bfaa
Reviewed-on: https:... - 18:54 Revision fe75b7b5: [BUGFIX] Prevent undefined array key warnings in PageRepository
- Resolves: #101194
Releases: main, 12.4, 11.5
Change-Id: I431e0af6b35d85aed0a3834c16b9f75c2923bfaa
Reviewed-on: https:... - 17:06 Revision abe424a5: [BUGFIX] Prevent undefined array key warnings in PageRepository
- Resolves: #101194
Releases: main, 12.4, 11.5
Change-Id: I431e0af6b35d85aed0a3834c16b9f75c2923bfaa
Reviewed-on: https:... - 16:57 Revision f2d8e0ee: [BUGFIX] Prevent PHP 8 warning in ContentObjectRenderer
- This change prevents a PHP warning in ContentObjectRenderer
when working with "max" and "begin".
Resolves: #100857
R... - 16:56 Revision 15c75521: [BUGFIX] Avoid BackendUser access in AdminPanel constructor
- Resolves: #100538
Releases: main, 12.4, 11.5
Change-Id: Ia0e37a39ed566938a9b9f947ad21949a9ab3b0bc
Reviewed-on: https:... - 16:56 Revision d62c8da3: [BUGFIX] Avoid BackendUser access in AdminPanel constructor
- Resolves: #100538
Releases: main, 12.4, 11.5
Change-Id: Ia0e37a39ed566938a9b9f947ad21949a9ab3b0bc
Reviewed-on: https:... - 16:25 Revision 71fe4828: [TASK] Update ckeditor5 to v38.1
- This change updates ckeditor5 to version 38.1. See [1] for detailed
information.
Executed commands:
npm i --sav... - 16:12 Revision 2009770c: [TASK] Update ckeditor5 to v38.1
- This change updates ckeditor5 to version 38.1. See [1] for detailed
information.
Executed commands:
npm i --sav... - 16:11 Revision 59a36db7: [BUGFIX] Use event delegation for image manipulation triggers
- With the dismissal of jQuery and jQuery UI from the image manipulation
component, the event handling for the trigger ... - 16:03 Revision c9b60dd5: [BUGFIX] Use event delegation for image manipulation triggers
- With the dismissal of jQuery and jQuery UI from the image manipulation
component, the event handling for the trigger ... - 15:38 Revision deb578e7: [BUGFIX] Prevent PHP 8 warning in ContentObjectRenderer
- This change prevents a PHP warning in ContentObjectRenderer
when working with "max" and "begin".
Resolves: #100857
R... - 15:24 Revision 35a4c605: [BUGFIX] Avoid BackendUser access in AdminPanel constructor
- Resolves: #100538
Releases: main, 12.4, 11.5
Change-Id: Ia0e37a39ed566938a9b9f947ad21949a9ab3b0bc
Reviewed-on: https:... - 15:24 Revision f5558dea: [!!!][TASK] Remove deprecated code in SiteLanguage
- Removed the following public methods:
* \TYPO3\CMS\Core\Site\Entity\SiteLanguage->getTwoLetterIsoCode
* \TYPO3\CMS\Co... - 15:22 Revision 2950c7f0: [BUGFIX] Prevent PHP 8 warning in ContentObjectRenderer
- This change prevents a PHP warning in ContentObjectRenderer
when working with "max" and "begin".
Resolves: #100857
R... - 15:11 Revision 86da90ea: [TASK] Use better default size when opening the editpopup
- When editing in FormEngine the popup now has a larger
size, corresponding to up-to-date displays and devices.
Resolv... - 15:01 Revision 06ec7354: [BUGFIX] Don't treat CKEditor Inspector as CommonJS
- This change in the Rollup configuration caused the window
namespace to disappear, breaking the JS call in the process... - 14:52 Revision 53ce42f9: [BUGFIX] Don't treat CKEditor Inspector as CommonJS
- This change in the Rollup configuration caused the window
namespace to disappear, breaking the JS call in the process... - 14:50 Revision 7720e065: [TASK] Use better default size when opening the editpopup
- When editing in FormEngine the popup now has a larger
size, corresponding to up-to-date displays and devices.
Resolv... - 14:48 Revision d758c0e4: [TASK] Remove fallback in SiteConfiguration constructor
- Its todo is solved. This also introduces constructor property promotion.
Resolves: #101213
Releases: main
Change-Id:... - 14:26 Revision 1747cdf5: [DOCS] Outline ext:felogin behavior when plugin is hidden at login
- This change moves the section about "Access restrictions on the felogin
plugin" to the user manual, since the section... - 14:26 Revision d634f571: [DOCS] Outline ext:felogin behavior when plugin is hidden at login
- This change moves the section about "Access restrictions on the felogin
plugin" to the user manual, since the section... - 14:26 Revision 7287107f: [TASK] Re-introduce hreflang attribute of site language configuration
- The site language's configuration setting "hreflang" was
deprecated with #99908, however, it still serves a valid pur... - 13:47 Revision 85d2b5b1: [TASK] Re-introduce hreflang attribute of site language configuration
- The site language's configuration setting "hreflang" was
deprecated with #99908, however, it still serves a valid pur... - 13:43 Revision 68d4f80c: [DOCS] Outline ext:felogin behavior when plugin is hidden at login
- This change moves the section about "Access restrictions on the felogin
plugin" to the user manual, since the section... - 13:42 Revision 161d7071: [BUGFIX] Set locale for FormatSize
- As LC_NUMERIC is not set via Locales::setLocale
because conflicts on float calculation may occur,
we have to manually... - 13:18 Revision af484875: [TASK] Streamline "referrer" spelling in felogin code
- All PHP code is adjusted to use
proper spelling "referrer".
Existing Fluid variables or config options
are not touch... - 13:17 Revision 52183d71: [TASK] Streamline "referrer" spelling in felogin code
- All PHP code is adjusted to use
proper spelling "referrer".
Existing Fluid variables or config options
are not touch... - 13:16 Revision 508c963b: [BUGFIX] Set locale for FormatSize
- As LC_NUMERIC is not set via Locales::setLocale
because conflicts on float calculation may occur,
we have to manually... - 12:42 Revision e5c3be58: [TASK] Streamline "referrer" spelling in felogin code
- All PHP code is adjusted to use
proper spelling "referrer".
Existing Fluid variables or config options
are not touch... - 11:21 Revision 7fa9a9f5: [TASK] Add more excludedParameters from common systems
- Include Matomo, Google, Hubspot.
Resolves: #101180
Releases: main, 12.4, 11.5
Change-Id: I15ba4d4ec84e5abfb22e5f83d0... - 11:21 Revision 025d2959: [BUGFIX] Do not return exit codes > 255
- If a console command throws an exception that isn't caught, the exit
code evaluates to "0" (aka successful) because t... - 10:59 Revision fbed3b1a: [TASK] Add more excludedParameters from common systems
- Include Matomo, Google, Hubspot.
Resolves: #101180
Releases: main, 12.4, 11.5
Change-Id: I15ba4d4ec84e5abfb22e5f83d0... - 10:58 Revision df74cd48: [BUGFIX] Do not return exit codes > 255
- If a console command throws an exception that isn't caught, the exit
code evaluates to "0" (aka successful) because t... - 10:42 Revision e0f1b295: [TASK] Add more excludedParameters from common systems
- Include Matomo, Google, Hubspot.
Resolves: #101180
Releases: main, 12.4, 11.5
Change-Id: I15ba4d4ec84e5abfb22e5f83... - 09:56 Revision b9d0ae4b: [TASK] Update `styleguide`
- This change raises `styleguide` to include
the change with the correct version constraints
in the `ext_emconf.php`.
... - 09:32 Revision 2da8d8b5: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/410 from TYPO3/stefan-1
- [TASK] styleguide: Set correct core version in `ext_emconf.php`
- 08:39 Revision 87475850: [TASK] styleguide: Set correct core version in `ext_emconf.php`
- This change sets the version in the `ext_emconf.php`
to the next version, matching the current TYPO3 core
main branch...
2023-07-02
- 09:57 Revision 07ca630f: [TASK] Remove useless test in GeneralUtilityTest
- This change removes a useless test, which only tests PHP
native `htmlspecialchars()` and `htmlspecialchars_decode()`
... - 09:10 Revision fc5e9f7e: [TASK] Remove useless test in GeneralUtilityTest
- This change removes a useless test, which only tests PHP
native `htmlspecialchars()` and `htmlspecialchars_decode()`
...
2023-07-01
- 08:46 Revision 20c3df2e: [TASK] Raise 'phpstan/phpstan' and regenerate baseline
- A new patch level requires to regenerate baseline.
> composer req --dev phpstan/phpstan:^1.10.22
> Build/Scripts/run... - 08:46 Revision 96ffecc3: [TASK] Raise 'phpstan/phpstan' and regenerate baseline
- A new patch level requires to regenerate baseline.
> composer req --dev phpstan/phpstan:^1.10.22
> Build/Scripts/run... - 08:45 Revision 2c487211: [TASK] Raise 'phpstan/phpstan' and regenerate baseline
- A new patch level requires to regenerate baseline.
> composer req --dev phpstan/phpstan:^1.10.22
> Build/Scripts/run... - 08:34 Revision b7e0b5b0: [BUGFIX] Fix counting of doktypes in DatabaseIntegrityCheck
- The previous logic for checking whether a value for a specific
doktype already exists falsely assumed the value shoul... - 08:33 Revision 628dcdea: [BUGFIX] Fix counting of doktypes in DatabaseIntegrityCheck
- The previous logic for checking whether a value for a specific
doktype already exists falsely assumed the value shoul...
2023-06-30
- 17:42 Revision d7945c33: [BUGFIX] Fix counting of doktypes in DatabaseIntegrityCheck
- The previous logic for checking whether a value for a specific
doktype already exists falsely assumed the value shoul... - 10:20 Revision 4041cc56: [BUGFIX] Allow integer keys in ArrayUtility::flatten()
- Instead of breaking the execution with a TypeError if
an array to be flattened by ArrayUtility::flatten()
has integer... - 10:16 Revision 43862291: [BUGFIX] Allow integer keys in ArrayUtility::flatten()
- Instead of breaking the execution with a TypeError if
an array to be flattened by ArrayUtility::flatten()
has integer... - 10:14 Revision 406479a5: [TASK] SchemaMigrator is stateless
- Class SchemaMigrator has an unused property $schema.
Removing this property makes it more obvious
this service is sta... - 10:14 Revision ff0acac3: [TASK] SchemaMigrator is stateless
- Class SchemaMigrator has an unused property $schema.
Removing this property makes it more obvious
this service is sta... - 08:35 Revision 917444d2: [TASK] Simplify fe_login template by removing unused onSubmit
- Replace the Fluid if condition for the onSubmit value in the login template of EXT:fe_login with the else part.
The ... - 08:24 Revision be6b8925: [TASK] Simplify fe_login template by removing unused onSubmit
- Replace the Fluid if condition for the onSubmit value in the login template of EXT:fe_login with the else part.
The ...
2023-06-29
- 15:45 Revision 9f404033: [BUGFIX] Make list of webmount page ids really unique
- The fix for #100750 aimed to apply `array_unique()` to the array
containing page ids used as webmounts for the backen... - 15:45 Revision c57a8a1d: [BUGFIX] Make list of webmount page ids really unique
- The fix for #100750 aimed to apply `array_unique()` to the array
containing page ids used as webmounts for the backen... - 15:26 Revision d3e0d120: [BUGFIX] Show source file and user agent in CSP backend module
- The CSP backend module is not showing the optional source-file
of the reported violation. This information references... - 15:26 Revision 7ff50ff3: [BUGFIX] Show source file and user agent in CSP backend module
- The CSP backend module is not showing the optional source-file
of the reported violation. This information references... - 15:11 Revision 547cbc93: [BUGFIX] Make list of webmount page ids really unique
- The fix for #100750 aimed to apply `array_unique()` to the array
containing page ids used as webmounts for the backen... - 15:08 Revision 0d129737: [BUGFIX] Allow reconstitution of CSP hash values
- Reconstituting HashValue objects from their string
representation fails and cannot be used in the site
csp.yaml setti... - 14:59 Revision 5ad55d92: [BUGFIX] Allow reconstitution of CSP hash values
- Reconstituting HashValue objects from their string
representation fails and cannot be used in the site
csp.yaml setti... - 10:47 Revision 7fe5793a: [TASK] Add site request tests page-id and language-id query params
- Adds tests for site resolving by e.g. https://example.org/?id=1&L=0
Resolves: #101198
Releases: main, 12.4, 11.5
Cha... - 10:47 Revision a3f65887: [TASK] Add site request tests page-id and language-id query params
- Adds tests for site resolving by e.g. https://example.org/?id=1&L=0
Resolves: #101198
Releases: main, 12.4, 11.5
Cha... - 10:47 Revision 3ab61d56: [TASK] Add site request tests page-id and language-id query params
- Adds tests for site resolving by e.g. https://example.org/?id=1&L=0
Resolves: #101198
Releases: main, 12.4, 11.5
Cha...
2023-06-28
- 07:25 Revision 30f14583: [BUGFIX] Re-allow guzzlehttp/promises v1
- The update to only allow guzzlehttp/promises has been breaking to
external extensions and their dependencies. Only al... - 07:25 Revision 3f0e2262: [BUGFIX] Re-allow guzzlehttp/promises v1
- The update to only allow guzzlehttp/promises has been breaking to
external extensions and their dependencies. Only al...
2023-06-27
- 16:37 Revision d471a55f: [BUGFIX] Harmonize site configurations "flag" setting
- In the site configuration, the value is called "flag",
whereas in TypoScript or in the SiteLanguage object,
it is cal... - 14:48 Revision ae083040: [!!!][TASK] Connect label with element in FormEngine
- A single FormEngine element (created by "element"
classes that typically extend AbstractFormElement)
takes care of th... - 12:09 Revision 3ef7ec48: [BUGFIX] Provide CSP nonce value for adminpanel assets
- Resolves: #101169
Releases: main, 12.4
Change-Id: I3fc60ed9fcfa55a6368618976d5f8a1c2315039f
Reviewed-on: https://revi... - 11:52 Revision 4531510e: [TASK] Connect label with element in FormEngine
- A single FormEngine element (created by "element"
classes that typically extend AbstractFormElement)
takes care of th... - 11:23 Revision a28cfa49: [BUGFIX] Provide CSP nonce value for adminpanel assets
- Resolves: #101169
Releases: main, 12.4
Change-Id: I3fc60ed9fcfa55a6368618976d5f8a1c2315039f
Reviewed-on: https://revi... - 08:52 Revision d6f109c6: [BUGFIX] Have site settings in pageTsConfig
- A broken cache handling related to site settings
in PageTsConfigFactory effectively leads to
broken access to site se... - 08:52 Revision e5cd4a30: [BUGFIX] Have site settings in pageTsConfig
- A broken cache handling related to site settings
in PageTsConfigFactory effectively leads to
broken access to site se... - 08:28 Revision 541766ba: [BUGFIX] Correct multi site FE TypoScript caches
- The v12 TypoScript parser has a nifty feature to
create the smallest possible amount of cache entries:
When two sys_... - 08:28 Revision 4046fde0: [BUGFIX] Correct multi site FE TypoScript caches
- The v12 TypoScript parser has a nifty feature to
create the smallest possible amount of cache entries:
When two sys_...
2023-06-26
- 20:24 Revision 6c15cea7: [TASK] Split the content of the installer progress bar
- In order to ensure the readability of the progress bar, the previous
content has been split up. Only the percentages ... - 20:12 Revision 03f9d4ab: [TASK] Split the content of the installer progress bar
- In order to ensure the readability of the progress bar, the previous
content has been split up. Only the percentages ... - 14:45 Revision bda788c0: [TASK] styleguide: TCA renderType unknown example
- 14:33 Revision a5f29337: [TASK] styleguide: Add TCA user element without renderType
- 13:03 Revision ae6b8e0d: [!!!][TASK] Mark PageTsBackendLayoutDataProvider as final
- The class following class is marked as internal:
* \TYPO3\CMS\Backend\View\BackendLayout\PageTsBackendLayoutDataProvi... - 12:03 Revision f9f9ef46: [TASK] styleguide: Add TCA email readonly example
- 11:56 Revision 74348fcc: [TASK] styleguide: Proper TCA type=email example
- 11:55 Revision 0961c3ff: [TASK] styleguide: Remove invalid showitem fields in _flex TCA
- https://github.com/TYPO3-CMS/styleguide/pull/401
Those fields have been relocated to a dedicated
'displaycond' table. - 11:53 Revision 84495f36: [BUGFIX] Grant inline scripts & styles via CSP in admin panel output
- The admin panel uses Symfony's `HtmlDumper` to output data - which is
adding inline JavaScript and StyleSheet element... - 11:29 Revision df0ca22d: [BUGFIX] Grant inline scripts & styles via CSP in admin panel output
- The admin panel uses Symfony's `HtmlDumper` to output data - which is
adding inline JavaScript and StyleSheet element... - 07:27 Revision 06f1f6d9: [BUGFIX] Prevent PHP warning using unsetLimit
- The extbase implementation "Query" of the
QueryInterface contains a method "unsetLimit".
Calling this method really P... - 05:23 Revision cd000ec9: [BUGFIX] Add `ESCAPE` keyword for `like()` and `notLike() expressions
- Values for `like` expressions should be escaping the
corresponding like wildcards ($ and _). TYPO3 core
provides a `e...
2023-06-25
- 21:21 Revision 2bd6e36e: [BUGFIX] Add stdWrap to EXTBASEPLUGIN
- Add a check and call stdWrap if set for EXTBASEPLUGIN
Releases: main, 12.4
Resolves: #101164
Change-Id: Ia32661dc456... - 21:07 Revision 02f3120a: [BUGFIX] Add stdWrap to EXTBASEPLUGIN
- Add a check and call stdWrap if set for EXTBASEPLUGIN
Releases: main, 12.4
Resolves: #101164
Change-Id: Ia32661dc456... - 21:01 Revision 8f7bd4d9: [BUGFIX] Prevent PHP warning using unsetLimit
- The extbase implemantation "Query" of the
QueryInterface contains a method "unsetLimit".
Calling this method really P...
2023-06-23
- 19:50 Revision 07b3eb16: [DOCS] Enhance documentation for EXT:reactions
- Resolves: #101114
Releases: main, 12.4
Change-Id: I974825bf56e22a2c8e04bbe08a8fc9adfe7ff792
Reviewed-on: https://revi... - 14:09 Revision b4f0ee91: [DOCS] Enhance documentation for EXT:reactions
- Resolves: #101114
Releases: main, 12.4
Change-Id: I974825bf56e22a2c8e04bbe08a8fc9adfe7ff792
Reviewed-on: https://revi... - 08:53 Revision 0be2f5a0: [!!!][TASK] Enforce strict typing in LinktypeInterface
- Enforce that all methods are strictly typed in the interface:
\TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface
Re...
2023-06-22
- 19:33 Revision f036b2f6: [TASK] Simplify FormEngine PaletteAndSingleContainer
- As a pre-patch to resolve #97330, we simplify the
code flow in PaletteAndSingleContainer by avoiding
the fieldSetWrap... - 19:28 Revision 5491525c: [TASK] Simplify FormEngine PaletteAndSingleContainer
- As a pre-patch to resolve #97330, we simplify the
code flow in PaletteAndSingleContainer by avoiding
the fieldSetWrap... - 17:59 Revision fbe6e345: [BUGFIX] Enable client side min/max validation for type folder
- While separating type folder from type group, it was forgotten to enable
client-side validation for min/max checks in... - 17:59 Revision de53c0e2: [BUGFIX] Enable client side min/max validation for type folder
- While separating type folder from type group, it was forgotten to enable
client-side validation for min/max checks in... - 17:16 Revision 1a13adfa: [BUGFIX] Remove left over TCA noTableWrapping handling
- TCA property 'noTableWrapping' for type 'user'
has been marked as deprecated with v9 already.
The v10 deprecation rem... - 17:16 Revision e7ca0f33: [BUGFIX] Remove left over TCA noTableWrapping handling
- TCA property 'noTableWrapping' for type 'user'
has been marked as deprecated with v9 already.
The v10 deprecation rem... - 12:28 Revision f7035496: [BUGFIX] Declare FormEngine NodeInterface classes stateful
- FormEngine classes implementing NodeInterface are DI
aware since #101103. They need to be declared stateful
(aka "sha... - 09:24 Revision d3307e02: [TASK] Trigger deprecation warnings in Repository for magic methods
- Trigger deprecations for the following magic methods
in TYPO3\CMS\Extbase\Persistence\Repository:
* findBy[Property](... - 09:23 Revision 69ed5d7b: [!!!][TASK] Added setModuleData method to ShortInfoProviderInterface
- Classes must implement the method setModuleData, when implementing
the \TYPO3\CMS\Adminpanel\ModuleApi\ShortInfoProvi... - 09:20 Revision c0f94c61: [!!!][TASK] Clean up extbase UriBuilder
- Extbase UriBuilder now has a hard dependency to
request, the class is streamlined a bit along
the way. The current cO... - 09:00 Revision 5cf89c7d: [TASK] Remove unused method in SingleFieldContainer
- The method is obsolete since refactoring
in #88182 for v10.
Resolves: #101145
Related: #88182
Change-Id: I3d4bf22858... - 08:51 Revision 68f6ab47: [TASK] Remove trigger deprecation in AbstractFormEngineAjaxController
- Removed the trigger of a deprecation warning and removed 3rd argument
in class TYPO3\CMS\Backend\Controller\AbstractF... - 08:45 Revision 7884b323: [TASK] styleguide: TCA type number readonly example
- https://github.com/TYPO3-CMS/styleguide/pull/400
2023-06-21
- 10:27 Revision 491d6fe3: [DOCS] List PSR-14 events in workspaces documentation
- Resolves: #100952
Releases: main, 12.4
Change-Id: Ia4760eb245fc007783fdbe24227f6aabe2d4b969
Reviewed-on: https://revi... - 10:27 Revision 5728fcc6: [DOCS] Add chapter about available PSR-14 event in EXT:lowlevel
- Resolves: #100898
Related: #99717
Releases: main, 12.4
Change-Id: I08012b6ef37687cb07b835233da947ff0ffcce6c
Reviewed-... - 10:26 Revision 2c03b48a: [DOCS] Remove obsolete passwordValidators setting from EXT:felogin docs
- Resolves: #101127
Related: #101097
Related: #97390
Related: https://github.com/TYPO3-Documentation/Changelog-To-Doc/i... - 10:05 Revision 9bdc7908: [DOCS] Add chapter about available PSR-14 event in EXT:lowlevel
- Resolves: #100898
Related: #99717
Releases: main, 12.4
Change-Id: I08012b6ef37687cb07b835233da947ff0ffcce6c
Reviewed-... - 10:03 Revision 98556cf4: [DOCS] List PSR-14 events in workspaces documentation
- Resolves: #100952
Releases: main, 12.4
Change-Id: Ia4760eb245fc007783fdbe24227f6aabe2d4b969
Reviewed-on: https://revi... - 05:16 Revision d75deb0d: [TASK] Raise `phpstan/phpstan` and friends
- This change raises phpstan and related
package to the latest version. Baseline
is recreated to remove no longer match... - 05:16 Revision 3a433420: [TASK] Raise `phpstan/phpstan` and friends
- This change raises phpstan and related
package to the latest version. Baseline
is recreated to remove no longer match... - 05:15 Revision 3225a96c: [TASK] Raise `phpstan/phpstan` and friends
- This change raises phpstan and related
package to the latest version. Baseline
is recreated to remove no longer match...
2023-06-20
- 14:43 Revision c04957af: [FEATURE] Make autocomplete selectable in the backend
- Autocomplete options can already be added to input
fields in form via editing the YAML. This is
however hard or impos... - 12:36 Revision 7d2a6f6b: [!!!][TASK] Clean up custom doctrine/dbal drivers
- Resolves: #101126
Related: #100963
Related: #93076
Releases: main
Change-Id: I07e6e2cd1f69d5aeeb693dbe99b7ed4d82573ff... - 12:31 Revision f7f35ffa: [!!!][TASK] Remove deprecated TS in ext:felogin
- Removed the following TypoScript option in ext:felogin:
* plugin.tx_felogin_login.settings.passwordValidators
Resolv... - 12:30 Revision c50c9df8: [!!!][TASK] Enforce DI aware nodes in FormEngine
- This makes FormEngine DI ready:
* Activate interface methods
* Have a compiler pass to set NodeInterface classes publ... - 11:50 Revision 01739e36: [TASK] Add the new Google tracking parameter "gad" by default
- Resolves: #101122
Releases: main, 12.4, 11.5
Change-Id: Ieee825ef8b8b5e66a79bc383471fc28a0486feb4
Reviewed-on: https:... - 11:50 Revision b9dd28e5: [TASK] Add the new Google tracking parameter "gad" by default
- Resolves: #101122
Releases: main, 12.4, 11.5
Change-Id: Ieee825ef8b8b5e66a79bc383471fc28a0486feb4
Reviewed-on: https:... - 11:34 Revision f6dec91b: [TASK] Add the new Google tracking parameter "gad" by default
- Resolves: #101122
Releases: main, 12.4, 11.5
Change-Id: Ieee825ef8b8b5e66a79bc383471fc28a0486feb4
Reviewed-on: https:... - 10:44 Revision 93705c29: [!!!][TASK] Resolve remaining #[ReturnTypeWillChange] attributes
- Set `mixed` return types where it has been been marked
with the `#[ReturnTypeWillChange]` attribute.
Resolves: #1011... - 10:35 Revision 5e86f888: [!!!][TASK] Remove deprecated code in PageRenderer
- Cleanup of PageRenderer
Resolves: #101111
Related: #100963
Related: #99170
Related: #99416
Related: #99685
Related: ... - 05:39 Revision aa0a70c6: [TASK] Raise `typo3fluid/fluid:2.9.2`
- Ensure that a regression fix of `typo3/fluid`
is installed introduced with 2.9.0.
See: https://github.com/TYPO3/Flui... - 05:39 Revision cf487bc9: [TASK] Raise `typo3fluid/fluid:2.9.2`
- Ensure that a regression fix of `typo3/fluid`
is installed introduced with 2.9.0.
See: https://github.com/TYPO3/Flui... - 05:24 Revision bfc4fda8: [BUGFIX] Reduce size of prepared statements in DatabaseIntegrityCheck
- The code checking for missing relations would perform the query with all
potential missing relation uids for a given ... - 05:15 Revision 91fa2902: [BUGFIX] Reduce size of prepared statements in DatabaseIntegrityCheck
- The code checking for missing relations would perform the query with all
potential missing relation uids for a given ...
2023-06-19
- 12:29 Revision bf955f25: [DOCS] Remove migration section in EXT:dashboard
- Resolves: #101116
Resolves: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/538
Related: #101060
Relat... - 11:04 Revision 7e48346f: [!!!][TASK] Remove deprecated code in PasswordChangeEvent
- Removed the following public methods:
* \TYPO3\CMS\FrontendLogin\Event\PasswordChangeEvent->setAsInvalid
* \TYPO3\CMS... - 07:36 Revision 61f089a4: [TASK] Add tests for backend view module
- Resolves: #100435
Releases: main, 12.4
Change-Id: Ic66c302d2dab6a2037ec949484176c28be8909a9
Reviewed-on: https://revi... - 07:29 Revision 53111666: [!!!][TASK] Remove deprecated code related to TCEforms
- Removed the following public method in class
\TYPO3\CMS\Core\Configuration\FlexForm\FlexFormTools:
* removeElementTce... - 07:27 Revision a9590118: [TASK] Add tests for backend view module
- Resolves: #100435
Releases: main, 12.4
Change-Id: Ic66c302d2dab6a2037ec949484176c28be8909a9
Reviewed-on: https://revi...
2023-06-16
- 22:10 Revision 545af357: [!!!][TASK] Remove deprecated code in LocalizationUtility
- Removed 4th argument ($alternativeLanguageKeys):
* \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate()
Remov... - 19:13 Revision 6f0232a8: [TASK] Create dummy FunctionalDeprecatedTest/UnitDeprecatedTest
- Ensure we have 2 dummy tests so that the CI flow won't break if
a TYPO3 version has no Functional deprecated tests or... - 18:47 Revision 2469c600: [!!!][TASK] Cleanup AbstractUserAuthentication and subclasses
- The following class methods are now marked as internal in
\TYPO3\CMS\Core\Authentication\AbstractUserAuthentication:
... - 11:24 Revision d7615664: [TASK] Raise typo3/cms-styleguide
- A couple of UI improvements and a bugfix
to deal with v13 deprecation removals.
> composer u typo3/cms-styleguide
R... - 10:28 Revision 7eaba5de: [BUGFIX] styleguide: User1Element render() returns array
- Compat with v13.
Releases: main, 12 - 09:10 Revision 8dc02983: [DOCS] Correct description of pluginName in backend context
- Resolves: #101101
Related: #101094
Releases: main
Change-Id: I8d25c72dbf8631fc6d1dca82e0302f3226fec87f
Reviewed-on: h... - 09:10 Revision b7934320: [DOCS] Document removed upgrade wizards
- Resolves: #101100
Related: #100963
Related: #101047
Releases: main
Change-Id: Ie95e1d8684467e07be4805f625636f028fedda... - 09:09 Revision 52243bf5: [!!!][TASK] Require current request in FormDataCompiler
- Fallback to $GLOBALS['TYPO3_REQUEST'] removed.
Resolves: #101093
Related: #100963
Related: #100577
Releases: main
Ch... - 08:25 Revision b8675f5e: [TASK] Remove unused Tooltip styles
- Small oversight from the removal of the deprecation. The tooltip styles
are not used anymore and thus can be removed ... - 07:53 Revision 9c874381: [!!!][TASK] Remove extbase ExtensionUtility::registerModule
- Resolves: #101094
Related: #100963
Related: #96733
Releases: main
Change-Id: Ifa540e64d6759b1e589c52f595bf0de0eaec405...
2023-06-15
- 22:42 Revision a82dcea0: [!!!][TASK] Always enable "security.backend.enforceContentSecurityPolicy" feature
- TYPO3 v13.0 now has CSP enabled in the TYPO3 Backend, making it
secure not just by default but there is no way out.
... - 22:42 Revision 4bd7839e: [!!!][TASK] Remove TypoScript setup 'constants' TLO
- Removes the "###" based substitution in
TypoScript parseFunc based on "constants = 1"
and "constants" setup top-level... - 22:26 Revision fa82feaa: [TASK] Make "Show sys_log entries" non-schedulable
- The command "Show entries from sys_log database" (syslog:list)
should not be schedulable because it is an output only... - 22:20 Revision 1c64f0f9: [!!!][TASK] Require second argument on FormDataCompiler->compile
- Remove custom constructor and require second
argument on FormDataCompiler->compile() instead.
This makes FormDataComp... - 22:15 Revision 3b4e1900: [!!!][TASK] Remove deprecated code ExtensionManagementUtility
- Removed public static methods in class
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility:
* addModule
* insertModul... - 22:15 Revision dd7c8230: [TASK] Make "Show sys_log entries" non-schedulable
- The command "Show entries from sys_log database" (syslog:list)
should not be schedulable because it is an output only... - 21:54 Revision 5bd3ba44: [!!!][TASK] Remove deprecated SoftHyphen CKEditor plugin
- Resolves: #101076
Related: #100963
Related: #99454
Releases: main
Change-Id: If208af61228fa5fb71c8233d9795571669a656c... - 20:05 Revision 1df5bd1f: [!!!][TASK] Remove deprecated 'requireJsModules'
- Removed the following public methods:
* \TYPO3\CMS\Core\Page\JavaScriptModuleInstruction->shallLoadRequireJs
* \TYPO3... - 15:11 Revision 7dd8121a: [!!!][TASK] Remove obsolete class UserFileMountService
- Removed the following public class:
* \TYPO3\CMS\Core\Resource\Service\UserFileMountService
Resolves: #101086
Relate... - 13:24 Revision c56b1be2: [!!!][TASK] Remove deprecated code in BackendUtility
- Removed the following public methods in the class
\TYPO3\CMS\Backend\Utility\BackendUtility
* getClickMenuOnIconTagPa... - 12:32 Revision 66003130: [BUGFIX] Force correct type in ActionViewHelpers
- Add several type casts to avoid notices.
Resolves: #100338
Releases: main, 12.4, 11.5
Change-Id: Id9185a0f8f33161677... - 12:31 Revision a25e48c8: [BUGFIX] Force correct type in ActionViewHelpers
- Add several type casts to avoid notices.
Resolves: #100338
Releases: main, 12.4, 11.5
Change-Id: Id9185a0f8f33161677... - 12:02 Revision 7cac1565: [BUGFIX] Avoid dirty `SilentConfigurationUpgradeServiceTest` test setup
- With #100407 the `SilentConfigurationUpgradeServiceTest` has been
promoted from a unit test to a functional test to a... - 10:55 Revision d8106e45: [!!!][TASK] Remove workaround to make f:format.html work in BE context
- Remove hacky workaround of loading TSFE into the BE context. An
exception is now thrown, if this ViewHelper is invoke... - 08:08 Revision 841f6e5c: [!!!][TASK] Remove deprecated LanguageService-related settings
- Removed configuration option:
* $GLOBALS['TYPO3_CONF_VARS']['BE']['languageDebug']
Removed public property:
* TYPO3\... - 07:51 Revision 7d9f6190: [!!!][TASK] Remove deprecated file reference functionality
- Removed class:
* TYPO3\CMS\Core\Resource\Service\UserFileInlineLabelService
Removed public method:
* TYPO3\CMS\Cor... - 07:15 Revision b7e667ef: [!!!][TASK] Remove `SiteLanguageAwareTrait` check from `AspectFactory`
- Removes the obsolete check for `SiteLanguageAwareTrait`
from the `\TYPO3\CMS\Core\Routing\Aspect\AspectFactory`.
Res... - 07:14 Revision 76627451: [!!!][TASK] Remove obsolete class `MagicImageService`
- Removed class:
* \TYPO3\CMS\Core\Resource\Service\MagicImageService
Resolves: #101080
Related: #100963
Related: #99... - 07:12 Revision d19937b9: [BUGFIX] Avoid dirty `SilentConfigurationUpgradeServiceTest` test setup
- With #100407 the `SilentConfigurationUpgradeServiceTest` has been
promoted from a unit test to a functional test to a... - 05:36 Revision 2a68ec55: [!!!][TASK] Remove deprecated binding of `this` for selected context menu items
- Resolves: #101074
Related: #100963
Related: #98168
Releases: main
Change-Id: If6f9976c311868be091805ce783acadaa5ba625...
2023-06-14
- 23:00 Revision 1ab93b4d: [!!!][TASK] Remove deprecated getParameterFromUrl() of @typo3/backend/utility
- Resolves: #101073
Related: #100963
Related: #100014
Releases: main
Change-Id: Ib2e45d080345d64f133f47f2a0d71fe583c252... - 22:54 Revision d41e8898: [DOCS] Adjust scheduler API docs to reflect new SchedulerTaskRepository
- With https://review.typo3.org/c/Packages/TYPO3.CMS/+/78197 the
methods for reading and writing to the database were m... - 22:54 Revision 524f55f6: [DOCS] Adjust scheduler API docs to reflect new SchedulerTaskRepository
- With https://review.typo3.org/c/Packages/TYPO3.CMS/+/78197 the
methods for reading and writing to the database were m... - 22:23 Revision b5c2ee76: [!!!][TASK] Remove legacy TreeView functionality
- Removed classes:
* TYPO3\CMS\Backend\Tree\View\BrowseTreeView
* TYPO3\CMS\Backend\Tree\View\ElementBrowserPageTreeVie... - 22:08 Revision fd46f939: [!!!][TASK] Remove requireJS configuration from ext:dashboard
- Resolves: #101071
Related: #100963
Related: #97915
Releases: main
Change-Id: Ic1e2b72afe49009e33ef6f1cd68e5301a32a244... - 22:03 Revision e97998f6: [!!!][TASK] Remove regular expression based validation in ext:form
- Resolves: #101070
Related: #100963
Related: #97016
Releases: main
Change-Id: I3e8b915b2c0e8156f7611a12be3c359c028a728... - 21:54 Revision c9befef4: [!!!][TASK] Remove deprecated `CompositeExpression` methods
- Removes deprecations from class
`\TYPO3\CMS\Core\Database\Query\Expression\CompositeExpression`:
* `CompositeExpress... - 21:43 Revision 12ba81a1: [!!!][TASK] Remove deprecated usage of 'scriptCall'
- Resolves: #101061
Related: #100963
Related: #101054
Related: #79327
Releases: main
Change-Id: I58d1fed90c0b2aaea4c011... - 21:21 Revision d3ca2edf: [!!!][TASK] Remove deprecated context menu configuration handling
- Resolves: #101066
Related: #100963
Related: #99084
Releases: main
Change-Id: If83f22baee8be3d788a62e7bd675d2567aae838... - 21:08 Revision a470e390: [!!!][TASK] Remove deprecated code Typo3QuerySettings
- Removed the following public methods in class
\TYPO3\CMS\Extbase\Persistence\Generic\Typo3QuerySettings
* setLanguage... - 20:43 Revision 6c508560: [!!!][TASK] Remove obsolete method `QueryBuilder->execute()`
- Removes obsolete method:
* `\TYPO3\CMS\Core\Database\Query\QueryBuilder->execute()`
Note: Due to the fact that the ... - 19:55 Revision 268fe48e: [!!!][TASK] Remove deprecated methods from `ExpressionBuilder`
- Remove class methods:
* `\TYPO3\CMS\Core\Database\Query\Expression\ExpressionBuilder->andX()`
* `\TYPO3\CMS\Core\Dat... - 19:53 Revision 87446c04: [!!!][TASK] Remove deprecated code ContextualFeedbackSeverity
- Removed the following public method:
* \TYPO3\CMS\Core\Type\ContextualFeedbackSeverity::transform
Removed the follow... - 19:51 Revision 5392e84b: [!!!][TASK] Remove deprecated code from extbase type converters
- Removal of code related to old way of extbase
type converter registration.
Resolves: #101057
Related: #100963
Relate... - 19:49 Revision bdfcaf0b: [!!!][TASK] Remove deprecated chart.js code from ext:hashboard
- Resolves: #101060
Related: #100963
Related: #99150
Releases: main
Change-Id: Ie0672b9eefeb52ef1266630dc45eff3f8c53617... - 19:44 Revision 55f38fb1: [TASK] Remove obsolete property from TypoScriptFrontendController
- Left over unused protected property from #100998
Resolves: #101063
Related: #100963
Related: #100998
Releases: main
... - 19:43 Revision 8aee98d8: [!!!][TASK] Remove deprecated CSH related code
- Various code and helpers around the removed
CSH feature.
Resolves: #101058
Related: #100963
Related: #97312
Releases... - 16:22 Revision bc5af41a: [!!!][TASK] Remove deprecated usage of 'additionalJavaScriptPost'
- Resolves: #101054
Related: #100963
Related: #100587
Releases: main
Change-Id: I1073620ec4012d1ac3a8f6d9dc182cc8c8de90... - 13:22 Revision 511ef9fe: [!!!][TASK] Remove request from ContentObjectRenderer->start()
- Third argument $request removed.
Resolves: #101055
Related: #100963
Related: #100637
Releases: main
Change-Id: Iab2a... - 12:59 Revision 6afec585: [!!!][TASK] Remove deprecated code from ExpressionLanguage
- - ip() function throws exception if there is no request, can
no longer use request related conditions in UserTsConf... - 12:25 Revision 38b79f5a: [BUGFIX] Handle CSP nonce values having uncached items
- When having uncached items (COA_INT, USER_INT) during the
frontend rendering process, the PageRenderer state will be
... - 12:24 Revision 6fb11769: [!!!][TASK] Remove deprecated code in UserSessionManager
- Removed public methods:
* \TYPO3\CMS\Core\Session\UserSessionManager->
createFromGlobalCookieOrAnonymous
Resolves:... - 12:23 Revision 75940341: [BUGFIX] DatabaseUpdatedPrerequisite returns correct ensure-state
- The `ensure` method must return true,
if all operations were successful.
This is the case if all database
operations... - 12:23 Revision 554b0bd7: [BUGFIX] DatabaseUpdatedPrerequisite returns correct ensure-state
- The `ensure` method must return true,
if all operations were successful.
This is the case if all database
operations... - 12:23 Revision 22d9db30: [BUGFIX] DatabaseUpdatedPrerequisite returns correct ensure-state
- The `ensure` method must return true,
if all operations were successful.
This is the case if all database
operations... - 12:21 Revision 84a10ba3: [BUGFIX] Handle CSP nonce values having uncached items
- When having uncached items (COA_INT, USER_INT) during the
frontend rendering process, the PageRenderer state will be
... - 12:14 Revision 96b20922: [DOCS] Correct wrong code sample in CheckboxViewHelper sample
- Add multiple="1" to fluid VH.
Releases: main, 12.4, 11.5
Resolves: #101029
Change-Id: I3e9b70e39c67dc776cb4dc3ff57c2... - 12:13 Revision 6d77218b: [DOCS] Correct wrong code sample in CheckboxViewHelper sample
- Add multiple="1" to fluid VH.
Releases: main, 12.4, 11.5
Resolves: #101029
Change-Id: I3e9b70e39c67dc776cb4dc3ff57c2... - 12:11 Revision e17897fc: [!!!][TASK] Remove deprecated RecordListGetTableHookInterface
- Resolves: #101052
Related: #100963
Related: #98490
Releases: main
Change-Id: I27dc2da34f9fa7dde6e2bded8757df754f801b0... - 12:10 Revision 5c9495fa: [!!!][TASK] Remove deprecated Tooltip JavaScript module
- Resolves: #101044
Related: #100963
Related: #99811
Releases: main
Change-Id: I949e0eed0b3ee61479269e7c79f8d6a9497ad1f... - 11:56 Revision 838dff25: [DOCS] Correct wrong code sample in CheckboxViewHelper sample
- Add multiple="1" to fluid VH.
Releases: main, 12.4, 11.5
Resolves: #101029
Change-Id: I3e9b70e39c67dc776cb4dc3ff57c2... - 11:52 Revision 700c5672: [!!!][TASK] Remove deprecated class RequireJsController
- Removed the following public class:
* \TYPO3\CMS\Core\Controller\RequireJsController
Resolves: #101051
Related: #100... - 11:26 Revision 7c346d40: [!!!][TASK] Remove outdated upgrade wizards
- This removes all upgrade wizards,
which were added with 11 LTS and also adds a @since
annotation to all remaining wiz... - 11:09 Revision 89076af4: [!!!][TASK] Remove registration of upgrade wizards via $GLOBALS
- Resolves: #101047
Related: #100963
Related: #99586
Releases: main
Change-Id: I7f0c5c69aefc23eb0b069598e154419b5315538... - 11:08 Revision c9066d43: [!!!][TASK] Remove deprecated code in PageRepository
- Removed interfaces:
* `\TYPO3\CMS\Core\Domain\Repository\PageRepositoryGetPageOverlayHookInterface`
* `\TYPO3\CMS\Cor... - 11:06 Revision f1080cb6: [!!!][TASK] Remove deprecated code in extbase ConfigurationManager
- Resolves: #101031
Related: #100963
Related: #100662
Related: #99417
Releases: main
Change-Id: I0540ba27ac6cd0fad7a1f4... - 10:23 Revision ed4de185: [!!!][TASK] Remove scheduler-related deprecated code
- Resolves: #101040
Related: #100963
Related: #100247
Releases: main
Change-Id: Ifbdeb04f89e9f74cf07bb0c4f1e9b5511d0a02... - 10:21 Revision 26ebe0fb: [BUGFIX] Remove superfluous closing parenthesis in docs
- Releases: main, 12.4
Resolves: #101046
Change-Id: Ic5ec5d836107051a681c94452cee4719f64dd885
Reviewed-on: https://revi... - 10:02 Revision 8d6d4f16: [BUGFIX] Remove superfluous closing parenthesis in docs
- Releases: main, 12.4
Resolves: #101046
Change-Id: Ic5ec5d836107051a681c94452cee4719f64dd885
Reviewed-on: https://revi... - 07:59 Revision 5b3d53dd: [!!!][TASK] Remove deprecated SilentSiteLanguageFlagMigration
- Removed silent migration:
* \TYPO3\CMS\Backend\EventListener\SilentSiteLanguageFlagMigration
Resolves: #101042
Relat... - 07:10 Revision 97063047: [!!!][TASK] Remove GeneralUtility::intExplode fourth parameter $limit
- Resolves: #101033
Related: #99900
Related: #100963
Releases: main
Change-Id: I6376ff87a641496ebabcdd76a485f5dbc94c1b7...
2023-06-13
- 22:06 Revision 92b30da9: [!!!][TASK] Remove deprecation createVersionNumberedFilename accepting a string
- Resolves: #101036
Related: #100963
Related: #99810
Releases: main
Change-Id: I3649573f29a5e333e388998fe38e2e274d986e8... - 21:00 Revision ac6871f2: [!!!][TASK] Remove deprecated hooks in UserAuthentication classes
- Hooks removed:
* $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['postLoginFailureProcess... - 16:05 Revision 1de805cc: [!!!][TASK] Remove deprecated code from StandaloneView
- Resolves: #101034
Related: #100963
Related: #98371
Releases: main
Change-Id: I31b7f3b3444bbb7709ec60518c5b866df4b5adf... - 14:41 Revision 16aa9731: [!!!][TASK] Remove deprecated constant TYPO3_mainDir
- Removed PHP constant:
* TYPO3_mainDir
Resolves: #101032
Related: #100963
Related: #98283
Releases: main
Change-Id: I... - 14:21 Revision c4598b2e: [!!!][TASK] Removed deprecated ext_icon.* as extension icons
- Resolves: #101027
Related: #100963
Related: #98093
Releases: main
Change-Id: I461e0a71241918379805be71763adf3280c6509... - 14:14 Revision a9f4fd0a: [!!!][TASK] Remove deprecated code in DebugUtility
- Removed public methods:
* \TYPO3\CMS\Core\Utility\DebugUtility::debugRows
* \TYPO3\CMS\Core\Utility\DebugUtility::pri... - 14:07 Revision 19544ba4: [!!!][TASK] Remove class aliases in ext:backend
- Resolves: #101022
Related: #100963
Related: #99958
Related: #97271
Related: #97232
Related: #99861
Related: #98443
Re... - 14:07 Revision c5140071: [!!!][TASK] Remove ext:dashboard dashboard.views.widget DI
- Resolves: #101026
Related: #100963
Related: #96812
Releases: main
Change-Id: Ic374fc541b0605317b10bf2d6cde6f466a0d88c... - 13:40 Revision 608a0eaa: [!!!][TASK] Removed deprecated modifyBlindedConfigurationOptions hook
- Resolves: #101028
Related: #100963
Related: #99717
Releases: main
Change-Id: I2a2c64562ce57135824d2c7ffc54a707397016a... - 13:36 Revision 42921f72: [!!!][TASK] Remove $GLOBALS[TBE_STYLES]
- One of the last pieces of legacy / ext_tables.php
is now gone.
$GLOBALS['TBE_STYLES'] is now never used or mentioned... - 13:23 Revision d69e752b: [!!!][TASK] Remove deprecated code in BackendUtility
- Removed public methods:
* \TYPO3\CMS\Backend\Utility\BackendUtility::getRecordToolTip
Resolves: #101025
Related: #10... - 12:49 Revision 2ccae270: [!!!][TASK] Remove deprecated ResourceUtility
- The core utility class ResourceUtility is a leftover from
an old FAL implementation. In a refactoring in TYPO3 v7 thi... - 11:56 Revision c1b76b07: [!!!][TASK] Remove GU GET/POST related methods
- \TYPO3\CMS\Core\Utility\GeneralUtility->_GET
\TYPO3\CMS\Core\Utility\GeneralUtility->_GP
\TYPO3\CMS\Core\Utility\Gene... - 11:34 Revision dccd9cc1: [!!!][TASK] Remove old TS condition matcher code
- A second patch with condition matcher details
will follow, this one removes the old matcher
classes.
Resolves: #1010... - 11:33 Revision 63c188f6: [!!!][TASK] Removed deprecated flushByTag hook
- Resolves: #101021
Related: #100963
Related: #99592
Releases: main
Change-Id: I79cf6f1c786e472ea2b8b4a0b62669c4b6eadf5... - 11:04 Revision 447d45b2: [!!!][TASK] Remove deprecated NewContentElementWizardHookInterface
- Resolves: #101014
Related: #100963
Related: #97201
Releases: main
Change-Id: I3effb26b3c775fdf03a160382d6c7d6527d95a8... - 11:00 Revision 3e5a77a0: [!!!][TASK] Removed deprecated global color picker initialization
- Resolves: #101019
Related: #100963
Related: #97271
Releases: main
Change-Id: Ib3a2966eaab0b252a8d7096c49d441b7de66f5a... - 10:53 Revision 6a70ba25: [!!!][TASK] Remove deprecated GU::linkThisScript()
- TYPO3\CMS\Core\Utility\GeneralUtility::linkThisScript
Resolves: #101018
Related: #100963
Related: #100584
Releases: ... - 10:49 Revision ff6407f9: [!!!][TASK] Remove deprecated TypoLinkCodecService class alias
- Resolves: #101015
Related: #100963
Related: #97217
Releases: main
Change-Id: I501a61cabed41d94e8d7d136d86788d2c0945bb... - 10:07 Revision aad770fd: [!!!][TASK] Remove deprecated InlineElementHookInterface
- Resolves: #101016
Related: #100963
Related: #97231
Releases: main
Change-Id: I6d4ff99abca1d0bbb11de57ed56b67eb9bf431d... - 09:58 Revision aade393b: [!!!][TASK] Remove various helper methods related to URL generation
- Removed methods:
* \TYPO3\CMS\Backend\Utility\BackendUtility::getThumbnailUrl
* \TYPO3\CMS\Backend\Utility\BackendUti... - 09:51 Revision 500ed9c2: [!!!][TASK] Remove deprecated code in FormProtectionFactory
- Removed public methods:
* \TYPO3\CMS\Core\FormProtection\FormProtectionFactory->get
* \TYPO3\CMS\Core\FormProtection\... - 09:44 Revision 390ae53a: [!!!][TASK] Remove deprecated code for cObject and Link Generation
- Removed interfaces:
* TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuFilterPagesHookInterface
* TYPO3\CMS\Frontend... - 07:33 Revision 64a8f0ea: [TASK] Set TYPO3 version to 11.5.29-dev
- Change-Id: I7ef35989884f289f0125834c2f6753b2425433c5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/792... - 07:33 Revision 0db21e9d: [TASK] Set TYPO3 version to 12.4.3-dev
- Change-Id: I9986b69d722f7267443be79deaac6650e84cec78
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/792... - 06:39 Revision ad5fb114: [RELEASE] Release of TYPO3 12.4.2
- Change-Id: I5776002d773ecaf3cb25e3fed990c2cd4e8f984c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/792... - 06:36 Revision 331c38a4: [RELEASE] Release of TYPO3 11.5.28
- Change-Id: I80d63536e61e1a8912b4d7bcb03952e5d517b4df
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/792...
2023-06-12
- 22:01 Revision 79b2a6af: [!!!][TASK] Remove deprecated TBE_MODULES related functionality
- Resolves: #101007
Related: #100963
Related: #96733
Releases: main
Change-Id: Ic1ac42873708a5bef91ab994c0e6f1c30adc74f... - 22:01 Revision 25b2105c: [!!!][TASK] Remove extbase feature toggles
- Resolves: #101008
Related: #100963
Related: #100622
Releases: main
Change-Id: Ib7c9c4c812622b4792ce947d0c9e2205202b58... - 21:42 Revision dc3aeffa: [BUGFIX] Add `ESCAPE` keyword for `like()` and `notLike() expressions
- Values for `like` expressions should be escaping the
corresponding like wildcards ($ and _). TYPO3 core
provides a `e... - 21:39 Revision 17923600: [!!!][TASK] Remove TCA config MM_insert_fields
- Resolves: #101009
Related: #100963
Related: #100335
Releases: main
Change-Id: I6400ec35c0140ab238c895bf604048bbc642b4... - 21:35 Revision 21cdffcc: [BUGFIX] Add `ESCAPE` keyword for `like()` and `notLike() expressions
- Values for `like` expressions should be escaping the
corresponding like wildcards ($ and _). TYPO3 core
provides a `e... - 20:53 Revision f79edecb: [!!!][TASK] Remove deprecated TypoScript settings
- - config.spamProtectEmailAddresses = ascii
- config.xhtmlDoctype
- config.removePageCss
- plugin.*._CSS_PAGE_STYLE
- ... - 20:29 Revision 7c42ad6a: [!!!][TASK] Remove deprecated AbstractPlugin
- \TYPO3\CMS\Frontend\Plugin\AbstractPlugin
Resolves: #101003
Related: #100963
Related: #100639
Releases: main
Change-... - 20:29 Revision 45a62371: [!!!][TASK] Remove deprecated code from ModuleTemplate
- Removal of b/w code from backend view
refactorings in v12.
Resolves: #101004
Related: #100963
Related: #96903
Relate... - 15:29 Revision 607c63e9: [!!!][TASK] Remove deprecated restriction classes
- Removed classes:
* BackendWorkspaceRestriction
* FrontendWorkspaceRestriction
Resolves: #101000
Related: #100963
Rel... - 15:15 Revision 1adb6995: [!!!][TASK] Remove deprecated BU template methods
- * \TYPO3\CMS\Backend\Utility\BackendUtility::getDropdownMenu
* \TYPO3\CMS\Backend\Utility\BackendUtility::getFuncChec... - 15:06 Revision 13f96698: [!!!][TASK] Remove old TypoScript parser
- Remove old TypoScriptParser, TemplateService
and supporting classes.
Resolves: #100998
Related: #100963
Related: #99... - 14:08 Revision d1706a55: [!!!][TASK] Remove deprecated Environment method
- Removed public methods:
* Environment::getBackendPath
Resolves: #100997
Relates: #100963
Releates: #99638
Releases: ... - 09:59 Revision 1dd32322: [!!!][TASK] Remove deprecated TSFE properties and methods
- Removed public properties:
* TypoScriptFrontendController->intTarget
* TypoScriptFrontendController->extTarget
* Typo... - 09:12 Revision 8188fe81: [BUGFIX] Avoid return type deprecation with PHP8.3 in TreeNodeCollection
- PHP8.3 changed return type for `\ArrayObject::asort()`
from `bool` to `true` and will trigger a `E_DEPRECATED`
notice... - 09:08 Revision 151eff0f: [BUGFIX] Avoid return type deprecation with PHP8.3 in TreeNodeCollection
- PHP8.3 changed return type for `\ArrayObject::asort()`
from `bool` to `true` and will trigger a `E_DEPRECATED`
notice... - 05:10 Revision 69e5e107: [BUGFIX] Allow sub directories for form definitions
- Frontend and listing in the backend module allow form definitions within
subdirectories but editing a definition thro... - 05:08 Revision cb96f89b: [BUGFIX] Allow sub directories for form definitions
- Frontend and listing in the backend module allow form definitions within
subdirectories but editing a definition thro... - 04:57 Revision 66d26a96: [BUGFIX] Allow sub directories for form definitions
- Frontend and listing in the backend module allow form definitions within
subdirectories but editing a definition thro...
2023-06-11
- 22:20 Revision b680bf8e: [DOCS] Fix changelog rendering
- Releases: main, 12.4, 11.5
Resolves: #100982
Change-Id: I3cfe29c8a3a3215c8a284681738b5bed152db14d
Reviewed-on: https:... - 22:20 Revision ce659f1c: [DOCS] Fix changelog rendering
- Releases: main, 12.4, 11.5
Resolves: #100982
Change-Id: I3cfe29c8a3a3215c8a284681738b5bed152db14d
Reviewed-on: https:... - 22:20 Revision d1ee9d5f: [DOCS] Fix changelog rendering
- Releases: main, 12.4, 11.5
Resolves: #100982
Change-Id: I3cfe29c8a3a3215c8a284681738b5bed152db14d
Reviewed-on: https:... - 21:57 Revision 1a7465c8: [TASK] Speed up SysLogSerializationUpdate
- Speed up the SysLogSerializationUpdate migration wizard
for trivial cases like a:0:{} and a:1:{i:0;s:0:"";}.
Resolve... - 21:57 Revision 7f40b8f3: [TASK] Speed up SysLogSerializationUpdate
- Speed up the SysLogSerializationUpdate migration wizard
for trivial cases like a:0:{} and a:1:{i:0;s:0:"";}.
Resolve... - 21:57 Revision 01007221: [BUGFIX] Fix minor phpstan finding in ElementInformationController
- This fixes a possible call to the getReadablePath method on
InaccessibleFolder by checking, whether the instance is o... - 21:57 Revision a0455ba3: [BUGFIX] Fix minor phpstan finding in ElementInformationController
- This fixes a possible call to the getReadablePath method on
InaccessibleFolder by checking, whether the instance is o... - 21:45 Revision c7e8e480: [TASK] Add deprecation removal main ReST file
- Kickstart the deprecation removal .rst file
with boilerplate entries.
Resolves: #100963
Releases: main
Change-Id: I8... - 21:42 Revision b0999dd7: [BUGFIX] Use correct type in DB query
- A database query was executed when creating a scheduler
task which fetched all optimizable tables.
This was executed... - 21:42 Revision a710f462: [BUGFIX] Use correct type in DB query
- A database query was executed when creating a scheduler
task which fetched all optimizable tables.
This was executed... - 21:42 Revision 63ddc79e: [BUGFIX] Use correct type in DB query
- A database query was executed when creating a scheduler
task which fetched all optimizable tables.
This was executed...
2023-06-10
- 15:51 Revision 17f4346c: [TASK] Use dedicated cache for schema information
- Using the core cache for schema information comes with
various drawbacks:
1. There is no way to flush single core ca... - 15:38 Revision f0936fe1: [TASK] Use dedicated cache for schema information
- Using the core cache for schema information comes with
various drawbacks:
1. There is no way to flush single core ca...
2023-06-09
- 16:21 Revision 362ffebf: [TASK] Add PHP8.3 support to `Build/Scripts/runTests.sh`
- This change adds basic support for PHP8.3 to
`Build/Scripts/runTests.sh`. That is done to
get an early chance to eval... - 16:21 Revision 661bd641: [TASK] Add PHP8.3 support to `Build/Scripts/runTests.sh`
- This change adds basic support for PHP8.3 to
`Build/Scripts/runTests.sh`. That is done to
get an early chance to eval... - 16:02 Revision 97c6e1ae: [TASK] Add PHP8.3 support to `Build/Scripts/runTests.sh`
- This change adds basic support for PHP8.3 to
`Build/Scripts/runTests.sh`. That is done to
get an early chance to eval... - 16:02 Revision 719ab512: [BUGFIX] Use correct `typo3/cms-styleguide` for main
- Branching in `typo3/cms-styleguide` have been done
some time after the core branched versions. That
led to an invalid...
2023-06-08
- 15:44 Revision f7c80f82: [BUGFIX] Use main variables in `HeaderAssets` and `FooterAssets`
- Forwards the main template variables to the
`HeaderAssets` and `FooterAssets` sections.
Releases: main, 12.4
Resolve... - 15:43 Revision 58799dea: [BUGFIX] Use main variables in `HeaderAssets` and `FooterAssets`
- Forwards the main template variables to the
`HeaderAssets` and `FooterAssets` sections.
Releases: main, 12.4
Resolve... - 15:40 Revision 1abdeaeb: [DOCS] Make JavaScript example lint
- Releases: main
Resolves: #100875
Change-Id: Icf4f3bb92f3ab59de6a1790d3cd0925af42b5463
Reviewed-on: https://review.typ... - 15:39 Revision 4230d9fb: [DOCS] Make JavaScript example lint
- Releases: main
Resolves: #100875
Change-Id: Icf4f3bb92f3ab59de6a1790d3cd0925af42b5463
Reviewed-on: https://review.typ... - 15:23 Revision 30031236: [TASK] styleguide: Update page 'trees'
- https://github.com/TYPO3-CMS/styleguide/pull/399
- add examples for various trees used in TYPO3 CMS
- remove example... - 15:11 Revision 27c6914a: [BUGFIX] Prevent PHP Warning in CKEditor5Migrator
- In CKEditor 4 the option "removeButtons"
can also be a comma separated list of strings.
CKEditor5Migrator now respect... - 15:11 Revision 17937d23: [BUGFIX] Prevent PHP Warning in CKEditor5Migrator
- In CKEditor 4 the option "removeButtons"
can also be a comma separated list of strings.
CKEditor5Migrator now respect... - 14:26 Revision 5adecb72: [TASK] Avoid QueryBuilder::resetQueryPart() in ext:indexed_search
- Doctrine 4 will no longer provide access to SQL query parts,
so we need to adjust our internal usages to cope with th... - 14:17 Revision 3bc9d441: [TASK] Avoid QueryBuilder::resetQueryPart() in ext:backend
- Doctrine 4 will no longer provide access to SQL query parts,
so we need to adjust our internal usages to cope with th... - 14:04 Revision 92d84836: [BUGFIX] Use proper path to get size of used files in admin panel
- The path of the used files must be adopted to get the file size.
Resolves: #100846
Releases: main, 12.4
Change-Id: I... - 14:04 Revision 2bae8f14: [BUGFIX] Use proper path to get size of used files in admin panel
- The path of the used files must be adopted to get the file size.
Resolves: #100846
Releases: main, 12.4
Change-Id: I... - 13:08 Revision 06b46e26: [BUGFIX] Full page in ConditionMatcher from PageTsConfigFactory
- In order for PageTSConfig conditions to work properly on all
fields of the page, the full page record needs to be han... - 13:08 Revision 12d66ad5: [BUGFIX] Full page in ConditionMatcher from PageTsConfigFactory
- In order for PageTSConfig conditions to work properly on all
fields of the page, the full page record needs to be han... - 12:58 Revision b1b07a38: [BUGFIX] SaveToDatabaseFinisher uses parseOption to evaluate mode
- If the mode is not specified in the configuration,
the default must be used.
The defaultOption can only be retrieved
... - 12:58 Revision 65a47138: [BUGFIX] SaveToDatabaseFinisher uses parseOption to evaluate mode
- If the mode is not specified in the configuration,
the default must be used.
The defaultOption can only be retrieved
... - 12:58 Revision 40a738f2: [BUGFIX] SaveToDatabaseFinisher uses parseOption to evaluate mode
- If the mode is not specified in the configuration,
the default must be used.
The defaultOption can only be retrieved
... - 12:47 Revision c901d974: [BUGFIX] styleguide: Fix file name and call of new action 'colors'
- https://github.com/TYPO3-CMS/styleguide/pull/398
- 12:28 Revision 8984f869: [DOCS] Fix reference in changelog
- Releases: main, 12.4
Resolves: #100978
Change-Id: Id9ba05c9a4e4edfd03ff526f2a908457495ac9dd
Reviewed-on: https://revi... - 12:25 Revision 752f0f35: [TASK] styleguide: Move page tree creation section to index page
- https://github.com/TYPO3-CMS/styleguide/pull/397
The ability to create either a page tree with TCA demo records or c... - 12:21 Revision a0259187: [DOCS] Fix reference in changelog
- Releases: main, 12.4
Resolves: #100978
Change-Id: Id9ba05c9a4e4edfd03ff526f2a908457495ac9dd
Reviewed-on: https://revi... - 12:03 Revision ba26b0cd: [BUGFIX] Make Extbase ObjectConverter consider XCLASSed objects
- When an object has been extended using XCLASS, it is correctly
fetched from persistence respecting the extended class... - 12:03 Revision 874ef0db: [BUGFIX] Make Extbase ObjectConverter consider XCLASSed objects
- When an object has been extended using XCLASS, it is correctly
fetched from persistence respecting the extended class... - 11:01 Revision 3330a9c1: [BUGFIX] Properly align positioning line at the end of tree
- The positioning line is always shown above elements, regardless
of dragging position. This is most likely done to pre... - 11:00 Revision 100fcc66: [BUGFIX] Properly align positioning line at the end of tree
- The positioning line is always shown above elements, regardless
of dragging position. This is most likely done to pre... - 10:44 Revision 0a879340: [BUGFIX] Require typo3fluid/fluid:^2.9.1
- Patch level raise from 2.9.0 to 2.9.1 to
fix a f:if inline syntax regression.
> composer req typo3fluid/fluid:^2.9.1... - 10:43 Revision 9be3a4a0: [BUGFIX] Require typo3fluid/fluid:^2.9.1
- Patch level raise from 2.9.0 to 2.9.1 to
fix a f:if inline syntax regression.
> composer req typo3fluid/fluid:^2.9.1... - 10:40 Revision d905e91d: [TASK] styleguide: Revise styles for code examples
- https://github.com/TYPO3-CMS/styleguide/pull/396
- Use existing CSS variables to adapt the appearance of styleguide ... - 08:43 Revision 9f1a453e: [TASK] styleguide: Move colors section to its own menu item
- https://github.com/TYPO3-CMS/styleguide/pull/395
And update existing color samples. - 08:29 Revision 7a126cca: [TASK] styleguide: Remove lead class from introductory paragraphs and code example
- https://github.com/TYPO3-CMS/styleguide/pull/394
With v12 the p.lead was removed and should therefore no longer be u...
2023-06-07
- 21:57 Revision 58fb6ad4: [!!!][TASK] Remove jquery-ui without any substitute
- The NPM package jquery-ui has been removed
completely for TYPO3 v13 without any substitute.
Resolves: #100966
Releas... - 14:30 Revision 2469e560: [TASK] styleguide: Remove obsolete fence styles and duplicate list on index page
- https://github.com/TYPO3-CMS/styleguide/pull/392
Co-authored-by: Jasmina Ließmann <jliessmann@3pc.de> - 12:44 Revision bb848a6c: [TASK] Require typo3fluid/fluid:^2.9.0
- Minor release update from ^2.8.0 to ^2.9.0:
- main/v13: Require ^2.9.0
- v12: Require ^2.9.0, projects will update
... - 12:43 Revision 33e1e167: [TASK] Require typo3fluid/fluid:^2.9.0
- Minor release update from ^2.8.0 to ^2.9.0:
- main/v13: Require ^2.9.0
- v12: Require ^2.9.0, projects will update
... - 12:07 Revision 21a86820: [BUGFIX] Fix alignment of fields in Active TypoScript module
- If multiple TypoScript templates are present the label creates
an offset with the rest of the option controls. Aligni... - 11:57 Revision 58218ff8: [BUGFIX] Fix alignment of fields in Active TypoScript module
- If multiple TypoScript templates are present the label creates
an offset with the rest of the option controls. Aligni... - 11:00 Revision 4067afd5: [BUGFIX] Improve accessibility of form labels in EXT:felogin
- Offer `for` in labels and `id` in inputs.
Resolves: #100965
Releases: main, 12.4
Change-Id: I5c88c0c8e136bb302e9ac84... - 11:00 Revision 8eb265de: [BUGFIX] Improve accessibility of form labels in EXT:felogin
- Offer `for` in labels and `id` in inputs.
Resolves: #100965
Releases: main, 12.4
Change-Id: I5c88c0c8e136bb302e9ac84... - 10:51 Revision 1afc9f2f: [TASK] Make TSconfig list case-insensitive
- The "Page TSconfig" module in the Backend lists the TSconfig
configuration. The view "Active page TSconfig" used to l... - 09:01 Revision 02f8ca49: [TASK] Use lighter font color for form input placeholder
- Resolves: #100779
Releases: main, 12.4
Change-Id: I7f7cf0a480a637df7fc4a4dc9ad74ceca0d77572
Reviewed-on: https://revi... - 08:32 Revision 997b5302: [TASK] Use lighter font color for form input placeholder
- Resolves: #100779
Releases: main, 12.4
Change-Id: I7f7cf0a480a637df7fc4a4dc9ad74ceca0d77572
Reviewed-on: https://revi... - 07:49 Revision 8fb81190: [TASK] Update jquery-ui to ^1.13.2
- TYPO3 backend components were used a special version of
jquery-ui 1.11.4. Albeit this version - as a whole - has
know... - 07:33 Revision f252369b: [TASK] Update jquery-ui to ^1.13.2
- TYPO3 backend components were used a special version of
jquery-ui 1.11.4. Albeit this version - as a whole - has
know... - 06:25 Revision ecb8cac9: [BUGFIX] Force correct type in ActionViewHelpers
- Add several type casts to avoid notices.
Resolves: #100338
Releases: main, 12.4, 11.5
Change-Id: Id9185a0f8f33161677...
2023-06-06
- 15:28 Revision adc0f2ed: [BUGFIX] Remove language section from base CKEditor config
- If the language section is configured it prevents the backend
from applying the current backend user locale to the CK... - 15:08 Revision 84e5887e: [BUGFIX] Remove language section from base CKEditor config
- If the language section is configured it prevents the backend
from applying the current backend user locale to the CK... - 14:47 Revision acecad78: [TASK] Update to stable version of bootstrap 5.3.0
- See https://blog.getbootstrap.com/2023/05/30/bootstrap-5-3-0/
Used commands:
- npm add "bootstrap@^5.3.0"
- npm add... - 14:01 Revision a26d8845: [TASK] Update to stable version of bootstrap 5.3.0
- See https://blog.getbootstrap.com/2023/05/30/bootstrap-5-3-0/
Used commands:
- npm add "bootstrap@^5.3.0"
- npm add... - 07:51 Revision a3900294: [TASK] Remove jquery & jquery-ui from image manipulation
- This change removes jquery and jquery-ui from the image
manipulation widget. The draggable & resizable features
have ... - 07:51 Revision 37c6b702: [TASK] Remove jquery & jquery-ui from image manipulation
- This change removes jquery and jquery-ui from the image
manipulation widget. The draggable & resizable features
have ...
2023-06-05
- 19:09 Revision 2ced0264: [BUGFIX] Allow ViewHelpers from libraries
- With TYPO3 11 it was possible to use ViewHelpers from composer libraries
that aren't TYPO3 extensions and thus don't ... - 18:58 Revision d0345124: [TASK] Slim down php-cs-fixer configuration file
- TYPO3 uses PER standard definitions and some more additions
when it comes to PHP Coding guidelines.
However, the mai... - 18:53 Revision f6927ef2: [BUGFIX] Allow ViewHelpers from libraries
- With TYPO3 11 it was possible to use ViewHelpers from composer libraries
that aren't TYPO3 extensions and thus don't ... - 18:49 Revision c0bf94c6: [TASK] Slim down php-cs-fixer configuration file
- TYPO3 uses PER standard definitions and some more additions
when it comes to PHP Coding guidelines.
However, the mai... - 18:08 Revision 9ed347c9: [TASK] styleguide: Avoid deprecated GH actions/checkout
- 17:39 Revision 25f49375: [TASK] styleguide: Disable darkmode for Frontend
- https://github.com/TYPO3-CMS/styleguide/pull/391
The build of SCSS failed due to missing variable $primary-text-emph... - 15:59 Revision c04dcc9f: [TASK] Update node to v18.16
- Node 18 is the current LTS version and
should be used by TYPO3 Core:
https://nodejs.org/en/blog/release/v18.16.0
Use... - 15:50 Revision 194f6d51: [TASK] Update node to v18.16
- Node 18 is the current LTS version and
should be used by TYPO3 Core:
https://nodejs.org/en/blog/release/v18.16.0
Use... - 14:27 Revision f7067553: [BUGFIX] Handle PHP error for invalid form data provider class name
- Fetch a possible PHP error when trying to
instantiate a data provider referencing a
non existing class name.
Resolve... - 13:58 Revision d3039741: [BUGFIX] Forward server request object to Fluid view
- Since #100637 the `f:format.html` view helper requires
a valid server request object (probably other view helpers
mig... - 13:51 Revision b35be6bc: [BUGFIX] Forward server request object to Fluid view
- Since #100637 the `f:format.html` view helper requires
a valid server request object (probably other view helpers
mig... - 13:43 Revision 474a897a: [BUGFIX] Handle PHP error for invalid form data provider class name
- Fetch a possible PHP error when trying to
instantiate a data provider referencing a
non existing class name.
Resolve... - 07:12 Revision c3fb1868: [TASK] Add comments for methods in ModifyVersionDifferencesEvent
- The method comments are useful for a developer using an IDE.
Additionally, as the docblocks are used for rendering th... - 07:12 Revision 2c09386b: [DOCS] Fix typo in workspaces event PHPDoc
- This is relevant for the generated documentation.
Resolves: #100953
Releases: main, 12.4, 11.5
Change-Id: Iaa68d1cb2... - 07:12 Revision 04bdcf23: [DOCS] Fix typo in workspaces event PHPDoc
- This is relevant for the generated documentation.
Resolves: #100953
Releases: main, 12.4, 11.5
Change-Id: Iaa68d1cb2... - 06:20 Revision 95f84659: [TASK] Add comments for methods in ModifyVersionDifferencesEvent
- The method comments are useful for a developer using an IDE.
Additionally, as the docblocks are used for rendering th... - 06:18 Revision 2b915ae6: [DOCS] Fix typo in workspaces event PHPDoc
- This is relevant for the generated documentation.
Resolves: #100953
Releases: main, 12.4, 11.5
Change-Id: Iaa68d1cb2...
Also available in: Atom