- May 12, 2018
-
-
Frank Naegler authored
This patch fix a JS error on creating file references because of loading jsfunc.inline.js twice. Resolves: #84989 Related: #84969 Releases: master Change-Id: I35c212025d399d53033abe8ca1c25d3db10bb4b1 Reviewed-on: https://review.typo3.org/56946 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Guido Schmechel authored
The legend of the access module now reflects the intended behavior of the `edit page` and `delete page` bits. Resolves: #84513 Releases: master, 8.7 Change-Id: I409a1a7575bd8d44ee001cbbc95f154b5625141b Reviewed-on: https://review.typo3.org/56775 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Christian Kuhn authored
By making the first argument $objectString optional in BackendUserAuthentication->userTSConfig(), we allow the method to act as a true getter that returns the full user TSconfig array. This avoids calls to the public property ->userTS, which will be set to protected in master with another patch. This patch request is for both master and v8 to simplify life of extension developers who want to keep an extension compatible with v8 and v9, without throwing deprecations in v9. Resolves: #84982 Releases: master, 8.7 Change-Id: I971fcaf4a402b762add4c469650c62b059264d8f Reviewed-on: https://review.typo3.org/56937 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Riccardo De Contardi authored
* Adds a description for the option "iso-639-1" * Describes the location of "config.yaml" when TYPO3 runs in composer mode Resolves: #84651 Releases: master Change-Id: I0a0b5cf1a39e2c732653fe69bb0e0401eb493e7f Reviewed-on: https://review.typo3.org/56936 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Christian Kuhn authored
The method is a shortcut to writelog() and used only once in the core. To simplify the old fashioned non logging framework based API a bit, the method is deprecated with the patch. Resolves: #84981 Releases: master Change-Id: Idc7a8d0d4e15e5fef8edc64248a7f307df897ec4 Reviewed-on: https://review.typo3.org/56935 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com>
-
Christian Kuhn authored
addTScomment() adds comment strings to user TSconfig before parse time. This is rather useless since the unparsed final TSconfig is never shown in the backend. The patch removes usages and deprecates the method to reduce complexity of this huge class a tiny little bit. Resolves: #84980 Releases: master Change-Id: Ib37561895205fb6f983fa5bba2541fe9e4c61941 Reviewed-on: https://review.typo3.org/56933 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Christian Kuhn authored
Patch for issue #84564 violates the DOM all other elements stick to and just adds the field wizard outside the element div. Additionally, merging other field wizards result like requireJS and the readOnly handling is fixed. Resolves: #84976 Releases: master Change-Id: I0d329e85649424686ab8653a72388d75e0fc91cc Reviewed-on: https://review.typo3.org/56931 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nicole Cordes authored
The option is meant to show translated content elements alligned with their translation parent element (connected mode). However this also made content elements diasppear, which were added individually in a language (free mode). With this change, elements for a language in free mode are also shown, when the option is set. Resolves: #62550 Releases: master, 8.7 Change-Id: I96f754ecf4ddb98f22d0d8c7d7da6001fa774d6b Reviewed-on: https://review.typo3.org/54654 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The re-login popup in BE has some issues: - An empty frameset is loaded within the popup which is not needed and makes the code harder to understand (parent.window.opener) - The popup always shows the logout form, although the relogin should show the login credentials form (because the view did not get the memo) - Login.html should not use "../../../../" for referencing the form The LoginFrameset controller thus is not used (will be deprecated in a separate patch). This patch moves the logic into the LoginController. Resolves: #83430 Releases: master Change-Id: If872baf26297c8b75b786c2d8881802b05b1e41a Reviewed-on: https://review.typo3.org/54278 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Georg Ringer authored
Improve the ModuleLinkViewHelper by providing arguments as string and the possibility to add a returnUrl. Resolves: #83983 Releases: master Change-Id: I23ff113fd499215832d8d97acff97a0ac05be2b3 Reviewed-on: https://review.typo3.org/55838 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- May 11, 2018
-
-
Susanne Moog authored
Fluid debug information will not be shown in the admin panel edit module anymore. Resolves: #84974 Releases: master Change-Id: If107efc2ff3af8e1c43890e2c2094b1fd08cd88a Reviewed-on: https://review.typo3.org/56928 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Roberto Torresani <erreti@gmail.com> Tested-by:
Roberto Torresani <erreti@gmail.com> Reviewed-by:
Cristian Buja <cristian.buja@intera.it> Tested-by:
Cristian Buja <cristian.buja@intera.it> Reviewed-by:
Massimiliano Fani <massimiliano.fani@gmail.com> Tested-by:
Massimiliano Fani <massimiliano.fani@gmail.com> Reviewed-by:
Michele Martinello <mikymartin@gmail.com> Tested-by:
Michele Martinello <mikymartin@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
Christian Futterlieb authored
Two new ext:saltedpasswords classes implement bcrypt and argon2i password hashes. Change-Id: I3acda7f797ee107403662bb3488caaf2f678597d Relates: #79795 Resolves: #79889 Releases: master Reviewed-on: https://review.typo3.org/55668 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Wolf authored
Change-Id: I9e2b05aee5a283d391703330b99d0378bfeca788 Resolves: #84972 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/56926 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Susanne Moog authored
As the next step on the road to a better adminPanel, the save and toggle actions were rewritten to use ajax getting mostly rid of the $_GET params. Related: #84044 Resolves: #84892 Releases: master Change-Id: Ic9169db7cf07b0246d91240c01140bfc05ecef71 Reviewed-on: https://review.typo3.org/56826 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Ralf Zimmermann authored
Since #83822 EXT:form makes usage of the controller context response object which has impacts to the finisher logic which was not treated by #83822. Since #84495, finishers with output can return this as string instead of setting this directly into the response (which results in a double output). This patch ensures that existing custom finishers which set the content into the response, get respected. Resolves: #84901 Releases: master, 8.7 Change-Id: If98de92e6121283572b9146072ab8f9b7bcace8a Reviewed-on: https://review.typo3.org/56831 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Riny van Tiggelen <info@online-gamer.nl> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Alessandro <alessandro.filira@pallino.it> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Jigal van Hemert authored
Basename and dirname are locale aware and can damage path and file names if they are used with UTF-8 file/path names while a UTF-8 locale is not loaded. The PathUtility wrappers solve this. Releases: master Resolves: #74806 Change-Id: Ibe113a1632b4e61ea87ed9a7dc8600bf3535acab Reviewed-on: https://review.typo3.org/47169 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Guido Schmechel authored
When a page is listed in the pageTree, the option pageTree.backgroundColor is recursively checked and all subpages get the backgroundColor. Now with subpages as a mount, the backgroundColor of the parent page is adopted. Resolves: #81987 Releases: master, 8.7 Change-Id: I29d444da96d9d2038a4940896fd848bf42e43f47 Reviewed-on: https://review.typo3.org/56489 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Andreas Fernandez authored
Resolves: #84672 Releases: master Change-Id: Id6843a1e8fb94c5c7aea3a5c463d8e5229bfc448 Reviewed-on: https://review.typo3.org/56611 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Ingo Pfennigstorf authored
Currently using the linkvalidator and the table of broken links may result in excessive horizontal scrolling, as the lines in the table become very long. This adds word breaks to the table cell contents and adds a fixed table layout. Releases: master, 8.7 Resolves: #84886 Change-Id: Iee4b4af36b2854512eb841f5b814ca8dc1715a53 Reviewed-on: https://review.typo3.org/56820 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Guido Schmechel authored
"Translate to X" will be prepended to the alternative text, if an element is translated. Resolves: #83763 Releases: master Change-Id: I4351e924238b973802b77ec312395b1df4bd0f9f Reviewed-on: https://review.typo3.org/56778 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Gianluca Piccolo <gianluca.piccolo@pallino.it> Tested-by:
Gianluca Piccolo <gianluca.piccolo@pallino.it> Reviewed-by:
Cristian Buja <cristian.buja@intera.it> Tested-by:
Cristian Buja <cristian.buja@intera.it> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Marco Pfeiffer authored
The current btn-group implementation using spans results in :first-child and :last-child not working correctly. There is actually a workaround implemented in bootstrap itself which is also necessary for using btn-group-justified. Just add btn-group inside the btn-group. Releases: master Resolves: #84693 Change-Id: I5cee00201c00e26bf0a7419ee3584dddf176a205 Reviewed-on: https://review.typo3.org/56630 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Massimiliano Fani <massimiliano.fani@gmail.com> Reviewed-by:
Cristian Buja <cristian.buja@intera.it> Tested-by:
Cristian Buja <cristian.buja@intera.it> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Frank Naegler authored
Resolves: #84969 Releases: master Change-Id: I871656c436a9ded5c82fbade4a28d5bd5e84de26 Reviewed-on: https://review.typo3.org/56921 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benni Mack authored
A lot of functionality has been migrated from TypoScriptFrontendController into middlewares - functionality that has now no direct influence in the so-called controller of the frontend (TSFE) anymore. The respective methods are never called anymore from TYPO3 Core, and extensions that bootstrap their own frontend should ensure that the respective Middlewares are boot up and called, e.g. via custom stacks or just by setting up the "frontend" middleware stack. The following methods are now deprecated: - connectToDB() - checkAlternativeIdMethods() - initializeBackendUser() - handleDataSubmission() - setCSS() - convPOSTCharset() Additionally, there are some methods in TSFE which have been marked as "internal" but had the PHP visibility "public", which were now migrated to "protected". - getPageAndRootline() - checkRootlineForIncludeSection() - setSysPageWhereClause() - checkAndSetAlias() - getHash() - getLockHash() - setUrlIdToken() Resolves: #84965 Releases: master Change-Id: Ia8e29268189179061c09a204bb7275d231fea0dc Reviewed-on: https://review.typo3.org/56916 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Cristian Buja <cristian.buja@intera.it> Tested-by:
Cristian Buja <cristian.buja@intera.it> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
This patch is a small summary of clean ups in various places of TYPO3 Core. - EditDocumentController can be simplified to retrieve the closeUrl() - Comment adaptions in GeneralUtility - Comment adaptions and code simplification in ContentObjectRenderer - HMENU debug option can be fetched from TSFE TypoScript directly - TypoLinkBuilder can use "TSFE->initTemplate()" directly to instantiate the TemplateService, and should hand over proper values in the constructor. Resolves: #84966 Releases: master Change-Id: I145b99842eea2a2386742b1525b33a49022c9339 Reviewed-on: https://review.typo3.org/56919 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Benni Mack authored
TYPO3 Core supports PSR-3 through the LoggerAwareTrait and LoggerAwareInterface since TYPO3 v9 in all available PHP classes via makeInstance() automatically. However, during the migration, ContentObjectRenderer was not replaced. Resolves: #84967 Releases: master Change-Id: I5e3481273f60858fe9bf1d8fed30d27ad1cd5707 Reviewed-on: https://review.typo3.org/56920 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Alexander Opitz authored
We should not manipulate document.domain in workspace preview as we need to communicate with our parent master window. Releases: master, 8.7 Resolves: #78401 Change-Id: Id3f581545a5547ca4ab8c46ee204b1c947ff6e56 Reviewed-on: https://review.typo3.org/56843 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- May 10, 2018
-
-
Benni Mack authored
For historical purposes, TimeTracker->push() is called with an empty string in the second parameter, however, as this parameter is optional and set to '' by default as well, the code readability can be improved by just using the first parameter when using TimeTracker->push() Resolves: #84964 Releases: master Change-Id: I37a338268f9b2df9f2a98414075d207b63dc542e Reviewed-on: https://review.typo3.org/56913 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Nicole Cordes authored
This patch ensures using an integer value for turning a timestamp to a DateTime object as otherwise a PHP error is thrown. Resolves: #84962 Releases: master, 8.7, 7.6 Change-Id: I18e82c8f91f42c29c4014985a1ad11671b5a31f4 Reviewed-on: https://review.typo3.org/56909 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Guido Schmechel authored
LocalCropScaleMaskHelper generates thumbnails with imageMagickConvert and custom crop parameters. This will overwrite the default settings. Append the GFX/jpg_quality parameter to the convert command. Resolves: #81796 Releases: master Change-Id: Iaa09e8b9134659c9ffba1c2984ef06d2c8250580 Reviewed-on: https://review.typo3.org/56779 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Bernhard Kraft <kraftb@think-open.at> Reviewed-by:
Alessandro <alessandro.filira@pallino.it> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
The localization overview within the info module should hide hidden sys_language records as those are also not available to editors in the page or list module. Resolves: #82400 Releases: master, 8.7 Change-Id: I92cdf995c189187682c01beb1d5f5baff934d2cd Reviewed-on: https://review.typo3.org/56432 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Benni Mack authored
All logic regarding generating preview links for workspaces has been extracted into the "PreviewUriBuilder" method. Previously this was all scattered between the WorkspaceService and the legacy "PreviewHook" which was not used as a hook. Separating this functionality allows to further split up the entry points (Controllers / Handlers) and clean up concerns. Resolves: #84940 Releases: master Change-Id: I648fa12bab29ecb53ae319938d1086f95abfff58 Reviewed-on: https://review.typo3.org/56875 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Stefan Froemken authored
Percona toolkit found some duplicate indices in some ext_tables.sql. Remove or update the mentioned indices. Resolves: #82671 Releases: master,8.7 Change-Id: Icdb60e2ee9f16cad097c0371e258e2c176c3b50c Reviewed-on: https://review.typo3.org/56856 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Alessandro <alessandro.filira@pallino.it> Tested-by:
Alessandro <alessandro.filira@pallino.it> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The TypoScript option config.ftu is used to transfer a session via GET parameters. However this option is - unlike other TypoScript settings - evaluted later in a frontend request. This makes it impossible to use the option during various hooks, where redirect URLs are generated. Moving this evaluation to the same place as other TypoScript options solves the issue. Resolves: #84963 Releases: master Change-Id: Icfcc830d9299b362ac13105fa19dda1d418cacc5 Reviewed-on: https://review.typo3.org/56910 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Resolves: #84960 Releases: master Change-Id: I26d76f9e4a636bc47190244f8e388e1bd94c4d50 Reviewed-on: https://review.typo3.org/56907 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Cristian Buja <cristian.buja@intera.it> Tested-by:
Cristian Buja <cristian.buja@intera.it> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anja authored
composer update typo3/cms-composer-installers Change-Id: I23e4474adf0942fafacd0bc6e61bdf8f9831a704 Resolves: #84959 Releases: master Reviewed-on: https://review.typo3.org/56906 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Cristian Buja <cristian.buja@intera.it> Tested-by:
Cristian Buja <cristian.buja@intera.it> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Massimiliano Fani <massimiliano.fani@gmail.com>
-
Stefan Neufeind authored
Command used: composer require nikic/php-parser ^4.0 Resolves: #84237 Releases: master Change-Id: I7eed5bbc31f2be6084356d86b35231d93bc6ecb2 Reviewed-on: https://review.typo3.org/56128 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Torben Hansen authored
This patch enables the localizationStateSelector for the selectTreeElement, so an editor can select the localization state when allowLanguageSynchronization is enabled for the element. Resolves: #84564 Releases: master, 8.7 Change-Id: I7b315bc19b165d7c9603c0a35ee11b03b7f77c4f Reviewed-on: https://review.typo3.org/56487 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Sybille Peters <sypets@gmx.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Cristian Buja <cristian.buja@intera.it> Tested-by:
Cristian Buja <cristian.buja@intera.it> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Andreas Fernandez authored
Using `transOrigPointerField` to fetch localized records does not work for records that were copied into a different language via DataHandler's `copyLanguage` command. `BackendUtility::getRecordLocalization()` now takes `translationSource` into consideration to fetch the appropriate localization of a record. Resolves: #84951 Releases: master, 8.7 Change-Id: I8fc9ea3c1fdaf3e54110196c6a27411e0c66b366 Reviewed-on: https://review.typo3.org/56894 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Tom Warwick authored
This feature adds some new SEO fields to the Pages TCA. It also introduces a new SEO tab containing all SEO related meta data. The description field is moved to this tab. Other meta data that is not important for SEO, is still on the Metadata tab. Resolves: #84798 Releases: master Change-Id: I75d47d2121d8cc40e10b8df926f2de6f68db6585 Reviewed-on: https://review.typo3.org/56769 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Riny van Tiggelen <info@online-gamer.nl> Reviewed-by:
Gianluca Piccolo <gianluca.piccolo@pallino.it> Tested-by:
Gianluca Piccolo <gianluca.piccolo@pallino.it> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Guido Schmechel authored
Now also searching for metadata in the filebrowser is possible. The corresponding files are then listed. Resolves: #71644 Releases: master Change-Id: Ibea04dfb716496247ded3c22e9fd326cce5427d8 Reviewed-on: https://review.typo3.org/56891 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Elena Bartolotti <bartolotti.elena@gmail.com> Tested-by:
Elena Bartolotti <bartolotti.elena@gmail.com> Tested-by:
Cristian Buja <cristian.buja@intera.it> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-