- Mar 04, 2020
-
-
Georg Ringer authored
If a string is used in a XLIFF file but it should not be translated, it must be identified as such. The XLIFF standard provides the attribute "translate", see http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html#translate. The big advantage is that translators on Crowdin don't even see those labels anymore. Resolves: #89318 Releases: master, 9.5 Change-Id: Ibe26d3524254ce0ef8404a96e412c2b15d0978be Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61867 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Susanne Moog authored
Resolves: #90631 Releases: master Change-Id: I4437d847aa29591df6ca4d69a18d7467b12695b0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63544 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- Mar 03, 2020
-
-
Tymoteusz Motylewski authored
The tree guidelines are now properly shown in the TS Tree view in AdminPanel. Also not used FontAwesome is removed from AdminPanel Resolves: #90448 Releases: 9.5, master Change-Id: I065a65a9b7de049d2c5e325f0ae15d28a2853303 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63355 Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Andreas Fernandez authored
The form for sending test mails in the Install Tool now listens to the `submit` event which allows to trigger the submit via pressing the "enter" key. Resolves: #90312 Releases: master, 9.5 Change-Id: Id37e285702d2bb8abc790d8b092598cf3201b8aa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63539 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Andreas Fernandez authored
The property `actionName` is added to the window message to allow adding media from the "Add media by URL" again. To prevent such issues in future, a new interface is introduced which renders `actionName` mandatory. Resolves: #90626 Releases: master Change-Id: I925da0476f2f29bd9394c723369b68429e59b545 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63538 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Benni Mack authored
When using "content_from_pid" and the content from a different pid is changing, the cache of the frontend page should be affected as well. Resolves: #82249 Releases: master, 9.5 Change-Id: If62c01e1844e1369fab49db483600c9a6d907099 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63531 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Oliver Bartsch authored
If a non-admin user currently has no access to modify the `tt_content` table they still get editing options displayed in the PageLayoutView. Using these options leads to an infinty load of the FormEngine. Therefore a new function `hasContentModificationAndAccessPermissions` is introduced which also takes `tables_modify` into account. This function is now used in various places in PageLayoutView and replaces the current check which only validates the users access permission. Resolves: #90608 Releases: master Change-Id: I5a12557dff2ccdffc41d4df238965404603ef386 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63520 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
In the past year a lot of links have changed, especially in documentation which is now reflected in the README.md and INSTALL.md files. Resolves: #88956 Releases: master, 9.5 Change-Id: I754384bffb924340c59e18536edb41883ec279cb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63535 Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Benni Mack <benni@typo3.org>
-
Christian Eßl authored
The method ExtensionService::getPluginNameByAction() was hardened in This breaks previous functionality, where it was possible to call ActionController::redirect() without an action given, which produces perfectly valid urls. Resolves: #90422 Releases: master Change-Id: Ib43a7655c03301d0d358b56003ad45a757a9a0dd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63291 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de>
-
Alexander Schnitzler authored
This version of phpstan heavily improves the analysis performance by using multi threading and caching out of the box. Used command: composer require phpstan/phpstan:"^0.12.13" --dev Releases: master Resolves: #90620 Change-Id: I3371227e3c4e0ed7512d02c7ffc20aff5515807e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63530 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
If an error happens during loading YAML files, e.g. because the path is wrong or the used extension has been deactivated, the website must still be working. The error is now logged as error instead. Resolves: #88993 Releases: master, 9.5 Change-Id: I0103fac53a6f1ff6216bdc11961ffe76fea8a9b4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61761 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- Mar 02, 2020
-
-
Claus Due authored
This patch changes the login flow so it only sets the be_lastLoginProvider cookie if the provider that authenticated the login, is different from the primary login provider configured in TYPO3. The result is that the cookie is not set, as it is not necessary, when the primary provider is used. Resolves: #89877 Releases: master Change-Id: I20c9163b88396e1e6efdd257d890fd62b4fa9205 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62556 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
This patch ensures `this` is correctly bound to the triggering element which is mandatory for event delegation. Resolves: #90618 Releases: master Change-Id: Icddcce55bbd62c452ac419d120ef9550b91cb306 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63526 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Jacob Dreesen authored
Releases: master Resolves: #90616 Change-Id: I18a79f46bb59d23500269d08ca963465ddf3838d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63524 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
Change the misleading label "none" to "default" for the following fields in tt_content: `space_before_class` & `space_after_class`. The label "none" is misleading because by default the element will have some spacing before/after by default, derived from the integration. Resolves: #87716 Releases: master Change-Id: I4a0cabe70174900b2d403e9756efb2748508dd3a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63528 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Alexander Schnitzler authored
phpstan reported superfluous usages of isset checks for variables that are defined and whose type is more specifically checked in the same condition. Some reported errors of phpstan have been ignored for now as they are considered false positives and which will be tackled once there is more type safety in the context of those reported errors to be able to properly replace the isset checks. Releases: master Resolves: #90576 Change-Id: I028a928bcbc18185f69f7bda4358aaf08cc016b3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63481 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Francois Suter authored
In a multi-site setup, it should be possible to refer to a page from site A as an error page from site B. Resolves: #90135 Releases: master, 9.5 Change-Id: Ic3e4669e6279f58fe4953f8253d6329f1d137cd3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62955 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Alexander Bohndorf authored
Ignore uniqueness in translated records with same value Resolves: #87038 Releases: master Change-Id: I2b074e4a9c457a8a658bdc3f74c212a3976fe0fa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/58979 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Ulrich Mathes <mathes@sitegeist.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Wolfgang Klinger authored
Resolves: #39261 Releases: master Change-Id: I981e9af652635db661126c1a4e0ccf3841417d54 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/58946 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Alexander Schnitzler authored
Releases: master Resolves: #90606 Change-Id: I910a93919c96e8b29e652e67b8e2077ff24f72e0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63519 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Christian Eßl authored
On larger pagetrees, the svg pagetree cut off too many elements at the bottom and the scrollbar was activated much too late. This was because the calculated css height of the pagetree could become larger than the height of the html body itself. Also redraw the height when the page doktype icon list gets updated. Resolves: #90555 Resolves: #89193 Releases: master, 9.5 Change-Id: Ice8c46110e2e8c92469a3d2ab12a7744bd6fc7de Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63511 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Mar 01, 2020
-
-
Christian Eßl authored
Releases: master Resolves: #90609 Change-Id: Ie78ade3e1ccb883c7f0928c1b0cff87d4a08ffd2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63521 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Manuel Selbach authored
With this change the check for a valid database name will be done specific for each DBMS. Resolves: #85739 Releases: master Change-Id: Ia006a31fb4686fc45ac2ab3862f3a530ed5eef58 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63053 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Christian Eßl authored
The new StandardContentPreviewRenderer uses an emulated PageLayoutView for implementing "tt_content_drawItem" hooks. This patch makes sure both the member variables $CType_labels and $itemLabels are set for the emulated view as those properties may be accessed in a hook. Resolves: #90598 Releases: master Change-Id: Iec7bf473c526546587d5f762e9a5918d05d7a909 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63503 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- Feb 29, 2020
-
-
Daniel Siepmann authored
As serialized_executions might be false instead of an array, check type first. This ensures there will be no php warning Resolves: #90220 Releases: master Change-Id: Ic0bf283cc2ab93b6718b491452d431b5d63114bf Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63234 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Christian Eßl authored
Before, editors could always use drag and drop to move pages in the page tree, even if they were lacking the permissions to modify pages. After trying to move a page, an error message would then be shown. The following permission checks have now been added: - Check if the editor is allowed to modify pages. - Check if the editor is allowed to access the default language The drag and drop feature is now only enabled, if these restrictions are met. Admin users can use drag and drop in any cases. Resolves: #25433 Releases: master, 9.5 Change-Id: If104dafa0e5293d698b384b05984642a188d1166 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63514 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Christian Eßl authored
The option "invertStateDisplay" for checkboxes was not working with flexforms, because the received true/false values from a flexform are of type "string" and not of type "bool". To correctly evaluate these values, the "invertStateDisplay" options in the TcaCheckboxItems class are now cast to bool. Resolves: #90542 Releases: master, 9.5 Change-Id: I52027703a103db858db40095b039837c43ebe5d0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63506 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Susanne Moog <look@susi.dev>
-
Christian Eßl authored
Resolves: #90593 Releases: master Change-Id: I2ad6f61906f42c6706d4cbca53013202ce481e7d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63498 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Christian Eßl authored
The ConfirmationFinisher in ext:form allows for adding messages with a textarea. These are saved with newlines in YAML, but the Confirmation partial never processed these newlines as <br> tags. Resolves: #90244 Releases: master, 9.5 Change-Id: I80a9a73e83d122be47b61cb28b628479c5a8e43d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63505 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Christian Eßl authored
Resolves: #90596 Releases: master, 9.5 Change-Id: I81d02b5151a92b991f0f6e63fbdca27c0e91ed3f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63501 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Andreas Fernandez authored
CodeMirror initialization fails if its textarea is not rendered yet. To fix this issue, an Intersection Observer is installed and initializes the CodeMirror instance when the element becomes visibile to the client. Resolves: #90525 Releases: master, 9.5 Change-Id: I93247a41827547abec5369e5904ec4dd2354eb7e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63504 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Andreas Fernandez authored
This patch replaces $.ajax() in EXT:backend either with our AJAX API or with native XMLHttpRequest. The latter is required in the DragUploader as we need to listen to the progress event which isn't supported by fetch(). This patch skips Storage/Persistent, as this one needs some refactoring due to the usage of synchronous(!) AJAX requests. Resolves: #90597 Releases: master Change-Id: Ifdf41c133929740f3e766ae992848ab99ca1f283 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63502 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Christian Eßl authored
Resolves: #90594 Releases: master, 9.5 Change-Id: I507863b071a75c8743a40c0502a1fc578ae29235 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63499 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Susanne Moog authored
Resolves: #90595 Releases: master Change-Id: I7526331f93ab25829ed0b6c9419519eefd4d2b0a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63500 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Christian Eßl authored
Resolves: #90587 Releases: master Change-Id: Ia85673a693d0de19745379c79dba157e33aa6804 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63493 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Christian Eßl authored
Resolves: #90589 Releases: master Change-Id: Iab632fcbb6366a3e7289341b5638789a8f3cf0df Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63495 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Susanne Moog authored
The SimpleFileBackend does not support cache life times, so RSS feeds are currently cached "forever". Using the FileBackend instead works as intended. Resolves: #90562 Releases: master Change-Id: I7481210ce58f597bdc644a1587da71091d172a4d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63485 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Helmut Hummel authored
Since AssetCollector needs to be serialized, or to be more precise its state need to be cached as string, we must avoid that state is stored that isn't serializable. Therefore we adapt the API to reflect this and change the API calls to not add non serializable objects. With this change we also revert the previous USER_INT fix that bound the AssetCollector unnecessarily to PageRenderer and store it serialized in cache (the deserialization was already part of the code of the commit that introduced the AssetCollector). Reverts: #90537 Resolves: #90565 Releases: master Change-Id: I59f10b608e5f270aaacde63bcd347116910aac7a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63488 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Christian Eßl authored
Resolves: #90586 Releases: master Change-Id: I229984ae44b0bc20dca1bbc919d7815e782c8db1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63492 Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Christian Eßl authored
Resolves: #90582 Releases: master Change-Id: I456dd0b04947c838f125d49ca686a40d289c2fe1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63487 Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-