- Apr 29, 2016
-
-
Christian Kuhn authored
Have an inline m:m record and delete one child child that has an intermediate record pointing to it. Opening the parent throws a DatabaseRecordException. The patch extends this exception to add tableName and uid, then catches the exception in the inline data provider, creates a nice error message as flash message and continues displaying record. Change-Id: I1792716b4e5454b11499cb2ba684bac403b3f13d Resolves: #71719 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47959 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Stephan Großberndt authored
Change the configuration name for the filesPerPage option in the file list module from mod.file_list.filesPerPage to options.file_list.filesPerPage because using "mod." in user TSconfig is deprecated. Resolves: #75976 Related: #72923 Releases: master Change-Id: I13ad1a0f28b59ebe1fec7ccf4a73eaec0ddb0044 Reviewed-on: https://review.typo3.org/47966 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Tymoteusz Motylewski authored
This patch adds documentation about creating custom postProcessors. Resolves: #75963 Releases: master, 7.6 Change-Id: Ia0bb2b5d33cf30cba931953088c402307cc7ee40 Reviewed-on: https://review.typo3.org/47951 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Christian Weiske authored
Describe how to use custom templates for fluid based indexed_search Releases: master Resolves: #75935 Change-Id: I2f55bcd359a8c604907eccf34e93016920a7def1 Reviewed-on: https://review.typo3.org/47929 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Helmut Hummel authored
Currently this step does not do precautions, when the selected database does not exist. Additionally the step silently skips when the chosen database already has tables. Although the UI currently does not allow to select a non empty database, there are situations imaginable, where the database is empty during generation of the input form but is filled directly after that, or a database was empty but then got deleted, which previously ended up with a fatal error. This change now takes care of both cases and outputs a nice error message accordingly. Resolves: #75964 Releases: 7.6, master Change-Id: Ibc7083aa120f420d6201e512f3f41699f55c5f7f Reviewed-on: https://review.typo3.org/47950 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Morton Jonuschat authored
Fix unit test for Typo3DatabaseBackend Resolves: #75969 Releases: master Change-Id: I61049768b2981f7b1a93ab371fd31c0a58edc474 Reviewed-on: https://review.typo3.org/47964 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
Resolves: #75969 Releases: master Change-Id: Ie82b68c6efcbb9b4c4304de1323269decb091376 Reviewed-on: https://review.typo3.org/47955 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Apr 28, 2016
-
-
Frank Naegler authored
This patch introduce an AMD module for the colorpicker and make use of t3js- prefixed class for initialize the colorpicker. Also the initialize is not centralized in the module. Resolves: #75861 Releases: master Change-Id: I71aea126d91482f8d37f9fa3e0be2bce662aee07 Reviewed-on: https://review.typo3.org/47848 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Jigal van Hemert authored
The date/time generated by the datamapper is in UTC, so the test must check for a date/time in that timezone too independent of the configured timezone of the system. Resolves: #75954 Releases: master, 7.6 Change-Id: I64f014b0d60b805bcbffd08dc50b924b925d022a Reviewed-on: https://review.typo3.org/47945 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Thomas Schlumberger authored
When trying to add new fields at a specific position to an existing table (e.g. "after:title") and the field referenced in the position is part of a palette the regular expression to insert the new fields did not work. This happened because a regular expression part was inserted in the pallete string to replace and being quoted afterwards. That caused the preg_replace function to treat the regular expression as a string as it has been escaped. Resolves: #75946 Releases: master,7.6 Change-Id: Ib0dbcb56e530e1671470210218bd1c1205b50946 Reviewed-on: https://review.typo3.org/47935 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>
-
Helmut Hummel authored
After the doctrine merge, the configuration for the database name changed. Reflect this also in the database select step, when the user chooses to select an empty existing database. Releases: master Resolves: #75961 Change-Id: Ie49bf42dd2142736c4d99fe8297b688e833e1a23 Reviewed-on: https://review.typo3.org/47949 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>
-
- Apr 27, 2016
-
-
Stephan Großberndt authored
Avoid an 'Illegal mix of collations'-SQL error when using collation utf8_unicode_ci and accessing the ProcessedFileChecksumUpdate wizard by casting both comparison arguments. Resolves: #75932 Related: #67708 Releases: master, 7.6 Change-Id: I3c7355eab35bf7d7301eaf10b87f7e5b00bd6908 Reviewed-on: https://review.typo3.org/47925 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> 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>
-
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>
-