- Dec 30, 2016
-
-
Thomas Hohn authored
Omit SQL queries for each record by checking whether the "version" extension is loaded in BackendUtility->getLiveVersionIdOfRecord() Resolves: #78974 Releases: master, 7.6 Change-Id: If702866803d0c2b1eafc9a0c003b0e3e71c91367 Reviewed-on: https://review.typo3.org/50950 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Benni Mack authored
The public property $versioningPreview_where_hid_del is not in use anymore due to the refactoring of Doctrine DBAL and can be removed, as it is always empty and not used in the TYPO3 Core. Resolves: #79119 Releases: master Change-Id: Ibf68917dd0ca34c2dd114ab7331d6c5a7611863c Reviewed-on: https://review.typo3.org/51063 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Susanne Moog authored
When using the content element Menu with subtype "keywords" the generated SQL contained non-replaced prepared statement params resulting in a query error. The whole query was rewritten to use the doctrine query builder directly. Change-Id: I688a0f61eabf93c05e08841d57888be6f02226c7 Resolves: #79115 Releases: master Reviewed-on: https://review.typo3.org/51067 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Benni Mack authored
The lowlevel command for showing and cleaning up versioned records in the database is migrated to a native symfony console command. It shows more structured information, and the code is structured better. Additionally, the different cleanups can be triggered by the "action" option. Resolves: #79109 Releases: master Change-Id: Ic58ab4b2fa6743042875459af031e02c552cc17f Reviewed-on: https://review.typo3.org/50905 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:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The protected property $classAliases is removed as it is not used at all. Resolves: #79111 Releases: master Change-Id: Id2ce41ac2d5d89c1059f86bd3754e7121465abba Reviewed-on: https://review.typo3.org/51062 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Susanne Moog authored
Since the doctrine change the sorting direction has to be passed as separate parameter, the methods getMenu, getMenuForPages and getSubpagesForPages now have a parameter for that. Change-Id: Ib83c7c47ede4972eee187832c704f549ccaa520a Resolves: #79113 Releases: master Reviewed-on: https://review.typo3.org/51066 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Dec 29, 2016
-
-
Anja Leichsenring authored
A not valid BeUser record can not be retrieved from DB and must not be passed to the AvatarViewHelper render() method to avoid errors. Resolves: #79104 Releases: master Change-Id: I99ffedf9704f87b71e6ebeacc7136c31b0300fe4 Reviewed-on: https://review.typo3.org/51058 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
Resolves: #78965 Releases: master Change-Id: I3c91c1f3b14a05c4e1120033354b9855ddb1e4eb Reviewed-on: https://review.typo3.org/50938 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benjamin Kott authored
Moving the rendering definitions for content elements to dedicated files provides a better overview over the configuration and creates a single responsibility per configuration file. Resolves: #79102 Releases: master Change-Id: Iecdecaf224c3db2f8d4f319963e09f7ea0dab45b Reviewed-on: https://review.typo3.org/51055 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Tobias Wollender <tliegl@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Oehlhof authored
The unneccesary @return annotation is removed from the function __construct. Resolves: #79087 Releases: master Change-Id: Ib588d8e641e7ec4a81b36ffef151b2c885458fd2 Reviewed-on: https://review.typo3.org/51039 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
New Features: * The callback parameter in the CKEDITOR.ajax.post method became optional. Fixed Issues: * [Blink, WebKit] Fixed: Cannot select all editor content when a widget or a non-editable element is the first or last element of the content. Also fixes this issue in the Select All plugin. * [Blink, WebKit, IE8] Fixed: Browser hangs when a table is inserted in the place of a selected list with an empty last item. * Fixed: Improved the Color Button plugin which will now normalize the CSS background property if it only contains a color value. This fixes missing background colors when using Paste from Word. + [Blink, WebKit] Fixed: Error thrown occasionally by an uninitialized editable for multiple CKEditor instances on the same page. Resolves: #78966 Releases: master Change-Id: I2e711c363dcc8a4a00f7e88828105de987968da4 Reviewed-on: https://review.typo3.org/50939 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Dec 28, 2016
-
-
Josef Glatz authored
There is no need for this css style. Whenever you start a new installation, you write your CSS for your website by your own. Therefore it makes no sense to only style the label tag of EXT:felogin plugins with `display: block;`. Resolves: #79100 Releases: master Change-Id: If346eef97a6066077f08d9fb8b944a2543d7cafe Reviewed-on: https://review.typo3.org/51053 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Anja Leichsenring authored
Resolves: #79082 Releases: master Change-Id: I1de2911243d5dfd8a172d9dac60cbe93f36c26f8 Reviewed-on: https://review.typo3.org/51034 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Anja Leichsenring authored
Acceptance Tests are not found, path needs adjustment, References need to be adjusted to the new paths. Resolves: #79025 Releases: master Change-Id: Id2fcfeb4e5171c89c421e0af75ddaa7e6acf6cf3 Reviewed-on: https://review.typo3.org/51035 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:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Dec 23, 2016
-
-
Manuel Selbach authored
According to doctrine migration functional tests should be processed against different dbms. Thus, we have to integrate the driver to the bootstrap. The driver can be set by environment variable name 'typo3DatabaseDriver'. Change-Id: Ia725285a695fbb0e11555c7371cfd2165ba30d77 Resolves: #78930 Releases: master Reviewed-on: https://review.typo3.org/50914 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Morton Jonuschat authored
Set PDO attributes to ensure that BLOB fields are returned as strings to PHP, the way MySQL does. Update INSERT/UPDATE statements that deal with BLOB field to declare the proper parameter type so that the driver can do the required encoding/escaping when sending the data to the DBMS. Releases: master Resolves: #78884 Change-Id: I1618da9130549bd95ce0410420ecdee40cc3632d Reviewed-on: https://review.typo3.org/50883 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
See a list of fixes at https://cdn.datatables.net/1.10.13/ Resolves: #78963 Releases: master Change-Id: Ic59257fd90ce552d8b59596aaf47ba92d59087b7 Reviewed-on: https://review.typo3.org/50936 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Susanne Moog authored
After the merge of #79025 now the fluid base test case for viewhelpers should be moved to the testing framework. A compat layer for the old namespaces is introduced. Additionally some small leftovers in documentation and CI configuration were fixed. Change-Id: I78b9670a1ee1fadb4f4c36265c3a51cd1e879e50 Releases: master Resolves: #79075 Reviewed-on: https://review.typo3.org/51023 Tested-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <typo3@helhum.io>
-
- Dec 22, 2016
-
-
Wouter Wolters authored
Due to a wrong queryBuilder being used the parameters stay empty. Use the correct queryBuilder to prevent SQL errors. Resolves: #79077 Releases: master Change-Id: I62b28f7eeb0a1cc4d481e63a46f9784159116b6e Reviewed-on: https://review.typo3.org/51024 Reviewed-by:
Steffen Ritter <info@rs-websystems.de> Tested-by:
Steffen Ritter <info@rs-websystems.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Susanne Moog authored
Add testing framework component for independent usage Resolves: #79025 Releases: master Change-Id: I23cfd2ed42108d7d80ec776e778a1ac2d5293e55 Reviewed-on: https://review.typo3.org/50125 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nicole Cordes authored
When switching to Bootstrap in the Install Tool, the class adjustment for the loading message in LoadExtensions.html was missing. This patch ensures the correct class is used to show the message. Resolves: #79010 Related: #78376 Releases: master, 7.6 Change-Id: I9c467dd3e0cf7c801ac25774425df7e1d85b4c0a Reviewed-on: https://review.typo3.org/50979 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Dec 21, 2016
-
-
Daniel Lorenz authored
The StandaloneView getTemplatePathAndFilename() calls a method that the fluid standalone extension doesn't implement anymore, hence the method is added to the Core's TemplatePaths class. Additionally, a lot of type checks are added to ensure that the correct object types are present in all usages. Resolves: #79045 Releases: master Change-Id: I3ec766a29c31d299451f33dd079a56e9a5855c69 Reviewed-on: https://review.typo3.org/51004 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
Resolves: #79055 Releases: master Change-Id: I09921a6c4fc013af2a01b498712d282559028b37 Reviewed-on: https://review.typo3.org/51009 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Dec 20, 2016
-
-
Boris Schauer authored
Update the indexed_search extension documentation with proper TypoScript values for overriding templates. Resolves: #79006 Releases: master, 7.6 Change-Id: Ie034d6b192675fa1a453622b90296d39c80d2447 Reviewed-on: https://review.typo3.org/50977 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Marco Huber authored
Use the select options label as title instead of an uninitialized variable. Resolves: #79037 Releases: master, 7.6 Change-Id: I690b687f5dd854556ac799d89c8462f4ce9966a4 Reviewed-on: https://review.typo3.org/50997 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
TYPO3 Release Team authored
Change-Id: I3f4991ebbf3117a062c8d3d63fd731990401ebe3 Reviewed-on: https://review.typo3.org/51008 Reviewed-by:
TYPO3 Release Team <typo3cms@typo3.org> Tested-by:
TYPO3 Release Team <typo3cms@typo3.org>
-
TYPO3 Release Team authored
Change-Id: I0bc2ac481447671f0354375d9433ed0b9a2f47c8 Reviewed-on: https://review.typo3.org/51007 Reviewed-by:
TYPO3 Release Team <typo3cms@typo3.org> Tested-by:
TYPO3 Release Team <typo3cms@typo3.org>
-
Alexander Opitz authored
Adding the root paths to the partials, which aren't autoguessed anymore. Resolves: #78969 Releases: master Change-Id: I578fd21ed0b232198301f73c702569980ed82906 Reviewed-on: https://review.typo3.org/50948 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Mathias Schreiber authored
Added all documentation for CMS v8.5 Resolves: # Releases: master Change-Id: I6756ecd38a2d50553bcfc8687707b5c08f894435 Reviewed-on: https://review.typo3.org/50991 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Oliver Hader authored
Some variable names have not been adjusted correctly. Resolves: #78191 Releases: master Change-Id: I107b9c5d146fb4a027d6457194c1c4e46f06cd8c Reviewed-on: https://review.typo3.org/51003 Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
When introducing the new t3:// linking syntax for typolink, we also allowed to use them in the RTE without using <link> anymore, which is really cool. However, the frontend (= TypoScript) cannot deal with that yet. A clean function within parseFunc should "transformLinks" with typolink. For the time being, a parseFunc.tags.A is introduced to allow the transformations to be rendered correctly. It *could* have a side-effect that certain attributes within parseFunc.tags.A are rendered twice, but can be solved at a later point by sanitizing the attributes quite simple. Resolves: #79041 Releases: master Change-Id: Ib8da2a88b67a633fc89a5c1ddee90c8e14f5b27b Reviewed-on: https://review.typo3.org/51000 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Benni Mack authored
Due to the unfinished integration of CKEditor in the TYPO3 Core, the default installation should still use HtmlArea as default RTE for new installations. Resolves: #79040 Releases: master Change-Id: If153ac427dad596ba470bb346d2257c9e0282a44 Reviewed-on: https://review.typo3.org/50999 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Dec 19, 2016
-
-
Oliver Hader authored
The lengthy switch/case part of the Lexer class seems to be too much for PHP 7.1.0. Albeit this seems to be a PHP bug, this patch is provided to help others and to clean up the mentioned switch/case code. Change-Id: I0e8e4ca55f2e15d0445874b44a04742645670570 Resolves: #79039 Releases: master Reviewed-on: https://review.typo3.org/50998 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Oliver Hader authored
EXT:form's FormManagerControllerTest tries to mock static method calls of BackendUtility. The methods to be mocked are now wrapped directly instead of "wrapping" the reference to the class name. Change-Id: I7c6381fe093ecc28b85e235fcb425f6048c8ff0c Resolves: #79023 Releases: master Reviewed-on: https://review.typo3.org/50994 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Oliver Hader authored
Due to the changes of ArrayUtility in issue #77732 EXT:form now has to deal with these problems: + core's ArrayUtility uses a slash "/" as delimiter, but Extbase's ArrayUtility used a dot "." + core's ArrayUtility throws an exception if value is not defined, Extbase's ArrayUtility returned null Change-Id: I26b043a28e376c99d50a9a36703b5927b09ee934 Resolves: #79024 Releases: master Reviewed-on: https://review.typo3.org/50995 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The workspace preview functionality (comparing versions etc) is broken due to missing stylings since TYPO3 8.4 The patch fixes the CSS styles. Resolves: #78820 Releases: master Change-Id: I6ede8ee1913e91c0095d695ce2e5d90c16dbd5f7 Reviewed-on: https://review.typo3.org/50795 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Claus Due authored
Followup to https://review.typo3.org/#/c/50537/ to add functional tests covering the new SQL operations. Change-Id: I7a686fe2ed10d53506ff36d99a21f10379a9656d Resolves: #78951 Releases: master Reviewed-on: https://review.typo3.org/50924 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Claus Due <claus@phpmind.net> Tested-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Dec 18, 2016
-
-
Oliver Hader authored
The FormArrayUtility of EXT:form cannot be found and results in a PHP fatal error. Reason for that is the ArrayUtility cleanup in issue #77732. Change-Id: Iaa4ad928e664a56aac2d71ed39faecbb67e38864 Resolves: #79022 Releases: master Reviewed-on: https://review.typo3.org/50993 Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Dec 16, 2016
-
-
Helmut Hummel authored
Method reflection objects are used temporarily to extract information from methods. This information is eventually stored in the cache. However the method reflection objects themselves must stay outside the cache because they cannot be serialized. They also do not provide much value as the information is stored in the cache anyway. The only additional info these reflections provided is whether a method existed or not in the class, which we now also cache as plain array. Furthermore the information whether cache relevant properties were updated and the cache needs to be saved again is now reset once it was written. This ensures that the cache is only written once even the ReflectionService is used multiple times. Resolves: #78915 Resolves: #78977 Releases: master, 7.6, 6.2 Change-Id: I1d00f596633adab886c0db0dfddd71358fb67303 Reviewed-on: https://review.typo3.org/50953 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Stefan Rotsch <stefan.rotsch@aoe.com> Tested-by:
Stefan Rotsch <stefan.rotsch@aoe.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Dec 15, 2016
-
-
Johannes Schlier authored
Previously the PageLayoutView would only set the page info when getting the tt_content of the page in function ‘getTable_tt_content’. If a user only has rights to view/edit records from other tables, but not tt_content, the page info is null, as ‘getTable_tt_content’ is never called. Resolves: #78991 Releases: master, 7.6 Change-Id: Iabcad89a23b245e8c6a8e23fa420fcab5c1ea8e4 Reviewed-on: https://review.typo3.org/50955 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.de> Tested-by:
Daniel Gorges <daniel.gorges@b13.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-