- Apr 27, 2016
-
-
Michael Oehlhof authored
Resolves: #75636 Releases: master Change-Id: I49611c3d0e6a0ec56e05871c5beb7f7de4bce949 Reviewed-on: https://review.typo3.org/47682 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Morton Jonuschat authored
Add support for selecting a column under a different identifier (alias) when building a SELECT query. Releases: master Resolves: #75823 Change-Id: I3464c9d848c4892ea57b92cc1257654ff9e14110 Reviewed-on: https://review.typo3.org/47820 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Nicole Cordes authored
This patch adds the possibility to access the language module without having an internet connection. You are able to activate and deactivate languages but trying to update files will give you an error. Resolves: #75820 Releases: master, 7.6 Change-Id: I27be7f34c76f680a4240e6c75c4a331d96467681 Reviewed-on: https://review.typo3.org/47840 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Nicole Cordes authored
Due to Package Manager cleanup in https://review.typo3.org/46389/ the packageStatesConfiguration property only includes active packages. This patch prevents resetting the packages property which should store all available package objects to the active ones. Resolves: #75864 Releases: master Change-Id: I44d4e074a04cc294cacf9ec9a707b2367b57a2bb Reviewed-on: https://review.typo3.org/47852 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Daniel Siepmann authored
As styling was already there, but just for mouse, and same is true for selecting results. The keyboard events now trigger the same behaviour. Change-Id: Ie265f3b5785efc89f7148b8303d9b62c3a5add88 Resolves: #70463 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47932 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Jigal van Hemert authored
With the patch for #73605 the ObjectManager was removed throughout the Install Tool. ListUtility, TerUtility, FileHandlingUtility and InstallUtility need recursive DI and constructor argument handling. Until the EM and the Upgrade Wizards are rewritten the OM is reintroduced to make the Upgrade Wizards work. Releases: master Resolves: #75883 Change-Id: I4c68853befd33bfeba71bd19cfd1979369dd4803 Reviewed-on: https://review.typo3.org/47933 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Christian Kuhn authored
PAGE_TSCONFIG_ID, PAGE_TSCONFIG_IDLIST and PAGE_TSCONFIG_STR to replace markers in foreign_table_where fields could only be set for flex forms on a global level in the past: TCEFORM.tt_content.pi_flexform.PAGE_TSCONFIG_ID = 42 This has the negative side effect that also fields from potentially foreign plugins could have been affected by that. With the FormEngine rewrite, this change only worked if restricted to specific elements of a specific data structure: TCEFORM.tt_content.pi_flexform.news.sDEF.settings\.categories.PAGE_TSCONFIG_ID = 42 The former "global" setting was broken and is fixed by the patch with a hack. For master, this very hack is deprecated now and only the specific version is allowed, for 7.6 both versions work with the patch. Note there is no setting for those foreign_table_where clauses for section container elements anymore that is not deprecated. Change-Id: I3f7bede86007f7ea1703f2bc569e0152e67802e6 Resolves: #73209 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47924 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Morton Jonuschat authored
This patch adds a new query context BACKEND_NO_VERSIONING_PLACEHOLDERS that de-selects versioning placeholders from other workspaces in the same way that BackendUtility::versioningPlaceholdersClause() does. Usage as follows: $queryBuilder ->getQueryContext() ->setContext(QueryContextType::BACKEND_NO_VERSIONING_PLACEHOLDERS) ->setCurrentWorkspace(4); Releases: master Resolves: #75821 Change-Id: Iaa238f3da803c6d2dd23f0240cb2c409a39eec58 Reviewed-on: https://review.typo3.org/47827 Reviewed-by:
Jonathan IROULIN <joniroutypo3@gmail.com> Tested-by:
Jonathan IROULIN <joniroutypo3@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Christian Kuhn authored
Move the data handling to calculate a final field label value from PaletteAndSingleFieldContainer to an own data provider and register this provider for full database records and for flex form processing. This way flex form field label overrides via page TSConfig are fixed, eg. this changes the "Order By" label of ext:news flex form: TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.orderBy.label = override Language specific overrides in flex fields now work as well ...settings\.orderBy.label.fr = French override Change-Id: I02474e9cca9db3e949c217f21f5704ec16641545 Resolves: #75606 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47919 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Apr 26, 2016
-
-
Frank Naegler authored
With https://review.typo3.org/#/c/45284/ this bug was introduced. The change to htmlSpecialChars = 1 was a mistake, because the output is already escaped. This patch reverts the change for altText object. Resolves: #75860 Releases: master, 7.6, 6.2 Change-Id: I87ea6ef4c734707933c75ab5c9ab3c4f4604251d Reviewed-on: https://review.typo3.org/47898 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Apr 25, 2016
-
-
Christian Kuhn authored
TCAdefaults.<table>.pid = <page id> in page TSConfig can be used for new inline children to define a pid new records should be located at, even if the parent record is on a different page. This can be useful when having special storage folders on a per-table-basis. The patch fixes this feature that broke during FormEngine refactoring. Change-Id: I8e60155612397e72f1b11a068617f88e3793384b Resolves: #70780 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47903 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stefan Neufeind authored
When deleting the rsa key from the database we now remove the PHP cookie as well in order to keep the system cleaned up. Change-Id: I037deabf0a60e6ad785678b60424b3cc49af77b0 Resolves: #61016 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/32212 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Frans Saris authored
When you have a select field of rendertype selectTree it looses the selected values of the not rendered checkboxes. This changes makes sure that also the not rendered values are kept. Change-Id: I8649e83c56a0265a7de069ef9654ed13b90b3239 Resolves: #75519 Releases: master, 7.6, 6.2 Reviewed-on: https://review.typo3.org/47812 Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
- Apr 24, 2016
-
-
Christian Kuhn authored
Use processedTca instead of $GLOBALS access and improve validation to avoid notice level errors. Change-Id: I9f2f2a455875e509c16cad17e29e629e8b21fe6d Resolves: #75647 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47892 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Susanne Moog authored
As long as the tests are not totally stable we should keep on using debug mode. Releases: master Resolves: #75896 Change-Id: I069cdc4d703fcda38af94b9eb24233e7f9e81162 Reviewed-on: https://review.typo3.org/47891 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
In InlineRecordContainer the enable column for disabled is not used correctly but instead "hidden" is hardcoded. Use the enable column from the foreign table. Resolves: #75647 Releases: master, 7.6 Change-Id: I8d6dc05f368c4e358694572d0dfcbe1f996d72b8 Reviewed-on: https://review.typo3.org/47888 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Sommer authored
Resolves: #75873 Releases: master Change-Id: Id307137d750001567a1a91ef4994b6edc67e7bbc Reviewed-on: https://review.typo3.org/47866 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Stefan Froemken authored
A select field with renderType selectSingle can point to a foreign_table. If on the foreign_table TCA the ctrl keys selicon_field and selicon_field_path are set, a single foreign row can have an "icon" field that is shown to represent this row. The patch fixes a bug where selicon_field of the own table instead of the foreign table was used. Additionally, in master the icon path resolving changed with #74157 leading to broken icon path in this case. This is fixed along with a similar change in backend layout code. Resolves: #75577 Related: #74157 Releases: master, 7.6 Change-Id: I50bac28018b17a61a334aac7d241bcdd96663656 Reviewed-on: https://review.typo3.org/47648 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Apr 22, 2016
-
-
Alina Fleser authored
In case of big installations the amount of processed files in one folder is too much and causes performance issues and other problems. To prevent this kind of issues, nested subfolders are now created in the processing folder in order to split the processed files into more than one folder. Resolves: #56557 Releases: master, 7.6 Change-Id: Id9a4fc3b4bb4b28ca26ff96221097171c3835eb7 Reviewed-on: https://review.typo3.org/36523 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Daniel Siepmann authored
* As it's possible to configure the template to use for each instance of the post processor, this should be documented. * Also grouped options regarding part. E.g. email or frontend * messages. Resolves: #75754 Releases: master Change-Id: Ie8cd0702ced989bd4d9306ffe50506981f4c47e4 Reviewed-on: https://review.typo3.org/47739 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Benni Mack authored
The patch removes the legacy file and charset handling from EXT:impexp when importing a t3d file. Importing files from pre-6.0 installations within master / 8.0 will lead to unexpected behaviour. Resolves: #75829 Releases: master Change-Id: Ibe904bb1a55f6aa584b58a3261f1108b61514eb8 Reviewed-on: https://review.typo3.org/47831 Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Frank Naegler authored
Resolves: #75859 Releases: master, 7.6 Change-Id: I43f786c349a096e752e5fdeb50b815b19e548924 Reviewed-on: https://review.typo3.org/47844 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Andreas Wolf authored
This patch adds missing column configuration to DataMapper call. Resolves: #74376 Releases: master, 7.6 Change-Id: I505a5e9f05338fde48fad9f49391095e47523409 Reviewed-on: https://review.typo3.org/47136 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Rob De Vries authored
Releases: master Resolves: #75656 Change-Id: I0dbe89b56ffdd8f677ed5a9b5a1fa08a4d92dd9c Reviewed-on: https://review.typo3.org/47836 Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Apr 21, 2016
-
-
Nicole Cordes authored
With the cleanup in https://review.typo3.org/46096/ double temp folders were introduced for temporary image files. Now temporary files are stored in typo3temp/assets/assets/images. This patch resets the tempPath variable of the GraphicalFunctions class to make sure only one assets folder is used. Resolves: #75841 Releases: master Change-Id: I968fab0175ba54037fa82d8721aca13f81d90c83 Reviewed-on: https://review.typo3.org/47834 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Nicole Cordes authored
PHP 7 still has the problem converting a float to a string is locale-aware (https://bugs.php.net/bug.php?id=53711). This means a float might be returned with a comma as decimal point. This is not intended and breaks value conversions so this patch restores the old behavior. This reverts commit 7cbef93a. Resolves: #75780 Resolves: #75825 Releases: master, 7.6 Change-Id: I83a443617e50a86b0297c49887e94f226104c910 Reviewed-on: https://review.typo3.org/47828 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Nicole Cordes authored
Converting a string to a float value needs some specific format of the string (no thousand separator and '.' as decimal point). So it should be possible to define some pre-sanitation for the FloatConverter to be able to convert strings like 123,42 to float. This patch introduces configuration options and sanitizes the string before parsing it to float. Resolves: #75827 Releases: master Change-Id: I716a5a6d3b7dd4f9f8dd0f01db850a2ee82cd376 Reviewed-on: https://review.typo3.org/47829 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Christian Weiske authored
Limit string explosion so that "LLL:EXT:" notation in $position does not get broken up. Resolves: #75830 Releases: master, 7.6 Change-Id: I13cc15562bd790040c3e45c9eb27ff029311c78f Reviewed-on: https://review.typo3.org/47832 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Christian Kuhn authored
* Start a php-fpm server on port 9000 * Install nginx, configure and start on port 8000 for acceptance tests * Use phantomjs provided by composer directly without selenium Change-Id: Ie25c27d765437ed0a12d1df9b0c9b1a4355b1024 Resolves: #75837 Releases: master Reviewed-on: https://review.typo3.org/47815 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Hader authored
This changeset is a follow-up to the changes for issue #50349 and it partly reverts the changes that have been introduced back then. The most important changes are: * Allow early return on first found record in hasPageVersions. The previous implementation performed SQL queries on all tables that are defined in the global TCA array. Now the first version occurrence is enough to infer that a page has any versions. * Integrate hooks to modify the determined results. This way, the meaning of having versions can be further modified by hooks. For instance, the default behavior of the TYPO3 core is to create a workspace version record on persisting the same record in the backend - without any actual changes to the data model. Resolves: #69439 Releases: master Change-Id: I119a79d8fad82b0dc5891861af45ecfdbc681820 Reviewed-on: https://review.typo3.org/42944 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Markus Klein authored
Iterate over each result row instead of fetching the whole result into PHP memory. Resolves: #75783 Releases: master Change-Id: Icd77e5bae1839b66bb156beeef17e7d4bb7535d7 Reviewed-on: https://review.typo3.org/47786 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christoph Kratz <ckr@rtp.ch> Tested-by:
Christoph Kratz <ckr@rtp.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Apr 20, 2016
-
-
Susanne Moog authored
Since reduce possible side effects between tests the typo3 codeception module resets be_user uc of the admin user after each test. Change-Id: I8ae0af84b7a10e3760737c1f5c5fd3ec5790a2be Resolves: #75826 Releases: master Reviewed-on: https://review.typo3.org/47824 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frans Saris authored
Change-Id: I2f02204f9c6169347bf0996a293345460dd3f737 Resolves: #75788 Releases: master Reviewed-on: https://review.typo3.org/47789 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Benni Mack authored
The Core does not strictly use $escapeChildren and $escapeOutput as properly introduced by Fluid Standalone in 8.0. This results in some weird HTML output when using the inline syntax currently. Since $escapeOutput and $escapeChildren is active by default, some ViewHelpers even do HSC on their own (= twice) even if not needed. Resolves: #75575 Releases: master Change-Id: I3bbebe75c0368519d3506360c68df92d30a3b80a Reviewed-on: https://review.typo3.org/47644 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Frans Saris authored
Before using the filemount base folder as root for the folder->getReadablePath() check if the folder is within the filemount. Change-Id: I8a4436fb2a0e512c7d2d1fc50b9d08febae8b256 Resolves: #73735 Releases: master, 7.6, 6.2 Reviewed-on: https://review.typo3.org/47793 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Lorenz Ulrich <lorenz.ulrich@visol.ch> Tested-by:
Lorenz Ulrich <lorenz.ulrich@visol.ch> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Alexander Stehlik authored
Update the version to 5 and include a list of active packages, everything else is stored in the core cache, and not needed to be stored. Note: the order of the package keys in the DependencyResolver tests is changed intentionally. The order created by the DependencyResolver has not changed. The tests did not detect any difference in the order because we had an associative array before (now it is indexed where the order is relevant). Resolves: #73041 Releases: master Change-Id: I34e0c89efbef306ce49823069bd9dd4c38fa3091 Reviewed-on: https://review.typo3.org/46389 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Frans Saris authored
Added missing rst file. Change-Id: Id61a1d2fdc27da4837e5d0d880f8dcaad5d6e1a4 Resolves: #66861 Releases: master Reviewed-on: https://review.typo3.org/47777 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Frans Saris authored
Change-Id: I1138487a2bae071d2393a38389ef918b5087d9ea Resolves: #75370 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47806 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christoph Kratz <ckr@rtp.ch> Tested-by:
Christoph Kratz <ckr@rtp.ch> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Manuel Selbach authored
With the introduction of the new icon API the icons shown in the TCA selectTree broke. This patch changes the tree js so it can handle the new icon API. The "old fashioned" fallback icons in tree view of e.g. categories are replaced with current style of icons from the page tree. Change-Id: Ibf39920b15c17b196d51e2e63c3a755c79cf3e3a Resolves: #75463 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47550 Reviewed-by:
Michiel Roos <michiel@maxserv.com> Tested-by:
Michiel Roos <michiel@maxserv.com> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Christian Kuhn authored
* Wait until content iframe is loaded * Proceed only if main module elements are visible * Check for web module only to speed up a bit Change-Id: If324bfcfd3db80ab5f481909cd053aa2aa201299 Resolves: #75797 Releases: master Reviewed-on: https://review.typo3.org/47798 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-