Activity
From 2020-03-03 to 2020-04-01
2020-04-01
- 18:42 Revision b61743f4: [TASK] Raise versions of phpdocumentor dependencies
- Used composer command:
composer req "phpdocumentor/type-resolver:^1.1.0" \
"phpdocumentor/reflection-docblock:^... - 15:10 Revision 1da57dfc: [BUGFIX] Don't render dropdown arrow in selectSingleBox
- Resolves: #71750
Releases: master, 9.5
Change-Id: Ifc27ee8ed4dffba36098b9e72cac6e39cc775ebd
Reviewed-on: https://revi... - 14:51 Revision e09082f7: [BUGFIX] Render custom preview before fluid preview in Page Module
- The code that executes the drawItem hook must be called before
the fluid-preview is rendered, in order to allow rende... - 14:47 Revision 707dff39: [TASK] Add Typo3Version class
- This class is a backport of the v10 equivalent, it is added
to ensure an easier upgrade path for v11 in the future, w... - 11:35 Revision ae8172ce: [BUGFIX] Show correct value in translated single select + checkboxes
- If the TCA option "l10n_mode" is set to "exclude", the selected field
in localised elements is wrong when using this ...
2020-03-31
- 13:43 Revision 64b406bc: [BUGFIX] Provide inlineParentUid in FormInlineAjaxController
- By expanding an inline record the AJAX request calls the `detailAction`
in `FormInlineAjaxController`. The parent dat... - 11:41 Revision 61935dc3: [BUGFIX] Provide inlineParentUid in FormInlineAjaxController
- By expanding an inline record the AJAX request calls the `detailAction`
in `FormInlineAjaxController`. The parent dat... - 10:53 Revision 41d827c5: [TASK] Set TYPO3 version to 9.5.16-dev
- Change-Id: Iabdd74498b9daa7c0785c8f9ecc0ce9d5bb3d3ce
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/640... - 10:48 Revision ce559350: [TASK] Set TYPO3 version to 8.7.33-dev
- Change-Id: If8ac90e104b681c0068ac945df47ba57c5ae75b9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/640... - 10:40 Revision b1fb78fd: [RELEASE] Release of TYPO3 9.5.15
- Change-Id: I2d99f4ec3597af160f433ef0500331bf034f8469
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/640... - 10:33 Revision 01d37f1b: [RELEASE] Release of TYPO3 8.7.32
- Change-Id: I72c3de92b7679ca7b8565a6d55157f0a873ae33f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/640... - 10:23 Revision 1edbfe72: [BUGFIX] Revert: Make default folder structure aware of 'web-dir' option
- This reverts commit a30774e3964362c1ee83fed13be133a7f51a9797 from
https://review.typo3.org/c/Packages/TYPO3.CMS/+/635... - 10:20 Revision afbd8417: [TASK] Update symfony dependencies for tarball distributions
- Used composer command:
composer update "symfony/*" --with-all-dependencies
Output:
- Updating symfony/console (... - 09:53 Revision e8f9acf7: [TASK] Update symfony dependencies for tarball distributions
- Used composer command:
composer update "symfony/*" --with-all-dependencies
Output:
- Updating symfony/filesystem...
2020-03-30
- 21:16 Revision 3cdac890: [TASK] Replace jQuery.dataTables with tablesort
- This patch replaces DataTables with the lightweight alternative
tablesort and adjusts all usages of DataTables.
Sinc... - 19:59 Revision 622388b0: [TASK] Move image-related code from cObj to IMAGE
- The methods within ContentObjectRenderer are only needed for
rendering an IMAGE <img> tag and are moved to the right ... - 19:57 Revision 3f4ab358: [BUGFIX] Fix invalid phpdoc argument description
- Resolves: #90888
Releases: master
Change-Id: Id5448d8536c9078b9cb37c952f33bb1deab272ca
Reviewed-on: https://review.ty... - 19:56 Revision 2771a937: [TASK] Remove unused internal code
- This code is either protected or marked as internal, and not in use
and can be removed.
Resolves: #90889
Releases: m... - 18:12 Revision c2ed6d0f: [BUGFIX] Rename method in BrokenLinkRepositoryTest
- to avoid conflict with a method from the testing framework.
Resolves: #90887
Releases: master
Change-Id: Ib55c69f67c... - 17:17 Revision e68e24da: Revert "[BUGFIX] Automatically use JsonView for json format"
- This reverts commit 9c0e151e311639fbc930ba36f767ec11dfef2bef.
The original patch followed the misconception that whe... - 14:35 Revision de96f1c9: [TASK] Update symfony dependencies for tarball distributions
- Used composer command:
composer update "symfony/*" --with-all-dependencies
Output
- Updating symfony/polyfill-ph... - 14:00 Revision c3c2857f: [TASK] Update symfony dependencies for tarball distributions
- Used composer command:
composer update "symfony/*" --with-all-dependencies
Output
- Updating symfony/debug (v3.4... - 13:40 Revision 47aa141d: [TASK] Update symfony dependencies for tarball distributions
- Used composer command:
composer update "symfony/*" --with-all-dependencies
Output
- Removing symfony/debug (v4.4... - 09:35 Revision a26680bf: [BUGFIX] Use target attribute for JSwindow_params in typolink
- When using "typolink.JSwindow_params" the target set by typolink.target
or the encoded "typolink parameter", but alwa... - 08:42 Revision ea2a3832: [TASK] Allow composer installers 3.0 and higher
- Allow installation of version 3.0 of composer installers,
which will be compatible with Composer 2.0.
composer req t...
2020-03-29
- 23:39 Revision a616cabd: [BUGFIX] Respect access restrictions for inline editing in pagetree
- Do not show the inline edit form, when double clicking the title in
the pagetree, if the editor has no access permiss... - 21:27 Revision cd765242: [TASK] Allow composer installers 3.0 and higher
- Allow installation of version 3.0 of composer installers,
which will be compatible with Composer 2.0.
composer req t... - 20:14 Revision ab4613d9: [BUGFIX] Allow setting standalone modules as start module
- Resolves: #90864
Releases: master
Change-Id: I3936c3a0c51f8bd05a6388f07240fe0e7d530779
Reviewed-on: https://review.ty... - 13:54 Revision 32062db4: [TASK] Streamline BackendLayout API class
- Followup with minor corrections for https://review.typo3.org/c/Packages/TYPO3.CMS/+/63918
* Relaxes method signature... - 09:19 Revision 4e54cfdb: [BUGFIX] Toggle import button in Element Browser
- The "Import selection" button in the Element Browser is now disabled by
default, as no selection is done yet. (De)sel... - 09:14 Revision 9ee8d7a8: [BUGFIX] Fix visibility of translate button in old PageLayoutView
- The old, non-fluidbased PageLayoutView was missing the translate button
for editors, even when they had the right per...
2020-03-28
- 23:06 Revision a244e1ad: [TASK] Add documentation for AssetCollector
- This adds phpdoc for the public AssetCollector::add...() functions and
notes for users migrating from PageRenderer::a... - 23:04 Revision 66f36c25: [TASK] Change boolean HTML attributes in AssetCollector ViewHelpers
- As boolean HTML attributes shall either have a value equal to the
attribute name (e.g. async="async") or have no valu... - 23:01 Revision 14ef48ac: [BUGFIX] Fix TypeError in AssetCollector if identifier is numeric
- Although registered as "string" argument in the ViewHelper, an incoming
string that is_numeric() is cast to an intege... - 21:20 Revision f80bc876: [BUGFIX] Avoid trimming of user login data with spaces at the end/beginning
- Currently TYPO3 Core does trimming based on the user (AbstractUserAuthentication)
but in order to allow third-party e... - 20:58 Revision 91ab3aa2: [TASK] Make attributes in AssetCollector optional
- The AssetCollector does not necessarily need a filled array with
attributes for adding javascript or stylesheets. Mak... - 09:44 Revision 50e4b8a6: [TASK] Deprecate <f:widget.autocomplete> ViewHelper
- The Fluid ViewHelper `<f:widget.autocomplete>` has been
marked as deprecated and will be removed in TYPO3 v11.
Resol... - 08:47 Revision 88fc2b49: [TASK] Move Dashboard out of web
- To allow the dashboard to be positioned out of the "Web" main module,
we rebuilt the module menu to allow direct top ... - 08:22 Revision 74173377: [TASK] Streamline TSFE internal code
- Some minor details are changed within TSFE.
- metaCharset is now evaluated at the same time as other TypoScript opti... - 08:19 Revision bcaa960e: [TASK] Use FluidEmail in SystemStatusUpdateTask
- Migrate the mails in SystemStatusUpdateTask to FluidEmails.
As the current content format is rather limited it is not...
2020-03-27
- 17:29 Revision c644b2be: [BUGFIX] Respect access restrictions for inline editing in pagetree
- Do not show the inline edit form, when double clicking the title in
the pagetree, if the editor has no access permiss... - 17:06 Revision e8596f53: [TASK] Improve IconViewHelper documentation
- Add missing documentation to IconViewHelper and extend some of the
already existing argument descriptions.
Resolves:... - 16:51 Revision 7adc8e07: [BUGFIX] Allow multiline comments in SqlReader
- When using c-style multiline comments in the ext_tables.sql of an
extension, the SchemaMigrator would then ignore the... - 16:36 Revision f880e966: [TASK] Set phpstan parameter checkPhpDocMissingReturn to true
- Releases: master
Resolves: #90802
Change-Id: I84da713c7b8c68ae67b6b9c33ad66dcbac8d72bb
Reviewed-on: https://review.ty... - 16:34 Revision 567f38e2: [BUGFIX] Don't include path for fragment-only links
- This adds a similar condition that already existed in the old link
generation for the new routing-based link building... - 16:31 Revision 471c7574: [TASK] Improve IconViewHelper documentation
- Add missing documentation to IconViewHelper and extend some of the
already existing argument descriptions.
Resolves:... - 16:13 Revision 6a619da4: [BUGFIX] Do not render a-tag if URL is empty in link.action VH
- If the URL cannot be calculated by the UriBuilder an empty URL
is returned. In this case no a-tag is rendered to avoi... - 16:09 Revision 514388e3: [BUGFIX] Do not render a-tag if URL is empty in link.action VH
- If the URL cannot be calculated by the UriBuilder an empty URL
is returned. In this case no a-tag is rendered to avoi... - 16:01 Revision 05ac62ce: [BUGFIX] Don't include path for fragment-only links
- This adds a similar condition that already existed in the old link
generation for the new routing-based link building... - 15:52 Revision a9a20210: [BUGFIX] Catch invalid link formats in backend and frontend
- Links with an invalid syntax or not supported type must not lead to
exceptions for an editor or users.
Resolves: #87... - 15:46 Revision 272e1445: [BUGFIX] Do not render a-tag if URL is empty in link.action VH
- If the URL cannot be calculated by the UriBuilder an empty URL
is returned. In this case no a-tag is rendered to avoi... - 15:44 Revision 2cad696a: [TASK] Clean up drawing configuration for Fluid-based page module
- PageLayoutView now builds a "Configuration" model for both variants
PageLayoutView is not set up via the DrawingConfi... - 15:40 Revision f2279ee4: [BUGFIX] Update Autocomplete widget template ajax url
- Update the template to not generate a url containing & which results
in not working ajax call.
Releases: master,... - 15:14 Revision c4c6dd6f: [BUGFIX] Update Autocomplete widget template ajax url
- Update the template to not generate a url containing & which results
in not working ajax call.
Releases: master,... - 14:45 Revision 8bcc49b1: [BUGFIX] Output more helpful information in OrphanRecordsCommand
- Show the detailed information about how many orphaned records have been
found in which table by default and don't hid... - 14:30 Revision 775c4370: [BUGFIX] Output more helpful information in OrphanRecordsCommand
- Show the detailed information about how many orphaned records have been
found in which table by default and don't hid... - 14:08 Revision 4ba2ebcb: [TASK] Move ArrayBrowser to EXT:backend
- Resolves: #90851
Releases: master
Change-Id: I472845920d31449164a632b0edae442dd2b56f7d
Reviewed-on: https://review.ty... - 13:39 Revision 2179282c: [BUGFIX] Set `data-formengine-input-name` for disabled text fields
- Disabled input fields now contain the `data-formengine-input-name`
attribute. The slug creation is now able to determ... - 13:27 Revision 9860d7a6: [BUGFIX] Fix exception for image with crop definition on PostgreSQL
- The sys_file_processedfile.configuration column will contain a serialized
object after saving an image with a crop de... - 13:13 Revision 3ef1ae42: [BUGFIX] Fix exception for image with crop definition on PostgreSQL
- The sys_file_processedfile.configuration column will contain a serialized
object after saving an image with a crop de... - 13:09 Revision 71535a11: [BUGFIX] Set `data-formengine-input-name` for disabled text fields
- Disabled input fields now contain the `data-formengine-input-name`
attribute. The slug creation is now able to determ... - 12:58 Revision be090ef8: [BUGFIX] Avoid error in imageLinkWrap for non-existing files
- ImageLinkWrap may not get a valid file object but will still try to
access methods on it which will fail. This patch ... - 12:33 Revision 67f5e90a: [BUGFIX] Avoid error in imageLinkWrap for non-existing files
- ImageLinkWrap may not get a valid file object but will still try to
access methods on it which will fail. This patch ... - 12:13 Revision 1965d49b: [DOCS] Clarify what to avoid in checks on TYPO3_MODE
- With regards to
https://typo3.slack.com/archives/C025BQLFA/p1585231067123500 there seems
to be confusion in the parag... - 11:45 Revision 8f2fe557: [TASK] Update EnvironmentStatus OpcodeCache info
- The original implementation was meant to handle different variants of
opcaches. As of now, only the native PHP opcach... - 09:18 Revision c2f2932d: [BUGFIX] Keep classes in recordlist in workspaces
- Workspace overlays modify the CSS classes which are used in the record
list. However the class `t3js-entity` is also ... - 09:18 Revision 2741fb5f: [TASK] Improve wording if errors in extension scanner occurs
- Use "browser console" instead of "console" to clarify that it is
about the browser and not the command line.
Resolve... - 08:35 Revision e5ef53b3: [BUGFIX] Keep classes in recordlist in workspaces
- Workspace overlays modify the CSS classes which are used in the record
list. However the class `t3js-entity` is also ... - 08:31 Revision 07b896c7: [TASK] Improve wording if errors in extension scanner occurs
- Use "browser console" instead of "console" to clarify that it is
about the browser and not the command line.
Resolve... - 07:15 Revision be88207a: [BUGFIX] Allow non-admins to access Indexing module
- Resolves: #85427
Releases: master
Change-Id: Id63f560ea4553ba56e6ae70c061e4f592b39bf47
Reviewed-on: https://review.ty... - 05:53 Revision 3fd180a0: [TASK] Resize t3editor fields to former height
- With https://review.typo3.org/c/Packages/TYPO3.CMS/+/63923/
the t3editor fields were fixed to respect the actual TCA
...
2020-03-26
- 19:16 Revision b41ead1c: [TASK] Resize t3editor fields to former height
- With https://review.typo3.org/c/Packages/TYPO3.CMS/+/63923/
the t3editor fields were fixed to respect the actual TCA
... - 19:12 Revision a8798dfa: [TASK] Allow setting orderByFields in PageTreeView
- Resolves: #88726
Releases: master
Change-Id: Iafca49803a2f1494913d9417171bb5731667b64d
Reviewed-on: https://review.ty... - 18:06 Revision 95f94f80: [BUGFIX] Ensure to override JSwindow custom parameters
- Currently "typolink.JSwindow_params" allows to set custom parameters
when opening a link within a JS-based popup. Whe... - 17:25 Revision 115bff0a: [BUGFIX] Fix several methods of ExtensionService
- Due to a missing functional test and a legacy extension
configuration format in a unit test several issues with
metho... - 16:48 Revision 0e464ae4: [TASK] Streamline BackendLayout API class
- This change moves the ConditionMatching back to the BackendLayoutView.
The main goal is to make BackendLayout more o... - 16:40 Revision 17ab8082: [BUGFIX] Allow all child nodes in ActionMenuItemGroupViewHelper
- While it was with good intentions, restricting the allowed child nodes
of the view helper restricts developers / inte... - 16:16 Revision 824049dd: [BUGFIX] Let t3editor consume as much space as possible
- T3editor now respects the configured `rows` attribute of its textarea.
If the attribute isn't configured for the node... - 15:48 Revision 29651b1d: [BUGFIX] Let t3editor consume as much space as possible
- T3editor now respects the configured `rows` attribute of its textarea.
If the attribute isn't configured for the node... - 15:41 Revision 86fe3c6b: [BUGFIX] Missing space before GeneralUtility::implodeAttributes
- This patch fix missing space before calling GeneralUtility::implodeAttributes.
Without space, the rendered HTML is no... - 12:00 Revision 4042a0b3: [BUGFIX] Use proper in_array() call in LanguagePackService
- Resolves: #90836
Releases: 9.5
Change-Id: I6ad3c02a792ba2bdc94916ba983270a5ad6c5326
Reviewed-on: https://review.typo3... - 09:48 Revision 50d757d9: [BUGFIX] Reset number of results in QueryResult after offset changes
- Using offsetSet or unset allows manipulating the QueryResult manually.
As the result of `count` is cached, offset cha... - 09:42 Revision 7a46aa16: [BUGFIX] Missing space before GeneralUtility::implodeAttributes
- This patch fix missing space before calling GeneralUtility::implodeAttributes.
Without space, the rendered HTML is no... - 09:29 Revision 8abf1ac6: [BUGFIX] Fix target path handling of UploadedFile
- The PSR-7 interface states that moveTo shall use `$target` as full
`$target` path (including the file name) for uploa... - 09:19 Revision 17cadc26: [FEATURE] Add filter to "New content element" wizard
- This patch introduces a filter in the "New Content Element" wizard which
enables a backend user to search for their w... - 09:08 Revision 748eff0f: [BUGFIX] Reset number of results in QueryResult after offset changes
- Using offsetSet or unset allows manipulating the QueryResult manually.
As the result of `count` is cached, offset cha... - 08:34 Revision 9db6b322: [TASK] Remove dead code in indexed search
- The examples are outdated and should be removed in Core,
to avoid shipping dead code.
Resolves: #90833
Releases: mas...
2020-03-25
- 21:16 Revision 0fda5d39: [TASK] Use button group for create/filter in page tree
- The buttons on top of the page tree behave like a button group and
should be styled as such.
Resolves: #86916
Releas... - 11:42 Revision 47360d8b: [BUGFIX] Remove mention of deprecation log in presets
- The debug/live presets toggled the deprecation log in earlier versions.
Since rewriting the deprecation log to the lo... - 11:20 Revision 86ed5d91: [BUGFIX] Remove mention of deprecation log in presets
- The debug/live presets toggled the deprecation log in earlier versions.
Since rewriting the deprecation log to the lo... - 10:59 Revision 74d1141d: [BUGFIX] Sort upgrade documentation by filename
- Restore sorting of documentation files based on their filename
like it was available up to TYPO3 version 8.7.
Resolv... - 09:58 Revision ed216f78: [BUGFIX] Sort upgrade documentation by filename
- Restore sorting of documentation files based on their filename
like it was available up to TYPO3 version 8.7.
Resolv... - 09:48 Revision 4072f229: [DOCS] Correct information regarding ipAnonymization setting
- Resolves: #85653
Releases: master, 9.5
Change-Id: Idda07be57a1774362b2aea0ea6e019a0c4f7a6e2
Reviewed-on: https://revi... - 09:35 Revision 295873fc: [DOCS] Correct information regarding ipAnonymization setting
- Resolves: #85653
Releases: master, 9.5
Change-Id: Idda07be57a1774362b2aea0ea6e019a0c4f7a6e2
Reviewed-on: https://revi... - 08:25 Revision 6c7715a6: [TASK] Optimize wording for reset backend password functionality
- This change updates the email texts and subject lines for HTML and plain
text mails, as well as some labels in the ba... - 07:38 Revision 933fcd88: [BUGFIX] Prevent overriding ckeditor config from plugins
- Configuration from external plugins is now only set if the plugin actually
provided some. By default, the plugin name... - 07:38 Revision f1685c23: [BUGFIX] Catch error in database Upgrade Wizard
- If an extension provides wrong SQL in ext_tables.sql, the upgrade
wizard is skipped completely. This patch catches th... - 06:55 Revision c967c997: [BUGFIX] Catch error in database Upgrade Wizard
- If an extension provides wrong SQL in ext_tables.sql, the upgrade
wizard is skipped completely. This patch catches th... - 06:47 Revision 06188d7f: [BUGFIX] Prevent overriding ckeditor config from plugins
- Configuration from external plugins is now only set if the plugin actually
provided some. By default, the plugin name...
2020-03-24
- 21:54 Revision 0c1c3d56: [BUGFIX] Fix order of deleting page translations in DataHandler
- If a page translation exists, it should be deleted before the
original page.
It the translation is deleted after the... - 21:22 Revision 02e81aeb: [BUGFIX] Fix order of deleting page translations in DataHandler
- If a page translation exists, it should be deleted before the
original page.
It the translation is deleted after the... - 20:23 Revision 61f26792: [TASK] Set pseudo user when simulating a user group
- Simulating a user group had no user set, which resulted in some things
not being simulated (for example the fluid `ro... - 17:49 Revision 9d4a8b9f: [BUGFIX] Properly display boolean values as "0" and "1" in strings
- The previous implementation used two typecasts in a row: from bool
to string, and from string to bool again. This cau... - 13:44 Revision 608e2a8d: [DOCS] Fix documentation on PageTypeEnhancer TypoScript example
- Fix a wrong code example: 'config' is a property of PAGE-object,
not of the USER-object.
Releases: master, 9.5
Resol... - 13:31 Revision 3bb82f5e: [DOCS] Fix documentation on PageTypeEnhancer TypoScript example
- Fix a wrong code example: 'config' is a property of PAGE-object,
not of the USER-object.
Releases: master, 9.5
Resol... - 10:02 Revision 39ebeedc: [BUGFIX] Do not stop indexing on errors
- The FAL indexer stopped the whole indexing queue if any error occured.
While single files might not be indexed, the w... - 08:51 Revision 18c5d9e5: [BUGFIX] Delete form fields from DOM in flexform sections
- Deleting flexform sections now removes the fields from DOM as
DataHandler only cares for the "action" being sent. Thi... - 08:51 Revision 85ca36a5: [TASK] Set pseudo user when simulating a user group
- Simulating a user group had no user set, which resulted in some things
not being simulated (for example the fluid `ro... - 08:24 Revision 3699485e: [BUGFIX] Do not stop indexing on errors
- The FAL indexer stopped the whole indexing queue if any error occured.
While single files might not be indexed, the w... - 08:15 Revision e66cb258: [TASK] Allow workspace preview links independent of backend users
- Current implementation for defining a maximum lifetime of a workspace-related
previewlink is based on userTSconfig - ... - 08:00 Revision 4c5e22c4: [BUGFIX] Set correct PID for inline elements on page object
- The getDefaultUploadFolder hook must get the PID for the current
page if the inline element is located on a page obje... - 07:39 Revision 3de44184: [BUGFIX] Assure title is set in BrowseLinksController
- Resolves: #83138
Releases: master, 9.5
Change-Id: I369b750c951c408cd880cab8a64dd6a3734c47aa
Reviewed-on: https://revi... - 07:38 Revision 734e6bca: [BUGFIX] Set correct PID for inline elements on page object
- The getDefaultUploadFolder hook must get the PID for the current
page if the inline element is located on a page obje... - 07:34 Revision 9d9d350a: [BUGFIX] Reimplement check for readonly title in link browser
- The check was removed with
https://review.typo3.org/c/Packages/TYPO3.CMS/+/53481
However, it is still needed and the... - 07:33 Revision 55383762: [BUGFIX] Allow existing page module hooks to modify record argument
- The existing drawItem_* hooks modified the record data to include custom
values to be used in previews.
The GridColu... - 07:21 Revision 88ade142: [BUGFIX] Reimplement check for readonly title in link browser
- The check was removed with
https://review.typo3.org/c/Packages/TYPO3.CMS/+/53481
However, it is still needed and the... - 07:21 Revision f2d0ccfe: [BUGFIX] Assure title is set in BrowseLinksController
- Resolves: #83138
Releases: master, 9.5
Change-Id: I369b750c951c408cd880cab8a64dd6a3734c47aa
Reviewed-on: https://revi... - 07:19 Revision c2be7f2b: [BUGFIX] Do not compress inline CSS
- Gzip encoding inline CSS does not work and we should not do that.
Therefor setting `inline = 1` now also implies `dis... - 07:02 Revision 72345298: [BUGFIX] Do not compress inline CSS
- Gzip encoding inline CSS does not work and we should not do that.
Therefor setting `inline = 1` now also implies `dis... - 06:50 Revision 9548679c: [BUGFIX] Skip empty static routes
- Due to incomplete editing in the site module or wrong yaml configuration
it is possible that an empty static route is...
2020-03-23
- 22:33 Revision 8130b8b4: [BUGFIX] Reveal invisible soft hyphen character in CKEditor
- This enables an editor to see where he added the 'soft hyphen' character
by switching to the source mode of the Rich ... - 21:14 Revision 9c510151: [BUGFIX] Reveal invisible soft hyphen character in CKEditor
- This enables an editor to see where he added the 'soft hyphen' character
by switching to the source mode of the Rich ... - 21:01 Revision 774c0c70: [TASK] Allow typo3fluid/fluid:^3 in composer manifests
- Pure metadata change - allows site admin to create a new
site which uses Fluid 3.0.
A separate change will come in T... - 20:49 Revision e3d0d14a: [TASK] Move VerifyDenyPattern functionality into separate logic
- This change targets a couple of things:
- The global constant "FILE_DENY_PATTERN_DEFAULT" is moved to a class constan... - 17:22 Revision 650d409b: [BUGFIX] Differ between upload_max_filesize / post_max_size
- The environment status should show proper information whether both
PHP.ini settings have the same value or differ (bu... - 17:02 Revision 711a8e5e: [BUGFIX] Skip empty static routes
- Due to incomplete editing in the site module or wrong yaml configuration
it is possible that an empty static route is... - 16:30 Revision 71bbf57d: [BUGFIX] Differ between upload_max_filesize / post_max_size
- The environment status should show proper information whether both
PHP.ini settings have the same value or differ (bu... - 16:30 Revision ca832336: [BUGFIX] Optimize workspace notification emails
- When transforming the workspace notification emails, the option to set
an alternative email sender was not added, but... - 16:02 Revision 3f64343e: [BUGFIX] Properly display boolean values as "0" and "1" in strings
- The previous implementation used two typecasts in a row: from bool
to string, and from string to bool again. This cau... - 15:00 Revision 38ac27e2: [BUGFIX] Add more information to BackendUtility->preProcessValue hook
- The hook BackendUtility->preProcessValue() needs more context for the
hooks to know what field/table/record is curren... - 14:39 Revision de5e0e4f: [BUGFIX] Hide the preview button for sysfolders in list/page layout module
- In the list view of a sysfolder, users could still see the page preview
button. The list view is now using the same l... - 14:23 Revision 8900add0: [BUGFIX] Hide the preview button for sysfolders in list/page layout module
- In the list view of a sysfolder, users could still see the page preview
button. The list view is now using the same l... - 13:57 Revision b6b62d4b: [BUGFIX] Enforce opacity for elements in drop location
- Due to CSS precedences the `sortable-ghost` class must have an important
opacity to have any effect, e.g. in IRRE.
R... - 13:48 Revision cc284021: [BUGFIX] Streamline language pack download URLs
- * t3o has fileadmin/l10n since 2 years (currently it's a redirect).
* new translation server just took the path as pr... - 13:48 Revision 710adb76: [BUGFIX] Allow functions in foreign_table_where clause
- The parser for foreign_table_where consists of
a basic regex that did not allow the use of field
functions due to its... - 13:45 Revision 29673edd: [BUGFIX] Allow setting onChange for category fields
- When using `makeCategorizable` with options to overwrite the default
field configuration, onChange was not overwritte... - 13:06 Revision c3cb71e8: [BUGFIX] Debounce or throttle scroll/resize events
- This patch debounced or throttles some `scroll` or `resize` events to
improve the client performance a bit, as the ev... - 13:02 Revision 2b128142: [BUGFIX] Allow setting onChange for category fields
- When using `makeCategorizable` with options to overwrite the default
field configuration, onChange was not overwritte... - 12:45 Revision f0eb2060: [TASK] Remove unused code related to internal_type=file
- The internal_type=file was removed in TYPO3 v10, but the Backend Module
"DB Check" (lowlevel) still contained lots of... - 12:42 Revision 037cac07: [BUGFIX] Do not use "newlyCreated" workaround in FAL
- With PSR-14 events, it is now easier to detect newly created metadata records.
For the time being, the pseudo-field ... - 12:41 Revision 26120660: [BUGFIX] Keep order of selection on importing assets
- If assets get imported via mass selection in the Element Browser, the
order of the items is now kept. Since this requ... - 12:20 Revision a10245d6: [TASK] Require friendsoftypo3/phpstan-typo3
- Used command:
composer require friendsoftypo3/phpstan-typo3:"~0.2" --dev
Releases: master
Resolves: #90811
Chan... - 12:13 Revision f9500bdf: [DOCS] Fix formatting in .rst files
- Lists must always be preceeded and followed by a newline. Otherwise
they will not get rendered correctly.
Resolves: ... - 12:10 Revision 06ff2692: [DOCS] Fix formatting in .rst files
- Lists must always be preceeded and followed by a newline. Otherwise
they will not get rendered correctly.
Resolves: ... - 12:08 Revision 011a4417: [BUGFIX] Allow functions in foreign_table_where clause
- The parser for foreign_table_where consists of
a basic regex that did not allow the use of field
functions due to its... - 11:26 Revision 85ea10b2: [DOCS] Fix formatting in .rst files
- Lists must always be preceeded and followed by a newline. Otherwise
they will not get rendered correctly.
Resolves: ... - 10:54 Revision 2cad7576: [BUGFIX] Set timeout for immediate debounced execution
- Executing a debounced event listener immediately now sets a timeout to
wait until the next execution is invoked.
Res... - 10:54 Revision aefac380: [BUGFIX] Don't append query string to Close.html
- Resolves: #86100
Releases: master, 9.5
Change-Id: Ib76a2bbd00cca4a69178049e51f6ca04325b49ec
Reviewed-on: https://revi... - 10:48 Revision 41488ced: [BUGFIX] Show always Install Tool's login form if permanently enabled
- If the file `ENABLE_INSTALL_TOOL` with the content `KEEP_FILE` is
available, the login form must be shown instead of ... - 10:27 Revision 34a0d73b: [BUGFIX] Don't render dropdown arrow in selectSingleBox
- Resolves: #71750
Releases: master, 9.5
Change-Id: Ifc27ee8ed4dffba36098b9e72cac6e39cc775ebd
Reviewed-on: https://revi... - 10:27 Revision ee6749fa: [BUGFIX] Don't append query string to Close.html
- Resolves: #86100
Releases: master, 9.5
Change-Id: Ib76a2bbd00cca4a69178049e51f6ca04325b49ec
Reviewed-on: https://revi... - 09:45 Revision 05a62e59: [BUGFIX] Check event.key for Install Tool submit
- Use event.key instead of the discouraged event.keyCode.
Resolves: #87793
Releases: master, 9.5
Change-Id: Ie26c98fc9... - 09:44 Revision 2fc894f9: [BUGFIX] Respect dots in TS keys during autocomplete
- The code completion must differ between dots at the end and those in the
middle which belong to the key.
Instead of ... - 09:04 Revision 79db0d8a: [BUGFIX] Respect dots in TS keys during autocomplete
- The code completion must differ between dots at the end and those in the
middle which belong to the key.
Instead of ... - 08:41 Revision c55525cf: [BUGFIX] Show always Install Tool's login form if permanently enabled
- If the file `ENABLE_INSTALL_TOOL` with the content `KEEP_FILE` is
available, the login form must be shown instead of ... - 08:38 Revision dfbf29e7: [BUGFIX] Check event.key for Install Tool submit
- Use event.key instead of the discouraged event.keyCode.
Resolves: #87793
Releases: master, 9.5
Change-Id: Ie26c98fc9...
2020-03-22
- 22:00 Revision 7f9198fc: [BUGFIX] Do not overwrite default thread count for Argon PasswordHashing
- There are systems and library combinations that do not allow the usage
of more than one thread to generate passwords.... - 20:04 Revision fe2e5cff: [BUGFIX] Do not overwrite default thread count for Argon PasswordHashing
- There are systems and library combinations that do not allow the usage
of more than one thread to generate passwords.... - 20:02 Revision d0baea11: [TASK] Add button to close all open documents
- A new close button is rendered next to the "Open Documents" headline in
the dropdown menu which enables to close all ... - 16:52 Revision d7e775a4: [BUGFIX] Paste all items from clipboard into group field
- If the clipboard contains at least one item, a paste button is rendered
next to fields of type `group`. With this pat... - 16:36 Revision c29ae5f4: [BUGFIX] Paste all items from clipboard into group field
- If the clipboard contains at least one item, a paste button is rendered
next to fields of type `group`. With this pat... - 14:59 Revision 21480237: [BUGFIX] Remove obsolete styling for gridder
- Resolves: #90808
Releases: master, 9.5
Change-Id: Ie06fb7710591bfab8d8892e55bed0716505b7289
Reviewed-on: https://revi... - 14:40 Revision c11ed23b: [BUGFIX] Remove obsolete styling for gridder
- Resolves: #90808
Releases: master, 9.5
Change-Id: Ie06fb7710591bfab8d8892e55bed0716505b7289
Reviewed-on: https://revi... - 13:46 Revision c1140b4b: [BUGFIX] Add guard clause while checking if user is system maintainer
- System maintainers must be admin users which should be checked with a
guard clause. This avoids showing the modules t... - 13:27 Revision 53a4e7f8: [BUGFIX] Add guard clause while checking if user is system maintainer
- System maintainers must be admin users which should be checked with a
guard clause. This avoids showing the modules t...
2020-03-21
- 19:48 Revision 6de65411: [TASK] Centralize CgiServer check in Environment API
- "GeneralUtility::isRunningOnCgiServerApi()" is now deprecated
in favor of "Environment::isRunningOnCgiServer()".
Res... - 14:31 Revision 1317a1b8: [BUGFIX] Move non-build dependencies into `dependencies`
- To have a better overview of which packages are actually in TYPO3
itself, matching packages have been moved into the ... - 13:22 Revision 7cc2a367: [BUGFIX] Avoid validation failure on multi select fields without option
- Multi Select fields without any option given will be added properly to
the forms __trustedProperties list and therefo... - 12:59 Revision a5a77136: [BUGFIX] Show correct context menu for file mounts
- It must not be possible to perform rename/copy/cut/delete actions on
a file mount and this is already respected in th... - 12:58 Revision e3d0640e: [BUGFIX] Avoid validation failure on multi select fields without option
- Multi Select fields without any option given will be added properly to
the forms __trustedProperties list and therefo... - 11:26 Revision eec93fe6: [BUGFIX] Allow lowlevel cleaner missing files check for filenames with anchor
- The lowlevel cleaner "missing files" detects files like "filepath/file.pdf#page-15"
as missing as the "#" is consider... - 11:13 Revision bf881103: [BUGFIX] Allow file links to files with anchors
- When creating a link with TypoLink or Fluid pointing to a file,
it is possible (e.g. in PDFs) to use an "anchor" (#) ... - 11:09 Revision 2ba79868: [BUGFIX] Show correct context menu for file mounts
- It must not be possible to perform rename/copy/cut/delete actions on
a file mount and this is already respected in th... - 10:52 Revision 1036961a: [BUGFIX] Avoid errors for creating new IRRE Elements on new parent records
- This happens when the content element does not exist yet, which
is why this needs to be checked properly, otherwise t... - 10:52 Revision 3503dfae: [TASK] Render edit popup of SelectMultipleSideBySide at intuitive place
- When using the edit popup of SelectMultipleSideBySide editing is related
to the items that are active and selected in... - 10:52 Revision 5aa844c1: [BUGFIX] Use string as hmac context in inline controllers
- The order in JSON objects is not defined and the browser can stringify
them in an arbitrary order.
Resolves: #88094
... - 10:52 Revision 9666272f: [BUGFIX] Use string as hmac context in inline controllers
- The order in JSON objects is not defined and the browser can stringify
them in an arbitrary order.
Resolves: #88094
... - 10:51 Revision 646df5c8: [BUGFIX] Fix behaviour of useDefaultLanguageRecord
- useDefaultLanguageRecord is documented to use the
default record uid by default. The actual behaviour
is the opposite... - 10:28 Revision 75b9be60: [BUGFIX] React on delete actions via context menu
- If a record gets deleted via context menu no further handling could be
added as the promise returned by AjaxDataHandl... - 10:23 Revision d5c4bf5a: [BUGFIX] Allow lowlevel cleaner missing files check for filenames with anchor
- The lowlevel cleaner "missing files" detects files like "filepath/file.pdf#page-15"
as missing as the "#" is consider... - 10:20 Revision 0597c093: [BUGFIX] Allow file links to files with anchors
- When creating a link with TypoLink or Fluid pointing to a file,
it is possible (e.g. in PDFs) to use an "anchor" (#) ... - 10:05 Revision 01ab6c44: [BUGFIX] Avoid errors for creating new IRRE Elements on new parent records
- This happens when the content element does not exist yet, which
is why this needs to be checked properly, otherwise t... - 09:40 Revision 0f128141: [BUGFIX] Use string as hmac context in inline controllers
- The order in JSON objects is not defined and the browser can stringify
them in an arbitrary order.
Resolves: #88094
... - 09:39 Revision 92308bf7: [BUGFIX] Move non-build dependencies into `dependencies`
- To have a better overview of which packages are actually in TYPO3
itself, matching packages have been moved into the ... - 09:36 Revision 9c0e151e: [BUGFIX] Automatically use JsonView for json format
- With https://review.typo3.org/c/Packages/TYPO3.CMS/+/59514/ all
possibilities have been taken to define which view cl... - 09:27 Revision f8f68706: [BUGFIX] Fix behaviour of useDefaultLanguageRecord
- useDefaultLanguageRecord is documented to use the
default record uid by default. The actual behaviour
is the opposite...
2020-03-20
- 19:44 Revision 35e3bb62: [TASK] Avoid creation of ClassSchema instances
- The extbase container provides a method isSingleton that
checks if a class implements the SingletonInterface interfac... - 18:18 Revision bf4d7578: [TASK] Enable phpstan rules up to level 8
- As there are a lot of rules that do not raise any errors
with our code base, those rules up to level 8 are enabled
wi... - 18:12 Revision 8269c5fa: [BUGFIX] Escaping IRRE title once is enough
- The title property of IRRE file relations (sys_file_reference) were
doubly escaped - once is enough.
Resolves: #8851... - 18:03 Revision 81c88870: [BUGFIX] Properly merge RequireJS configuration
- If PageRenderer->addRequireJsConfiguration() is consecutively called,
the configuration is now properly merged by usi... - 17:59 Revision 1caf97fe: [BUGFIX] Never show failed "ADMCMD expired" exception
- If somebody calls www.example.com?AMDCMD_prev=abcbenni the output
should never throw an exception (also if the previe... - 17:47 Revision 1beef8d9: [BUGFIX] Escaping IRRE title once is enough
- The title property of IRRE file relations (sys_file_reference) were
doubly escaped - once is enough.
Resolves: #8851... - 17:42 Revision 543fa223: [BUGFIX] Never show failed "ADMCMD expired" exception
- If somebody calls www.example.com?AMDCMD_prev=abcbenni the output
should never throw an exception (also if the previe... - 17:17 Revision 268144f6: [BUGFIX] Update flag after drag&drop in Page module
- With `DragDrop.ajaxAction()` returning a promise now, the flag icon can
get updated after dropping a content element ... - 16:58 Revision 19964c95: [BUGFIX] Properly merge RequireJS configuration
- If PageRenderer->addRequireJsConfiguration() is consecutively called,
the configuration is now properly merged by usi... - 16:28 Revision e092135d: [BUGFIX] Make collapse event listener in IRRE less greedy
- The event listener for collapsing and expanding IRRE nodes is now less
greedy and ignores the div containing all cont... - 13:53 Revision 60b9716e: [BUGFIX] Load ext_localconf.php when checking TCA migrations
- The "Check TCA in ext_tables.php" module in the Install Tool now loads
the ext_localconf.php per checked extension as... - 13:53 Revision 4ae42a78: [BUGFIX] Not include defer files to concatenateJs
- Deferred files should not be concatenated. They are now
output as a single script.
Resolves: #90208
Releases: master... - 13:52 Revision 9f65bd88: [TASK] Fix null coalescing operator precedence
- Releases: master, 9.5
Resolves: #90779
Change-Id: If6931385b288456dc6e1d5d0e289b1132886bc77
Reviewed-on: https://revi... - 12:05 Revision 334210e2: [TASK] Restructure phpstan configuration
- This patch simply pulls out the level 2 rules into
a separate configuration file which is a copy of the
original leve... - 12:04 Revision 703ebf25: [BUGFIX] Do not try to display unreadable files
- Files that are not readable by the web server should not be
returned by FAL LocalDriver as we cannot do anything with... - 12:04 Revision 20976346: [DOCS] Fix typo in form documentation
- Releases: master
Resolves: #90793
Change-Id: I087f38e04d8e96c66610c1bc293d6bceb7fc1e51
Reviewed-on: https://review.ty... - 11:32 Revision 56b22573: [BUGFIX] Do not try to display unreadable files
- Files that are not readable by the web server should not be
returned by FAL LocalDriver as we cannot do anything with... - 11:02 Revision 80e47a93: [TASK] Fix null coalescing operator precedence
- Releases: master, 9.5
Resolves: #90779
Change-Id: If6931385b288456dc6e1d5d0e289b1132886bc77
Reviewed-on: https://revi... - 09:16 Revision c2f6ca19: [BUGFIX] Use function assignment to keep binding of `this`
- Define the `hideDropzone` event listener via assignment to keep the
binding of `this` to the DragUploader class.
Res... - 08:59 Revision ab555cbe: [BUGFIX] Use function assignment to keep binding of `this`
- Define the `hideDropzone` event listener via assignment to keep the
binding of `this` to the DragUploader class.
Res... - 08:18 Revision 08e7e1ed: [BUGFIX] Ask user for notifications before requesting permissions
- Since Firefox 72 a user interaction is required to prompt the user for native
browser notification permissions. This ... - 07:42 Revision 9293c59b: [BUGFIX] Not include defer files to concatenateJs
- Deferred files should not be concatenated. They are now
output as a single script.
Resolves: #90208
Releases: master... - 07:35 Revision 5abf6c38: [BUGFIX] Allow setting categories containing spaces
- Partly revert #89956 to reallow category titles in extension settings
which contain a space.
Resolves: #90776
Releas... - 07:31 Revision eefd63fe: [BUGFIX] Load ext_localconf.php when checking TCA migrations
- The "Check TCA in ext_tables.php" module in the Install Tool now loads
the ext_localconf.php per checked extension as... - 07:29 Revision 045e4a9c: [BUGFIX] Hide fields for backend users / groups if not enabled
- The fields
* be_groups.workspace_perms
* be_users.workspace_perms
* be_users.disableIPlock
Are now only shown if the... - 07:25 Revision 562662b1: [BUGFIX] Ask user for notifications before requesting permissions
- Since Firefox 72 a user interaction is required to prompt the user for native
browser notification permissions. This ...
2020-03-19
- 20:34 Revision 65e23a9b: [TASK] Catch errors when displaying database connections
- If TYPO3 is configured to use multiple database connections, the system
information toolbar should display informatio... - 20:34 Revision 10e64f2c: [BUGFIX] Fetch correct uid for ###REC_FIELD and group fields
- If a field is used in `foreign_table_where` configuration which
points to a field using `group` as type, the uid need... - 20:33 Revision 4700766b: [BUGFIX] Correct label for move pointer + placeholder
- Resolves: #76218
Releases: master, 9.5
Change-Id: I1597d4482c2536266b6fc2fed31dd9ca67ebb60a
Reviewed-on: https://revi... - 20:33 Revision 0ad81ed5: [BUGFIX] Cast string to float in NumberViewHelper
- While number_format does an internal cast to float, it does not cast
things like empty strings to 0 - instead a PHP w... - 17:45 Revision 6a040f80: [BUGFIX] Correct label for move pointer + placeholder
- Resolves: #76218
Releases: master, 9.5
Change-Id: I1597d4482c2536266b6fc2fed31dd9ca67ebb60a
Reviewed-on: https://revi... - 17:28 Revision 121e564c: [BUGFIX] Cast string to float in NumberViewHelper
- While number_format does an internal cast to float, it does not cast
things like empty strings to 0 - instead a PHP w... - 16:47 Revision 408f9bcc: [BUGFIX] Fetch correct uid for ###REC_FIELD and group fields
- If a field is used in `foreign_table_where` configuration which
points to a field using `group` as type, the uid need... - 16:21 Revision c0d1fe66: [TASK] Make tests PHPUnit v9 compatible
- This change modifies "->expectExceptionMessageRegExp" which is
not available anymore in PHPunit v9.
In addition, exp... - 16:10 Revision 55fcd865: [TASK] Clean up various code pieces
- * TSFE->contentStrReplace only calls a hook, which is now moved to the
callers code (which only contains another hook... - 16:00 Revision a088adfb: [TASK] Make tests PHPUnit v9 compatible
- This change modifies "->expectExceptionMessageRegExp" which is
not available anymore in PHPunit v9.
In addition, exp... - 13:34 Revision 14dd2b89: [TASK] Remove superfluous UriBuilder references
- Avoid calling GeneralUtility::makeInstance() in UriBuilder
multiple time, but add class member instead.
Resolves: #9... - 13:32 Revision 93baa919: [TASK] Adjust php doc blocks for phpstan level 2 compatibility
- Releases: master
Resolves: #90766
Change-Id: I59823ed9b573344a96823d3308b253edcc765a65
Reviewed-on: https://review.ty... - 13:12 Revision a51eff36: [BUGFIX] Check for a maximum lifetime of 1h for workspace swap locking
- Resolves: #42111
Releases: master
Change-Id: Ie9b35fb8a32f18f3be6ccd62b87e93e71d6cdea9
Reviewed-on: https://review.ty... - 12:55 Revision 3e04c803: [BUGFIX] Ensure cache tags are available on cached pages
- When fetching a page from cache, the information which cache
tags were used are not available anymore for any hooks i... - 12:41 Revision 7b48be11: [BUGFIX] Handle docroot-relative paths in ResourceCompressor
- Resolves: #89124
Resolves: #90689
Resolves: #88184
Releases: master, 9.5
Change-Id: I41b6c9d73346974cffb029551be5f987... - 12:12 Revision 14edc886: [BUGFIX] Streamline language pack download URLs
- * t3o has fileadmin/l10n since 2 years (currently it's a redirect).
* new translation server just took the path as pr... - 12:09 Revision 6c6baa87: [BUGFIX] Handle docroot-relative paths in ResourceCompressor
- Resolves: #89124
Resolves: #90689
Resolves: #88184
Releases: master, 9.5
Change-Id: I41b6c9d73346974cffb029551be5f987... - 10:23 Revision d19ec689: [TASK] Remove superfluous UriBuilder references
- Avoid calling GeneralUtility::makeInstance() in UriBuilder
multiple time, but add class member instead.
Resolves: #9... - 10:16 Revision 08371975: [BUGFIX] Ensure cache tags are available on cached pages
- When fetching a page from cache, the information which cache
tags were used are not available anymore for any hooks i... - 07:34 Revision 80d8f6eb: [BUGFIX] Hide module menu, if it is empty for the editor
- Hide the module menu, if it doesn't contain any modules (If the editor
has no access to any module, that is placed in... - 07:32 Revision 72071741: [BUGFIX] Respect sorting when adding main modules
- When adding a new main module, the "position" is now taken into
account, allowing TYPO3 Core also to use the addModul... - 07:02 Revision 61f611d8: [BUGFIX] Install Tool modals won't depend on spinner
- The Install Tool modals now fire up immediately after requesting a
module. The spinners are now loaded in parallel an...
2020-03-18
- 20:52 Revision 0791a699: [BUGFIX] Check "tables_modify" permissions in list module
- If an editor has "view" permissions set for a table, but no "modify"
permissions, the record list would still show ma... - 20:52 Revision 3678caf5: [BUGFIX] Reimplement previewing of date / usergroup restricted content
- Preview functionality was only implemented in the Admin Panel. Previewing
itself (as in being able to preview pages w... - 20:22 Revision 72bcf63c: [BUGFIX] Check "tables_modify" permissions in list module
- If an editor has "view" permissions set for a table, but no "modify"
permissions, the record list would still show ma... - 08:59 Revision 52a85d54: [TASK] Migrate TestTask to FluidEmail
- Use the FluidEmail service for sending the test task of EXT:scheduler.
Resolves: #90725
Releases: master
Change-Id: ... - 08:56 Revision a6e10ab6: [BUGFIX] Support telephone links in InputLinkElement
- With #86629 the link type "telephone" has been added but it was
forgotten to add support for it in the InputLinkEleme... - 08:54 Revision 6eeb6619: [TASK] Allow editing of crdate in sys_news
- As system news are sorted by crdate, the user had no way to influence
the order in which news appeared. While it make... - 08:25 Revision c3f5dcf5: [TASK] Allow editing of crdate in sys_news
- As system news are sorted by crdate, the user had no way to influence
the order in which news appeared. While it make... - 08:13 Revision c7f89326: [TASK] Add rules for versionNumberInFilename to web.config
- Resolves: #86943
Releases: master, 9.5
Change-Id: I1092442a963d7ba6e2282ed8d4c4bce360be8afc
Reviewed-on: https://revi... - 07:35 Revision d4419d0e: [TASK] Add rules for versionNumberInFilename to web.config
- Resolves: #86943
Releases: master, 9.5
Change-Id: I1092442a963d7ba6e2282ed8d4c4bce360be8afc
Reviewed-on: https://revi...
2020-03-17
- 21:38 Revision 6a2cd502: [TASK] Use no-cookie setting for vimeo by default
- Improve the privacy of users by using the no-cookie setting
by default and set the do not track parameter to 1.
Reso... - 21:35 Revision 6fcefe59: [BUGFIX] Fix some dirty field checks in FormEngine
- In some cases, the "dirty" field checks were still not working for both
ckeditor and flexform fields. The following c... - 21:09 Revision ed892fa8: [BUGFIX] Fix some dirty field checks in FormEngine
- In some cases, the "dirty" field checks were still not working for both
ckeditor and flexform fields. The following c... - 11:24 Revision 74ac0026: [TASK] Use no-cookie setting for vimeo by default
- Improve the privacy of users by using the no-cookie setting
by default and set the do not track parameter to 1.
Reso... - 09:14 Revision b71024c2: [BUGFIX] Make SQL schema migrations working on SQLite
- This patch fixes three things:
1) SQLite can handle a primary key, the special handling
can be removed. The field... - 09:14 Revision decea21a: [BUGFIX] Make SQL schema migrations working on SQLite
- This patch fixes three things:
1) SQLite can handle a primary key, the special handling
can be removed. The field...
2020-03-16
- 20:43 Revision 6a0ca1b0: [BUGFIX] Respect editPanel.onlyCurrentPid = 1
- When accessing the editPanel, the option "onlyCurrentPid" allows to also
check the permissions of the editable record... - 20:28 Revision 585287e9: [BUGFIX] Respect editPanel.onlyCurrentPid = 1
- When accessing the editPanel, the option "onlyCurrentPid" allows to also
check the permissions of the editable record... - 16:41 Revision 7dffa0ef: [BUGFIX] Do not flush redirect cache when re-building
- Flushing the redirect cache before rebuilding
is not necessary and may result in dead-locks
if multiple processes try... - 15:25 Revision 94d6369b: [BUGFIX] Do not flush redirect cache when re-building
- Flushing the redirect cache before rebuilding
is not necessary and may result in dead-locks
if multiple processes try... - 08:36 Revision 4ea41c5d: [TASK] Handle JSON problems in RedisSessionBackend
- We now make sure that JSON en- and decoding works flawlessly,
otherwise we throw the usual exceptions instead of fail...
2020-03-15
- 19:23 Revision 053d7efc: [BUGFIX] Fix phpdoc comment reported by phpstan
- phpstan requires, that a @var PHPDoc comment is immediately followed
by the variable in the next line.
Resolves: #90... - 12:54 Revision 229c81ae: [BUGFIX] Disable translation for TCA field file of sys_file_metadata
- There is a flaw in the way TYPO3 handle the rendering of the backend edit
forms that leads to fields used as labels a... - 12:48 Revision f1baa7bb: [BUGFIX] Respect columnsOverrides in TCA for all field types
- These changes in the Datahandler and the FormSlugAjaxController
allow users to override slug fields with columnsOverr... - 12:35 Revision f2cba2e0: [BUGFIX] Allow TYPO3_CONTEXT to be set from Apache2 with suexec support
- Apache2 suexec support prefixes environment variables with HTTP_ in order
to whitelist environment variables - this i... - 12:31 Revision 7e1203a1: [BUGFIX] Disable translation for TCA field file of sys_file_metadata
- There is a flaw in the way TYPO3 handle the rendering of the backend edit
forms that leads to fields used as labels a... - 12:24 Revision 87746661: [TASK] Improve php doc block for better static code analysis
- This commit adds missing doc blocks and missing type
hints to existing doc blocks to help static code
analyzers like ... - 12:03 Revision 09fe017f: [BUGFIX] Hand over current page in NewRecordPageTreeView
- Instead of using $GLOBALS['SOBE'] for this single usage, the constructor
is modified when building the Position Tree ... - 11:37 Revision b5a8a387: [BUGFIX] Render dbType=date/datetime readonly fields properly
- When a TCA field of dbType=date / dateTime is rendered, and the field
is marked as read-only, the value is not evalua... - 11:36 Revision 28ebf508: [BUGFIX] Respect columnsOverrides in TCA for all field types
- These changes in the Datahandler and the FormSlugAjaxController
allow users to override slug fields with columnsOverr... - 11:29 Revision 6cb68273: [BUGFIX] Make DateViewHelperTests resilient to execution time
- Executing the tests over midnight caused the changed tests to fail
as those where comparing the "current date" from t... - 11:28 Revision 78785091: [TASK] Handle JSON problems in RedisSessionBackend
- We now make sure that JSON en- and decoding works flawlessly,
otherwise we throw the usual exceptions instead of fail... - 11:25 Revision 90c464f4: [BUGFIX] Allow TYPO3_CONTEXT to be set from Apache2 with suexec support
- Apache2 suexec support prefixes environment variables with HTTP_ in order
to whitelist environment variables - this i... - 11:21 Revision b88a0af6: [BUGFIX] Render dbType=date/datetime readonly fields properly
- When a TCA field of dbType=date / dateTime is rendered, and the field
is marked as read-only, the value is not evalua... - 09:42 Revision e0e29191: [BUGFIX] Disable trigger buttons in database wizard
- The trigger buttons of the "Analyze Database Structure" modal are now
searched in the correct DOM container and can n... - 09:37 Revision 61a0930f: [BUGFIX] Adjust no translate message in translation wizard
- The reasons why the translation wizard can't be used are:
* Mixed mode in translated page
* Disabled via Page TSConfi... - 09:08 Revision 38e9c847: [BUGFIX] Make DateViewHelperTests resilient to execution time
- Executing the tests over midnight caused the changed tests to fail
as those where comparing the "current date" from t... - 08:48 Revision 55ad691a: [BUGFIX] Skip invalid type field in LinkAnalyzer
- Only add the type field to the search fields if it is found in the TCA
columns configuration to avoid failed queries.... - 08:47 Revision d0bc9275: [BUGFIX] Respect clearCache_pageGrandParent for non-page records
- The setting TCEMAIN.clearCache_pageGrandParent clears the cache for
the parent parent page when editing the page prop... - 08:34 Revision a025305b: [BUGFIX] Respect clearCache_pageGrandParent for non-page records
- The setting TCEMAIN.clearCache_pageGrandParent clears the cache for
the parent parent page when editing the page prop... - 08:30 Revision 35437526: [BUGFIX] Avoid error when using admPanel.hide = 1
- The method StateUtility::isHiddenForUser must return a bool,
but instead the User TSconfig setting admPanel.hide = 1
... - 08:28 Revision a8913dbe: [BUGFIX] Show correct value in translated single select + checkboxes
- If the TCA option "l10n_mode" is set to "exclude", the selected field
in localised elements is wrong when using this ... - 08:16 Revision 8b55ee29: [BUGFIX] Make section title in SytemEmail layout optional
- The argument `optional="true"` must be added to the plain text layout as
well - just as in the HTML version.
Resolve...
2020-03-14
- 20:14 Revision b351ff1d: [BUGFIX] Allow folder sorting by modification time
- The LocalDriver did not allow sorting folders by modification time.
However, the property is available and can be use... - 19:45 Revision 1d675cee: [BUGFIX] Allow folder sorting by modification time
- The LocalDriver did not allow sorting folders by modification time.
However, the property is available and can be use... - 19:41 Revision 78461645: [BUGFIX] Correct option labels on Linkvalidator dropdown
- Shows the correct labels for the dropdown options on the Linkvalidator interface (Show this level / Check this level)...
- 09:49 Revision bc55b328: [TASK] Fix typo in locallang_siteconfiguration.xlf
- "Duplicated Entrypoints" instead of "Dupliated Entrypoints"
Resolves: #90759
Releases: master
Change-Id: Iddeeb06e6b...
2020-03-13
- 21:59 Revision cf0f7afb: [BUGFIX] Do not show page delete area if user is lacking permissions
- When dragging a page in the page tree, users would always see the red
delete area, even if they do not have the permi... - 21:31 Revision 3de95dc1: [TASK] Deprecate FileCollection models
- The classes have been marked as internal and never contained any logic.
Therefore and in order to streamline the code... - 21:30 Revision c900fd06: [BUGFIX] Do not show page delete area if user is lacking permissions
- When dragging a page in the page tree, users would always see the red
delete area, even if they do not have the permi... - 21:26 Revision fd723c30: [BUGFIX] Mark field as changed, when changing text in ckeditor source mode
- Changing content in the 'source' mode textarea of ckeditor does not
automatically trigger a change event for its pare... - 21:09 Revision 914591b8: [BUGFIX] Force argument additionalConfig of MediaViewHelper as array
- Make a type cast for the argument additionalConfig as it might be that
it is set as null.
Even though the original ca... - 21:08 Revision d2d28820: [BUGFIX] Mark field as changed, when changing text in ckeditor source mode
- Changing content in the 'source' mode textarea of ckeditor does not
automatically trigger a change event for its pare... - 20:56 Revision 61eb4b91: [BUGFIX] Force argument additionalConfig of MediaViewHelper as array
- Make a type cast for the argument additionalConfig as it might be that
it is set as null.
Even though the original ca... - 20:52 Revision ef35bf65: [BUGFIX] Wrap query parts in searchWhere into parentheses
- The migration to Doctrine DBAL with #77455 missed additional parentheses
for the or parts.
Resolves: #85486
Releases... - 20:44 Revision e3e5590f: [TASK] Show duplicated entrypoints in site module as warning
- If an entrypoint URL is used more than once this will lead in errors and
a warning will be shown in the site module.
... - 20:37 Revision 8ee77406: [BUGFIX] Wrap query parts in searchWhere into parentheses
- The migration to Doctrine DBAL with #77455 missed additional parentheses
for the or parts.
Resolves: #85486
Releases... - 20:33 Revision 443f51ca: [BUGFIX] Fix various issues in "View Upgrade Docs"
- If the search in "View Upgrade Documentation" is emptied, all panels are
now collapsed again.
When panels get collap... - 13:17 Revision 7549c1b4: [BUGFIX] Install Tool modals won't depend on spinner
- The Install Tool modals now fire up immediately after requesting a
module. The spinners are now loaded in parallel an... - 13:06 Revision e010389c: [TASK] Use AJAX API in extension manager
- Resolves: #90580
Releases: master
Change-Id: Ica10125976b2fe62f52ade05bbe3daf5f4a1dd7f
Reviewed-on: https://review.ty... - 12:46 Revision 3890b7c5: [BUGFIX] Fix examples for EditRecord- and NewRecordViewHelper
- Fixes 2 usage examples for EditRecord- and NewRecordViewHelper
Resolves: #90755
Releases: 9.5
Change-Id: I9b902e66e0... - 12:03 Revision 28b716d7: [BUGFIX] Fix examples for EditRecord- and NewRecordViewHelper
- Fixes 2 usage examples for EditRecord- and NewRecordViewHelper
Resolves: #90755
Releases: master, 9.5
Change-Id: I33...
2020-03-12
- 13:31 Revision 8f3ce896: [BUGFIX] Show value '0' in cells of table content element
- Adjust the check of the value to make it also possible
to show the valid cell value '0' of content element table.
Re... - 08:58 Revision c75a9066: [BUGFIX] Show value '0' in cells of table content element
- Adjust the check of the value to make it also possible
to show the valid cell value '0' of content element table.
Re... - 08:52 Revision b713e1da: [BUGFIX] Fix various issues in "View Upgrade Docs"
- The search field was initialized twice which broke the clearable
feature. Since we don't like redundancy we omit a se...
2020-03-11
- 20:16 Revision e62379cc: [BUGFIX] Handle constructor arguments in extension scanner correctly
- Handling constructor arguments in extension scanner did not work since
constructors are not directly called like a me... - 15:09 Revision b3da6342: [BUGFIX] Don't render spinner when closing document
- When a FormEngine document gets closed, the spinner now isn't rendered
anymore.
Resolves: #90723
Releases: master, 9... - 13:46 Revision d6ad3ad1: [BUGFIX] Handle constructor arguments in extension scanner correctly
- Handling constructor arguments in extension scanner did not work since
constructors are not directly called like a me... - 10:07 Revision e787cedc: [TASK] Make "N/A" translatable
- The string "N/A" was hardcoded in BackendUtility
and has now been made translatable.
Resolves: #76361
Releases: mast... - 08:33 Revision c66c164f: [BUGFIX] Fix false positive test in TimeTrackerTest
- The test `getParseTimeReturnsTotalParseTimeInMilliseconds` fails
regularly and needs some improvement.
Resolves: #90... - 07:57 Revision 8dd2192f: [TASK] Simplify newly created base of a site language
- If a new site is created from the Install Tool, the base of the default
language should be changed from '/en/' to '/'...
2020-03-10
- 21:58 Revision add951cc: [BUGFIX] Create new instance of ValueSlider per occurrence
- This patch changes the behavior of the FormEngine internal ValueSlider
by creating a new instance per occurrence of t... - 21:57 Revision f22e33d1: [BUGFIX] Create new instance of ValueSlider per occurrence
- This patch changes the behavior of the FormEngine internal ValueSlider
by creating a new instance per occurrence of t... - 21:57 Revision e8c2d78c: [BUGFIX] Disable FormEngine's save button on submit
- To avoid issues with slow internet connections in combination with the
"Refresh required" modal the save button of th... - 21:57 Revision d1bd824b: [BUGFIX] Disable FormEngine's save button on submit
- To avoid issues with slow internet connections in combination with the
"Refresh required" modal the save button of th... - 17:33 Revision 065d6042: [BUGFIX] Take recordType into account for extbase persistence config
- The changes made in #87623 made it impossible to resolve the
"recordType" of extbase objects in the php persistence c... - 16:30 Revision b7e6fc86: [TASK] Improve wording in Install Tool Wizard
- * Wrap filename of 'FIRST_INSTALL' into code instead of strong tag
* Move info text about secure password to the pass... - 16:29 Revision 7d765c8d: [BUGFIX] Do not process original files
- The existing ProcessedFiles identifier check must be adjusted,
since the default value is an empty string for entries... - 14:36 Revision 77d2e6b3: [BUGFIX] Resolve nested public path inside ext:install DefaultFactory
- This patch provides support for nested public paths in the TYPO3
installer. The DefaultFactory iterates backwards thr... - 13:16 Revision e98ba4a4: [BUGFIX] Allow slashes in enhanced routes having aspects definitions
- The changes made in #86895 broke previous behaviour in page routing by
disallowing the use of the "requirements" opti... - 13:16 Revision 306ddc70: [TASK] Check symbolic link creation before auto updating
- The core updater has been adjusted to not only check file write rights,
but also the ability to create symbolic links... - 13:15 Revision d853626e: [BUGFIX] Consider hidden records in persisted mapper aspects
- PersistedAliasMapper and PersistedPatternMapper did not take
hidden records into account.
The Context object used wh... - 12:54 Revision 01048ed0: [TASK] Check symbolic link creation before auto updating
- The core updater has been adjusted to not only check file write rights,
but also the ability to create symbolic links... - 12:49 Revision 1ee7266e: [BUGFIX] Allow slashes in enhanced routes having aspects definitions
- The changes made in #86895 broke previous behaviour in page routing by
disallowing the use of the "requirements" opti... - 10:06 Revision 02d3790c: [TASK] Deprecate Extbase model FileMount
- The Extbase model `FileMount` has never been used and there is also no
need to have a model for every table. To strea...
2020-03-09
- 22:26 Revision 8841472d: [BUGFIX] Skip error when processing already deleted records
- A record may be deleted already by an earlier call of deleteRecord()
which can occur by deleting records with tt_cont... - 21:56 Revision e20c3730: [TASK] Remove old @todo marker from FileList
- For over 4 years a todo marker exists in the code.
It looks like this is no issue and we should remove the marker.
R... - 21:36 Revision 3a7cbc81: [BUGFIX] Consider hidden records in persisted mapper aspects
- PersistedAliasMapper and PersistedPatternMapper did not take
hidden records into account.
The Context object used wh... - 20:56 Revision b537dccd: [TASK] Streamline SiteLanguage related tests to be based on Site
- Tests making use of SiteLanguage are adjusted to have a valid parent
Site object. This way the implicit aggregate roo... - 20:55 Revision 69e29c0f: [TASK] Streamline SiteLanguage related tests to be based on Site
- Tests making use of SiteLanguage are adjusted to have a valid parent
Site object. This way the implicit aggregate roo... - 17:50 Revision b454210d: [BUGFIX] Allow external references in AssetRenderer
- This patch allows external references to be rendered.
The AssetCollector allows the registration of external referenc... - 12:25 Revision 9dd4c09d: [BUGFIX] Skip error when processing already deleted records
- A record may be deleted already by an earlier call of deleteRecord()
which can occur by deleting records with tt_cont... - 11:39 Revision 340fbaff: [BUGFIX] Calculate correct list of pages for SuggestWizardDefaultReceiver
- The suggest receiver can be configured to search only in provided page
ids and a provided depth. Fix the calculation ... - 11:20 Revision 6f2e9567: [BUGFIX] Calculate correct list of pages for SuggestWizardDefaultReceiver
- The suggest receiver can be configured to search only in provided page
ids and a provided depth. Fix the calculation ... - 10:14 Revision 6959bca3: [BUGFIX] Remove unused label from EXT:dashboard
- Resolves: #90688
Releases: master
Change-Id: Ia8aad82a1c7a92891644786cd4d76d8a720bd0fa
Reviewed-on: https://review.ty... - 10:05 Revision 99e19a0a: [BUGFIX] Removed configuration field from be_dashboards records
- As the database column for the field configuration is missing
and the field is not used anymore, the TCA configuratio... - 09:21 Revision 63b60b6f: [BUGFIX] Escape html tags in cshmanual content
- Parts of the cshmanual were never shown, because a language variable
contained a <title> tag, that made the browser h... - 09:04 Revision ca1f9186: [BUGFIX] Sort most search words by count
- The statistic of EXT:indexed_search must be sorted by the count to avoid
stripping of the most used search words.
Re... - 08:57 Revision cd0fa02c: [BUGFIX] Escape html tags in cshmanual content
- Parts of the cshmanual were never shown, because a language variable
contained a <title> tag, that made the browser h... - 08:54 Revision 70b3a05b: [BUGFIX] Align new page module behavior with PageLayoutView
- This fixes some missing or faulty checks related to the display
and behaviour of the fluid based page module to bring... - 08:46 Revision 7318d65b: [BUGFIX] Sort most search words by count
- The statistic of EXT:indexed_search must be sorted by the count to avoid
stripping of the most used search words.
Re... - 08:07 Revision f4dd544c: [BUGFIX] Keep priority of SQL operators in DatabaseRecordList
- DatabaseRecordList adds an additionalWhereClause with an `OR` which
may be extended by a hook. Usually, the hook is u... - 01:18 Revision ca89b886: [DOCS] Fix typo in RST docs
- Resolves: #90685
Releases: master, 9.5
Change-Id: Iae5d9242745a9dd5a1558d19cf84496dc128f557
Reviewed-on: https://revi... - 00:46 Revision 7f571817: [DOCS] Fix typo in RST docs
- Resolves: #90685
Releases: master, 9.5
Change-Id: Iae5d9242745a9dd5a1558d19cf84496dc128f557
Reviewed-on: https://revi...
2020-03-08
- 22:20 Revision fc0064ef: [BUGFIX] Properly evaluate if condition in SearchController
- Resolves: #90165
Releases: master, 9.5
Change-Id: I6cd1f202c0293902b6444ccd23b30f0f92dbf748
Reviewed-on: https://revi... - 22:20 Revision 1eb10f80: [BUGFIX] Update local cache upon creation of new storage object
- When a new storage object for the "local" driver is being created
it is not possible to retrieve the new object insta... - 22:05 Revision f5d72d2c: [BUGFIX] Properly evaluate if condition in SearchController
- Resolves: #90165
Releases: master, 9.5
Change-Id: I6cd1f202c0293902b6444ccd23b30f0f92dbf748
Reviewed-on: https://revi... - 22:05 Revision a30774e3: [BUGFIX] Make default folder structure aware of 'web-dir' option
- When having e.g. a composer-based installation in TYPO3 Core,
the install tool still generates the "wrong" folder str... - 21:20 Revision 0eb6d2f7: [BUGFIX] Use parent page ID as PID for suggest fields
- TCA select fields have the capabilities for replacing ###CURRENT_PID###
with the parent page ID of the current record... - 21:01 Revision fcada53f: [BUGFIX] Make default folder structure aware of 'web-dir' option
- When having e.g. a composer-based installation in TYPO3 Core,
the install tool still generates the "wrong" folder str... - 20:59 Revision 8d0c0bf1: [BUGFIX] Use parent page ID as PID for suggest fields
- TCA select fields have the capabilities for replacing ###CURRENT_PID###
with the parent page ID of the current record... - 20:37 Revision b8feea36: [TASK] Fix php doc comments reported by phpstan level 2
- Releases: master
Resolves: #90668
Change-Id: I92cc4942f9f06d587a7957a94f006d157143e55c
Reviewed-on: https://review.ty... - 17:06 Revision cef99dd2: [BUGFIX] Bind onChange alert to field again
- The change of #88665 aimed to centralize the onchange behavior for all
FormEngine fields. The result of this change i... - 15:41 Revision fad9205c: [BUGFIX] setSingletonInstance should respect XCLASS registrations
- GeneralUtility::makeInstance() stores singleton instances in their
overridden class names, however, when using setSin... - 15:23 Revision dafc3c6e: [BUGFIX] setSingletonInstance should respect XCLASS registrations
- GeneralUtility::makeInstance() stores singleton instances in their
overridden class names, however, when using setSin... - 09:21 Revision 53be6641: [BUGFIX] Prioritize iconIdentifier over default icon for extbase modules
- If ExtensionUtility::registerModule is called with a module
configuration only containing an icon identifier the defa... - 09:11 Revision f734946d: [BUGFIX] Consider CGI wrapper for NormalizedParams->getSiteUrl()
- When using a CGI wrapper to dispatch the PHP process `ORIG_SCRIPT_NAME`
contains the name of the wrapper script (whic... - 09:08 Revision 2042cdf8: [BUGFIX] Fix ActionMenuItemViewHelper select-attribute
- This commit fixes the setting of the select-attribute for menu items,
that have a different arguments-array given to ... - 08:51 Revision ddb17547: [BUGFIX] Prioritize iconIdentifier over default icon for extbase modules
- If ExtensionUtility::registerModule is called with a module
configuration only containing an icon identifier the defa... - 08:30 Revision 045d4dc5: [BUGFIX] Consider CGI wrapper for NormalizedParams->getSiteUrl()
- When using a CGI wrapper to dispatch the PHP process `ORIG_SCRIPT_NAME`
contains the name of the wrapper script (whic... - 08:19 Revision 7f050bac: [BUGFIX] Remove unnecessary onChange="reload" in site language
- Since "free mode" has been introduced in #86762 for site languages, the
previous onChange="reload" mechanism, when a ... - 07:43 Revision d577b18f: [BUGFIX] Remove unnecessary onChange="reload" in site language
- Since "free mode" has been introduced in #86762 for site languages, the
previous onChange="reload" mechanism, when a ...
2020-03-07
- 23:51 Revision dcba2a54: [TASK] Remove element 'style' from allowTags configuration
- As the element `style` is listed in the removeTags section, there is no
need to have it in the allowTags section as w... - 21:22 Revision f9df4a17: [BUGFIX] Fix ActionMenuItemViewHelper select-attribute
- This commit fixes the setting of the select-attribute for menu items,
that have a different arguments-array given to ... - 17:56 Revision 27877c16: [DOCS] Remove own scheduler task docs in favor of symfony commands
- As the preferred and future-proof way of creating commands is using
symfony commands (as a base for scheduler tasks),... - 16:32 Revision c945c3d3: [BUGFIX] Add formDataProvider DatabasePageRootline to flexFormSegment
- The variable ###SITEROOT### can only be correctly substituted if the
DatabasePageRootline provider is used. There it ... - 16:16 Revision ab55a555: [BUGFIX] Add formDataProvider DatabasePageRootline to flexFormSegment
- The variable ###SITEROOT### can only be correctly substituted if the
DatabasePageRootline provider is used. There it ... - 14:49 Revision 586174dd: [TASK] Use Core API in ClearCache module
- This patch replaces jQuery in the ClearCache module used in RecordList
with Core APIs in regards of AJAX and event ha... - 12:56 Revision 906a09e5: [DOCS] Clarify changed logger instantiation in scheduler tasks
- Resolves: #90415
Releases: master, 9.5
Change-Id: Icb403e6ef2892ff7988a34652d6cdfa8f8bd1cfd
Reviewed-on: https://revi... - 12:38 Revision 72d446d9: [BUGFIX] Add cache property to TypoScript syntax in t3editor
- Added cache type definition
Releases: master, 9.5
Resolves: #89340
Change-Id: I05634dc0e9ef22ad9764635965c197f494d3a... - 12:32 Revision 63ad62f3: [DOCS] Clarify changed logger instantiation in scheduler tasks
- Resolves: #90415
Releases: master, 9.5
Change-Id: Icb403e6ef2892ff7988a34652d6cdfa8f8bd1cfd
Reviewed-on: https://revi... - 12:30 Revision d7ebff31: [TASK] Disable InMemoryLogWriter in CLI mode
- Do not register InMemoryLogWriter in cli mode, as it is not needed here
or used later in any way, and will just fill ... - 12:19 Revision 4d84dbec: [BUGFIX] Catch InvalidArgumentException in scheduler
- When an argument definition of a console command changes for a
scheduled task, it rendered the whole backend module u... - 12:14 Revision 874c3758: [TASK] Disable InMemoryLogWriter in CLI mode
- Do not register InMemoryLogWriter in cli mode, as it is not needed here
or used later in any way, and will just fill ... - 12:08 Revision 07dded99: [BUGFIX] Make wizard SeparateSysHistoryFromSysLogUpdate repeatable
- To prevent memory issues with huge sys_history tables and to prevent
timeouts when handling large amounts of data the... - 11:57 Revision 73b2c9eb: [BUGFIX] Catch InvalidArgumentException in scheduler
- When an argument definition of a console command changes for a
scheduled task, it rendered the whole backend module u... - 11:00 Revision 1075c03e: [BUGFIX] Make wizard SeparateSysHistoryFromSysLogUpdate repeatable
- To prevent memory issues with huge sys_history tables and to prevent
timeouts when handling large amounts of data the...
2020-03-06
- 22:59 Revision be494aa8: [BUGFIX] LinkService should identify urls starting with //
- Urls starting with `//` should have a proper fallback to
avoid warnings e.g. in InputLinkElement that this type of ur... - 22:09 Revision 14d6ecff: [TASK] Update phpspec/prophecy to latest version
- Updating core's latest prophecy to v1.10 instead of
v1.09 which then allows to enable phpunit v9 at a later
stage.
u... - 21:45 Revision 24c59a3f: [FEATURE] Reset password for backend users
- This feature adds a link on TYPO3 Backend's login form
to reset a backend users' password if the user has forgotten t... - 21:39 Revision 4ec39adf: [BUGFIX] Display error messages in scheduler
- The scheduler exception handling on editing silently ignored most
exceptions. The one exception was a specific except... - 20:44 Revision f38f9f97: [BUGFIX] Add cache property to TypoScript syntax in t3editor
- Added cache type definition
Releases: master, 9.5
Resolves: #89340
Change-Id: I05634dc0e9ef22ad9764635965c197f494d3a... - 20:17 Revision 0ac4d4b4: [BUGFIX] Fix handling of type "comment" in TypoScript Constant Editor
- According to the documentation, the boolean checkbox for type "comment"
should behave in the following way:
- checked... - 19:43 Revision b7a4edb1: [TASK] Change info message in scheduler in composer mode
- As the path to the TYPO3 binary in composer mode depends on
composer bin dir and the sysext path should not be used t... - 19:32 Revision cad25b22: [BUGFIX] Fix handling of type "comment" in TypoScript Constant Editor
- According to the documentation, the boolean checkbox for type "comment"
should behave in the following way:
- checked... - 18:39 Revision 406e1f59: [TASK] Change info message in scheduler in composer mode
- As the path to the TYPO3 binary in composer mode depends on
composer bin dir and the sysext path should not be used t... - 17:29 Revision cc9379b8: [TASK] Set phpstan level to 1
- Releases: master
Resolves: #90665
Change-Id: I55c08b826d6e4560cbfbcde99e795f55036b049c
Reviewed-on: https://review.ty... - 16:33 Revision 6ac22730: [BUGFIX] Do not assign tab items if their content is empty
- In a TabsContainer, if all the fields of a tab are hidden to the editor
(by disabling them in PageTS), the tab would ... - 16:01 Revision 72b8d66d: [BUGFIX] Do not assign tab items if their content is empty
- In a TabsContainer, if all the fields of a tab are hidden to the editor
(by disabling them in PageTS), the tab would ... - 15:13 Revision ed41d17c: [BUGFIX] Use correct variable in TcaInline in exception log
- To log the exception properly, the variable `$defaultLanguageUid` is now
used instead of the undefined `$localizedUid... - 14:41 Revision 622e1a3d: [BUGFIX] Reorder processing of TCA select items again
- It's now possible again to process items from foreign_table
configuration with the itemsProcFunc. After that pageTSco... - 14:26 Revision f45186e7: [TASK] Lower priority of Argon2id
- Argon2id should never be set automatically for compatibility reasons.
At some places the array sorting will give the... - 13:52 Revision f4add4d1: [BUGFIX] Allow "distinct" in select.selectFields
- Add "distinct" into the whitelist of allowed select parts.
Resolves: #43114
Releases: master, 9.5
Change-Id: I8ae656... - 13:36 Revision 7002c086: [BUGFIX] Allow "distinct" in select.selectFields
- Add "distinct" into the whitelist of allowed select parts.
Resolves: #43114
Releases: master, 9.5
Change-Id: I8ae656... - 13:29 Revision 2d49debe: [TASK] Let all Commands return an int value
- The parent class states an integer value is returned,
but most core commands did not follow that rule. Now they
got a... - 13:26 Revision 247da0fa: [TASK] Avoid possibly undefined variables
- phpstan identified a bunch of possibly undefined
variables which is fixed with this patch.
Releases: master
Resolves... - 12:26 Revision ab5d305b: [TASK] Centralize imagefile_ext, mediafile_ext and textfile_ext
- Most access to the configuration options are made against AbstractFile
objects in FAL, which is now centralized in on... - 11:36 Revision 989ca301: [BUGFIX] Don't show newLanguageButton if user has no edit permissions
- With #90608 the PageLayoutView was extended to also
take `tables_modify` for `tt_content` into account.
Unfortunatel... - 11:12 Revision bdd8d12a: [TASK] Deprecate Extbase's SignalSlot Dispatcher
- Extbase's SignalSlot Dispatcher has had its good run - it served
as a possible successor instead of Hooks but lacked ... - 10:56 Revision b06f4ca4: [BUGFIX] Throw missing exception in method getTypeOfChildProperty
- Method getTypeOfChildProperty() of class ObjectConverter
didn't throw an exception if the class schema didn't detect
... - 10:16 Revision 78b92c0a: [TASK] Remove bootstrap-slider usages
- This patch removes all occurrences of bootstrap-slider in Core with the
native `range` input type.
To ensure a consis... - 10:13 Revision 989fbe05: [BUGFIX] Allow Tree DataProviders with original constructor
- If a treedataprovider (e.g. from news) extends from Core's
constructor, Core hands in various multiple arguments.
Ho... - 10:10 Revision adbd31c7: [TASK] Use PSR-7 Request in BackendController
- Various GeneralUtility::_GET() calls are now replaced by
using the PSR-7 Request object, reducing the need for access... - 10:09 Revision 5833630c: [BUGFIX] Re-enable Guzzle versions > 6.5.0
- Guzzle 6.5.0 introduced an issue with umlaut domains
which was fixed in Guzzle 6.5.1 and Guzzle 6.5.2
respectively.
... - 10:08 Revision 97bdfad2: [BUGFIX] Re-enable Guzzle versions > 6.5.0
- Guzzle 6.5.0 introduced an issue with umlaut domains
which was fixed in Guzzle 6.5.1 and Guzzle 6.5.2
respectively.
... - 09:27 Revision fee44f32: [BUGFIX] Re-enable Guzzle versions > 6.5.0
- Guzzle 6.5.0 introduced an issue with umlaut domains
which was fixed in Guzzle 6.5.1 and Guzzle 6.5.2
respectively.
... - 08:47 Revision 3b3b371f: [TASK] Transform PageBrowsingViewHelper to TagBasedViewHelper
- As the PageBrowsingViewHelper actually renders a HTML tag it
should extend AbstractTagBasedViewHelper. This also allo...
2020-03-05
- 21:57 Revision 73adc4c8: [BUGFIX] Provide return value for SendEmailCommand
- The parent class defines a return value of type int, but the command
does not provide one. This causes a test failure... - 20:18 Revision 40c3c5e8: [BUGFIX] Use iFrame name in Acceptance Test instead id
- The test used to use the iFrame id, but some updated dependency
caused this misuse to fail. Using the proper name att... - 20:06 Revision d13c8b3d: [BUGFIX] Do not try to map properties with unknown type
- The Extbase data mapper has been adjusted to only
map properties where the type is known.
Resolves: #89857
Releases:... - 18:59 Revision e41f9b74: [TASK] Check for PHP extension PDO
- Let the Install Tool check also for PHP extension PDO.
With #85803 the requirement has also been added to the compose... - 13:36 Revision d6a6bbcc: [BUGFIX] Require codeception/lib-asserts:^1.1
- The version contains a bugfix, that caused acceptance test to fail
due to missing method declaration.
Using ^1.1 as m... - 09:10 Revision 6afc789f: [BUGFIX] Remove possibility to exclude width/height in sys_file_metadata
- Width and height are readonly fields updated by system image service API.
To ensure the API (for example the crop wiz... - 09:05 Revision 51a78b6b: [BUGFIX] Use polyfills or older API in AdminPanel
- The AdminPanel uses modern JavaScript API which cannot be used in
Internet Explorer, as it doesn't understand ECMAScr... - 07:48 Revision 0504b4b2: [BUGFIX] Move felogin events from initializeLoginAction to loginAction
- In the initializeLoginAction the view is not available. Move the events
to loginAction to make it possible to dispatc...
2020-03-04
- 18:31 Revision ec55210b: [BUGFIX] Remove view button for indefinite source hosts in redirects module
- The changes made in #88499 removed the support for "default urls".
This left broken view buttons in the redirects mod... - 16:04 Revision 5ecb709b: [BUGFIX] Remove sys_file_metadata width and height from excludefields
- This is a followup to #81964 which removed the exclude configuration
from the fields width & height.
However, if EXT:... - 13:25 Revision aa7e977a: [BUGFIX] Respect language access limitations in new PageLayoutView
- If the user has no access to the default language, the new
fluid based PageLayoutView would fail with an error. This ... - 09:50 Revision 7ca1f49c: [BUGFIX] Do not try to map properties with unknown type
- The Extbase data mapper has been adjusted to only
map properties where the type is known.
Resolves: #89857
Releases:... - 09:25 Revision 17cdc528: [BUGFIX] Catch possible exceptions while loading YAML files via import
- If an error happens during loading YAML files, e.g. because the path is
wrong or the used extension has been deactiva... - 09:05 Revision 8a6c9a4b: [TASK] Make ViewHelpers compatible with Fluid 3.x
- This change adds a handful of conditions and duplicates some
code in order to achieve compatibility with Fluid 3.0. S... - 09:02 Revision 90d281a9: [BUGFIX] Streamline composer.json links for Packagist
- This change adds more links for Packagist to all TYPO3 System Extensions.
This is especially relevant for Packagist ... - 08:48 Revision 6df00f35: [TASK] Use attribute translate="no" for non translatable strings
- If a string is used in a XLIFF file but it should not be translated,
it must be identified as such. The XLIFF standar... - 08:43 Revision 4adfaf51: [TASK] Use codeception 4 for acceptance tests
- Used composer commands:
composer require "codeception/codeception:^4.0" --update-with-dependencies --dev
composer re... - 08:10 Revision 0d1723ab: [TASK] Use attribute translate="no" for non translatable strings
- If a string is used in a XLIFF file but it should not be translated,
it must be identified as such. The XLIFF standar... - 07:16 Revision fdf34b96: [TASK] Fix CGL Errors in Tests
- Resolves: #90631
Releases: master
Change-Id: I4437d847aa29591df6ca4d69a18d7467b12695b0
Reviewed-on: https://review.ty... - 05:13 Revision c047024b: [BUGFIX] Show guidelines in Adminpanel rendering tree view
- The tree guidelines are now properly shown in the TS Tree view
in AdminPanel.
Also not used FontAwesome is removed fr...
2020-03-03
- 21:14 Revision dc9e8bfe: [BUGFIX] Show guidelines in Adminpanel rendering tree view
- The tree guidelines are now properly shown in the TS Tree view
in AdminPanel.
Also not used FontAwesome is removed fr... - 20:49 Revision 464a060c: [BUGFIX] Allow sending test mails via pressing enter key
- The form for sending test mails in the Install Tool now listens to the
`submit` event which allows to trigger the sub... - 20:47 Revision a5f19efc: [BUGFIX] Set actionName for adding online media
- The property `actionName` is added to the window message to allow adding
media from the "Add media by URL" again. To ... - 17:20 Revision 410c35f9: [BUGFIX] Respect content_from_pid in page cache
- When using "content_from_pid" and the content from a different
pid is changing, the cache of the frontend page should... - 16:05 Revision 2758aa4f: [BUGFIX] Respect content_from_pid in page cache
- When using "content_from_pid" and the content from a different
pid is changing, the cache of the frontend page should... - 15:58 Revision b86ccc8d: [BUGFIX] Take tables_modify in PageLayoutView into account
- If a non-admin user currently has no access to modify the `tt_content`
table they still get editing options displayed... - 13:39 Revision d8f581f9: [BUGFIX] Consider language context and fallbacks in persisted aspects
- For PersistedAliasMapper and PersistedPatternMapper, language handling
when resolving a URL route paramter was not ex... - 12:53 Revision 05b8c067: [BUGFIX] Streamline README.md and INSTALL.md with current links
- In the past year a lot of links have changed, especially in documentation
which is now reflected in the README.md and... - 12:04 Revision 0573cc2c: [BUGFIX] Streamline README.md and INSTALL.md with current links
- In the past year a lot of links have changed, especially in documentation
which is now reflected in the README.md and... - 10:09 Revision af5ce3d6: [BUGFIX] Make $actionName argument in ExtensionService nullable
- The method ExtensionService::getPluginNameByAction() was hardened in
This breaks previous functionality, where it was... - 10:00 Revision 1cd43dd2: [TASK] Upgrade phpstan/phpstan to 0.12.13
- This version of phpstan heavily improves the analysis
performance by using multi threading and caching out
of the box... - 09:44 Revision 4a5fa034: [BUGFIX] Catch possible exceptions while loading YAML files via import
- If an error happens during loading YAML files, e.g. because the path is
wrong or the used extension has been deactiva...
Also available in: Atom