Activity
From 2021-05-03 to 2021-06-01
2021-06-01
- 19:48 Revision 0090b13a: [DOCS] Add Settings.cfg to lowlevel extension
- Documentation can be generated from the existing README.rst.
A Settings.cfg is necessary so that the title is set.
O... - 19:44 Revision 99f777f7: [DOCS] Add Settings.cfg to lowlevel extension
- Documentation can be generated from the existing README.rst.
A Settings.cfg is necessary so that the title is set.
O... - 19:33 Revision 90816930: [BUGFIX] Re-allow pages with a trailing slash
- This change enables the usage of pages containing a
trailing slash in their "slug" like "/my-page/subpage/"
to be wor... - 19:17 Revision 3a4dd1ee: [TASK] Enable TypesAssignedToPropertiesRule in phpstan
- composer req friendsoftypo3/phpstan-typo3 ^0.8.1 --dev
This patch is the next step towards full level 3
compatibilit... - 18:43 Revision 87ca0fce: [BUGFIX] Re-allow pages with a trailing slash
- This change enables the usage of pages containing a
trailing slash in their "slug" like "/my-page/subpage/"
to be wor... - 18:37 Revision 306ef1d4: [BUGFIX] No greedy Symfony DI in ext:install
- We recently added a Services.yaml to ext:install.
This isn't an incredible great idea since the
install tool is desig... - 18:33 Revision eb27260d: [BUGFIX] Remove duplicated caret and re-add padding
- * Removes duplicated dropdown caret and use bootstraps
css caret (gridelement inside/after and finisher)
* Fix prev... - 17:44 Revision b161b248: [BUGFIX] Let site configuration recognize configured languages
- Set inlineTopMostParentUid fallback to "null" as "0" is a valid
sys_language. "0" gives false positives in the check ... - 17:36 Revision 1e1dbff8: [TASK] Remove a library dependent view helper test
- The removed unit test mocks the system under test
and checks for specific method calls. The test
relies on AbstractTa... - 17:36 Revision 4df0bc50: [TASK] Remove a library dependent view helper test
- The removed unit test mocks the system under test
and checks for specific method calls. The test
relies on AbstractTa... - 17:35 Revision 16a78abc: [TASK] Remove a library dependent view helper test
- The removed unit test mocks the system under test
and checks for specific method calls. The test
relies on AbstractTa... - 17:32 Revision 006fa9df: [BUGFIX] Fix phpstan errors from TypesAssignedToPropertiesRule
- * EXT:core
Resolves: #94122
Releases: master
Change-Id: I843e50719c5e5a2c3de425f49eae2f112e0df32f
Reviewed-on: https... - 17:00 Revision 78baf883: [BUGFIX] Avoid reloading backend login form for checking HTTP referrer
- In order to determine whether HTTP referrer headers would be submitted
to server-side backend API, a corresponding "r... - 17:00 Revision 0a27a127: [BUGFIX] Avoid reloading backend login form for checking HTTP referrer
- In order to determine whether HTTP referrer headers would be submitted
to server-side backend API, a corresponding "r... - 10:41 Revision ab0d4fe2: [BUGFIX] Fix allowed value for mail format configuration
- $GLOBALS['TYPO3_CONF_VARS']['MAIL']['format'] allows to
configure the format for the mails, sent by TYPO3. The
format... - 10:07 Revision f102eb07: [BUGFIX] Fix allowed value for mail format configuration
- $GLOBALS['TYPO3_CONF_VARS']['MAIL']['format'] allows to
configure the format for the mails, sent by TYPO3. The
format... - 09:26 Revision 08116b2f: [BUGFIX] Avoid reloading backend login form for checking HTTP referrer
- In order to determine whether HTTP referrer headers would be submitted
to server-side backend API, a corresponding "r... - 05:40 Revision 6bd8291b: [FEATURE] Customize selectable columns in List module per table
- In prior TYPO3 versions, it was possible to customize the list of fields
to be shown in the list view. This was only ... - 05:08 Revision c73e97fb: [TASK] Use CodeMirror for backend layout code preview
- Currently the preview of the generated code for
a backend layout uses only ...
2021-05-31
- 19:58 Revision c2ba4543: [BUGFIX] Fix change=reload for group fields
- This patch implements the "Refresh required" dialog for group fields
configured to request a reload once their value ... - 19:33 Revision 12737d31: [TASK] Change password reset functionality
- In case administrators don't want their users to
initiate the reset password process, they have to
set the global con... - 19:01 Revision 58042b06: [FEATURE] Add excludePagesRecursive option to XML sitemap generation
- With this option pages can be excluded recursive in the XML sitemap:
plugin.tx_seo.config.xmlSitemap.sitemaps.pa... - 12:29 Revision b68c5d38: [TASK] Raise typo3fluid/fluid ^2.7.0
- A minor raise from 2.6 to 2.7 brings an aria
related feature and a cleanup we adapt in core.
composer req typo3fluid... - 12:18 Revision 1e4c675f: [BUGFIX] Fix recipients checkboxes in "Send to stage" dialog
- Classes and positioning of the recipients checkboxes
in the EXT:workspaces "Send to stage" dialog are
adjusted to be ... - 10:46 Revision 17d0055e: [BUGFIX] Force scheme if forceAbsoluteUrl.scheme is set
- Allow overriding the scheme with forceAbsoluteUrl even if the page
is not protected.
Also the case is now covered wh... - 10:43 Revision 2086d00a: [TASK] Add EXT:seo sitemap constants to constant editor
- This adds the EXT:seo XML sitemap related constants
to the constant editor.
Resolves: #94239
Releases: master, 10.4
... - 10:30 Revision 6874ac23: [TASK] Add EXT:seo sitemap constants to constant editor
- This adds the EXT:seo XML sitemap related constants
to the constant editor.
Resolves: #94239
Releases: master, 10.4
... - 10:25 Revision 9405407f: [TASK] styleguide: Ignore a phpstan error since its a core issue
- 09:37 Revision 0f6b9d8d: [TASK] Show image of distribution even if not installed
- Previously the image of a distribution extension
was only shown in the extensionmanager, in case
the distribution was...
2021-05-30
- 18:01 Revision bd92b362: [TASK] Reduce ObjectManager->get() usages in ext:form
- ext:form is full of ObjectManager usages. This first
patch tackles a series of simple cases: Mostly things
we know ca... - 17:42 Revision a7eef0b5: [BUGFIX] Fix phpstan errors from TypesAssignedToPropertiesRule
- * EXT:dashboard
* EXT:extbase
* EXT:extensionmanager
* EXT:filelist
Resolves: #94124
Releases: master
Change-Id: I57... - 17:35 Revision 9fa29262: [TASK] Deprecate f:base ViewHelper
- The BaseViewHelper which renders a base tag is kinda
useless in our scope: Fluid based rendering typically
takes care... - 17:27 Revision 37ad6394: [BUGFIX] Update modal instances stack when hiding a modal
- The modal stack handling is slightly changed to update the instance stack
when a modal was requested to get closed al... - 17:14 Revision 13e76498: [TASK] Remove unused ext:beuser context menu entry code
- Did you know there's supposed to be a context menu
entry on pages in 'more' section that jumps to the edit
access vie... - 16:54 Revision ce616aeb: [TASK] Deprecate extbase request getRequestUri()
- The next step towards a PSR-7 compatible request
object in extbase is to get rid of getRequestUri()
and setRequestUri... - 16:50 Revision ca2bcfc1: [TASK] Streamline method name for doc header button registration
- Change method name for doc header button registration to
`registerDocHeaderButtons`, since it strictly follows the PS...
2021-05-29
- 20:43 Revision e461b6c0: [TASK] Avoid ObjectManager->get() for Typo3QuerySettings
- makeInstance() can be used as straight substitution
for now. Do this and clean up the test case a bit
along the way.
... - 20:40 Revision bf124818: [BUGFIX] Correct ext:beuser BackendUserRepository inheritance
- ext:beuser BackendUserRepository extends ext:extbase
BackendUserGroupRepository, which is of course bogus.
It trigger... - 20:38 Revision 84f90c38: [TASK] Remove extbase Request->setMethod()
- To further prepare towards a PSR-7 Request in extbase
we have to get rid of the setMethod() method.
Therefore, the i... - 18:28 Revision ae812f17: [TASK] Better document extbase defaultQuerySettings behavior
- Extbase tends to become a victim of its own magic. In this
case, whenever a repository method like initializeObject()... - 18:04 Revision 1f97a631: [TASK] Remove obsolete ext:beuser ext_typoscript_setup
- Both settings are useless:
* The storagePid = 0 setting is ignored for be_users and be_groups
queries since the ext... - 17:59 Revision b81a4b85: [TASK] Better document extbase defaultQuerySettings behavior
- Extbase tends to become a victim of its own magic. In this
case, whenever a repository method like initializeObject()...
2021-05-28
- 19:22 Revision 4e8caf79: [TASK] Deprecate f:be.container ViewHelper
- The fluid backend ContainerViewHelper is very similar to the
PageRenderViewHelper, with the exception that container ... - 19:02 Revision 220ac32c: [TASK] Remove unused helper_javascript_css.html template file
- typo3/sysext/backend/Resources/Private/Templates/helper_javascript_css.html
is an unused left over since FormEngine r... - 18:36 Revision d6df0d5b: [BUGFIX] Prevent disabling and deleting of current user
- Both, the recordlist as well as the backend user module
already check the currently logged in user when evaluating
th... - 18:35 Revision 566b5bf1: [TASK] Deprecate extbase request getBaseUri()
- To further prepare extbase towards a extbase Request
object compatible with PSR-7 ServerRequestInterface, we
need som... - 18:25 Revision c14a0bb6: [TASK] Remove unused blank.html template file
- typo3/sysext/backend/Resources/Private/Templates/blank.html is
unused since the removal of DocumentTemplate and can b... - 18:16 Revision ceea4553: [BUGFIX] Prevent disabling and deleting of current user
- Both, the recordlist as well as the backend user module
already check the currently logged in user when evaluating
th... - 12:01 Revision d183e836: [TASK] Streamline Extbase return status code
- The Extbase action controller does not worry about clearing
cache or changing plugins from USER to USER_INT as this i... - 09:07 Revision a73d8f39: [TASK] Simplify extension manager xml parser
- When dealing with TER extensions in the extension manager,
the TER provides an XML file with extension details that
a... - 00:13 Revision 1b42c0d9: [TASK] styleguide: Avoid using ControllerContext
2021-05-27
- 19:30 Revision 9c9dece7: [FEATURE] Add AbstractValidator::addErrorForProperty()
- For complex validators, it often makes sense that a custom validator
can attribute an error to a specific property or... - 19:11 Revision 77409ded: [BUGFIX] Do not reset validation state when validating sections
- Calling `FormEngineValidation.validate()` on a passed section resets the
overall validation state which may cause to ... - 19:11 Revision e8719fb8: [TASK] Always use manually set canonical URL
- If a canonical URL is set in the page properties, this will always be used
before checking the other options for defi... - 19:05 Revision 5a456090: [TASK] Deprecate ext:backend ModuleLayout view helpers
- A while after the PHP based ModuleTemplate API has been
introduced back in 2015, a couple of fluid view helpers
have ... - 19:01 Revision 6c08ab24: [TASK] Extend click area for toolbar links
- In order to ease usage, icon and text are now both linked
in toolbar sections of open docs, user switch and bookmark ... - 19:01 Revision 1db17db7: [FEATURE] Add field information for pages backend layout
- This patch adds a new field information which displays the
actually used backend layout for the current page,
in case... - 18:56 Revision 7687050d: [BUGFIX] Do not reset validation state when validating sections
- Calling `FormEngineValidation.validate()` on a passed section resets the
overall validation state which may cause to ... - 18:12 Revision b6e26a07: [TASK] Remove dependency of extension manager to install tool
- During refactoring of LateBootService (in install tool)
to BootService (in core) a usage of LateBootService in
extens... - 17:24 Revision 934b11ef: [TASK] Avoid ObjectManager->get() in ext:irre_tutorial
- The method containing the call is unused and can be dropped.
Change-Id: Ia4e233bd1d15b2bb2deb6f03a29e5ae873bb829b
Re... - 16:40 Revision 48e03903: [BUGFIX] Re-calculate z-index of modal and its backdrop
- Bootstraps modals are not designed to have multiple instances opened at
once, which was workarounded in TYPO3 a while... - 16:19 Revision d363e657: [TASK] Ensure all Extbase plugins can be cacheable and non-cacheable
- This change moves the detection of USER/USER_INT from
the FrontendRequestHandler to Extbase Bootstrap->run(),
allowin... - 16:16 Revision a8c6ab06: [TASK] Move BackendLayoutWizardElement into correct namespace
- Resolves: #94212
Releases: master
Change-Id: I785cc3d5a286274ad4b09d1de3fe55adced878c5
Reviewed-on: https://review.ty... - 12:10 Revision c45f9bef: [BUGFIX] styleguide: Minor adaptions to User1Element
- * onFocus has been dropped from FormEngine in v8
* sanitize 'color' better - 11:41 Revision 528b3a33: [BUGFIX] Fix success message of password reset command
- To prevent information disclosure, the password reset
process does not reveal if an email was sent or not. The
corres... - 11:37 Revision 8b0a8836: [TASK] Resolve still more PHP 8 issues
- Resolves: #94057
Releases: master
Change-Id: I238a98d5161417465c02ae8683aef83f55a05ecc
Reviewed-on: https://review.ty... - 11:35 Revision 295f2523: [BUGFIX] EXT:scheduler align input field and button height
- This aligns the height of the input field and
the associated datepicker button in the edit
task form of EXT:scheduler... - 11:27 Revision de8529b0: [BUGFIX] Fix success message of password reset command
- To prevent information disclosure, the password reset
process does not reveal if an email was sent or not. The
corres... - 10:29 Revision 7a503f6b: [TASK] Avoid ObjectManager->get() in EXT:frontend
- Resolves: #94204
Related: #90803
Releases: master
Change-Id: I3da93d84ddc9caa9922ac65c6f7a99acdede6606
Reviewed-on: h... - 08:35 Revision 3a44b002: [BUGFIX] Pass PSR-7 Request to RequestBuilder->build()
- Since #93853, RequestBuilder->build() expects
a PSR-7 Request to be passed.
Because the FLUIDTEMPLATE content object...
2021-05-26
- 20:25 Revision 7dda917a: [FEATURE] Add download and filename options to FileDumpController
- The FileDumpController is extended for two new options:
- `dl`: Force download of the file
- `fn`: Use of an alterna... - 15:24 Revision 21cfa8f4: [BUGFIX] Fix data attribute for modal content
- With the bootstrap update in #93126 the data
attribute name to set the modal content changed
from `data-content` to `... - 13:52 Revision e5cf4b94: [TASK] Deprecate "relativeToCurrentScript" in FAL API
- The additional argument "relativeToCurrentScript" through
out the File Abstraction Layer is a faulty conceptual
imple... - 13:08 Revision 41ea787e: [TASK] Follow best practice on returning PSR-7 response
- Since #94186, extbase controller actions are
required to return a PSR-7 response interface.
To ease the use for exte... - 13:04 Revision 2cba0bac: [TASK] Set proper title of window in backend
- With the introduction of the new backend module web component router,
the title of the backend windows will be set to... - 12:07 Revision df3b793f: [BUGFIX] Fix reset password for backend user
- Remove groupData filemounts property because it causes
GeneralUtility::intExplode to crash when $this->groupData['fil... - 05:52 Revision 5002e536: [TASK] Update url to license information
- As the page about licensing changed, the url should be
updated to avoid unneeded redirects.
Resolves: #94188
Release... - 05:52 Revision 8bf610a0: [TASK] Update url to license information
- As the page about licensing changed, the url should be
updated to avoid unneeded redirects.
Resolves: #94188
Release... - 05:03 Revision b2e481e8: [TASK] Clean up JavaScript code smells
- Several JavaScript code smells are cleaned up
and duplicate/superfluous parts removed.
Resolves: #94164
Releases: ma... - 04:37 Revision 70f19efd: [TASK] Clean up JavaScript code smells
- Several JavaScript code smells are cleaned up
and duplicate/superfluous parts removed.
Resolves: #94164
Releases: ma...
2021-05-25
- 19:45 Revision e20f9a19: [TASK] Streamline PackageManager internals
- This change removes and modifies a few places within
PackageManager code which was built before composer
files contai... - 17:14 Revision 217eb7df: [BUGFIX] Support extra test arguments on acceptance tests
- Resolves: #94189
Releases: master, 10.4
Change-Id: Idd70dda6b26c4e6462b351d61ac03e76b7fd9533
Reviewed-on: https://rev... - 16:51 Revision f432c7e9: [BUGFIX] Support extra test arguments on acceptance tests
- Resolves: #94189
Releases: master, 10.4
Change-Id: Idd70dda6b26c4e6462b351d61ac03e76b7fd9533
Reviewed-on: https://rev... - 16:47 Revision 0bdf3e75: [TASK] Deprecate sys_language database table
- The database table sys_language has become obsolete
with the introduction of site handling and site
languages. Since ... - 16:00 Revision c012b205: [TASK] Update url to license information
- As the page about licensing changed, the url should be
updated to avoid unneeded redirects.
Resolves: #94188
Release... - 13:28 Revision ddda5182: [BUGFIX] Only show contextual language information in List module
- The List module shows the site information next to a language,
which is not needed in case when listing languages of ... - 12:08 Revision a6ffc9e6: [TASK] Extract CSV output into separate functionality
- The CSV output of the database record list (= list module)
is one of the only parts that cannot be modified via middl... - 07:53 Revision 491bf92a: [BUGFIX] Unset accent background color for tables
- After bootstrap update striped tables with hover
lost the background color due to a new instroduced
custom property i... - 07:51 Revision dfcbf42b: [BUGFIX] Only show contextual language information in List module
- The List module shows the site information next to a language,
which is not needed in case when listing languages of ... - 07:37 Revision d39f54cc: [BUGFIX] Fix phpstan errors from TypesAssignedToPropertiesRule
- * EXT:indexed_search
* EXT:impexp
* EXT:frontend
* EXT:form
* EXT:fluid
Resolves: #94123
Releases: master
Change-Id:...
2021-05-24
- 13:19 Revision 6f000257: [DOCS] Document ext:dashboard new refreshAvailable option
- Adds the new refreshAvailable implementation (added via 9560e0a )
to documentation of EXT:dashboard.
Relates: #93210...
2021-05-22
- 14:58 Revision 1fe6e3ea: [BUGFIX] Return PSR-7 responses in EXT:extensionmanager
- Since #92784, all extbase actions are required to return
a PSR-7 response interface. Because the controllers in
EXT:e...
2021-05-21
- 13:40 Revision 5398a239: [TASK] Add tests for route enhancers having nested arguments declaration
- Resolves: #94185
Releases: master, 10.4, 9.5
Change-Id: Ic5a9f3a00a64e13a84b8f420ca1fed29838873d2
Reviewed-on: https:... - 13:35 Revision 5895a037: [TASK] Add tests for route enhancers having nested arguments declaration
- Resolves: #94185
Releases: master, 10.4, 9.5
Change-Id: Ic5a9f3a00a64e13a84b8f420ca1fed29838873d2
Reviewed-on: https:... - 13:35 Revision 060f7300: [TASK] Add tests for route enhancers having nested arguments declaration
- Resolves: #94185
Releases: master, 10.4, 9.5
Change-Id: Ic5a9f3a00a64e13a84b8f420ca1fed29838873d2
Reviewed-on: https:... - 11:47 Revision c8375c58: [BUGFIX] Fix extension upload form
- Submitting the extension upload form in the
extension manager module, without adding
an extension file, previously tr... - 11:29 Revision d5dd2b9a: [BUGFIX] Fix extension upload form
- Submitting the extension upload form in the
extension manager module, without adding
an extension file, previously tr... - 08:52 Revision 73fc82f1: [BUGFIX] Cache page TsConfig depending on site
- Similar to frontend TypoScript, constants must be replaced before
parsing and caching. This way, one cache entry per ... - 08:36 Revision 5ee70254: [TASK] Use codemirror web component for composer proposal
- Previously the FormEngine t3editor element was used
for rendering the composer proposal. This however
required to fak... - 08:34 Revision 6a40c1e7: [BUGFIX] Cache page TsConfig depending on site
- Similar to frontend TypoScript, constants must be replaced before
parsing and caching. This way, one cache entry per ...
2021-05-20
- 21:08 Revision e3d0eab2: [BUGFIX] Define missing fieldChangeFunc property
- The composer proposal view is using FormEngine
to render the composer.json content with t3editor.
Therefore, a "fake... - 20:59 Revision 990cc60e: [BUGFIX] Add missing grid class in composer proposal view
- Resolves: #94180
Releases: master, 10.4
Change-Id: I70b97d1c364651cb73a298823902ba37d8174511
Reviewed-on: https://rev... - 20:57 Revision c428369e: [BUGFIX] Add missing grid class in composer proposal view
- Resolves: #94180
Releases: master, 10.4
Change-Id: I70b97d1c364651cb73a298823902ba37d8174511
Reviewed-on: https://rev... - 20:56 Revision 5c68cc82: [BUGFIX] Define missing fieldChangeFunc property
- The composer proposal view is using FormEngine
to render the composer.json content with t3editor.
Therefore, a "fake... - 20:52 Revision ebcbd857: [TASK] Deprecate BackendUtility::viewOnClick
- Core invocations of BackendUtility::viewOnClick() have
been removed with issue #91123 in v10 to reduce the amount
of ... - 20:46 Revision ee4fa1e4: [TASK] Resolve more PHP 8 acceptance tests
- More array type mishandling correction.
Resolves: #94057
Releases: master
Change-Id: If1dbb57028c327ac64e228970f21d6... - 18:40 Revision 667274f8: [BUGFIX] Handle LEFT JOINs in Extbase correctly
- Since Core's query builder now uses correct outer joins
including enable field filters, Extbase can rely on this
beha... - 17:56 Revision 05500a90: [BUGFIX] Avoid PHP TypeError in EXT:lowlevel
- EXT:lowlevel gathers some statistics, e.g. deleted
records in general. However, by looking at the code,
recStats[dele... - 17:46 Revision 107e2dca: [BUGFIX] Handle LEFT JOINs in Extbase correctly
- Since Core's query builder now uses correct outer joins
including enable field filters, Extbase can rely on this
beha... - 17:42 Revision 652bae7a: [BUGFIX] Avoid PHP TypeError in EXT:lowlevel
- EXT:lowlevel gathers some statistics, e.g. deleted
records in general. However, by looking at the code,
recStats[dele... - 17:30 Revision e0411d4f: [BUGFIX] Use native "recordTitle" for FormEngine title
- The PHP8 incompatible FormEngineUtility::databaseRowCompatibility()
is not needed since TYPO3 v7 LTS, as the TcaRecor... - 17:28 Revision b1175c90: [BUGFIX] Handle LEFT JOINs in Extbase correctly
- Since Core's query builder now uses correct outer joins
including enable field filters, Extbase can rely on this
beha... - 17:27 Revision 19f4a436: [BUGFIX] Remove legacy foreign_selector conversion
- During TYPO3 v7 the FormEngine got rewritten, and a "todo"
was left, which can be removed as it now contains wrong
in... - 17:03 Revision 7f76a259: [BUGFIX] Fix typo in PHPdoc of trimExplode()
- The mentioned variable $onlyNonEmptyValues does
not exist. It has to be $removeEmptyValues.
Resolves: #94175
Release... - 16:55 Revision 2f2b1a0e: [BUGFIX] Fix typo in PHPdoc of trimExplode()
- The mentioned variable $onlyNonEmptyValues does
not exist. It has to be $removeEmptyValues.
Resolves: #94175
Release... - 16:18 Revision 8c8af8c0: [TASK] Simplify trimExplode()
- Make the code a bit more declarative and compact.
This also improves the documentation to make clear
the actual behav... - 15:27 Revision 2cc09dd9: [TASK] Simplify trimExplode()
- Make the code a bit more declarative and compact.
This also improves the documentation to make clear
the actual behav... - 15:12 Revision 1cb65983: [BUGFIX] Check request object in ExtensionComposerStatus
- Although the ExtensionComposerStatus report implements the
RequestAwareStatusProviderInterface, there is no guarantee... - 14:59 Revision 72e0faea: [BUGFIX] Check request object in ExtensionComposerStatus
- Although the ExtensionComposerStatus report implements the
RequestAwareStatusProviderInterface, there is no guarantee... - 14:32 Revision b7e4d9fc: [BUGFIX] Use native "recordTitle" for FormEngine title
- The PHP8 incompatible FormEngineUtility::databaseRowCompatibility()
is not needed since TYPO3 v7 LTS, as the TcaRecor... - 13:57 Revision e0a47f74: [TASK] Render TS and pageTS snippets with CodeMirror
- The TypoScript parser has a built in syntax hightlighter.
This is used by ext:tstemplate template analyzer and a sub
... - 11:48 Revision 4bf76405: [BUGFIX] Include TYPO3 version in PageRenderer requireJS cacheIdentifier
- Invalidate PageRenderer requireJS caches during TYPO3 updates,
otherwise a stale config and cache busting parameter i... - 11:38 Revision cea30a0d: [BUGFIX] Allow editing and copying of composer proposal
- The composer manifest proposal, introduced in #93931,
uses t3editor to display the composer.json content.
The corresp... - 11:25 Revision 3e02b00e: [BUGFIX] Allow editing and copying of composer proposal
- The composer manifest proposal, introduced in #93931,
uses t3editor to display the composer.json content.
The corresp... - 10:57 Revision 59509b68: [BUGFIX] Include TYPO3 version in PageRenderer requireJS cacheIdentifier
- Invalidate PageRenderer requireJS caches during TYPO3 updates,
otherwise a stale config and cache busting parameter i... - 10:13 Revision e9c3c317: [BUGFIX] Allow copying content from readonly t3editor field
- With #94081, a new option was introduced to
set a FormEngine t3editor field to "readOnly",
as it was already possible... - 08:27 Revision 07a16a17: [TASK] Raise typo3/cms-styleguide to 11.2.2
- Brings a PHP 8 fix and adaptions to recent core works.
composer req --dev typo3/cms-styleguide:~11.2.2
Change-Id: I...
2021-05-19
- 15:42 Revision 65f310f6: [BUGFIX] Allow persisting PseudoFileReference via database form finisher
- To "encapsulate" resources that were uploaded using a form element, a
new PseudoFileReference class was introduced in... - 15:42 Revision 30410da8: [RELEASE] styleguide: 11.2.2 Adaption to v11 features
- 15:37 Revision 1546bfc0: [TASK] styleguide: package-lock.json to .gitignore
- 15:36 Revision f5fbf07d: [TASK] styleguide: grunt ~1.3.0
- 15:28 Revision 57f0110e: [TASK] styleguide: Drop some example fields that did not make it to core
- 15:10 Revision 7e59a389: [BUGFIX] Restore FormEngine field label and description margins
- Since #93519, the form-control-wrap class did not longer
define any margin-top. Therefore TCA field descriptions
were... - 14:43 Revision 55b85a38: [BUGFIX] Fix HTTP_HOST verification when HTTPS is proxied to HTTP
- The HTTP_HOST verification failed if the proxy server port was
different to the local webserver port, due to an assum... - 14:38 Revision 0c6590a1: [TASK] Improve input fields in the authentication step of MFA
- The input fields for entering the one-time password in
the authentication views of TOTP and recovery codes
are improv... - 14:27 Revision 2da5fed0: [BUGFIX] Fix HTTP_HOST verification when HTTPS is proxied to HTTP
- The HTTP_HOST verification failed if the proxy server port was
different to the local webserver port, due to an assum... - 14:20 Revision 1afed573: [FEATURE] Add support of readOnly in t3editor
- This allows to disable editing of text in FormEngine
t3editor, while syntax highlighting is still applied.
ext:style... - 14:16 Revision 1cfbf51a: [TASK] Streamline spinner web component size and animation
- This change performs the following optimizations:
* Detach spinner from content flow using a relative+absolute
pos... - 10:40 Revision bce4af7c: [TASK] increase z-index of extbase-debugger
- increase z-index for extbase-debugger to from 999 to 99990 (same as the
admin-panel) to prevent the debug output to b... - 09:25 Revision cc6329b5: [BUGFIX] Fix phpstan errors from TypesAssignedToPropertiesRule
- * EXT: backend
* EXT: belog
* EXT: beuser
In addition an adjustment is added that was forgotten in
https://review.ty... - 09:02 Revision 1181b126: [BUGFIX] Do not break list module due to TypeError
- The given condition should check if two fields are configured within
TCA.
Both fields are required in order to query ... - 06:45 Revision aac29ad6: [BUGFIX] Allow persisting PseudoFileReference via database form finisher
- To "encapsulate" resources that were uploaded using a form element, a
new PseudoFileReference class was introduced in...
2021-05-18
- 19:43 Revision f0f8ab76: [BUGFIX] Allow persisting PseudoFileReference via database form finisher
- To "encapsulate" resources that were uploaded using a form element, a
new PseudoFileReference class was introduced in... - 09:40 Revision d978d4e4: [BUGFIX] Ensure throwStatus in Extbase stops the execution workflow
- Extbase's throwStatus() method is mentioned that
the execution workflow indeed should be stopped
right away, but neve... - 08:54 Revision 9560e0a6: [FEATURE] Possibility to refresh dashboard widgets
- For some widgets it makes sense for users to be able to refresh the widget
without reloading the complete dashboard. ... - 08:44 Revision c43fa05c: [FEATURE] Show creation date of redirects
- To improve the usability of the "Redirects hit count"
feature, the creation date is now also shown in the
"Statistics...
2021-05-17
- 21:03 Revision 0b41b5a9: [TASK] Streamline routing related phpDoc comments & annotations
- Resolves: #94148
Releases: master, 10.4, 9.5
Change-Id: If1378f2d471f18099b55b05a84dc81adc247bc69
Reviewed-on: https:... - 21:02 Revision 3cf15c59: [TASK] Streamline routing related phpDoc comments & annotations
- Resolves: #94148
Releases: master, 10.4, 9.5
Change-Id: If1378f2d471f18099b55b05a84dc81adc247bc69
Reviewed-on: https:... - 21:02 Revision 894ec08f: [TASK] Streamline routing related phpDoc comments & annotations
- Resolves: #94148
Releases: master, 10.4, 9.5
Change-Id: If1378f2d471f18099b55b05a84dc81adc247bc69
Reviewed-on: https:... - 18:59 Revision 3b0fffbf: [BUGFIX] Fix Drag+Drop in Page Module in Workspaces
- When using Drag+Drop in Page Module a different
functionality is used than using Clipboard (Move+Paste)
while moving ... - 14:39 Revision c1be5540: [BUGFIX] Fix Drag+Drop in Page Module in Workspaces
- When using Drag+Drop in Page Module a different
functionality is used than using Clipboard (Move+Paste)
while moving ... - 13:05 Revision 73d836c0: [BUGFIX] Fix description list in distribution detail view
- This fixes display issues of the description list in
the distribution detail view, which were introduced
with the boo... - 11:10 Revision 7cda0782: [TASK] Initialize Install Tool layout without inline JavaScript
- Pass startup module and bust parameter as data tags
to avoid inline javascript initialization.
Resolves: #94136
Rele... - 07:26 Revision 023864e3: [BUGFIX] Correct return type for FileReference methods
- The @return annotation for the following FileReference methods is set
to "string", but these methods can also return ...
2021-05-14
- 14:28 Revision b50d8a7f: [TASK] Update Bootstrap to 5.0.1
- Executed command:
yarn add "bootstrap@^5.0.1"
Also, some minor coding issues were solved that popped up
with the ... - 13:58 Revision 169eb06e: [BUGFIX] Resolve PHP 8 issues in acceptance tests
- PHP 8 promotes a lot of notices (previously ignored) to warnings.
That means they can no longer be ignored.
Resolves... - 13:37 Revision 268aa62d: [TASK] Switch behavior of ArrayUtility::arrayDiffAssocRecursive()
- Despite its name, the method `ArrayUtility::arrayDiffAssocRecursive()`
mimics the behavior of `array_diff_key()` and ... - 12:51 Revision 29ec4f38: [TASK] Switch behavior of ArrayUtility::arrayDiffAssocRecursive()
- Despite its name, the method `ArrayUtility::arrayDiffAssocRecursive()`
mimics the behavior of `array_diff_key()` and ... - 11:49 Revision cf162bf0: [BUGFIX] Make label clickable in "Dependencies could not be resolved" dialog
- Resolves: #94139
Releases: master
Change-Id: I645c03ae9ddb411dae7ef6b55a8e3fde479785c0
Reviewed-on: https://review.ty... - 10:14 Revision 71aebd5f: [BUGFIX] Respect icon size defined by tree
- The SVG Tree now builds a SVG-in-SVG element around all
icons (icon + overlay) to ensure the sizes are consistent
and...
2021-05-13
- 22:46 Revision 31f5cc7d: [BUGFIX] Fix Typo3DbQueryParserTest for custom php timezones
- The test setup used to initialize the DateAspect from a string,
that means the local php timezone has been taken into... - 22:46 Revision 5b672dc5: [BUGFIX] Fix Typo3DbQueryParserTest for custom php timezones
- The test setup used to initialize the DateAspect from a string,
that means the local php timezone has been taken into... - 22:15 Revision 06d5edd6: [BUGFIX] Fix Typo3DbQueryParserTest for custom php timezones
- The test setup used to initialize the DateAspect from a string,
that means the local php timezone has been taken into... - 10:26 Revision fe1f18ff: [TASK] Migrate SiteInlineActions to TypeScript
- Resolves: #94133
Releases: master
Change-Id: I2101f3acc5c32c45efa3a8330bb7b6aa1d9716ce
Reviewed-on: https://review.ty... - 10:14 Revision a5e131c0: [TASK] Implement ValuePicker as custom web component
- TCA's value picker uses a lot inline JavaScript for its
picker handling, therefore, the handling has been moved
into ...
2021-05-12
- 18:06 Revision 14e0c88f: [BUGFIX] Ensure UriBuilder always contains a cObj
- When UriBuilder is used outside of an initialized ExtbaseAction
and not within StandaloneView, the cObj is not proper... - 16:43 Revision b5eab03e: [BUGFIX] Ensure UriBuilder always contains a cObj
- When UriBuilder is used outside of an initialized ExtbaseAction
and not within StandaloneView, the cObj is not proper... - 13:58 Revision 96e43f7c: [BUGFIX] Harden RootlineUtility::enrichWithRelationFields
- In some rare cases (e.g., for some Console commands),
RootlineUtility::enrichWithRelationFields might be run without
... - 13:38 Revision 01a7fe12: [BUGFIX] Harden RootlineUtility::enrichWithRelationFields
- In some rare cases (e.g., for some Console commands),
RootlineUtility::enrichWithRelationFields might be run without
... - 13:14 Revision 2f940fd5: [TASK] Remove objectManager from various Extbase places
- This change adapts certain areas within EXT:extbase
Persistence to avoid ObjectManager and rely on constructor
DI and... - 12:03 Revision ca75ff4b: [BUGFIX] Fix phpstan errors from TypesAssignedToPropertiesRule
- in
* EXT:workspaces
* EXT:tstemplate
* EXT:setup
* EXT:scheduler
* EXT:recycler
* EXT:lowlevel
* EXT:linkvalidator
*... - 10:03 Revision b5249bed: [TASK] Remove Extbase's BackendRequestHandler
- This change removes the internal BackendRequestHandler
of Extbase as TYPO3 Backend modules are now dispatched
directl... - 07:17 Revision a40fd16e: [BUGFIX] Avoid SQL error for scheduler task on PostgreSQL
- This patch makes sure tx_scheduler_task.task_group contains an integer
in order to avoid a SQL error when saving the ... - 04:02 Revision bd0b2929: [TASK] Only persist on POST requests in EditDocumentController
- This change ensures that writing to EditDocumentController
only happens for POST requests, as EditDocumentController
...
2021-05-11
- 21:01 Revision 712e8fea: [BUGFIX] Fix InputLinkElement to be visible again
- Since the bootstrap v5 update, the inputLinkElement is styled with flex
form instead of display table. This became a ... - 20:18 Revision 7ccc93c1: [TASK] Dashboard: Adjust toolbar items look
- Use the standard layout for toolbar items to make recurring elements
look the same in the various core modules.
Reso... - 20:16 Revision 65270f2e: [BUGFIX] Normalize slug before converting Unicode characters to ascii
- This change adds a normalization for slug source before converting it
to ascii. This helps to avoid issues with vario... - 20:11 Revision 69df2514: [BUGFIX] Allow to disable allowed aspect ratios
- When overriding aspect ratios via TCA overrides,
one can also now disable allowed aspect ratios in cropVariants.
Res... - 20:02 Revision 59289da4: [BUGFIX] Normalize slug before converting Unicode characters to ascii
- This change adds a normalization for slug source before converting it
to ascii. This helps to avoid issues with vario... - 19:56 Revision def9a820: [BUGFIX] Allow to disable allowed aspect ratios
- When overriding aspect ratios via TCA overrides,
one can also now disable allowed aspect ratios in cropVariants.
Res... - 19:23 Revision 8d09feb7: [FEATURE] Add Shona (sn) as supported language
- Shona is a Bantu language of the Shona people of Zimbabwe.
It is one of the most widely spoken Bantu languages.
Also... - 19:19 Revision d36ca4ca: [BUGFIX] Log DataHandler errors instead of FlashMessage
- DataHandler should log instead of creating FlashMessages
since FlashMessages fail in CLI context. Method
->printLogEr... - 19:17 Revision 517c2a4d: [BUGFIX] Only return translation count message for a non-zero count
- With #93979, `BackendUtility::translationCount()` was changed and always
returned the message "This record has X tran... - 18:49 Revision 6602e0ed: [BUGFIX] Avoid SQL error for scheduler task on PostgreSQL
- This patch makes sure tx_scheduler_task.task_group contains an integer
in order to avoid a SQL error when saving the ... - 18:36 Revision 236f81a1: [BUGFIX] Delay error handler registration
- The ErrorHandler is not be fully configured (missing logger) by the
time the object is constructed, but the error han... - 18:33 Revision 3694b33e: [BUGFIX] Delay error handler registration
- The ErrorHandler is not be fully configured (missing logger) by the
time the object is constructed, but the error han... - 18:21 Revision 75890120: [BUGFIX] Use forgot message from FlexForm
- The password recovery page was not displaying custom messages from the
plugin FlexForm. This is fixed by using the Re... - 18:20 Revision 6e50012c: [TASK] Streamline backend UriBuilder dependency injection
- The Router dependency should not be optional and rather always be
injected, and in reality it always was, as the null... - 18:16 Revision fb25eb33: [BUGFIX] Delay error handler registration
- The ErrorHandler is not be fully configured (missing logger) by the
time the object is constructed, but the error han... - 18:09 Revision 31ac96e4: [BUGFIX] ElementInformationController: Always show records meta info
- Use the TCA to get the field names of the meta info.
Add the folder name as a title, if folder information are shown.... - 18:05 Revision ba4afdfa: [BUGFIX] Use forgot message from FlexForm
- The password recovery page was not displaying custom messages from the
plugin FlexForm. This is fixed by using the Re... - 17:55 Revision c1423eda: [BUGFIX] ElementInformationController: Always show records meta info
- Use the TCA to get the field names of the meta info.
Add the folder name as a title, if folder information are shown.... - 16:57 Revision 364649aa: [TASK] Align configuration module search bar
- As a follow up of #94042, the search bar in
the configuration module is now also aligned
with the rest of the backend... - 16:50 Revision ec24a03d: [BUGFIX] Call `TBE_EDITOR.fieldChanged()` again
- With #93975 the calls to `TBE_EDITOR.fieldChanged()` as onchange handlers
have been removed which was an accidental b... - 13:03 Revision 8d6f3f6f: [TASK] Update to Lit v2-rc2
- Executed commands:
cd Build/
yarn upgrade lit@^2.0.0-rc.2 lit-html@^2.0.0-rc.3 lit-element@^3.0.0-rc.2
grunt roll... - 12:30 Revision 70ec97d8: [TASK] Avoid ObjectManager->get() in EXT:backend
- Resolves: #94107
Related: #90803
Releases: master
Change-Id: Iccb0eab82275feb250180ae6674c5b9d2a176fd4
Reviewed-on: h... - 10:02 Revision 13aa4320: [TASK] Set TYPO3 version to 9.5.28-dev
- Change-Id: If9f47532a98f9681d26deb276a89d9c6a7da09eb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/691... - 10:00 Revision c0297cb9: [TASK] Set TYPO3 version to 10.4.17-dev
- Change-Id: I7832399a163411f5cdc60eb3b811a4692516cbe7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/691... - 09:44 Revision c4ea833b: [RELEASE] Release of TYPO3 9.5.27
- Change-Id: I7147fc137eb3df320e6e4f68ec13a98abbc02e70
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/691... - 09:32 Revision 437d88b5: [RELEASE] Release of TYPO3 10.4.16
- Change-Id: I785f92e1069703d3008d4b940ff671b5806cf66a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/691... - 09:13 Revision 56f9da97: [BUGFIX] Fix row highlighting in extension listing
- Since the extension listing makes use of the
bootstrap "Zebra-striping", highlighting of
rows, e.g. when being insecu...
2021-05-10
- 19:27 Revision eda84c1a: [BUGFIX] Keep unmapped ?type parameter when using PageTypeDecorator
- This change keeps the type parameter (e.g. ?type=13) even
if PageTypeDecorator is used when building URLs but "13" is... - 15:31 Revision e7811882: [BUGFIX] Keep unmapped ?type parameter when using PageTypeDecorator
- This change keeps the type parameter (e.g. ?type=13) even
if PageTypeDecorator is used when building URLs but "13" is... - 14:56 Revision 2625d6b4: [BUGFIX] Keep unmapped ?type parameter when using PageTypeDecorator
- This change keeps the type parameter (e.g. ?type=13) even
if PageTypeDecorator is used when building URLs but "13" is... - 13:56 Revision 6c99d1ad: [TASK] Remove unused key "name" in TBE_STYLES
- There is no usage of the key "name" in
$GLOBALS['TBE_STYLES']['skins']['backend'].
Even in earlier versions of TYPO3... - 13:15 Revision 7d9aa758: [BUGFIX] Do not render unassigned label in info module
- Since #94042, the Localization overview in the
info module is equipped with proper labels. These
labels should howeve... - 13:10 Revision d3830985: [BUGFIX] Do not override disabled user settings
- When the realName or email field of a user is disabled
by TSconfig, the current values will remain when saving.
Reso... - 12:42 Revision 2593f5e3: [BUGFIX] Do not override disabled user settings
- When the realName or email field of a user is disabled
by TSconfig, the current values will remain when saving.
Reso... - 11:22 Revision f9753264: [DOCS] Reference to function for better usage does not exist
- Function getScriptPath is not implemented. PHPDoc block of function
getPathInfo points to getScriptName.
Resolves: #... - 10:48 Revision 06d1e468: [DOCS] Reference to function for better usage does not exist
- Function getScriptPath is not implemented. PHPDoc block of function
getPathInfo points to getScriptName.
Resolves: #... - 10:35 Revision 4e459ff8: [DOCS] Reference to function for better usage does not exist
- Function getScriptPath is not implemented. PHPDoc block of function
getPathInfo points to getScriptName.
Resolves: #... - 09:41 Revision 1bf66b3d: [TASK] Activate AppendedArrayItemTypeRule phpstan rule
- Releases: master
Resolves: #94073
Change-Id: I2a17bfd5d9cf4fce0915e466dd48e266dc6485b7
Reviewed-on: https://review.ty...
2021-05-08
- 10:04 Revision 06455d8e: [TASK] Reduce ObjectManager usages within ConfigurationManager
- This change removes any objectManager usages within Configuration
Manager.
Resolves: #94093
Releases: master
Change-...
2021-05-07
- 20:14 Revision 3456ae0a: [TASK] Remove usages of call_user_func() and call_user_func_array()
- Using direct calls and variadics is slightly faster, and usually cleaner to read.
I left in the instant-call call_us... - 13:58 Revision 9fd59c58: [TASK] Update to Twitter Bootstrap 5.0.0
- This change updates the Twitter Bootstrap
dependency to version 5.0.0
See https://blog.getbootstrap.com/2021/05/05/b...
2021-05-06
- 19:40 Revision 76c5d9dd: [TASK] Allow Doctrine/DBAL 2.13
- This change allows composer-based installations to
support Doctrine DBAL 2.13 in order to ease the upgrades.
The mon... - 19:15 Revision e173a12b: [BUGFIX] FormEngine: Support description in BackendLayoutWizardElement
- Have TCA 'description' field for renderType=belayoutwizard.
See styleguide elements basic -> text -> text_20 before/a... - 16:47 Revision 87dd80d5: [BUGFIX] FormEngine: Support description in BackendLayoutWizardElement
- Have TCA 'description' field for renderType=belayoutwizard.
See styleguide elements basic -> text -> text_20 before/a... - 16:26 Revision 897c87dc: [BUGFIX] Re-Allow Extbase Reflection for self
- Due to a bug in #94001 the Extbase Reflection of
"self" did not work anymore.
Resolves: #94076
Releases: master, 10.... - 16:12 Revision b2e99bcc: [BUGFIX] Re-Allow Extbase Reflection for self
- Due to a bug in #94001 the Extbase Reflection of
"self" did not work anymore.
Resolves: #94076
Releases: master, 10.... - 15:00 Revision 809729a7: [RELEASE] styleguide: 11.2.1 Reflect more TCA features
- 14:57 Revision b2f6b32f: [FEATURE] styleguide: New TCA renderType=t3editor examples
- See https://review.typo3.org/c/Packages/TYPO3.CMS/+/69037
- 14:30 Revision 8acd0f1c: [TASK] styleguide: Minor description updates
- 14:29 Revision 86b414b0: [TASK] styleguide: TCA readOnly=true for text_22
- 14:19 Revision 82773af9: [FEATURE] styleguide: TCA type=text with rows=auto
- See https://review.typo3.org/c/Packages/TYPO3.CMS/+/69037
- 12:47 Revision 6a93c95e: [TASK] styleguide: Minor php docs update
- 12:38 Revision e45e2a47: [BUGFIX] styleguide: Generator: Check table is localizable before creating records
- Prevents a PHP 8 array access warning.
- 11:22 Revision 12d38941: [FEATURE] Add Symfony mailer DSN configuration option to install tool
- The install tool has now the possibility to configure
the Symfony mailer with DSN.
The DSN setting was already imple... - 10:34 Revision 4e12b62f: [TASK] Remove goToModule() inline JavaScript invocations
- This change reduces the amount of inline JavaScript and transforms
`goToModule()` invocations in the TYPO3 backend us...
2021-05-05
- 18:01 Revision c38fc440: [TASK] Reduce Extbase usages in EXT:seo
- Language and Site objects can be retrieved from TSFE
in HrefLangGenerator as well as TypoScript plugin
configuration ... - 17:40 Revision e190d9f8: [BUGFIX] Log DataHandler errors instead of FlashMessage
- DataHandler should log instead of creating FlashMessages
since FlashMessages fail in CLI context. Method
->printLogEr... - 17:35 Revision ee581156: [TASK] styleguide: Add working windowOpenParameters example
- https://github.com/TYPO3-CMS/styleguide/pull/208
There aren't many places left where popups are opened
with new wind... - 17:29 Revision d269581a: [TASK] Streamline EXT:belog filter
- To be more consistent with the backend user and redirects
module, the filter section of the backend log module is
str... - 17:23 Revision e984a56c: [TASK] styleguide: Remove windowOpenParameters option in inputLink
- https://github.com/TYPO3-CMS/styleguide/pull/207
InputLinks are opened with a modal instead of a new popup window.
T... - 17:16 Revision fdd5b4e4: [TASK] styleguide: Meta tab for slug table
- 17:13 Revision 3198941c: [FEATURE] styleguide: Image Manipulation examples
- https://github.com/TYPO3-CMS/styleguide/pull/206
- 16:44 Revision 75f16b9f: [TASK] styleguide: Update text_21 description
- 16:43 Revision 1ae137f2: [Feature] TCA tableWizard options example for type=textTable (#205)
- 16:20 Revision 807822c6: [FEATURE] styleguide: Add TCA type=slug examples
- https://github.com/TYPO3-CMS/styleguide/pull/204
- 16:07 Revision d99bd7bc: [TASK] Slim down TBE_EDITOR
- TBE_EDITOR is a precursor of the current FormEngine with a lot of unused
legacy code. Most of its functions were used... - 14:16 Revision bede2c44: [TASK] Avoid GeneralUtility::_GET() in EXT:indexed_search
- The AdministrationController in EXT:indexed_search is based
on the extbase framework. As this provides a specific req... - 13:51 Revision 3f5328aa: [BUGFIX] Fix insufficient color contrast of reset button
- Since #94046, the reset buttons, used in the EXT:beuser and
EXT:redirects modules, have an insufficient color contras... - 13:34 Revision 1b8efb4b: [BUGFIX] Return correct source record for relations
- This change addresses a flaw when resolving ancestor ids of 1:n
relationships - resolving `l10n_source` pointer alway... - 13:33 Revision c1e224d9: [BUGFIX] Return correct source record for relations
- This change addresses a flaw when resolving ancestor ids of 1:n
relationships - resolving `l10n_source` pointer alway... - 13:32 Revision e5a3bb11: [BUGFIX] Return correct source record for relations
- This change addresses a flaw when resolving ancestor ids of 1:n
relationships - resolving `l10n_source` pointer alway... - 12:45 Revision 9b83ac66: [TASK] Prevent superfluous filters in DataMapProcessor
- For consistency in the filterNumericIds method of DataMapProcessor,
there should only be one result be returned. This...
2021-05-04
- 22:25 Revision ae8060c3: [BUGFIX] Remove wrong margin in belog module filter
- Resolves: #94068
Relates: #94020
Releases: master
Change-Id: I0b727c1af5e4f3b7617ea1e0e5975ccfdb69adcc
Reviewed-on: h... - 21:23 Revision 026a5c76: [TASK] Raise typo3/testing-framework to ^6.8.2
- Brings a bugfix to be more strict comparing
CSV fixtures with DB rows.
composer req --dev typo3/testing-framework:^6... - 21:18 Revision 541ca00b: [TASK] Raise typo3/testing-framework to ^6.8.2
- Brings a bugfix to be more strict comparing
CSV fixtures with DB rows.
composer req --dev typo3/testing-framework:^6... - 21:15 Revision 7442764d: [BUGFIX] Avoid overwriting goToModule in top frame
- In case the TYPO3 backend is loaded inside the content frame,
which is a result of a programming error, the inner bac... - 20:23 Revision aea5020a: [TASK] Remove duplicate css for the btn class
- This removes all parts in the button component which are exactly the
same as in bootstrap.
Resolves: #94046
Releases... - 20:11 Revision d7088b0b: [TASK] Merge functional test stages for nightly run
- There is no valid reason anymore to separate functional
test stages into 2 runs, so they get merged again.
Resolves:... - 19:55 Revision fd8bbf67: [TASK] Merge functional test stages for nightly run
- There is no valid reason anymore to separate functional
test stages into 2 runs, so they get merged again.
Resolves:... - 19:54 Revision b70908ec: [TASK] gitlab-ci: PHP 8.0 unit test nightlies min/max
- Needs a phpdocumentor/type-resolver raise:
composer req phpdocumentor/type-resolver:^1.4
Change-Id: Iffecb88d34a4c04... - 19:38 Revision 7931566e: [TASK] Center text in infobox vertically
- In case an infobox has an icon but no title and the text is just one
line, the text is now vertically centered.
Also... - 18:36 Revision 05ecd5b0: [TASK] Enable phpstan parameter checkPhpDocMethodSignatures
- Resolves: #94059
Releases: master
Change-Id: I9687dddef9889d79359e64987e8886a305d3149f
Reviewed-on: https://review.ty... - 17:58 Revision 7334b3ef: [TASK] Add support for PHP-CS-Fixer 3.0
- This change raises the dev dependency PHP-CS-Fixer
to 2.19 (forward-compatible to 3.0) and 3.0,
allowing to run PHP-C... - 17:57 Revision 0c2897d1: [TASK] gitlab-ci: PHP 8.0 functional nightlies with mariadb 10.5
- Next to pre-merge test suite, nightlies now especially run
the composer min/max functionals with PHP8. Using mariadb
... - 17:24 Revision ddcf8b4f: [TASK] Streamline namespaces in felogin
- The namespace of "felogin" was partially changed to
\TYPO3\CMS\FrontendLogin with #84262, but was kept
with \TYPO3\CM... - 16:39 Revision d16bf8a7: [BUGFIX] Use Address::create instead of new
- The usage of Address::create instead of a plain new ensures
compatibility with all Symfony releases. Since Symfony 5.... - 15:32 Revision 81288cdf: [TASK] Add support for PHP-CS-Fixer 3.0
- This change raises the dev dependency PHP-CS-Fixer
to 2.19 (forward-compatible to 3.0) and 3.0,
allowing to run PHP-C... - 15:24 Revision 06a66464: [BUGFIX] Type check extbase parameter for array
- If an argument on a plugin namespace is not an array,
Extbase failed hard with an type error exception.
Resolves: #9... - 15:22 Revision 709127c2: [BUGFIX] Ensure MountPoint parameter contains valid characters
- When using ?MP=12-13,345-673 some could also add a
letter or a "/" symbol in the GET parameter, effectively
showing a... - 15:17 Revision 58e4cebc: [BUGFIX] Remove deprecated reflection API usage
- PHP 8 deprecated a number of very old bits of the Reflection API. This
patch updates ClassSchema to use the newer equ... - 14:52 Revision 07c761c0: [BUGFIX] Handle workspace overlays in AbstractItemProvider
- The AbstractItemProvider method for fetching records
from `foreign_table`, e.g. used in selectSingle types,
missed pr... - 13:50 Revision 3720fb09: [BUGFIX] Remove deprecated reflection API usage
- PHP 8 deprecated a number of very old bits of the Reflection API. This
patch updates ClassSchema to use the newer equ... - 13:49 Revision 7c43c5a1: [BUGFIX] Testing: COMPOSER_ROOT_VERSION for v10 and v9
- With shallow cloning as done by gitlab-ci, composer
needs a hint which version a branch is derived from.
The patch se... - 13:34 Revision d8592f5d: [BUGFIX] Type check extbase parameter for array
- If an argument on a plugin namespace is not an array,
Extbase failed hard with an type error exception.
Resolves: #9... - 13:19 Revision bb07a887: [BUGFIX] Avoid exception when trying to download a non-existing file
- This patch fixes a regression introduced by change
https://review.typo3.org/c/Packages/TYPO3.CMS/+/65126 which lead t... - 13:18 Revision 17737400: [BUGFIX] Avoid exception when trying to download a non-existing file
- This patch fixes a regression introduced by change
https://review.typo3.org/c/Packages/TYPO3.CMS/+/65126 which lead t... - 13:18 Revision c71a6d30: [BUGFIX] Use grid-gutter-width variable for margin
- This fixes the alignment of the rows in the doc header and
the size of horizontal lines in dropdowns.
Replace the ha... - 13:13 Revision 3bfce7d5: [BUGFIX] Testing: COMPOSER_ROOT_VERSION for v10 and v9
- With shallow cloning as done by gitlab-ci, composer
needs a hint which version a branch is derived from.
The patch se... - 11:57 Revision 74dce1f4: [BUGFIX] Type check extbase parameter for array
- If an argument on a plugin namespace is not an array,
Extbase failed hard with an type error exception.
Resolves: #9... - 10:11 Revision 55054cee: [BUGFIX] Multiple languages in the update command
- If a TYPO3 integrator creates the scheduler command
language:update and defines multiple languages,
e.g. de fr pt, th... - 09:58 Revision 0a37044c: [BUGFIX] Multiple languages in the update command
- If a TYPO3 integrator creates the scheduler command
language:update and defines multiple languages,
e.g. de fr pt, th... - 09:54 Revision 9f617dc0: [BUGFIX] Ensure MountPoint parameter contains valid characters
- When using ?MP=12-13,345-673 some could also add a
letter or a "/" symbol in the GET parameter, effectively
showing a... - 09:52 Revision 797cc100: [TASK] Unify backend filter styling
- Improves the overall look and feel of the filters in
various backend modules, thanks to the new bootstrap v5
grid. We... - 08:57 Revision 978d2cf0: [TASK] Set TYPO3 version to 11.3.0-dev
- Change-Id: Ib8345499805813806ead6c0068fb0db6834b8f34
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/689... - 07:37 Revision df8ef072: [RELEASE] Release of TYPO3 11.2.0
- Change-Id: If9e35910fbf5556a93557ae17c2f3dba23748080
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/689... - 05:51 Revision e441096b: [BUGFIX] Make LanguagePackCommand schedulable
- Due to a regression the LanguagePackCommand wasn't schedulable.
The command registration is now extended to re-add th...
2021-05-03
- 19:07 Revision 24264f8d: [BUGFIX] Keep session object in sync with session storage values
- Ensure that changes done to session records in the respective backends
are updated by building a new session object, ... - 17:21 Revision 7702d648: [TASK] Move Changelog files into 11.2 folder for upcoming release
- Resolves: #94038
Releases: master
Change-Id: Iff2a240929531c69fcd4f833efb3f673b7737405
Reviewed-on: https://review.ty... - 16:54 Revision bf86b695: [BUGFIX] Fix MultiStepWizard functionality
- The MultiStepWizard has some obvious programming errors, which
surprisingly didn't cause any problems in TYPO3 v10. I... - 16:33 Revision 6a6b7998: [BUGFIX] Use Address::create instead of new
- The usage of Address::create instead of a plain new ensures
compatibility with all Symfony releases. Since Symfony 5.... - 10:47 Revision 405fced3: [BUGFIX] Remove hardcoded click title mode
- With the change https://review.typo3.org/c/Packages/TYPO3.CMS/+/66237
an accidental hard-coded clickTitleMode got add... - 08:15 Revision 8ad66195: [BUGFIX] Handle workspace overlays in AbstractItemProvider
- The AbstractItemProvider method for fetching records
from `foreign_table`, e.g. used in selectSingle types,
missed pr... - 08:01 Revision 7ac07a72: [TASK] Use correct html element for actions in RecordList
- Differentiate between tags 'a' and 'button' in the record list.
An a-tag opens a page, a button triggers an action.
...
Also available in: Atom