Activity
From 2022-08-13 to 2022-09-11
2022-09-09
- 11:00 Revision 50a2955d: [TASK] Unify badge rendering
- Badges are currently in an inconsistent state
and sometimes the severity it shows is not
related to the contents of t... - 10:36 Revision 3886f492: [!!!][TASK] Remove border and longdescURL properties from IMAGE cObject
- HTML deprecated the "border" attribute and the "longdesc"
attributes which are not set anymore by TYPO3's Frontend.
... - 09:49 Revision 85ee6967: [!!!][FEATURE] Add generic language overlay PSR-14 events instead of hooks
- New PSR-14 events are introduced in favor of old hooks
within PageRepository which are related to overlaying
records.... - 09:45 Revision 91d81bde: [BUGFIX] Handle undefined tt_content_defValues in NewContentElementController
- Resolves: #98306
Releases: 11.5
Change-Id: I7a5ec64e330a6a779abb5ed95eb6c70acb221785
Reviewed-on: https://review.typo... - 09:43 Revision 2ac5966b: [FEATURE] Option to configure primary actions in File List
- The primary actions in the file list visible as dedicated buttons in the
table list are now configurable on a backend... - 09:40 Revision 4ed3e780: [DOCS] Fix rendering of Events in the docu
- Fixed the display of pseudocode to simple rest as these get
displayed in TYPO3 Explained. This resolves rendering
war... - 09:18 Revision 71d08252: [DOCS] Fix rendering of Events in the docu
- Fixed the display of pseudocode to simple rest as these get
displayed in TYPO3 Explained. This resolves rendering
war... - 09:14 Revision 9413a841: [TASK] Cleanup Components
- This patch cleans up and streamlines the dropdown,
datepicker and context menu css components.
They now look unified... - 07:00 Revision ac0a6917: [!!!][TASK] Remove jQuery in PersistentStorage
- All requests are changed to use the AJAX API. Due to this, the return
type of some methods is changed, resulting in a...
2022-09-08
- 18:08 Revision 38911bf9: [TASK] Provide more details when calling TSFE->set_no_cache()
- When TSFE->set_no_cache() is called without a reason
(usually through third-party code), the Logger now
ships with mo... - 16:16 Revision f71c9f8e: [BUGFIX] Prevent undefined array key error in StoragePermissionsAspect
- For not yet migrated filemount records, the
StoragePermissionsAspect previously triggered
an undefined array key sinc... - 15:32 Revision a6c6c0d7: [BUGFIX] Trim provided external URL in linkwizard modal
- Avoid mistakes, especially by copy & paste, and trim the given data
before closing the modal and delegating the data.... - 15:28 Revision d5deccc1: [!!!][TASK] Migrate backend modal component to lit
- Avoid jQuery and especially the bootstrap
jQuery compat layer.
Use lit as template engine instead of jQuery compositi... - 15:20 Revision 3b6bba8e: [BUGFIX] Trim provided external URL in linkwizard modal
- Avoid mistakes, especially by copy & paste, and trim the given data
before closing the modal and delegating the data.... - 15:19 Revision aac4dbd8: [BUGFIX] Properly evaluate whether toolbar item provides a dropdown
- The ToolbarItemInterface requires the methods
hasDropDown() as well as getDropDown(). Since
#98214 the evaluation whe... - 14:52 Revision 13d9833e: [BUGFIX] Do not render clipboard errors as notification
- If a backend user switches pages in the list module right after the
clipboard is being loaded, the error message "An ... - 14:37 Revision c15ce087: [BUGFIX] Remove fixed height of login news carousel
- Resolves: #98245
Releases: main
Change-Id: I03f3d485b75e1475d651479142bed40897c2b992
Reviewed-on: https://review.typo... - 14:35 Revision 9dcfb07d: [BUGFIX] Do not render clipboard errors as notification
- If a backend user switches pages in the list module right after the
clipboard is being loaded, the error message "An ... - 11:48 Revision 0e075d1e: [!!!][FEATURE] Add PSR-14 Events for flex form parsing
- Four new PSR-14 Events are added, which allow to fully
control the flex form parsing in an object-oriented
way. They ...
2022-09-07
- 18:39 Revision 8ec21ef9: [TASK] Streamline datepicker component styling
- The datetimepicker (flatpickr) is now not based on
the Bootstrap DateTimePicker (which was used before),
but uses nat... - 17:56 Revision 6a60892c: [TASK] Avoid further usages of Environment::getBackendPath()
- This change adapts various places where tests
are run / simulated to be in "Backend Context" (such as
ConditionMatche... - 17:33 Revision 0056c946: [TASK] Remove jQuery from create multiple pages wizard
- Resolves: #98280
Releases: main
Change-Id: I81078af2444b78df9eb26d0495fcb7cc73315162
Reviewed-on: https://review.typo... - 17:19 Revision cd71e842: [TASK] Remove jQuery from link browser component
- This patch removes any usage of jQuery from the link browser
JS component. Additionally, some obsolete functionality
... - 17:17 Revision 39a05afd: [FEATURE] Add TypeConverter for enums
- With PHP 8.1 we got Enums, to use them also in our extbase actions,
a new TypeConverter is added with this patch.
Th... - 16:08 Revision 7a2600c5: [TASK] Deprecate TYPO3_mainDir
- This patch deprecates the constant "TYPO3_mainDir"
in favor of a BackendEntryPointResolver which
contains the informa... - 15:24 Revision 7f07a56e: [TASK] Remove jQuery from EXT:rte_ckeditor
- This patch removes any usage of jQuery from EXT:rte_ckeditor. Some
obsolete handling from times when the link browser... - 12:20 Revision 801003d1: [TASK] Use current git repository links
- README.md and CONTRIBUTING.md use the current repository links with this change.
The change also includes several min... - 12:20 Revision 08cc061f: [TASK] Use current git repository links
- README.md and CONTRIBUTING.md use the current repository links with this change.
The change also includes several min... - 12:19 Revision 184a8e9c: [BUGFIX] Use correct data attribute name for doktype select
- When changing the doktype of a page in the "create multiple pages"
wizard, the corresponding icon does now correctly ... - 12:00 Revision ca78f10b: [TASK] Remove jQuery from constant editor
- This patch removes any usage of jQuery from the constant
editor JS component. Additionally, some obsolete functionali... - 11:56 Revision 92a49822: [BUGFIX] Use correct data attribute name for doktype select
- When changing the doktype of a page in the "create multiple pages"
wizard, the corresponding icon does now correctly ... - 09:55 Revision 9c619ca0: [TASK] Avoid using AJAX request route in Backend
- Since TYPO3 v7 the RequestType Ajax was used
to identify AJAX routes. This is nowadays only
used in FormProtectionFac... - 09:27 Revision df53c96b: [!!!][TASK] Remove possibility to pre-define link titles in link browser
- Back in the old HTMLArea it was possible to pre-define a link title in
the `classesAnchor` configuration which got ap... - 08:34 Revision 21414f53: [BUGFIX] Check if titleText is available in classesAnchor RTE config
- Resolves: #98273
Releases: main, 11.5
Change-Id: I521d855fb4dc8fbafb302de16f8d446abfb4d9e1
Reviewed-on: https://revie... - 07:37 Revision 38f19026: [BUGFIX] Check if titleText is available in classesAnchor RTE config
- Resolves: #98273
Releases: main, 11.5
Change-Id: I521d855fb4dc8fbafb302de16f8d446abfb4d9e1
Reviewed-on: https://revie... - 04:35 Revision bbaccb71: [DOCS] Clarify the page TSconfig settings for RTE
- Link to the TSconfig reference where it makes sense,
also for setting page TSConfic, as this changed in v12.
We do no...
2022-09-06
- 20:41 Revision 77d89a97: [TASK] Drop usage of sass:math
- Resolves: #98269
Releases: main
Change-Id: Ibdaf9319071b3b596330a3be41c17a862a247b8a
Reviewed-on: https://review.typo... - 20:37 Revision 5ec5f3b8: [TASK] Drop unneeded file .cache/.npmrc
- `unsafe-perm = true` is not available in npm v8 documentation,
and TYPO3 core requires npm =>v8.
The file has been in... - 20:35 Revision b1b0005a: [TASK] Avoid PHP8.2 related deprecation failure in unit test
- With PHP8.2 setting dynamic properties has been deprecated. This
is also valid if it is set through unserialization a... - 19:53 Revision f6777841: [TASK] Use current git repository links
- README.md and CONTRIBUTING.md use the current repository links with this change.
The change also includes several min... - 19:22 Revision ba6a5c73: [TASK] Update stylelint to ^14
- Commands executed:
npm install --save-dev grunt-stylelint@^0.18 stylelint@^14.11 stylelint-order stylelint-scss
n... - 18:34 Revision c53a565d: [TASK] Avoid PHP8.2 related deprecation failure in unit test
- With PHP8.2 setting dynamic properties has been deprecated. This
is also valid if it is set through unserialization a... - 18:16 Revision 74eafb8a: [BUGFIX] Correct Backend Scaffold
- During the migration to bootstrap the scaffold was reworked and is now flowing
incorrectly. The introduction flex on ... - 18:14 Revision 969c2a9e: [FEATURE] Set content language direction in RichText elements
- Set the content language of RichText elements based on the direction
of the site language of the given element.
Reso... - 16:04 Revision d868873c: [TASK] Modernize ext:belog
- * Use strict function argument and return types where possible
* Removed superfluous argument and return type doc com... - 09:48 Revision eb97d4c3: [BUGFIX] List invalid field in FormEngine review
- The FormEngine review module broke with the introduction of Bootstrap 5
due to changed API of its Popover module.
Ou... - 07:49 Revision 8e860361: [TASK] Use getLanguageOverlay() consistently
- This change removes all usages of "getRecordOverlay"
to slowly phase out "getRecordOverlay" as a legacy method,
where... - 07:24 Revision 08e7dc70: [!!!][TASK] Remove jQuery in Popover
- The support for jQuery in the module `@typo3/backend/popover` has been
dropped. Passing jQuery elements to the module...
2022-09-05
- 13:17 Revision 2e9a6710: [BUGFIX] List invalid field in FormEngine review
- The FormEngine review module broke with the introduction of Bootstrap 5
due to changed API of its Popover module.
Ou... - 10:24 Revision 285ae7d3: [BUGFIX] Fix condition in EXT:impexp to check for export view
- The check for `inData.action` didn't work anymore for a long time as
`action` is not set in the controllers anymore. ... - 10:23 Revision 258645ae: [TASK] Remove jQuery from EXT:impexp and EXT:info
- Some small JavaScripts used in EXT:impexp and EXT:info are migrated to
remove the dependency on jQuery.
Resolves: #9... - 10:15 Revision c68017aa: [TASK] Update settings snippet: use default values everywhere
- All values are default values except the redirectTTL value.
Releases: main, 11.5, 10.4
Resolves: #98238
Change-Id: I... - 10:15 Revision 2e67318d: [TASK] Update settings snippet: use default values everywhere
- All values are default values except the redirectTTL value.
Releases: main, 11.5, 10.4
Resolves: #98238
Change-Id: I... - 10:01 Revision 44a189ab: [BUGFIX] Fix condition in EXT:impexp to check for export view
- The check for `inData.action` didn't work anymore for a long time as
`action` is not set in the controllers anymore. ...
2022-09-02
- 19:20 Revision e501f49d: [TASK] Temporarly avoid PHPStan composer-max tests fails
- PHPStan fails with composer max installation due
changes in the detection. Raising the version to
corresponding versi... - 18:23 Revision 1354558d: [TASK] Temporarly avoid PHPStan composer-max tests fails
- PHPStan fails with composer max installation due
changes in the detection. Raising the version to
corresponding versi... - 15:57 Revision 8bfd84d5: [TASK] Update settings snippet: use default values everywhere
- All values are default values except the redirectTTL value.
Releases: main, 11.5, 10.4
Resolves: #98238
Change-Id: I... - 14:48 Revision 85e317d5: [TASK] Avoid unsolveable phpstan error for return-type mismatch
- PHP8.1 introduced native return types to native methods
and interfaces, which crashes if they are not compatible.
As ... - 14:48 Revision 6bed3af2: [TASK] Avoid unsolveable phpstan error for return-type mismatch
- PHP8.1 introduced native return types to native methods
and interfaces, which crashes if they are not compatible.
As ... - 12:48 Revision fc06de9e: [TASK] Render toolbar items in Fluid
- Items were previously rendered in BackendController into a large HTML
string that was passed to Fluid. This commit re... - 10:54 Revision d0f2fc6b: [BUGFIX] Add missing outer-container classes for foreign selector types
- With patch #97786 a bug was fixed, to only toggle inline controls in
their own scope. For this a new helper class was... - 10:39 Revision c7c48069: [BUGFIX] Add missing outer-container classes for foreign selector types
- With patch #97786 a bug was fixed, to only toggle inline controls in
their own scope. For this a new helper class was...
2022-09-01
- 09:22 Revision 1582cdc3: [TASK] Remove unused variable $dbType in DataHandler
- Resolves: #98234
Related: #97462
Releases: main
Change-Id: I415b289ce4cb889e5b6fb85e9fb0746aac771865
Reviewed-on: htt...
2022-08-30
- 11:34 Revision 6130ea33: [DOCS] Fix links to Events
- Releases: main, 11.5
Resolves: #98219
Change-Id: Ib60a14ff4a80eb4333187d3eff4ebf2a0262383d
Reviewed-on: https://revie... - 10:59 Revision ca7ac42d: [DOCS] Fix links to Events
- Releases: main, 11.5
Resolves: #98219
Change-Id: Ib60a14ff4a80eb4333187d3eff4ebf2a0262383d
Reviewed-on: https://revie... - 10:59 Revision 1095aa5b: [DOCS] Fix section on how to open the dashboard
- Replace the todo with information. Thanks at Florian Weiss for pointing this
out and providing me with the screenshot... - 10:58 Revision f3293b7c: [DOCS] Fix section on how to open the dashboard
- Replace the todo with information. Thanks at Florian Weiss for pointing this
out and providing me with the screenshot...
2022-08-27
- 22:32 Revision 4745dcc6: [TASK] Temporarly skip mailer unit test execution with PHP8.1
- Symfony recently released new version v5.4.12 and v6.1.4 of the
framework which contains a change in `symfony/mailer`... - 22:30 Revision dd9cd004: [TASK] Temporarly skip mailer unit test execution with PHP8.1
- Symfony recently released new version v5.4.12 and v6.1.4 of the
framework which contains a change in `symfony/mailer`...
2022-08-26
- 17:19 Revision 1e52b401: [TASK] Ensure php files contain correct legal file header
- Core php file header check got silently be disabled. Since
then the one or other file header error has slipped into
t...
2022-08-25
- 12:03 Revision af2e5c07: [TASK] Streamline core php files header
- Automatic check of php file header has been silently disabled
somewhere in the past, thus wrong file headers has slip... - 07:44 Revision 35785561: [TASK] Set TYPO3 version to 11.5.16-dev
- Change-Id: Ic0df4413b78775ca2c9fc17e0180c4f1ba3db6c5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/755... - 07:04 Revision 54ef8cee: [RELEASE] Release of TYPO3 11.5.15
- Change-Id: I16a29c9ce3ae6d3d430b2d09b0cc952533e67cfe
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/755... - 03:35 Revision 0787c222: [TASK] Update vulnerable build dependencies
- Update (most) vulnerable dependencies/packages found by
`npm audit fix --force --dry-run`.
Notes redarding package c...
2022-08-24
- 20:59 Revision d9ae26a9: [BUGFIX] Avoid 'undefined array key "sheetTitle"' warning
- Properly guard array key access for "sheetTitle" in
`\TYPO3\CMS\Backend\Form\Container\FlexFormTabsContainer->render(... - 20:30 Revision e07a54ad: [BUGFIX] Avoid 'undefined array key "sheetTitle"' warning
- Properly guard array key access for "sheetTitle" in
`\TYPO3\CMS\Backend\Form\Container\FlexFormTabsContainer->render(... - 16:53 Revision 72971d61: [BUGFIX] styleguide: ext_conf_template.txt invalid default with int+
- int+ must be positive. That's their point. Update
the example to have the negative value for integer
instead. - 14:31 Revision 99294cc4: [BUGFIX] Add resultArray reference for InlineControlContainer customControls hook
- InlineControlContainer allows to add custom controls
via a userFunc (hook). However, since the resultArray
was not pa... - 14:04 Revision f6967c61: [BUGFIX] Add resultArray reference for InlineControlContainer customControls hook
- InlineControlContainer allows to add custom controls
via a userFunc (hook). However, since the resultArray
was not pa... - 11:16 Revision 9ef61775: [BUGFIX] Fix page reloading on click on preview button
- If a preview page is already open, clicking on the "view" button in the
content editor window would not reload the pa... - 11:15 Revision 6cdf26cd: [BUGFIX] Fix page reloading on click on preview button
- If a preview page is already open, clicking on the "view" button in the
content editor window would not reload the pa... - 11:04 Revision 0cf8a2ce: [BUGFIX] Avoid invalid property access when persisting extbase objects
- With #95819 the detection of Domain Object properties was changed to use
ClassSchema in order to support uninitialize... - 11:04 Revision 4a18072a: [BUGFIX] Avoid invalid property access when persisting extbase objects
- With #95819 the detection of Domain Object properties was changed to use
ClassSchema in order to support uninitialize... - 10:54 Revision 43c1dd41: [TASK] Correct example for maximum of Count validator
- Releases: main
Resolves: #98196
Change-Id: I55b2c082c96e580d345c32f04bc47d941e50425a
Reviewed-on: https://review.typo... - 10:53 Revision c9fef8b4: [!!!][TASK] Remove TODAYS_SPECIAL error constant
- The constant `TODAYS_SPECIAL` has never been used in TYPO3
core and also 3rd party extensions in TER do not make
use ...
2022-08-23
- 19:53 Revision 6575656a: [TASK] Migrate from yarn to npm
- Yarn has been added to TYPO3 back in 2017 because
npm shrinkwrap files were not stable and package-lock.json
and `npm...
2022-08-22
- 18:30 Revision fa7bd9f9: [BUGFIX] Make sure social media images gets processed if needed
- The check if the image has to be processed has been moved to
dedicated methods to enhance readability and testability... - 18:01 Revision b789f5a3: [BUGFIX] Make sure social media images gets processed if needed
- The check if the image has to be processed has been moved to
dedicated methods to enhance readability and testability... - 15:31 Revision b03d039e: [BUGFIX] Avoid undefined array key XmlSitemapRenderer
- Avoid undefined array key warning in case 'config' is
not given in TypoScript settings.
Resolves: #98145
Releases: m... - 15:30 Revision 34be7c84: [BUGFIX] Avoid undefined array key XmlSitemapRenderer
- Avoid undefined array key warning in case 'config' is
not given in TypoScript settings.
Resolves: #98145
Releases: m...
2022-08-21
- 13:33 Revision 90aab170: [BUGFIX] Fix typo in clipboard and SettingsController
- Resolves: #98183
Releases: main, 11.5
Change-Id: Ib4d123e86a9b158b86e20322fc53ca94ff5b9be7
Reviewed-on: https://revie... - 13:00 Revision 758d5f45: [BUGFIX] Fix typo in clipboard and SettingsController
- Resolves: #98183
Releases: main, 11.5
Change-Id: Ib4d123e86a9b158b86e20322fc53ca94ff5b9be7
Reviewed-on: https://revie...
2022-08-19
- 12:44 Revision c53fac26: [!!!][TASK] Drop backend login interface selector
- Previous TYPO3 installations allowed to configure an interface selector
in the backend login that gave the authentica... - 10:02 Revision 19633a3a: [BUGFIX] Avoid undefined array keys error using stdWrap_bytes
- If either labels or base are not given, the default values
kick in: labels = iec and base = 1024
With the new fallba... - 09:32 Revision 12ecfd34: [BUGFIX] Always load label for edit notification
- If a record is edited via single field mode (aka "columnsOnly"), the
label field as defined via TCA may be missing, r... - 09:31 Revision 23e8c8bc: [BUGFIX] Avoid undefined array keys error using stdWrap_bytes
- If either labels or base are not given, the default values
kick in: labels = iec and base = 1024
With the new fallba... - 09:24 Revision f6137381: [BUGFIX] Fix warning when FlexForm sheet has no fields
- This patch fixes a warning on PHP 8.1, when a FlexForm has
a sheet with no fields in it.
Resolves: #98166
Releases: ... - 09:20 Revision 172868cc: [TASK] Pass dataset to context menu actions and drop jQuery in them
- The context menu module now passes the dataset bound to a context menu
item to the respective callback action, exclud... - 09:13 Revision 5b4c0b92: [BUGFIX] Convert Node to DocumentFragment for modal consumption in EXT:dashboard
- The patches #98164 and #98165 conflicted with each other as one made
the modal API stricter while the other populated... - 09:13 Revision a642351c: [TASK] Flesh out type declarations in PropertyMapper
- Doing so allows us to remove an unnecessary test, as well.
'mixed' type declarations not included to allow backporti... - 09:11 Revision 173c7e8b: [BUGFIX] Fix warning when FlexForm sheet has no fields
- This patch fixes a warning on PHP 8.1, when a FlexForm has
a sheet with no fields in it.
Resolves: #98166
Releases: ... - 06:28 Revision 3d45eb4b: [TASK] Remove jQuery usages in EXT:dashboard
- Two usages of jQuery are removed in EXT:dashboard. jQuery was only used
to convert a string containing HTML to a jQue... - 05:24 Revision aeabd0f5: [TASK] Allow `Element` and `DocumentFragment` in now stricter Modal API
- The configuration definition of `content` in the Modal API is extended
to accept objects of types `Element` and `Docu... - 05:14 Revision 438dea9c: [TASK] Allow `Element` and `DocumentFragment` in now stricter Modal API
- The configuration definition of `content` in the Modal API is extended
to accept objects of types `Element` and `Docu...
2022-08-18
- 12:00 Revision baee0c5e: [TASK] styleguide: Happify CGL check
- 11:53 Revision 3a5f670b: [TASK] styleguide: composer rem --dev typo3/tailor
- tailor is only used for releasing and explicitely
required as dependency in the release workflow.
We don't need it as...
2022-08-17
- 16:09 Revision b9df005d: [!!!][FEATURE] Set Symfony 6.1 as minimum requirement
- This change raises the used Symfony Components
to at least version Symfony 6.1.
The requirement for "typo3/symfony-p... - 15:36 Revision ecf97e12: [TASK] Clean up PHPDoc comments in ext:felogin
- Since ext:felogin already uses strict type declarations
for function arguments and return types, various
parameter- a... - 15:36 Revision 8d149fbb: [TASK] Clean up PHPDoc comments in ext:felogin
- Since ext:felogin already uses strict type declarations
for function arguments and return types, various
parameter- a... - 15:23 Revision d377a295: [TASK] Use strict comparison in BackendUserRepository
- Since the demand object already uses strict types, it
is safe to use strict comparison when properties of the
demand ... - 13:36 Revision 613af2dd: [TASK] Remove jQuery from backend login
- This patch aims to remove jQuery from the TYPO3 backend login.
Since some jQuery magic was used to dynamically adjust... - 09:47 Revision 807ae96f: [BUGFIX] Fix warning on array key "1"
- Patch fixes warning on PHP 8.1 in AbstractItemProvider
Resolves: #98151
Releases: main, 11.5
Change-Id: Ic74ec7771be... - 09:28 Revision dc55dbba: [BUGFIX] Fix warning on array key updateReferenceIndex
- Patch fixes warning on PHP 8.1 in extbase Backend class.
Resolves: #98149
Releases: main, 11.5
Change-Id: I6f32f6767... - 09:28 Revision d1f28d4c: [BUGFIX] Fix warning on array key "data"
- Patch fixes warning on PHP 8.1 in MenuProcessor
Resolves: #98150
Releases: main, 11.5
Change-Id: I9cee1d6d0adcde22a7... - 09:17 Revision 0d9efa3b: [BUGFIX] Fix warning on array key "1"
- Patch fixes warning on PHP 8.1 in AbstractItemProvider
Resolves: #98151
Releases: main, 11.5
Change-Id: Ic74ec7771be... - 09:16 Revision b9306751: [BUGFIX] Fix warning on array key updateReferenceIndex
- Patch fixes warning on PHP 8.1 in extbase Backend class.
Resolves: #98149
Releases: main, 11.5
Change-Id: I6f32f6767... - 09:15 Revision e1e36498: [BUGFIX] Fix warning on array key "data"
- Patch fixes warning on PHP 8.1 in MenuProcessor
Resolves: #98150
Releases: main, 11.5
Change-Id: I9cee1d6d0adcde22a7... - 09:14 Revision 65e294ed: [BUGFIX] Prevent warning when FlexForm is empty in PHP8
- When a FlexForm has an empty data structure, a warning is thrown
in PHP8, because it is not checked in FlexFormNoTabs... - 09:14 Revision 679b3598: [TASK] Allow hiding "Entire workspace" drop down
- Workspace backend module:
With #94935 the "Entire workspace" mass drop down has
been placed more prominently by movin... - 09:01 Revision 685746aa: [BUGFIX] Prevent warning when FlexForm is empty in PHP8
- When a FlexForm has an empty data structure, a warning is thrown
in PHP8, because it is not checked in FlexFormNoTabs... - 08:51 Revision bb366c55: [TASK] Allow hiding "Entire workspace" drop down
- Workspace backend module:
With #94935 the "Entire workspace" mass drop down has
been placed more prominently by movin... - 07:34 Revision d10ea091: [DOCS] Document new default value for UTF-8 filesystems
- With #98090 TYPO3_CONF_VARS['SYS']['UTF8filesystem'] was set to true for new installations. This should also be docum...
2022-08-16
- 14:16 Revision a4f1a6f3: [BUGFIX] Avoid open_basedir errors when referencing absolute URLs
- Backend modules which use absolute paths (which do not
exist) should not raise an exception / error when
using versio... - 14:16 Revision 12d2e221: [BUGFIX] Avoid open_basedir errors when referencing absolute URLs
- Backend modules which use absolute paths (which do not
exist) should not raise an exception / error when
using versio... - 13:58 Revision 92754a33: [BUGFIX] Avoid open_basedir errors when referencing absolute URLs
- Backend modules which use absolute paths (which do not
exist) should not raise an exception / error when
using versio...
2022-08-15
- 07:57 Revision f8fa1be3: [BUGFIX] Do not hide ContentObjectRenderer on form rendering
- With #93887 (respectively #92406), a more convenient rendering
mechanism for forms was introduced. A new FormRequestH... - 07:54 Revision d3d8bc04: [BUGFIX] Do not hide ContentObjectRenderer on form rendering
- With #93887 (respectively #92406), a more convenient rendering
mechanism for forms was introduced. A new FormRequestH... - 07:14 Revision 3dcb0c17: [BUGFIX] Correct tree.pagelayout condition evaluation
- With #88276 a new condition has been implemented to check
for current selected pageLayout in FE and BE, example:
[tr... - 07:12 Revision 0303a9c1: [BUGFIX] Correct tree.pagelayout condition evaluation
- With #88276 a new condition has been implemented to check
for current selected pageLayout in FE and BE, example:
[tr...
2022-08-14
- 23:35 Revision 34229ddb: [BUGFIX] Restore module menu collapse behaviour
- With the removal of the Font Awesome icon provider in #98089 the
corresponding scss/css styling definition for the mo...
2022-08-13
- 12:20 Revision ed88670c: [!!!][TASK] Remove support for concat/compress of JS+CSS in BE
- This change removes the support for supporting concatenation and
compression of CSS + JS assets in TYPO3 Backend.
Th... - 11:55 Revision 3bb6e34c: [TASK] Add exception message to log message
- Providing the exception message helps to understand and solve the
issue as the exception can also be thrown by a 3rd ... - 11:36 Revision e5f4eff4: [BUGFIX] Toggle inline controls only in own scope
- The former approach in #91808 to fix scoped toggling didn't
work with levelLinksPosition "bottom", as the querySelect...
Also available in: Atom