Activity
From 2021-10-30 to 2021-11-28
2021-11-28
- 22:17 Revision 5628e769: [BUGFIX] Tighten CleanerTaskTest setup for changed PHP 8.1 behaviour
- CleanerTaskTest dynamically calculates the needed 'period' time to use
for testing, if one page records will survive ... - 22:14 Revision f43979e7: [!!!][TASK] Remove TypoScript option page.includeCSS/includeCSSLibs.import
- The option to use the @import syntax in TypoScript
"page.includeCSS" and "page.includeCSSLibs"
(.import subproperty p... - 22:12 Revision 139d92bd: [!!!][TASK] Remove fixVersioningPid in FE and BE
- The methods `PageRepository->fixVersioningPid()` and
`BackendUtility::fixVersioningPid` are removed,
because they are... - 22:11 Revision c08c298b: [!!!][TASK] Remove ext:backend ModuleLayout view helpers
- Resolves: #96126
Related: #94209
Releases: master
Change-Id: If2edcfdbf6ab2e206c43c634fa58ccf75c75ab38
Reviewed-on: h... - 22:10 Revision 2a08fd09: [!!!][TASK] Remove legacy Element Browser hooks
- The hook $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/browse_links.php']['browserRendering']
is replaced in favor... - 22:04 Revision 4eee2e86: [BUGFIX] Create auto-redirects with default language page uid
- Creating auto redirects, if page slug is changed, has been extended
to add the target with LinkHandler 't3://' uri sc... - 22:04 Revision acf27d8e: [BUGFIX] Create auto-redirects with default language page uid
- Creating auto redirects, if page slug is changed, has been extended
to add the target with LinkHandler 't3://' uri sc... - 21:56 Revision dae3aeb0: [BUGFIX] Tighten CleanerTaskTest setup for changed PHP 8.1 behaviour
- CleanerTaskTest dynamically calculates the needed 'period' time to use
for testing, if one page records will survive ... - 21:41 Revision ebbde86c: [BUGFIX] Create auto-redirects with default language page uid
- Creating auto redirects, if page slug is changed, has been extended
to add the target with LinkHandler 't3://' uri sc... - 20:48 Revision b105ec00: [!!!][TASK] Remove deprecated ext:extbase models and repositories
- Resolves: #96127
Related: #94654
Releases: master
Change-Id: I95b1c675221ffa5b53f31757b1788cfe20652bcf
Reviewed-on: h... - 13:42 Revision 32d70c6e: [BUGFIX] Use editors language in admin panel instead of site language
- The translations need to use the language of the current backend user
and not the one of the current language of the ... - 13:33 Revision d0970e45: [!!!][TASK] Remove 2nd argument of cObj->getATagParams
- Globally configured ATagParams via config.ATagParams
are now always added.
Resolves: #96119
Related: #95219
Releases... - 12:48 Revision 57734b33: [!!!][TASK] Remove FileDumpEIDHook + interface
- The hook has been replaced with the PSR-14 event
"TYPO3\CMS\Core\Resource\Event\ModifyFileDumpEvent"
and is thus remo... - 12:34 Revision ea710274: [!!!][TASK] Remove WincacheBackend cache backend
- Resolves: #96115
Related: #94665
Releases: master
Change-Id: Id7702f2328a0ca848656caae8350d6facc65068a
Reviewed-on: h... - 12:18 Revision 932e35ca: [!!!][TASK] Remove PdoBackend cache backend
- Resolves: #96114
Related: #94664
Releases: master
Change-Id: I6ada8e2b4249f2f38cdab2b1074333d8ac8e03d7
Reviewed-on: h... - 11:38 Revision 784729b8: [!!!][TASK] Remove QueryView and QueryGenerator in ext:core
- Change-Id: I417f0f896e07b05d4577c865195724955fa7bc45
Resolves: #96113
Related: #92080
Releases: master
Reviewed-on: h... - 01:25 Revision 3304e848: [BUGFIX] Handle large number of pages in linkvalidator
- This patch handles problems which occured with a large number of pages
and also for a large number of records to be c... - 01:25 Revision 7fecd98c: [BUGFIX] Handle large number of pages in linkvalidator
- This patch handles problems which occured with a large number of pages
and also for a large number of records to be c...
2021-11-27
- 23:54 Revision 45c8b20e: [BUGFIX] Fix scrolling to bottom in UpgradeCest test
- The JavaScript method "scrollIntoView" does not work
for elements inside a modal or similar. It only
scrolls the main... - 23:54 Revision 42302cbc: [BUGFIX] Fix scrolling to bottom in UpgradeCest test
- The JavaScript method "scrollIntoView" does not work
for elements inside a modal or similar. It only
scrolls the main... - 23:53 Revision d0c1a316: [BUGFIX] Fix JavaScript error in configuration module
- When performing a search in the configuration module,
a JavaScript error will occur, if a possible expanded
tree node... - 23:37 Revision 3bb6c303: [BUGFIX] Prepare changed json_response middleware
- The json_response functional test extension will soon
avoid returning json encoded responses. This will make
the func... - 23:37 Revision 800b4e21: [BUGFIX] Prepare changed json_response middleware
- The json_response functional test extension will soon
avoid returning json encoded responses. This will make
the func... - 23:28 Revision bec5aa24: [BUGFIX] Properly check permissions for system notes
- The NoteController, used to display system notes in a
couple of modules, e.g. page layout, does now properly
check th... - 23:25 Revision 0590f746: [BUGFIX] Fix JavaScript error in configuration module
- When performing a search in the configuration module,
a JavaScript error will occur, if a possible expanded
tree node... - 23:24 Revision 7246e773: [BUGFIX] Avoid undefined array key in RecordListController
- Resolves: #96111
Releases: master, 11.5
Change-Id: Id8b381371ea257eb85e2ff59d5aeb1fbb7786db7
Reviewed-on: https://rev... - 23:21 Revision 23e98006: [BUGFIX] Fix warning in TypoScriptParser
- The method getVal now always returns an array with
a string at index 0 and an array at index 1.
Resolves: #96001
Rel... - 23:14 Revision 43f2be52: [BUGFIX] Catch ImmediateResponseException in Application->handle()
- When TYPO3 is 'natively' called by a web server call, the
main application entry point is AbstractApplication run().
... - 23:04 Revision 21a38e79: [BUGFIX] Properly check permissions for system notes
- The NoteController, used to display system notes in a
couple of modules, e.g. page layout, does now properly
check th... - 23:03 Revision b5246ec9: [TASK] Followup: Clean up composer.json of fixture extension
- Remove unnecessary bloat from the composer.json
Releases: master
Resolves: #96102
Change-Id: Id5353c509ec2af23baae55... - 23:03 Revision 04007956: [BUGFIX] Fix includeCSS.inline for files with EXT: syntax
- The feature page.includeCSS.inline checks the existence
of the given file with `is_file()`. This does not work
for fi... - 23:02 Revision aca61df7: [BUGFIX] Avoid undefined array key in RecordListController
- Resolves: #96111
Releases: master, 11.5
Change-Id: Id8b381371ea257eb85e2ff59d5aeb1fbb7786db7
Reviewed-on: https://rev... - 23:01 Revision d6f2f7a6: [FEATURE] Add "accept" as UploadViewHelper argument
- Resolves: #95486
Releases: master
Change-Id: I6f9927e524e9d44e4e976ec948614d02d3a24edc
Reviewed-on: https://review.ty... - 22:59 Revision 04e55537: [BUGFIX] Fix warning in TypoScriptParser
- The method getVal now always returns an array with
a string at index 0 and an array at index 1.
Resolves: #96001
Rel... - 22:58 Revision 3a6c6ee3: [BUGFIX] Catch ImmediateResponseException in Application->handle()
- When TYPO3 is 'natively' called by a web server call, the
main application entry point is AbstractApplication run().
... - 22:23 Revision 5d65bec7: [TASK] Improve sysext metadata
- The title and description texts as well as the README.rst for
system extensions are unified and some texts updated to... - 22:21 Revision dfe4feca: [BUGFIX] Don't fail language:update command when translation missing
- Currently language:update command fails when
a translation of a extension is missing.
This has been fixed by returni... - 22:02 Revision 9d5ff89a: [BUGFIX] Don't fail language:update command when translation missing
- Currently language:update command fails when
a translation of a extension is missing.
This has been fixed by returni... - 21:39 Revision 5e3730b3: [BUGFIX] Fix includeCSS.inline for files with EXT: syntax
- The feature page.includeCSS.inline checks the existence
of the given file with `is_file()`. This does not work
for fi... - 20:56 Revision 2e383057: [TASK] Avoid undefined key warning in rte editor
- Array access with undefined key emits undefined index warning.
This patch sanitize the calls to mitigate these warnin... - 20:21 Revision 02ee5d16: [TASK] Avoid undefined key warning in rte editor
- Array access with undefined key emits undefined index warning.
This patch sanitize the calls to mitigate these warnin... - 20:13 Revision e798afed: [TASK] Streamline DataHandler functional tests
- * Obsolete importScenarioDataSet() by using
importCSVDataSet() directly with absolute paths.
IDE's now resolve th... - 20:10 Revision 1fdcc14e: [TASK] Add deprecation removal main ReST file
- Deprecation removal main boilerplate .rst file with
a dummy entry for each section.
Resolves: #96108
Related: #96107... - 19:46 Revision e56516e7: [TASK] Add dev-main branch alias
- In preparation of renaming the main development branch,
the alias for the new name is added.
This makes it possible ... - 19:44 Revision 47debbeb: [TASK] Raise typo3/testing-framework:^6.15.0
- Brings a couple of backports from main branch that
help with keeping tests compatible with core v12
a bit longer to a... - 18:15 Revision cb82166a: [TASK] Align some testing details with recent TF works
- * TYPO3_TESTING_FUNCTIONAL_REMOVE_ERROR_HANDLER is
obsolete
* phpunit 9.5 is minimum requirement
* An acceptance te... - 18:14 Revision 00c19be7: [TASK] Streamline DataHandler functional tests
- * Obsolete importScenarioDataSet() by using
importCSVDataSet() directly with absolute paths.
IDE's now resolve th... - 17:24 Revision 41701552: [TASK] styleguide: Switch to typo3/testing-framework:dev-main
- Core v12 currently uses testing-framework dev-main
branch. styleguide should do the same in its v12
compatible versio... - 14:11 Revision b4b163c0: [TASK] Fix redirects label inconsistency
- Different labels for various fields of a redirect record
were used in redirect list and redirect edit form.
For examp... - 13:54 Revision c109aa25: [TASK] Fix redirects label inconsistency
- Different labels for various fields of a redirect record
were used in redirect list and redirect edit form.
For examp... - 13:20 Revision 2281c94b: [TASK] Raise typo3/testing-framework:dev-main
- testing-framework got a series of v12 related
deprecation removals and streamlinings already
that we should fetch.
I... - 13:14 Revision bfec3b66: [BUGFIX] Update mime types, caching and compression in htaccess
- Add MIME types avif(s) and jxl. Update caching and
compression of current and new MIME types.
Releases: master, 11.5... - 13:06 Revision f52d6c60: [!!!][FEATURE] Automatically register toolbar items as container services
- Toolbar items are now automatically tagged and registered, based on
the implemented `ToolbarItemInterface`, using the... - 12:27 Revision ad6da374: [BUGFIX] Update mime types, caching and compression in htaccess
- Add MIME types avif(s) and jxl. Update caching and
compression of current and new MIME types.
Releases: master, 11.5...
2021-11-26
- 23:41 Revision 360d06ad: [BUGFIX] Hide inline edit title button when user has no permissions
- Currently the inline edit button is shown even though a
user does not have necessary edit permissions.
This has been... - 23:12 Revision 4688014c: [BUGFIX] Hide inline edit title button when user has no permissions
- Currently the inline edit button is shown even though a
user does not have necessary edit permissions.
This has been... - 22:40 Revision b7374710: [!!!][TASK] Clean up module icons
- With #95888 icon identifiers provided by TYPO3.Icons
are used for module icons, where they were not
already in place.... - 20:48 Revision 09e47351: [TASK] Improve page permission copyFromParent tests and docs
- A new feature has been added with #89917 to provide the
possibility that user/group informations and permissions
are ... - 19:38 Revision 681fccd8: [TASK] Drop todo from ToolbarItemInterface
- The work on this interface was 7 years ago, time to
remove the todo.
Resolves: #96093
Related: #62928
Releases: mast... - 19:07 Revision a52f6a55: [TASK] Drop todo from ToolbarItemInterface
- The work on this interface was 7 years ago, time to
remove the todo.
Resolves: #96093
Related: #62928
Releases: mast... - 18:36 Revision c41d4e33: [BUGFIX] Avoid Uri->__toString() swallows multi-slash paths
- Our PSR-7 Uri implementation has a bug when string
casting an Uri object: Creating a Uri from for instance
'https://e... - 17:55 Revision 5f195c58: [BUGFIX] Avoid Uri->__toString() swallows multi-slash paths
- Our PSR-7 Uri implementation has a bug when string
casting an Uri object: Creating a Uri from for instance
'https://e... - 16:01 Revision 90168ced: [BUGFIX] Create directory structure for temporary files
- Instead of using `GeneralUtility::mkdir` the method
`GeneralUtility::mkdir_deep` should be used to avoid errors
if th... - 14:54 Revision b1b6bc99: [BUGFIX] Create directory structure for temporary files
- Instead of using `GeneralUtility::mkdir` the method
`GeneralUtility::mkdir_deep` should be used to avoid errors
if th... - 12:48 Revision 3ec83831: [TASK] Avoid asserting sys_language in functional tests
- Table sys_language is legacy since language setup
is bound exclusively to site config in v11. We don't
need to import... - 12:03 Revision 0305b29b: [TASK] Avoid asserting sys_language in functional tests
- Table sys_language is legacy since language setup
is bound exclusively to site config in v11. We don't
need to import... - 11:07 Revision 393efa1c: [BUGFIX] Speed up linkvalidator functional tests
- The ext:linkvalidator functional tests work with a
fictional domain name to test if the code finds broken
external li... - 10:34 Revision 4bfdf830: [BUGFIX] Speed up linkvalidator functional tests
- The ext:linkvalidator functional tests work with a
fictional domain name to test if the code finds broken
external li...
2021-11-25
- 22:01 Revision 5a8171f5: [BUGFIX] Update CSV references when discarding record
- When an element is discarded in workspaces that is referenced
by another record in a group CSV field, those referenci... - 21:34 Revision 1e0e4f5f: [BUGFIX] Update CSV references when discarding record
- When an element is discarded in workspaces that is referenced
by another record in a group CSV field, those referenci... - 20:46 Revision fe086012: [BUGFIX] Prevent PHP warning in FolderBrowser
- Resolves: #96083
Releases: master, 11.5
Change-Id: I76d486d1b817832cbf7c62252fe4a5e3f9f94391
Reviewed-on: https://rev... - 20:45 Revision 90eef382: [BUGFIX] Prevent PHP warning in OpendocsToolbarItem
- In case a record from a no longer existing
table is stored as recently opened in the
user session, a PHP warning is t... - 20:07 Revision 1ab66648: [BUGFIX] Prevent PHP warning in FolderBrowser
- Resolves: #96083
Releases: master, 11.5
Change-Id: I76d486d1b817832cbf7c62252fe4a5e3f9f94391
Reviewed-on: https://rev... - 20:07 Revision a6f21085: [BUGFIX] Prevent PHP warning in OpendocsToolbarItem
- In case a record from a no longer existing
table is stored as recently opened in the
user session, a PHP warning is t... - 19:45 Revision 2aa17407: [BUGFIX] Respect '_language' argument for typoLink and LinkHandler
- This patch fixes a bug where a t3 page URI with _language != 0
was resolved to a page in the default language. This c... - 19:45 Revision f442e4d8: [BUGFIX] Respect '_language' argument for typoLink and LinkHandler
- This patch fixes a bug where a t3 page URI with _language != 0
was resolved to a page in the default language. This c... - 14:07 Revision b7c2ebb0: [BUGFIX] Prevent undefined array key in DataHandler
- Resolves: #96069
Releases: master, 11.5
Change-Id: I2d883ebb7682ac7f402cdcb91b015ca74bdb72b4
Reviewed-on: https://rev... - 13:59 Revision dd79d5b5: [TASK] Avoid setting assertCleanReferenceIndex to false in tests
- Functional tests that extend AbstractDataHandlerActionTestCase
test for correct sys_refindex in tearDown(). This can
... - 13:41 Revision 92a150d6: [BUGFIX] Prevent undefined array key in DataHandler
- Resolves: #96069
Releases: master, 11.5
Change-Id: I2d883ebb7682ac7f402cdcb91b015ca74bdb72b4
Reviewed-on: https://rev... - 13:37 Revision fc0b72ca: [TASK] Avoid setting assertCleanReferenceIndex to false in tests
- Functional tests that extend AbstractDataHandlerActionTestCase
test for correct sys_refindex in tearDown(). This can
... - 13:37 Revision 1ca742f0: [TASK] Avoid a useless trait in FormEngine
- ext:backend Form/Element recently got a trait with #95954
that can be easily avoided by adding the method to
Abstract... - 13:17 Revision 1643c457: [TASK] Avoid a useless trait in FormEngine
- ext:backend Form/Element recently got a trait with #95954
that can be easily avoided by adding the method to
Abstract... - 12:39 Revision f9c28d48: [BUGFIX] Respect '_language' argument for typoLink and LinkHandler
- This patch fixes a bug where a t3 page URI with _language != 0
was resolved to a page in the default language. This c... - 09:22 Revision 11fd04c0: [TASK] styleguide: runTests.sh: xdebug trigger works with macOS and WSL2
- docker on mac and windows WSL2 encapsulate a VM into
the system. The current xdebug remote config does not
work in th... - 09:12 Revision 146d3abb: [BUGFIX] styleguide: runTest.sh: Correct path resolving without realpath
- 00:11 Revision e8598fa5: [TASK] styleguide: Remove resolved todo
- This has been fixed in core with https://forge.typo3.org/issues/96058.
2021-11-24
- 23:24 Revision 74c45cef: [BUGFIX] Make selectCheckBox work with readOnly
- Using "readOnly" for a TCA field with renderType
"selectCheckBox" previously led to the fact, that
nothing was render... - 23:07 Revision 8a455d39: [BUGFIX] Make selectCheckBox work with readOnly
- Using "readOnly" for a TCA field with renderType
"selectCheckBox" previously led to the fact, that
nothing was render... - 23:02 Revision 49d38211: [TASK] Ensure tests for extensions work
- This change makes some FE calls easier for testing
in extensions, such as EXT:solr.
Resolves: #96050
Releases: maste... - 22:36 Revision 93279297: [BUGFIX] Better sys_refindex with workspace mm
- This fixes issues regarding sys_refindex handling when dealing
with workspace mm relations. Various DataHandler tests... - 22:13 Revision 3801adce: [BUGFIX] Better sys_refindex with workspace mm
- This fixes issues regarding sys_refindex handling when dealing
with workspace mm relations. Various DataHandler tests... - 21:17 Revision 1219dbb2: [BUGFIX] Observe GridEditor visibility to refresh codeMirror
- In case a TCA field with renderType=belayoutwizard
is configured to be not in the initially visible tab, the
CodeMirr... - 21:17 Revision ffc2c0d8: [BUGFIX] Make belayoutwizard TSconfig preview readonly
- With #94222, the TSconfig preview of a TCA field with
renderType= belayoutwizard was adjusted to use the
CodeMirror p... - 21:15 Revision a23b0b05: [BUGFIX] Do not use hardcoded field name for belayoutwizard
- TCA renderType=belayoutwizard did previously not
work for custom fields, as can be seen in styleguide
`tx_styleguide_... - 21:11 Revision ca54ba56: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/244 from ohader/inline-js
- Avoid inline JavaScript by applying recent TYPO3 v11.5.3 changes
- 20:42 Revision 3920dad3: Merge remote-tracking branch 'origin/main' into ohader/inline-js
- 20:39 Revision 61bd6042: [TASK] styleguide: Remove unrelated keys from TCA default value
- https://github.com/TYPO3-CMS/styleguide/pull/246
The backend_layout array needs to omit TSconfig specific keys
and h... - 20:23 Revision a4395dc8: [TASK] styleguide: Prepare main for core master
- Switch back dev dependencies for core master.
Used commands:
composer req typo3/cms-core:"dev-master" --dev --no-up... - 19:55 Revision 9c3c59d5: [TASK] styleguide: Run tests with PHP 8.1
- Run casual tests, but disable php-cs-fixer with
8.1 for now since it is not yet compatible. - 19:30 Revision 2d507a36: [TASK] styleguide: Set dependency for v11 as branching preparation
- Update dependencies to match v11 core development to get
tests green again. This is done as preparation to split
bran... - 18:37 Revision 7958bf70: [BUGFIX] Make belayoutwizard TSconfig preview readonly
- With #94222, the TSconfig preview of a TCA field with
renderType= belayoutwizard was adjusted to use the
CodeMirror p... - 18:36 Revision e8a3ea87: [BUGFIX] Do not use hardcoded field name for belayoutwizard
- TCA renderType=belayoutwizard did previously not
work for custom fields, as can be seen in styleguide
`tx_styleguide_... - 18:34 Revision 04b5ffcf: [BUGFIX] Observe GridEditor visibility to refresh codeMirror
- In case a TCA field with renderType=belayoutwizard
is configured to be not in the initially visible tab, the
CodeMirr...
2021-11-23
- 21:14 Revision 709deb86: [TASK] Ensure tests for extensions work
- This change makes some FE calls easier for testing
in extensions, such as EXT:solr.
Resolves: #96050
Releases: maste... - 20:42 Revision 74e057ca: [BUGFIX] Add missing checks for translate keys in compare view
- The compare view of EXT:beuser does a couple
of f:translate calls with dynamic values as key.
Since some of those cal... - 20:24 Revision 715d2c47: [BUGFIX] Add missing checks for translate keys in compare view
- The compare view of EXT:beuser does a couple
of f:translate calls with dynamic values as key.
Since some of those cal... - 12:51 Revision ed1462f8: [TASK] Avoid inline JavaScript in DispatchNotificationHook
- DispatchNotificationHook in ext:redirects has been adjusted
to trigger events using a script-less implementation.
Re... - 12:38 Revision e52196de: [TASK] Avoid inline JavaScript in DispatchNotificationHook
- DispatchNotificationHook in ext:redirects has been adjusted
to trigger events using a script-less implementation.
Re... - 10:17 Revision 33b3947b: [TASK] Avoid inline JavaScript in backend update signals
- BackendUtility::getUpdateSignalCode() returned plain inline JavaScript
code which got replaced by new BackendUtility:... - 09:58 Revision 4cd89b75: [TASK] Remove unused code in ContentObjectRenderer
- The ContentObjectRenderer throws a warning under certain
circumstances in PHP8. The warning is generated by code,
whi... - 09:57 Revision 8a8f1413: [TASK] Avoid inline JavaScript in backend update signals
- BackendUtility::getUpdateSignalCode() returned plain inline JavaScript
code which got replaced by new BackendUtility:... - 09:54 Revision fe0e3e4b: [BUGFIX] Fix displaying issue of buttons inside form fields
- By setting the display property of buttons inside of input-groups to
"flex", the height of the element inside the but... - 09:44 Revision bdf9728a: [TASK] Remove unused code in ContentObjectRenderer
- The ContentObjectRenderer throws a warning under certain
circumstances in PHP8. The warning is generated by code,
whi... - 09:02 Revision 0e965504: [BUGFIX] Fix displaying issue of buttons inside form fields
- By setting the display property of buttons inside of input-groups to
"flex", the height of the element inside the but...
2021-11-22
- 16:30 Revision 4ceaf40d: [BUGFIX] Prevent workspace access checks for dummy user
- The backend usergroup compare view requires to fetch the
group data of the groups to compare. Since this operation
de... - 16:12 Revision 448ad365: [BUGFIX] Prevent workspace access checks for dummy user
- The backend usergroup compare view requires to fetch the
group data of the groups to compare. Since this operation
de... - 16:09 Revision dcebee82: [BUGFIX] Ignore prefixParentPageSlug for non-page record in SlugHelper
- TCA slug field generator option 'prefixParentPageSlug' has been added
to be used for page records only. Slug generati... - 16:05 Revision d1e6f2af: [BUGFIX] Ignore prefixParentPageSlug for non-page record in SlugHelper
- TCA slug field generator option 'prefixParentPageSlug' has been added
to be used for page records only. Slug generati... - 15:50 Revision f75945cc: [BUGFIX] Ignore prefixParentPageSlug for non-page record in SlugHelper
- TCA slug field generator option 'prefixParentPageSlug' has been added
to be used for page records only. Slug generati... - 12:43 Revision e98b794e: [FEATURE] Option to copy page access settings from parent page
- Add option to copy page access settings from the parent page.
Set by setting Page TSconfig TCEMAIN.permissions.* to "... - 10:57 Revision 786c64b1: [BUGFIX] Trigger modal dismiss on cancel
- Currently when a language in site configuration
is removed the modal cancel button does not
remove/cancel the modal.
... - 09:11 Revision 8f69889f: [BUGFIX] Trigger modal dismiss on cancel
- Currently when a language in site configuration
is removed the modal cancel button does not
remove/cancel the modal.
...
2021-11-21
- 22:43 Revision 7938f4ba: [TASK] gitlab-ci: Do not run pre-merge after 11.5 merge
- Adapt pre-merge test setup to suppress runs when
11.5 branch patches are merged, similar to 10.4 setup.
Resolves: #9... - 21:24 Revision cd899d34: [TASK] Extract ext:test_irre_foreignfield from ext:irre_tutorial
- For easier testing, ext:irre_tutorial "foreignfield" setup
is extracted to a dedicated extension.
Tests concerning th... - 21:04 Revision 0dbf1378: [TASK] Extract ext:test_irre_foreignfield from ext:irre_tutorial
- For easier testing, ext:irre_tutorial "foreignfield" setup
is extracted to a dedicated extension.
Tests concerning th...
2021-11-20
- 11:16 Revision f3c0b8f9: [BUGFIX] Better sorting localizing records from non-default language
- Using the "translate" button in page module and localizing
records from non-default language may lead to funny conten... - 10:34 Revision 23910371: [BUGFIX] Better sorting localizing records from non-default language
- Using the "translate" button in page module and localizing
records from non-default language may lead to funny conten...
2021-11-19
- 22:11 Revision 08422260: [BUGFIX] Dispatch change event for updated input field
- The RequestUpdate component, handling the
TCA "onChange" functionality, adds an event
listener to the main HTML field... - 21:40 Revision 39546514: [BUGFIX] Fix array access for user without read permissions in PHP8
- Given you have a user which has no access to the current page
or no page at all, a "access array offset on value of t... - 21:26 Revision c09cfd40: [BUGFIX] Dispatch change event for updated input field
- The RequestUpdate component, handling the
TCA "onChange" functionality, adds an event
listener to the main HTML field... - 21:19 Revision 37f059e1: [BUGFIX] Fix array access for user without read permissions in PHP8
- Given you have a user which has no access to the current page
or no page at all, a "access array offset on value of t... - 16:10 Revision b60cf59f: [FEATURE] Introduce sliding window pagination
- This adds the NumberedPagination class from the
ext:numbered_pagination of Georg Ringer as
"SlidingWindowPagination" ... - 14:32 Revision e2f3fe07: [BUGFIX] Fix undefined array key warnings
- When comparing user groups, a fake user record
is created to fetch the group data for. This led to
a couple of undefi... - 13:40 Revision 67846838: [BUGFIX] Fix undefined array key warnings
- When comparing user groups, a fake user record
is created to fetch the group data for. This led to
a couple of undefi... - 13:25 Revision 002d099d: [BUGFIX] Avoid undefined array key warning
- Return an empty array if the key does not exist.
Resolves: #96023
Releases: master, 11.5
Change-Id: I41cbea8c74ac910... - 13:24 Revision 636ac7e2: [BUGFIX] Fix typo in RTE contentsCss example
- Releases: master, 11.5, 10.4
Resolves: #96040
Change-Id: Idc83eedacc1ab00f761e179e394e173a071b6b0d
Reviewed-on: https... - 13:24 Revision 9e4a801e: [BUGFIX] Fix typo in RTE contentsCss example
- Releases: master, 11.5, 10.4
Resolves: #96040
Change-Id: Idc83eedacc1ab00f761e179e394e173a071b6b0d
Reviewed-on: https... - 13:24 Revision 0a9898e1: [DOCS] Create changelog structures for 12.0
- New changelog entries now go to the release that they will be
integrated in, currently 12.0.
Updated the Howto.rst to... - 11:32 Revision f270a793: [BUGFIX] Always display root page in page tree
- This applies to rendering of database mounts (from groups or
from workspaces): They are now shown as children of the ... - 10:58 Revision c92438b7: [BUGFIX] Fix typo in RTE contentsCss example
- Releases: master, 11.5, 10.4
Resolves: #96040
Change-Id: Idc83eedacc1ab00f761e179e394e173a071b6b0d
Reviewed-on: https... - 10:57 Revision 136f5c87: [BUGFIX] Always display root page in page tree
- This applies to rendering of database mounts (from groups or
from workspaces): They are now shown as children of the ... - 10:55 Revision 4f5e778d: [BUGFIX] Always display root page in page tree
- This applies to rendering of database mounts (from groups or
from workspaces): They are now shown as children of the ... - 09:59 Revision 90cca745: [BUGFIX] Avoid undefined array key warning
- Return an empty array if the key does not exist.
Resolves: #96023
Releases: master, 11.5
Change-Id: I41cbea8c74ac910... - 09:58 Revision d1c61647: [BUGFIX] Add missing field enclosure to example
- The example for the CommaSeparatedValueProcessor
was missing a value for the fieldEnclosure property.
This might lead...
2021-11-18
- 19:51 Revision 89c3d095: [TASK] More deterministic functional test 'regular' DataSet
- The DataHandler 'regular' functional import DataSet
uses a duplicate sorting value for tt_content records
296 and 297... - 19:30 Revision 3d6103bc: [TASK] More deterministic functional test 'regular' DataSet
- The DataHandler 'regular' functional import DataSet
uses a duplicate sorting value for tt_content records
296 and 297... - 19:16 Revision 1c6f6e10: [TASK] Avoid inline JavaScript in wizard EditController
- Closing a popup window does not use inline JavaScript code anymore.
Resolves: #96019
Releases: master, 11.5
Change-I... - 19:16 Revision 5bc7ca9c: [TASK] Avoid inline JavaScript in wizard EditController
- Closing a popup window does not use inline JavaScript code anymore.
Resolves: #96019
Releases: master, 11.5
Change-I... - 18:01 Revision 47b5bbe0: [TASK] styleguide: Remove unused tx_styleguide_elements_basic.text_8 field
- 17:48 Revision 6d31a4ba: [TASK] Avoid inline JavaScript in f:be.menus.actionMenu
- Uses GlobalEventHandler functionality instead of onchange events.
Resolves: #96018
Releases: master, 11.5
Change-Id:... - 16:51 Revision 550d8dad: [BUGFIX] Apply AJAX scriptItems to FormEngine FlexFormSectionContainer
- When resolving inline JavaScript invocations in issue #95954 it looked
like AJAX-aware elements in FormEngine would s... - 15:52 Revision d3bad191: [BUGFIX] Use correct l10n_parent relation in ext:test_datahandler
- There was a copy&paste leftover, leading to translated records
being related to the wrong table.
By fixing the wrong... - 15:09 Revision d533bcd5: [BUGFIX] Use correct l10n_parent relation in ext:test_datahandler
- There was a copy&paste leftover, leading to translated records
being related to the wrong table.
By fixing the wrong... - 15:03 Revision 847a5ae5: [TASK] Adapt gitlab-ci and docker setup for 11.5 branch
- * gitlab-ci receives fresh 'cache' keys to have
different ones for master and v11.
* 11.5.change.patch branches in ... - 14:57 Revision b7118cc9: [TASK] Avoid inline JavaScript in f:be.menus.actionMenu
- Uses GlobalEventHandler functionality instead of onchange events.
Resolves: #96018
Releases: master, 11.5
Change-Id:... - 13:51 Revision c8155922: [BUGFIX] Apply AJAX scriptItems to FormEngine FlexFormSectionContainer
- When resolving inline JavaScript invocations in issue #95954 it looked
like AJAX-aware elements in FormEngine would s... - 12:53 Revision 21c7bb42: [BUGFIX] Call extension installer only with extension packages
- Calling the TYPO3 extension installer with a root package
of a different type will lead to an exception to be thrown.... - 12:52 Revision d1d2b3c6: [BUGFIX] Call extension installer only with extension packages
- Calling the TYPO3 extension installer with a root package
of a different type will lead to an exception to be thrown.... - 10:40 Revision 1342dd32: [TASK] Set TYPO3 version to 12.0.0-dev
- Resolves: #96022
Releases: master
Change-Id: I6d9be94a4013d1380f75ef6f6f8f7f330d15f9f5
Reviewed-on: https://review.ty... - 10:29 Revision 9bffe3c7: [BUGFIX] Don't link extension root package to vendor folder
- In case extensions are installed in vendor (in a future
version of composer installers), linking an extension root
pa...
2021-11-17
- 20:43 Revision 7fed08c0: [TASK] Relax PackageArtifactBuilder to support PHP 7.1
- Composer 2.1 supports PHP 5.3 and higher and to avoid issues during the
deployment or on systems where the CLI versio... - 20:30 Revision 0cb761cb: [BUGFIX] Initialize inline form fields just once
- Due to a bug, inline form fields were initialized twice, causing
internal application state issues in FormEngine and ... - 19:29 Revision 8af0f415: [BUGFIX] Prevent undefined index warning in ExtensionManagementUtility
- Resolves: #95729
Releases: master
Change-Id: I5020a42d156dbd15202228e963fd8853e123b8bf
Reviewed-on: https://review.ty... - 19:13 Revision ba4c7892: [BUGFIX] Properly explode file collection uids as int
- The FilesProcessor previously exploded the comma
separated list of file collection uids with trimExplode.
However, t... - 19:10 Revision 61e45a68: [TASK] runTests.sh: xdebug trigger works with macOS and WSL2
- docker on mac and windows WSL2 encapsulate a VM into
the system. The current xdebug remote config does not
work in th... - 18:29 Revision 146220ca: [TASK] Streamline FormEngine AJAX TypeScript sources
- Resolves: #96014
Releases: master
Change-Id: Ia6fea96a2af2572f5e2c0115aed99c514a168b8d
Reviewed-on: https://review.ty... - 18:24 Revision a0b14653: [TASK] runTests.sh: xdebug trigger works with macOS and WSL2
- docker on mac and windows WSL2 encapsulate a VM into
the system. The current xdebug remote config does not
work in th... - 17:29 Revision c39e4116: [TASK] CI: Use docker 20.10 instead of 19.03
- Switching to 20.10 gives us a feature we need
in runTests.sh.
Resolves: #96013
Related: #94932
Related: #95999
Relea... - 17:29 Revision 564ce8c3: [TASK] CI: Use docker 20.10 instead of 19.03
- Switching to 20.10 gives us a feature we need
in runTests.sh.
Resolves: #96013
Related: #94932
Related: #95999
Relea... - 16:27 Revision fff0380e: [BUGFIX] Handle empty fragments in HtmlWorker and f:transform.html
- HtmlWorker (triggered by f:transform.html view helper) issued a PHP
warning concering an empty Document Fragment when... - 15:34 Revision aba3d452: [BUGFIX] Add missing field enclosure to example
- The example for the CommaSeparatedValueProcessor
was missing a value for the fieldEnclosure property.
This might lead... - 15:27 Revision b678ba19: [BUGFIX] Save correct table name as ref_table in refindex
- The identifier from the linkHandler page TSconfig was formerly used as
the reference table name "ref_table". This ide... - 13:36 Revision 314a890e: [BUGFIX] Fix linkvalidator level
- Fix a problem in the GUI where the previous page "depth" selector
("Show this level") was not remembered when selecti... - 12:55 Revision ff16799f: [BUGFIX] Fix undefined array key warning in ImageContentObject
- Ensure the first argument passed to $this->cImage() is a
string if file is not defined in conf array.
Resolves: #960... - 10:19 Revision 5430aa93: [BUGFIX] Avoid fatal error in image rendering when processing fails
- Fatal error can occur, when the file variable isn't a string,
which only happens, when file processing failed or the ... - 10:14 Revision 0a98d923: [BUGFIX] Allow slashes as TS keys and escape dots for generated TS
- With the introduction of site settings being exposed
to TypoScript with https://review.typo3.org/64128
it has become ... - 08:20 Revision 9dc24282: [BUGFIX] Fix phpstan errors from ReturnTypeRule
- EXT:impexp
EXT:indexed_search
EXT:info
EXT:install
Resolves: #94264
Releases: master
Change-Id: I0799fce1f3f316a4b6e...
2021-11-16
- 21:30 Revision 3d1c9e25: [BUGFIX] Fix undefined key warning in ContentObjectRenderer
- Resolves: #95993
Releases: master
Change-Id: I8eb6e779ae1d0f02bf8ef0fe3fb5dd02b751cb47
Reviewed-on: https://review.ty... - 18:53 Revision 3f02811b: [BUGFIX] Add missing class to form wizard items
- In #94688, the table layout of form fields
had been replaced by a grid layout. However,
some places did not receive t... - 18:38 Revision fb32aa28: [BUGFIX] Fix undefined array key warnings in field providers
- Resolves: #95995
Releases: master
Change-Id: I6faea581aba0ca9171a6b79c94c1371c56b60387
Reviewed-on: https://review.ty... - 18:12 Revision ada2975a: [TASK] styleguide: Avoid inline JavaScript in custom eval at basic.input_20
- see https://review.typo3.org/c/Packages/TYPO3.CMS/+/72154
- 17:54 Revision 00104609: [TASK] styleguide: Remove custom JavaScript eval handling from basic.text_8
- see https://forge.typo3.org/issues/66688
- 17:36 Revision 6a882fff: [TASK] Avoid inline JavaScript in Scheduler
- Schedule task "Table Garbage Collection" uses inline JavaScript
to declare default values for different database tabl... - 13:43 Revision 16daefbe: [TASK] Remove leftover language labels
- The browser notification API has been introduced
in #90666. Due to various reason it had been
removed again in #92988... - 10:54 Revision f5e48b3e: [BUGFIX] Define foreign_match_field definition for test setup
- ext:irre_tutorial has two relations to tx_irretutorial_1nff_hotel
from tt_content: One from native field tx_irretutor... - 10:42 Revision 6ecdebc0: [TASK] Remove unused trait from install tool SessionService
- The functionality the trait provides is never used for the
SessionService, so usage declaration is removed.
Resolves... - 09:53 Revision 71d240bf: [TASK] styleguide: Add additional autoSizeMax examples for type group and inline
- The option autoSizeMax is a common property between select, group and
inline fields. This patch adds examples for gro... - 09:51 Revision 7f4aff8f: [TASK] styleguide: Simplify items TCA of type=check
- This patch follows up this core patch:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/72056
The items array is redu... - 09:32 Revision b619ba2f: [TASK] Set TYPO3 version to 11.5.4-dev
- Change-Id: I5796168cca0ddfd134da596d016a784bb9ab55b9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/721... - 09:15 Revision 03124e93: [RELEASE] Release of TYPO3 11.5.3
- Change-Id: I963971774750267bde8c1f4816ec9f07f2dad9f1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/721... - 09:06 Revision 88122436: [BUGFIX] Make external page error handling work again
- In recent TYPO3 v11.5.x versions, the error handling for Frontend
pages did cache the external PSR-7 Response (by guz...
2021-11-15
- 20:22 Revision 08669c3f: [TASK] Reduce inline JavaScript in FormEngine AJAX responses
- Reduces amount of `requireJsModules` and `scriptCall` invocations
in AJAX response handling and migrates to new `scri... - 20:05 Revision 7306506e: [TASK] Raise typo3/testing-framework:^6.14.0
- Brings a patch for extension testing, so they
don't inherit the composer flag for test instances
anymore.
composer r... - 19:59 Revision 4fd30373: [BUGFIX] Consider hideAtCopy and disableHideAtCopy for page translation
- In TYPO3 v8, new page translations within pages_language_overlay
were visible by default when using plain DataHandler... - 19:52 Revision 8ae4e473: [BUGFIX] Resolve page id correctly in ConditionMatcher
- The ConditionMatcher tries to resolve the
current page id from global variables. One of this possibilities uses the c... - 19:44 Revision 935b834d: [BUGFIX] Fix PHP 8 warning in TcaFlexProcess
- Resolves: #95987
Releases: master
Change-Id: Icd868d64e0414fa295f1d03c7cbe102b388ff978
Reviewed-on: https://review.ty... - 19:29 Revision d87cc4f5: [TASK] Move Composer package artifact to vendor folder
- Storing the package artifact in the var/build folder raised
questions how this folder shall be treated in general and... - 19:27 Revision 00fe04fa: [BUGFIX] Resolve page id correctly in ConditionMatcher
- The ConditionMatcher tries to resolve the
current page id from global variables. One of this possibilities uses the c... - 19:05 Revision d52dd96f: [BUGFIX] Fix loose type check in BackendUserAuthentication
- empty() returns true if a record contains 0 as value.
Therefore isset() needs to be used instead.
The corresponding ... - 18:18 Revision 61c307d1: [BUGFIX] Use text-end instead of text-right
- Bootstrap 5 ships with "text-end" which is semantically
more correct than "text-right".
This change adapts the neede... - 17:33 Revision 51d6d877: [BUGFIX] Show translated reference in shortcut preview of page module
- Previously, when creating a translated content element of
type `shortcut`, the preview in the page module would
alway... - 16:45 Revision 81e901ca: [BUGFIX] Fix loose type check in BackendUserAuthentication
- empty() returns true if a record contains 0 as value.
Therefore isset() needs to be used instead.
The corresponding ... - 14:52 Revision 736d7d30: [TASK] Tighten tests and extend PHP 8.1 testing
- The big win with this patch: All core now run tests with E_ALL
error handling (unit, functional, acceptance). This me... - 14:39 Revision 3c16bc4d: [TASK] Extract relevant parts of JsonRenderer into ext:test_irre_csv
- To further separate concerns from ext:irre_tutorial, the configuration
of JsonRenderer looses all parts that only con... - 14:27 Revision d0362c7b: [BUGFIX] Fix PHP 8.0 warnings in Workspace preview
- Resolves: #95973
Releases: master
Change-Id: I6f0358cfdc38aff55ce8e0ef4343cd50104d93c3
Reviewed-on: https://review.ty... - 14:20 Revision 9e152812: [TASK] Apply current recommendations for BASH scripts
- This patch applies the current recommendations for BASH scripts see
https://github.com/koalaman/shellcheck#readme.
R... - 14:02 Revision 896dab63: [TASK] Apply current recommendations for BASH scripts
- This patch applies the current recommendations for BASH scripts see
https://github.com/koalaman/shellcheck#readme.
R... - 13:41 Revision a5d32c79: [TASK] Raise typo3fluid/fluid:^2.7.1
- Brings especially a series of core v11 relevant
PHP 8.1 bug fixes.
composer req typo3fluid/fluid:^2.7.1
composer req... - 13:20 Revision 4fb1e061: [TASK] Raise typo3/testing-framework:^6.13.0
- Brings a series of core v11 relevant PHP 8.1 E_ALL
preparations and a couple of minor details.
composer req --dev ty... - 13:20 Revision 60a63058: [TASK] Raise typo3/testing-framework:^6.13.0
- Brings a series of core v11 relevant PHP 8.1 E_ALL
preparations and a couple of minor details.
composer req --dev ty... - 13:17 Revision 73422129: [BUGFIX] Fix PHP 8 warning in ConstantConfigurationParser
- If extension authors don't provide a type for their
extension configuration options, they will now fall
back to "stri... - 13:10 Revision 98af8fbb: [TASK] Activate a unit test with PHP 8.1
- There was a skipped unit test due to a PHP 8.1 bug.
Latest rc6 fixed the issue, the test can be activated
again.
Res... - 12:43 Revision ef698031: [TASK] Update Bootstrap to 5.1.3 and PopperJS library
- Used commands:
> yarn add "bootstrap@^5.1.3"
> yarn add "@popperjs/core"
> grunt build
Resolves: #95975
Releases: m... - 12:26 Revision 1c0d4d6f: [TASK] Extract ext:test_irre_csv from ext:irre_tutorial
- For easier testing, ext:irre_tutorial "csv" setup
is extracted to a dedicated extension.
Tests concerning these table... - 11:31 Revision bce2a155: [BUGFIX] Raise 3rd party composer packages to composer.lock version
- During testing to activate E_ALL and PHP 8.1 testing with activated
E_ALL, nightly 'composerMin' tests for PHP8.1 are... - 09:17 Revision 01e867b0: [BUGFIX] Fix typo in description of LostFilesCommand
- Resolves: #95971
Releases: master
Change-Id: I73f4d694d3a641c07c10b31c7e508f20836a955c
Reviewed-on: https://review.ty... - 09:05 Revision ab479dd5: [BUGFIX] Correctly double and single quotes in page tree tooltips
- There were several problems with tooltips in the page tree:
- htmlspecialchars was applied twice to the tooltip stri...
2021-11-13
- 17:44 Revision 5e791a00: [BUGFIX] Add configuration to set SMTP mail domain
- If you use some mail relay servers for sending emails via
SMTP, it is necessary to specify the domain name under whic... - 10:06 Revision 3a186741: [BUGFIX] Keep original request language for shortcuts
- In #89871 (65dc060) a fix was introduced, that
forces the link generation to use the requested
language of shortcuts ...
2021-11-12
- 22:54 Revision f12e9d29: [TASK] Add correct test for shortcut issue in language menu
- The added tests for #89871 do not prove the
correctness of the patch. They go green, without the
fix being applied. T... - 20:00 Revision 5fe876e5: [BUGFIX] Raise doctrine/dbal:^2.13.5
- doctrine/dbal driver for postgres has been feeding null to
preg_match() in some constellations, which emits E_DEPRECA... - 16:45 Revision 68aa03bd: [BUGFIX] Ensure TranslateViewHelper does not fail on invalid extension
- Change #95839 introduced a regression that causes TranslateViewHelper
to fail when an invalid extension key is specif... - 07:47 Revision 771bbc3b: [BUGFIX] Fix PHP 8 warning in LinkAnalyzer
- Resolves: #95960
Releases: master
Change-Id: I5853d135ce20b1e9b53806a16fb734ab87c41b2b
Reviewed-on: https://review.ty...
2021-11-11
- 15:16 Revision dbcd908b: [BUGFIX] Input and save date properly when USdateFormat is set
- Currently, the value of `USdateFormat` is disregarded because the
corresponding property, `FormEngineValidation.USmod... - 15:01 Revision d021fbca: [BUGFIX] Input and save date properly when USdateFormat is set
- Currently, the value of `USdateFormat` is disregarded because the
corresponding property, `FormEngineValidation.USmod... - 14:22 Revision c5b8e7a9: [TASK] Transform JavaScriptHandler.js to be hybrid IIFE and AMD
- With this change JavaScriptHandler.js is not only an immediately
invoked function expression (IIFE) like before but i... - 13:59 Revision f76e1a6c: [BUGFIX] Revert "Make file paths absolute in GIFBUILDER"
- This reverts commit 7bfe6f7608959e6607079e884b052aaa24a136cb
as this has some side-effects with absolute paths.
Reve... - 13:30 Revision 6501c328: [BUGFIX] Avoid PHP warnings in AbstractUserAuthentication
- When dealing with 3rd-party authentication services,
which might return other values than arrays or
without UIDs.
Th... - 13:12 Revision 9ec2f2d7: [BUGFIX] Revert "Make file paths absolute in GIFBUILDER"
- This reverts commit 48e4e495e2f5a85204e4f81bffd2164f095876f7
as this has some side-effects with absolute paths.
Chan... - 12:20 Revision 3d35dfd8: [BUGFIX] Allow service aliases in ContentDataProcessor
- Fetch services from the DI container and perform post-creations
checks instead of checking class_exists and therefore... - 11:13 Revision 9a7da081: [BUGFIX] Fix undefined key warnings in MagicImageService
- Two undefined array key warnings are fixed, which
occurred on PHP 8 when accessing the MagicImageService.
Resolves: ... - 08:41 Revision 2c1a8ac6: [BUGFIX] Fix timezone of native time records in list
- Native time fields (dbtype) in the record list are now displayed
independent from the server timezone.
Resolves: #92... - 08:39 Revision ccb7a8e4: [TASK] Explicitly use JavaScript module instructions in dashboard
- Introduces new `\TYPO3\CMS\Dashboard\Widgets\JavaScriptInterface`,
based on explicit `\TYPO3\CMS\Core\Page\JavaScript...
2021-11-10
- 22:40 Revision 7b6502f3: [BUGFIX] Handle localizeReferencesAtParentLocalization for group/db
- TCA config property 'localizeReferencesAtParentLocalization'
for database relations is only handled with type=select
... - 22:23 Revision 4709cc59: [BUGFIX] Remove leftover service registration for TableController
- TableController was removed in #95036.
The corresponding service registration is
now removed, too.
Resolves: #95955
... - 21:18 Revision 3d61bfb7: [BUGFIX] Fix timezone of native time records in list
- Native time fields (dbtype) in the record list are now displayed
independent from the server timezone.
Resolves: #92... - 20:10 Revision f2537b75: [TASK] Push DataHandling functional test extension down one level
- All functional tests in DataHandling category (both workspaces and core)
used to load the ext:irre_tutorial test exte... - 19:23 Revision e87e0a4c: [BUGFIX] Avoid InvalidTypoScriptConditionException in RedirectHandler
- Redirects to target with LinkHandler uri 't3://' need a bootstrapped
'TypoScriptFrontendController' and parsed and ex... - 19:23 Revision 19b3b414: [BUGFIX] Fix too long regular expression error in ContentObjectRenderer
- Text cropping on texts with way more than 1000 characters
triggers regular expression compilation errors.
The sweet s... - 19:23 Revision 76f7f362: [DOCS] Replace links with intersphinx refs
- Using references instead of absolute URLs has the following
advantages:
- If a target section is moved, the URL in a... - 18:57 Revision c869c8ba: [BUGFIX] Fix too long regular expression error in ContentObjectRenderer
- Text cropping on texts with way more than 1000 characters
triggers regular expression compilation errors.
The sweet s... - 18:52 Revision 3c4cef7e: [BUGFIX] Load FlexForm Sections on new before save
- FlexForm Section can be added before content element is saved.
This is done by ensuring that processedTca have a valu... - 18:51 Revision 6359edb1: [DOCS] Replace links with intersphinx refs
- Using references instead of absolute URLs has the following
advantages:
- If a target section is moved, the URL in a... - 18:15 Revision 1d1712bf: [BUGFIX] Load FlexForm Sections on new before save
- FlexForm Section can be added before content element is saved.
This is done by ensuring that processedTca have a valu... - 18:14 Revision 91413062: [BUGFIX] Fix method signature of Query::logicalOr()
- The method signature of Query::locicalOr() is very misleading
because it only states there is one method argument $co... - 18:14 Revision e4d5450a: [BUGFIX] Fix method signature of Query::logicalOr()
- The method signature of Query::locicalOr() is very misleading
because it only states there is one method argument $co... - 18:12 Revision 0dec9bab: [DOCS] Update section on redirects in seo docs
- - Remove information about bug which no longer exists
- Link to redirects documentation
- Remove example for redirect... - 17:57 Revision 065be835: [DOCS] Update section on redirects in seo docs
- - Remove information about bug which no longer exists
- Link to redirects documentation
- Remove example for redirect... - 17:37 Revision b71167e1: [BUGFIX] Make toolbar dropdown menu scrollable
- The contents of the toolbar dropdown menus
for bookmarks and open documents are dynamic.
Having e.g. a lot bookmarks ... - 17:28 Revision bf538d60: [BUGFIX] Prevent undefined array key warning in QueryGenerator
- Resolves: #95943
Releases: master
Change-Id: Ibf5c2c9fe776ab3111c172085335541970a41de7
Reviewed-on: https://review.ty... - 17:24 Revision f37a7fbc: [TASK] Fix phpstan errors from ReturnTypeRule in various exts
- * EXT:belog
* EXT:beuser
* EXT:dashboard
* EXT:extensionmanager
Resolves: #94256
Releases: master
Change-Id: Iee778a... - 17:12 Revision c1a6410d: [BUGFIX] Fix undefined array key warnings in ExtendedTemplateService
- Additionally, a change in behaviour from #95519
is fixed, while keeping the fallbacks in place.
Resolves: #95945
Rel... - 16:49 Revision b174ff05: [BUGFIX] Fix undefined array key warning in GroupResolver
- Resolves: #95946
Releases: master
Change-Id: Ide10cf2722af3f7cc7b8e4e8830159f7de3510be
Reviewed-on: https://review.ty... - 12:27 Revision 920e1ef4: [BUGFIX] Fix various undefined array key errors in PHP8
- Resolves: #95925
Releases: master
Change-Id: I125fcb5e60561646ee8398b0536106a2d5c828ed
Reviewed-on: https://review.ty... - 12:25 Revision 6ab1b1cd: [BUGFIX] Fix undefined array key errors in ContentObjectRenderer
- Resolves: #95926
Releases: master
Change-Id: I67de7575d4c6b75062cb21e558402f15dfeb70a7
Reviewed-on: https://review.ty... - 10:10 Revision 9f916274: [BUGFIX] Fix saving command line scheduler tasks in PHP 8
- Prevent undefined array key access in saveAdditionalFields()
method in ExecuteSchedulableCommandAdditionalFieldProvid... - 09:55 Revision f9322a10: [BUGFIX] Avoid calling htmlspecialchars(null) in GeneralUtility
- GeneralUtility::implodeAttributes() calls htmlspecialchars() on the
array values to sanitize them. The values may be ... - 09:55 Revision 93f2e05c: [BUGFIX] Avoid calling preg_split(null) in ContentObjectRenderer
- CropViewHelper::renderStatic() calls ContentObjectRenderer::cropHTML()
with result from children closure, which may b... - 09:55 Revision 5f69e379: [BUGFIX] Avoid E_DEPRECATED error calling trim(null) and explode(null)
- TypoScriptTemplateInformationModuleFunctionController::main() calls
trim() and explode() with array values which may ... - 09:55 Revision 59d1fe6e: [BUGFIX] Avoid calling explode(null) in ExtendedTemplateService
- ExtendedTemplateService::ext_regObjectPositions() calls explode() with
$constants parameter which may be null. Feedin... - 09:13 Revision 1394a4cf: [TASK] Simplify checkbox items TCA
- TCA shares same keys across different types,
and so does "items" with type check, radio
and select. The value is usua... - 09:06 Revision 47ba4aea: [BUGFIX] Avoid calling htmlspecialchars(null) in InputTextElement
- InputTextElement::render() calls htmlspecialchars() to output the
itemValue. $itemValue can be null null instead of a... - 08:57 Revision 361cd30c: [BUGFIX] Avoid calling parse_url(null) in DatabaseRecordList
- DatabaseRecordList::renderListRow() calls linkUrlMail() with
eventually null as second argument, thus invoking parse_... - 08:49 Revision a77817e4: [TASK] Reduce directly invoked inline JavaScript
- To decrease the amount of inline JavaScript that has been
generated by some PHP process assignments and invocations
a... - 08:26 Revision 48d783b2: [BUGFIX] Avoid calling substr_count(null) in TemplateService
- TemplateService::render() calls substr_count() on a array field
retrieved from the database, which may be null instea... - 08:25 Revision 62a22b5b: [BUGFIX] Avoid calling strlen(null) in TextElement
- TextElement::render() calls strlen() to determine length of form
elemet item value. It may be that item value is null... - 08:24 Revision a3c67422: [BUGFIX] Avoid calling htmlspecialchars(null) in TextElement
- TextElement::render() calls htmlspecialchars() to output the
item value. It may be that $itemValue is null instead of...
2021-11-09
- 21:22 Revision 4252e85d: [BUGFIX] Provide arguments in correct order to DataHandler log method
- The first array entry for "$data" is the replacement for "%s" in
vsprintf. The order has been swapped, so the wrong e... - 21:01 Revision c933e6f5: [TASK] Testing type=group localizeReferencesAtParentLocalization
- Add core and workspace functional test for TCA option
'localizeReferencesAtParentLocalization' with type=group
to nai... - 18:47 Revision 8ff90ffd: [BUGFIX] Fix undefined key warning in EXT:frontend with PHP8
- When using a text content element with a table inside bodytext,
you will have a PHP warning: Undefined array key "1."... - 18:16 Revision bcdfb9e8: [BUGFIX] Streamline arguments for logicalAnd() query in Extbase
- The method signature of Query::locicalAnd() is very misleading
because it only states there is one method argument $c... - 18:09 Revision b94e462f: [DOCS] Fix typos in changelog
- Resolves: #95924
Releases: master
Change-Id: Id341014507623e1f1aa07721d81d0667b7cdef04
Reviewed-on: https://review.ty... - 17:37 Revision 379bfc87: [BUGFIX] Cast tokenValue to string in ext:impexp
- Cast 'tokenValue' to string as it can happen to be an integer.
Releases: master
Resolves: #95887
Change-Id: I2c05392... - 17:22 Revision 538e4c2b: [BUGFIX] Fix several doc block types in extbase persistence
- To ease the work with phpstan and IDE's, some types in
persistence related classes of extbase are now either
fixed or... - 17:04 Revision 12f84c73: [BUGFIX] Fix several doc block types in extbase persistence
- To ease the work with phpstan and IDE's, some types in
persistence related classes of extbase are now either
fixed or... - 17:04 Revision c99dfecb: [BUGFIX] Replace non existing icon in DB Check
- It's possible to query for deleted records in DB Check
"Full search". Such records can then be restored only
or addit... - 16:45 Revision a572e67d: [BUGFIX] Replace non existing icon in DB Check
- It's possible to query for deleted records in DB Check
"Full search". Such records can then be restored only
or addit... - 16:33 Revision 6e319afb: [BUGFIX] Restore new pages behavior in context menu
- In prior versions, creating a new page via the context
menu inserted the new page "inside". This however
changed to "... - 16:13 Revision 842e9659: [TASK] Skip localization mode selection in localization wizard
- In case only one localization mode is available, e.g.
because a localization mode was already defined for
the transla... - 16:09 Revision 03cc0ab9: [BUGFIX] Streamline arguments for logicalAnd() query in Extbase
- The method signature of Query::locicalAnd() is very misleading
because it only states there is one method argument $c... - 16:07 Revision fef1fa97: [BUGFIX] Properly respect offset in QueryGenerator
- The pagination feature in DB Check "Full search" did
not work, since the defined offset was not added to
the query.
... - 16:06 Revision ae11be46: [BUGFIX] Restore new pages behavior in context menu
- In prior versions, creating a new page via the context
menu inserted the new page "inside". This however
changed to "... - 16:04 Revision 77e62e2a: [BUGFIX] Save correct table name as ref_table in refindex
- The identifier from the linkHandler page TSconfig was formerly used as
the reference table name "ref_table". This ide... - 15:56 Revision 97dd051a: [BUGFIX] Fix warning in InputLinkElement
- Resolves: #95917
Releases: master
Change-Id: I0a02c5f9ac49b4523fe754d5a0a1e86b6a57eb34
Reviewed-on: https://review.ty... - 15:55 Revision 9d3e4924: [BUGFIX] Avoid call mb_strlen(null) in GeneralUtility::fixed_lgd_cs
- GeneralUtility::fixed_lgd_cs() may be called with null instead of a
string as first argument, which is passed to mb_s... - 15:54 Revision b6ee2a25: [BUGFIX] Properly respect offset in QueryGenerator
- The pagination feature in DB Check "Full search" did
not work, since the defined offset was not added to
the query.
... - 12:58 Revision 2eb2eae7: [BUGFIX] Avoid calling htmlspecialchars(null) in DatabaseRecordList
- DatabaseRecordList::renderListRow() used the return value of
called BackendUtility::getProcessedValueExtra() to feed ... - 12:51 Revision 358d21e5: [TASK] selenium/standalone-chrome:4.0.0-20211102
- Latest 3.141 again leads to trouble with timeout
exceptions. 4.0 seems to behave better ... let's
raise again to see ... - 10:17 Revision 9f1c636d: [BUGFIX] Deprecation free SplObjectStorage in ModuleDataStorageCollection
- Add PHP 8.1 attribute #[\ReturnTypeWillChange] with todo to set
correct return type as breaking change in v12 to sati... - 07:40 Revision 04a13580: [BUGFIX] Use correct selector for progress bar in workspaces
- Since #91085, sending a remote request in workspaces,
e.g. sending records to another stage, is visualized by
a progr... - 07:20 Revision ff68c3ec: [BUGFIX] Fix translation handling in vendor packages
- When installing TYPO3 and Extensions into the vendor folder, no language
files can be loaded anymore because of an im... - 00:20 Revision e0f48938: [BUGFIX] Deprecation free \SplSubject in ExtensionXmlParser
- Set void return type for @internal class ExtensionXmlParser
to satisfy PHP 8.1 strict return on SPL classes.
Resolve... - 00:10 Revision 25ef8a70: [BUGFIX] Avoid calling nl2br(null) in Nl2brViewHelper
- Nl2brViewHelper::renderStatic() calls nl2br with the return
of the called $renderChildrenClosure which may return nul...
2021-11-08
- 18:36 Revision 0215c4ef: [TASK] Use icon identifier in module configurations
- In most module configurations icons with a distinct path are
used. This is not necessary, as the module icons are alr... - 18:07 Revision c6cebd76: [BUGFIX] Properly handle deleted placeholders in TCA group and select
- The TCA types "group" and "select" are both using the
relation handler to resolve items from foreign tables.
Previous... - 17:42 Revision 81f6cb1c: [BUGFIX] Properly handle deleted placeholders in TCA group and select
- The TCA types "group" and "select" are both using the
relation handler to resolve items from foreign tables.
Previous... - 15:55 Revision 61e6912f: [TASK] Remove inline JavaScript in view module
- This patch removes inline JavaScript usage for the
refresh button in ViewModuleController.
Resolves: #95896
Releases... - 14:26 Revision 22b73bf0: [TASK] Fix return type declaration for slug provider
- PHPDoc block for method PageSlugCandidateProvider::getCandidatesForPath()
had incorrect return type of string[].
Thi... - 13:49 Revision 9f23ccc8: [TASK] Fix return type declaration for slug provider
- PHPDoc block for method PageSlugCandidateProvider::getCandidatesForPath()
had incorrect return type of string[].
Thi... - 12:11 Revision eff105bc: [TASK] Update selenium/standalone-chrome
- Resolves: #95883
Releases: master
Change-Id: I54cf7f2e0c8e968d8f29151b1621b54357681ab2
Reviewed-on: https://review.ty... - 12:02 Revision 48a65a91: [BUGFIX] Use forced scheme only if set and not empty
- The forced scheme needs to be checked if not empty and not
only if existing. The regression has been introduced with ... - 11:40 Revision 907e65ec: [BUGFIX] Add missing cookie option on install tool logout
- Add the missing samesite cookie option after the logout from the
install tool which leads to an error in the browser ... - 11:35 Revision 4be84438: [BUGFIX] Use forced scheme only if set and not empty
- The forced scheme needs to be checked if not empty and not
only if existing. The regression has been introduced with ... - 11:29 Revision 6c43cba2: [BUGFIX] Stabilize recycler AC test
- Currently the acceptance test for the
recycler module uses "see" to check
if a text appears in the flashmessage
which... - 11:01 Revision e8b2f248: [TASK] Change requirement for finediff
- Change requirement from cogpowered/finediff to lolli42/finediff.
This was already done for v11 - due to problems with... - 10:52 Revision e357856d: [TASK] Simplify finder initialization in php-cs-fixer.php
- Use ignoreVCSIgnored for the Symfony finder initialization
in php-cs-fixer.php to automatically ignore all files
from...
2021-11-05
- 15:53 Revision 0206b833: [TASK] Improve readability of ext:redirects documentation
- This commit improves the overall readability of the
ext:redirects documentation.
Releases: master, 10.4
Resolves: #9... - 15:23 Revision 8d6ae5a4: [TASK] Improve readability of ext:redirects documentation
- This commit improves the overall readability of the
ext:redirects documentation.
Releases: master, 10.4
Resolves: #9... - 12:34 Revision 22702bd6: [TASK] Make HtmlParser PHP8 compatible
- Class \TYPO3\CMS\Core\Html\HtmlParser generates a lot of undefined
key warnings when running with PHP 8. It needs to ... - 12:31 Revision 04cd3f0a: [BUGFIX] Translate image dimensions on file replace
- Width and height of an image is stored in translatable metadata
records. These properties are extracted by FAL API wh... - 11:54 Revision bdc1bc40: [BUGFIX] Do not HTML encode attributes in Script and Asset VH
- ScriptViewHelper and AssetViewHelper do not directly output any tag,
but only pass the arguments to AssetCollector.
... - 11:53 Revision 759565d4: [TASK] Streamline composer.json deficit detector
- Code for scanning extension folders and populating
information from that, is removed to use already
available API in ... - 11:31 Revision d8c9d5ab: [BUGFIX] Do not HTML encode attributes in Script and Asset VH
- ScriptViewHelper and AssetViewHelper do not directly output any tag,
but only pass the arguments to AssetCollector.
... - 11:22 Revision 685b64b3: [BUGFIX] Translate image dimensions on file replace
- Width and height of an image is stored in translatable metadata
records. These properties are extracted by FAL API wh... - 11:04 Revision 9636932c: [BUGFIX] Add missing cookie option on install tool logout
- Add the missing samesite cookie option after the logout from the
install tool which leads to an error in the browser ... - 10:20 Revision a1074fbe: [BUGFIX] Fix EditableRestriction for linkvalidator
- EditableRestriction in linkvalidator checks which fields are editable
Doing so, it also considers the allow / deny ty... - 10:11 Revision 70ce8871: [BUGFIX] Initialize selected crop variant on modal open
- In the cropper modal the initial aspect ratio
is not respected.
This has been fixed by triggering the update method
... - 10:04 Revision 0c292e8f: [BUGFIX] Fix EditableRestriction for linkvalidator
- EditableRestriction in linkvalidator checks which fields are editable
Doing so, it also considers the allow / deny ty... - 09:34 Revision a15953b4: [BUGFIX] Suppress E_DEPRECATED for strftime() and gmstrftime()
- PHP functions strftime() and gmstrftime() have been deprecated in
PHP 8.1 and will be removed in PHP 9.0. Currently, ... - 08:38 Revision 7b94fb38: [DOCS] Minor fixes in redirects docs
- Resolves: #95865
Related: #95816
Releases: master, 10.4
Change-Id: Ic9fecfbe07abf98af8d9b8f73d54f3482643c372
Reviewed... - 08:04 Revision 6c15f2c5: [DOCS] Minor fixes in redirects docs
- Resolves: #95865
Related: #95816
Releases: master, 10.4
Change-Id: Ic9fecfbe07abf98af8d9b8f73d54f3482643c372
Reviewed... - 05:35 Revision 7c0dac58: [BUGFIX] Ensure form finisher dependencies can get injected
- With #94317 the instantiation of form finishers has been changed by
replacing `ObjectManager::get()` in favor of
`Gen...
2021-11-04
- 16:31 Revision bf13e4ef: [BUGFIX] Restore SummaryPage path for form single value access
- Resolves: #95868
Releases: master, 10.4
Change-Id: Iffc8ed042f4990b132c28a0ff7b4d80ffca530ac
Reviewed-on: https://rev... - 16:31 Revision d2d8ee23: [TASK] Remove unnecessary assertions from tests
- Resolves: #95197
Releases: master
Change-Id: I39683431de4cfbc3f6f84b8f096c079e978e5d8f
Reviewed-on: https://review.ty... - 16:22 Revision 1b6f7545: [BUGFIX] Fix #modulemenu collapsed state on Firefox
- This fixes cut modulemenu icons on Firefox when scrollbars are shown.
It has been fixed before, but since then seemin... - 16:15 Revision 29104e35: [BUGFIX] Restore SummaryPage path for form single value access
- Resolves: #95868
Releases: master, 10.4
Change-Id: Iffc8ed042f4990b132c28a0ff7b4d80ffca530ac
Reviewed-on: https://rev... - 16:13 Revision 448d081c: [TASK] Fix warning in GridColumnClassAutoConfigurationViewHelper
- Resolves: #95871
Related: #95859
Releases: master
Change-Id: I0982c2289e00c7eaecfaa0dab89d184e09148f0f
Reviewed-on: h... - 16:11 Revision 5d7593b4: [TASK] Use direct method invocation instead of calling it static
- In the process, some tests calling tests (which is bad style) have
been disentangled by calling the code explicit, ra... - 15:05 Revision b3ee53cd: [BUGFIX] Enriched relation values in rootline do not consider overlays
- The overlay handling (localization and workspaces) of relation values
resolved in the RootlineUtility do only conside... - 14:20 Revision f6c3f6ce: [TASK] Set actions to protected in Dashboard
- Currently all "*Action" are set to public which isn't
neccessary because the handleRequest() dispatches
these actions... - 14:18 Revision 00c7a5ea: [BUGFIX] Ensure view initialisation in FluidEmail
- FluidEmail view object is null after deserialisation
causing an error when flushing the file spool queue.
Ensure the ... - 14:18 Revision c47cd42a: [BUGFIX] Update feature toggles state at once
- When updating feature toggles, the corresponding method
iterates over all feature toggles and checks if those
state c... - 13:55 Revision 7c238eea: [BUGFIX] Ensure view initialisation in FluidEmail
- FluidEmail view object is null after deserialisation
causing an error when flushing the file spool queue.
Ensure the ... - 13:38 Revision 7523178b: [BUGFIX] Do not show empty colPos message for special unused column
- Columns, not having a colPos defined, are considered as
inaccessible. A event listener therefore enriches such
column... - 13:35 Revision 9758a7a0: [BUGFIX] Document proper paths for form single value access
- Resolves: #95868
Releases: master, 10.4
Change-Id: I443ba87dd97e1efacbaf441a1263dd47ec1e1aa2
Reviewed-on: https://rev... - 13:23 Revision d0d568a6: [BUGFIX] Document proper paths for form single value access
- Resolves: #95868
Releases: master, 10.4
Change-Id: I443ba87dd97e1efacbaf441a1263dd47ec1e1aa2
Reviewed-on: https://rev... - 13:11 Revision 1cfc588b: [BUGFIX] Use search_field value from session again
- search_field value from session is never used again anymore, fixed that regression
Resolves: #94898
Releases: 10.4
C... - 13:05 Revision 5f4142b8: [BUGFIX] Fix redirect on failed login when redirectMode is unset
- This commit adds the missing additional check that a redirect happens
only on a successful login or logout, even if p... - 12:20 Revision 7cf2035c: [BUGFIX] Fix overlapping FormEngine fields
- Because of normal selectSingle fields having the css property
"width: auto", very long text forces those fields to sp... - 11:29 Revision 36e8427f: [TASK] Remove default values in TCA of core fields
- This removes the default values for:
- minitems = 0 in general
- size = 1 with renderType = selectSingle
minitems =... - 11:18 Revision 283c5b73: [TASK] Optimize AC tests to use dataProvider
- Currently some acceptance tests do not use a
data provider as intended.
These tests have been optimized to use the
d... - 11:03 Revision 46318d9a: [TASK] Enhance deprecation message for table pages_language_overlay
- Regardless of existance of table pages_langugage_overlay in database,
a deprecation message for TCA migration is logg... - 10:59 Revision fb65ea08: [BUGFIX] Ensure indexed search stats are only written when not empty
- This change fixes a regression introduced with #92993 when
removing personalized search statistics.
A simple search ... - 10:57 Revision 16839fac: [BUGFIX] Replace filter_var(FILTER_SANITIZE_STRING) in RequestBuilder
- Sanitize filter 'FILTER_SANITIZE_STRING' has been deprecated
since PHP 8.1 and will be removed in PHP 9.
ext:extbase... - 09:56 Revision 072a7c49: [TASK] Set word-wrap to avoid a horizontal scrollbar in modal
- A long database name currently causes the
modal to show scroll bars.
This has been fixed by setting word-wrap
for li... - 07:51 Revision ef62556d: [BUGFIX] Show errors when failing to write site configuration
- This patch adds an error if the site configuration file cannot be
written or deleted.
Exceptions thrown while failin... - 07:21 Revision 636b3d83: [BUGFIX] Fix cache clearing when publishing from workspace
- With #89555 cache clearing has been disabled
if the user is currently in a workspace.
This is fine in most cases, bu... - 06:43 Revision e9dae46a: [BUGFIX] Fix cache clearing when publishing from workspace
- With #89555 cache clearing has been disabled
if the user is currently in a workspace.
This is fine in most cases, bu...
2021-11-03
- 21:24 Revision c3c3da21: [BUGFIX] Fix problem of disabled buttons in pagination
- Due to improvements for accessibility, the contrast between
color and background color was increased for disabled but... - 21:22 Revision ff70e5e9: [BUGFIX] Keep pagination in redirect module if editing record
- Remember the current page in the redirects module if the pagination
is used - just as filter values.
Resolves: #9578... - 21:11 Revision 5bd58ebf: [BUGFIX] Use callout component on install tool login page
- The Install Tool Login page shows informational boxes like the one
that by default the Install Tool password is the o... - 21:04 Revision ff10a66f: [BUGFIX] Avoid accessing FAL compatibility layer
- When accessing static files via FAL API,
the compatibility layer (storage 0) kicks in.
This compatibility layer has m... - 20:37 Revision 276f73e5: [BUGFIX] Avoid calling quote with non-string value in QueryGenerator
- ext:lowlevel QueryGenerator calls quote(...) with non string value as
first parameter which ends in a E_DEPRECATED as... - 20:26 Revision 22fe7f95: [BUGFIX] Sanitize calling htmlspecialchars(...) in FormViewHelper
- htmlspecialchars(...) expects that first argument is a string,
otherwise triggering E_DEPRECATED.
This patch adds a ... - 20:18 Revision 22eef509: [TASK] AC test Environment -> Image Processing cards and its modals
- Added acceptance test for all missing cards in
"Environment -> Image Processing".
to see headline, buttons and expect... - 19:45 Revision c100b68a: [BUGFIX] Use CodeMirror auto sizing feature correctly
- To use CodeMirror's auto sizing feature, we need
to set the style attribute of the wrapper element
to "auto", instead... - 19:02 Revision 71e54dec: [BUGFIX] Extend condition for isOnSymmetricSide
- Instead of holding only the uid as a plain value the given databaseRow
array of the symmetric_field can hold an array... - 17:32 Revision ac2e3264: [BUGFIX] Fix Environment overview with using SQLite
- This change allows for the db connection parameters 'user',
'host' and 'port' to be empty, as it happens when using S... - 17:15 Revision ed782614: [BUGFIX] Restore inconsistent language highlighting
- The page module displays a flash message for page
translations with inconsistent ("mixed mode") content
elements. The... - 17:14 Revision 05bf4c86: [BUGFIX] Delete orphans that are deleted or hidden
- All restrictions are removed from the query builder that
fetches the orphan records.
A seperate query builder instan... - 17:01 Revision 914d8165: [BUGFIX] Fix various context menu visibility issues
- The context menu skeleton is partially visible for a very short time,
before its items are rendered and event listene... - 16:50 Revision 0ccee3fe: [DOCS] Create extension manual for t3editor
- Resolves: #95836
Releases: master
Change-Id: Id7667dcfc5b6e16662a1087c7d5591be32510c64
Reviewed-on: https://review.ty... - 16:31 Revision 3ac8d245: [TASK] Streamline page tree delete modal
- The page tree delete modal labels have been
changed to align with all other delete modals.
Resolves: #95817
Related:... - 16:10 Revision 4d971a54: [BUGFIX] Fix undefined key warning in EXT:form with PHP8
- When using a form witch contains a fieldset element,
you will have a PHP warning:
Undefined array key "xs" in GridCol... - 15:41 Revision 129c8e89: [DOCS] Documentation for EXT:redirects
- Resolves: #88570
Releases: master, 10.4
Change-Id: Iaf39f5d2b3d8509f405162d25b1de73d71e27c5d
Reviewed-on: https://rev... - 15:32 Revision 3e9c656f: [BUGFIX] Show relational indices issues in EXT:lowlevel again
- This change re-adds the output on "DB Relations"
of the "DB Check" module by having proper (PHP 8) related
checks on ... - 15:25 Revision 58b9d00b: [BUGFIX] Delete orphans that are deleted or hidden
- All restrictions are removed from the query builder that
fetches the orphan records.
A seperate query builder instan... - 15:19 Revision 4f5bd63c: [TASK] Use dedicated JavaScript LoginRefresh.initialize(options)
- Instead overriding class member variables externally, existing
initialize() method has been extended to support optio... - 15:17 Revision ca065026: [TASK] Normalize JavaScript initialization of workspaces preview
- Ensures workspaces PreviewController uses dedicated method to declare
client-side settings PageRenderer::addInlineSet... - 15:03 Revision e407449a: [TASK] Use dedicated JavaScript initialization for form manager
- To avoid having nested require.js inline JavaScript, initialization
of the form manager uses a dedicated helper modul... - 14:11 Revision 530eef76: [DOCS] Add README.rst as "about" file to system extensions
- Fix links to system extension in composer.json documentation where it
was still missing. Remove reference to docs_ind... - 13:53 Revision d03867a4: [TASK] Add acceptance test for recycler module
- An acceptance test for recycler has been added to
ensure the modules works as expected.
This acceptance test covers ... - 13:04 Revision 75b261dc: [TASK] Avoid using public property ModuleLoader::$modules
- Changes read-access to modules from `ModuleLoader::$modules`
to `ModuleLoader::getModules()`.
Resolves: #95851
Relea... - 12:40 Revision 288e88db: [DOCS] Documentation for EXT:redirects
- Resolves: #88570
Releases: master, 10.4
Change-Id: Iaf39f5d2b3d8509f405162d25b1de73d71e27c5d
Reviewed-on: https://rev... - 12:25 Revision 1dd425df: [BUGFIX] Prevent array to string conversion in IconFactory
- When mapping a 'pages' row to an icon, the 'module' field
might be both an array or a string. Reloading the page tree... - 11:59 Revision 147b9272: [BUGFIX] Fix IRRE related undefined key warnings
- Two occurrences in the DataHandler and another in
InlineRecordContainer needed fallbacks for array access.
Resolves:... - 11:55 Revision 695c6ad1: [BUGFIX] Fix rendering of specific format body in FluidEmail
- Previously it was not possible to trigger the email
body generation for a specific format, since FluidEmail
only impl... - 11:28 Revision fb19a0cc: [TASK] Expose all properties of JavaScriptModuleInstruction as JSON
- Resolves: #95847
Releases: master
Change-Id: Ia4bbb85c473fb5c6a9ca0461765756a014cc3492
Reviewed-on: https://review.ty... - 11:15 Revision fbbdfe7b: [TASK] Upgrade PHPStan to latest version 0.12.99
- This is the latest version before 1.0.0 release.
PHPStan 1.0 is going to be PHPStan 0.12.99 + bleeding edge + BC brea...
2021-11-02
- 13:05 Revision 94682589: [BUGFIX] Avoid calling str_contains(null) in DataHandler
- Method convNumEntityToByteValue() has been removed through #95789,
thus the one place it was called was removed also.... - 13:05 Revision 854669bd: [BUGFIX] Sanitize calling htmlspecialchars(...) in TextareaViewHelper
- htmlspecialchars(...) expects that first argument is a string,
otherwise triggering E_DEPRECATED.
This patch adds a ... - 13:05 Revision 55c5f66b: [BUGFIX] Sanitize calling htmlspecialchars(...) in SelectViewHelper
- htmlspecialchars(...) expects that first argument is a string,
otherwise triggering E_DEPRECATED.
This patch adds a ... - 08:59 Revision 586d475b: [BUGFIX] Clean up clipboard before using it in ContextMenu
- Some item providers (context menu) access
clipboard information. Since the clipboard was
previously not properly init... - 08:51 Revision 87283af3: [TASK] Set TYPO3 version to 11.5.3-dev
- Change-Id: I4572a09db3db194a31ff3c1fd40a08e0b6c7ca23
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/720... - 08:24 Revision 96a71bec: [RELEASE] Release of TYPO3 11.5.2
- Change-Id: Ia1abfc52ec70cb81d005d41158c715a585061554
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/720... - 08:10 Revision e7427f83: [BUGFIX] Add missing file extensions of language files
- In some places the file extensions of language files are missing and
properly added with this patch.
Resolves: #9584... - 08:00 Revision 47c4a2f0: [BUGFIX] Keep pagination in redirect module if editing record
- Remember the current page in the redirects module if the pagination
is used - just as filter values.
Resolves: #9578...
2021-11-01
- 17:58 Revision 1fabd9a8: [TASK] Update jQuery
- Albeit we're removing jQuery step by step, we shall provide updated libs,
which takes effect for jquery.
Executed co... - 12:07 Revision 4362e632: [DOCS] Add link to 11.5.x changelog
- Resolves: #95837
Releases: master
Change-Id: I0b7169ec25a7f17ded6735b612ee51c25aa39d4d
Reviewed-on: https://review.ty... - 12:05 Revision 7485a170: [TASK] Refactor localization tests
- The XliffParserTest are refactored using a DataProvider which also
eliminates duplicate test code.
The override test... - 10:56 Revision 29693b8d: [BUGFIX] Don't throw exceptions for private paths
- Instead of throwing an exception when resolving
the path to private resources, a deprecation message
is now shown.
R... - 10:29 Revision f8927810: [BUGFIX] Fix PHP 8 warnings in FlexFormElementContainer
- Resolves: #95804
Releases: master
Change-Id: I884741a4ecb7fdbc0cabd96f4975ea6629726d31
Reviewed-on: https://review.ty... - 10:19 Revision c1cb0ced: [BUGFIX] Undefined array key in install tool
- Fixes two undefined array keys in the install system extension's
UpgradeWizardsService.php that cause errors in PHP 8...
Also available in: Atom