- Dec 06, 2017
-
-
Benjamin Kott authored
Use TYPO3 spinner which is properly centered. Releases: master, 8.7 Resolves: #83218 Change-Id: Ieec359ee0bc05ebb75724b963edaf1dc5bbab0a8 Reviewed-on: https://review.typo3.org/54929 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Daniel Lorenz authored
Resolves: #83021 Releases: master, 8.7 Change-Id: Ic88731ce7f2b698d39aca6944cf0257a8a758420 Reviewed-on: https://review.typo3.org/54943 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Daniel Lorenz authored
Resolves: #83239 Releases: master, 8.7 Change-Id: I3a617b31f197b19231a858f88f992904c681124d Reviewed-on: https://review.typo3.org/54942 Reviewed-by:
Carlos Meyer <cm@davitec.de> Tested-by:
Carlos Meyer <cm@davitec.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Mathias Brodala authored
Resolves: #82853 Releases: master, 8.7 Change-Id: I7d55cb7a6472d310b2f1d47a9b04014cbd43a832 Reviewed-on: https://review.typo3.org/54472 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Lorenz <daniel.lorenz@extco.de> Tested-by:
Daniel Lorenz <daniel.lorenz@extco.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Pawel Cieslik <p.cieslik@macopedia.pl> Tested-by:
Pawel Cieslik <p.cieslik@macopedia.pl> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Claus Due authored
See #81460 for a detailed reasoning behind the change. The patch declares the getByTags method as deprecated and removes the only usage that existed in TYPO3. Resolves: #81460 Related: #81432 Releases: master Change-Id: I9647563246d96228cb906b7d9008b2cec564d3ae Reviewed-on: https://review.typo3.org/53091 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com>
-
Anja Leichsenring authored
Correct two class names, one wrongly named, one with a typo, in a deprecation rst file of 8.0. Resolves: #73514 Releases: master, 8.7 Change-Id: I48a4af12749d477b151a4774f8e35c09bc9817ce Reviewed-on: https://review.typo3.org/54944 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>
-
Alexander Opitz authored
We should show what the max upload file size is and not the max size of a HTTP post body. Resolves: #83230 Releases: master, 8.7, 7.6 Change-Id: Ib6fa244b19c434417808bb19126f862cf9418fb0 Reviewed-on: https://review.typo3.org/54937 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Dec 05, 2017
-
-
Claus Due authored
This patch sacrifices two features: * Having $this->controllerContext on ViewHelpers * Support for render method arguments And by doing so, allows the removal of every CMS base ViewHelper class and several overrides they implement. The base classes are still available as class aliases to limit the breaking change to the two features mentioned above. Change-Id: I425b01234618f83d701ec6dd99ce3bf7ce514589 Resolves: #82414 Releases: master Reviewed-on: https://review.typo3.org/54068 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Simon authored
Uid is pronounced as a consonent sound (y) or in german "j", therefore it becomes "a uid". Releases: master, 8.7 Resolves: #83225 Change-Id: Id8d4ac712d3cab6b47b9cb48a804ae8a7574ed30 Reviewed-on: https://review.typo3.org/54934 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Dec 04, 2017
-
-
Nicole Cordes authored
Since the page tree change, some default labels are not available anymore. This patch re-adds missing labels for debugger and module wizards. Resolves: #83208 Releases: master Change-Id: I2be56c573b7099ee1bedab0238b839bf9867f73e Reviewed-on: https://review.typo3.org/54922 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Dec 03, 2017
-
-
Christian Kuhn authored
Some 'constraints' related inconsistencies, especially in test fixture extensions. Change-Id: I015e34a5519cab166d7941cce35a1661c42b9c5a Resolves: #83205 Releases: master Reviewed-on: https://review.typo3.org/54918 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
master branch of testing-framework is now tagged as 2.x.x for core master / v9, while the 8 branch of testing-framework is tagged as 1.2.x and used in v8 core. The split is needed since master branch contains the svg tree adaptions and 1.2 branch does not. Change-Id: I27bb4e996e20cf00110cb0e6a160337656a2d7f0 Resolves: #83203 Related: #83204 Related: #82226 Related: #82426 Releases: master Reviewed-on: https://review.typo3.org/54916 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
A data provider uses the not defined constant "NL". PHP 7.2 throws warnings on this. Warnings from data providers do not lead to failing tests, still this is ugly and pollutes test runs with warnings in the head part. Change-Id: I3b09ce51d675cf3097967c074511eaf0a53cf8f9 Resolves: #83194 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54907 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Dec 02, 2017
-
-
Christian Kuhn authored
Add php 7.2 to master test suite: * pre-merge: acceptance, integration, functionals on any PHP agent 7.x * pre-merge: distinct 7.0, 7.1, 7.2 jobs for php unit tests and php linting * nightly: distinct 7.0, 7.1, 7.2 jobs for all tests Change-Id: I8ad609e1cb2dc66162d642b5428bbf5a74d3bf36 Resolves: #83193 Releases: master Reviewed-on: https://review.typo3.org/54906 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
For new plain TYPO3 installations, the uploads/ folder is not needed anymore, as the TYPO3 core does not use the uploads/ (internal_type=file) functionality anymore, but uses the File Abstraction Layer completely. Resolves: #83182 Releases: master Change-Id: Idc99d72b91aaeff5a39a1ef353cc8cc6583dced6 Reviewed-on: https://review.typo3.org/54895 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Christian Kuhn authored
An array key is not used as string but as constant in two ConfigurationManager test cases. PHP 7.2 is more picky about this an throws warnings. Fix by creating proper strings. Change-Id: I64def6cf9b5d9df7e150d137929c721558c761d7 Resolves: #83190 Releases: master, 8.7, 7.6 Reviewed-on: https://review.typo3.org/54903 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Dec 01, 2017
-
-
Stefan Neufeind authored
This cleanup should ease backporting future patches in that area. Releases: master, 8.7, 7.6 Resolves: #83189 Change-Id: I42b700d2fd17beadc4a9b8e64e500f3d3b93fd1f Reviewed-on: https://review.typo3.org/54896 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Wouter Wolters authored
On two occasions there are too many double quotes. Resolves: #83186 Releases: master Change-Id: I8708bc5ff1d6ac680bccaab14d407f5ab3222698 Reviewed-on: https://review.typo3.org/54899 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
By just getting the value and checking what is returned instead of calling the runtime cache twice for each call Resolves: #83181 Releases: master Change-Id: Ic5802bf57faa5f8e38c35f9405918d5076697332 Reviewed-on: https://review.typo3.org/54894 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:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Christian Kuhn authored
A couple of syntax errors in the .rst files of the ExtJS / page tree feature. Resolves: #83185 Related: #82426 Releases: master Change-Id: I010dffddbe565de770868e717d75f16828d60b0b Reviewed-on: https://review.typo3.org/54897 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:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Nov 30, 2017
-
-
Gleb Levitin authored
This patch resolves problem with the injured workspace encapsulation for removed records while fetching the record localize summary in page module within a workspace. Resolves: #78841 Releases: master, 8.7 Change-Id: I734a32c7b52ed4a2a3ab49c63d45df46472a99a4 Reviewed-on: https://review.typo3.org/50881 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Andreas Fernandez authored
Resolves: #79736 Releases: master Change-Id: I8662c7adfa38669b3a66b3959485722a285b4448 Reviewed-on: https://review.typo3.org/51622 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Stephan Großberndt authored
The table and column name quoting method {#tableName}.{#columnName} introduced for TypoScript in issue #80506 is now used to quote identifiers in TCA column definitions known to possibly contain SQL fragments. Missing quotes for identifiers containing e.g. uppercase letters lead to exceptions when performing a query in PostgreSQL. In order to achieve this a new Class TcaPreparation is added as this is not a typical TcaMigration. Releases: master, 8.7 Resolves: #81751 Related: #80506 Change-Id: I230be317c7088e5de5343634fac507b4ab994b28 Reviewed-on: https://review.typo3.org/53360 Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Elmar Hinz authored
Provides a trait to leverage a smooth migration of public property access to protected. For the period of deprecation the access to the protected property is still possible and is logged by the deprecation log. A unit test is included. Resolves: #81330 Releases: master Change-Id: I6293e460053eb38a633271ec877b3bc9a8527342 Reviewed-on: https://review.typo3.org/52928 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Nicole Cordes authored
When a parent record (e.g. tt_content) has inline relations (e.g. sys_file_reference)and these relations show a placeholder for records related to them (e.g. sys_file and sys_file_metadata) then we need to pass the context of the language so that the placeholders are shown in the correct language. We now do so by putting the value of the language field of the parent record into the data set and update it in case child records are also translatable. This way when going down the list of children, we always know the language id of the last applicable parent element, even if one element in between was not translatable (e.g. sys_file) If we know the language, we can pick the correct record uid out of the list of possible related uids, instead of just picking the first one. Furthermore the language field for sys_file_metadata is removed from editor form as the language is set by GET parameter already. Change-Id: I64c97c8080196599e85b95e09e7eb89701670fa4 Resolves: #75040 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54831 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Tymoteusz Motylewski authored
The ExtJS/ExtDirect based page tree has been replaced with new implementation based on SVG. Refactoring and performance improvement of the PHP side (tree data provider) will be done in the followup patch. Releases: master Resolves: #82426 Change-Id: I502a085da939ebe2561d2b7a17cc8347e5101623 Reviewed-on: https://review.typo3.org/51594 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> 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:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Susanne Moog authored
Change-Id: I3f74892da6c82a7213b7f77d5027160ee118eabb Resolves: #83174 Releases: master Reviewed-on: https://review.typo3.org/54886 Reviewed-by:
Sebastian Hofer <sebastian.hofer@marit.ag> Tested-by:
Sebastian Hofer <sebastian.hofer@marit.ag> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Markus Klein authored
This is the basis for further improvements, which require locale aware operations. Resolves: #83171 Releases: master Change-Id: Iae9bf29b88031a0115cdf3dfb2957c97c9cc0c34 Reviewed-on: https://review.typo3.org/54878 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
The new PSR-7-based solution since TYPO3 v7 should be used everywhere instead of "BackendUtility::getModuleUrl()". This is possible because modules can be addressed via the "route" GET parameter instead of the "M" parameter since a few months. The patch changes all occurrences within TYPO3 Core to use the new API. Resolves: #83172 Releases: master Change-Id: Iec40e8ae00f1d900d7479b84a3a62827ddba653b Reviewed-on: https://review.typo3.org/54755 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Markus Klein authored
Switch order of arguments to implode(). Resolves: #83158 Releases: master, 8.7 Change-Id: I15ff9827418e9d24fefae5f3fa8852a37f5363d0 Reviewed-on: https://review.typo3.org/54881 Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
- Nov 29, 2017
-
-
Markus Klein authored
Resolves: #82863 Releases: master, 8.7 Change-Id: Iaf775d83c526017ff882d21c8f6d7c5c1f78a038 Reviewed-on: https://review.typo3.org/54481 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Benni Mack authored
A missing functionality is added, which happened when introducing CKeditor. Automatically linking a URL when typing www.typo3.org should happen directly. A specific plugin is used for that. Base concept was taken from https://github.com/Gnodiah/ckeditor-autolink Resolves: #80977 Releases: master, 8.7 Change-Id: I575b63eeb696166b5e3b06047106e26cb68eb7b4 Reviewed-on: https://review.typo3.org/54611 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Sebastian Hofer <sebastian.hofer@marit.ag> Tested-by:
Sebastian Hofer <sebastian.hofer@marit.ag> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Gernot Leitgab authored
Add local getPlainValue method in persistence backend, so a null value instead of string 'NULL' is written to database. Resolves: #68994 Related: #57255 Releases: master, 8.7 Change-Id: Idb61caabf5115da4bb818d2ed8bb4faa16f5df2c Reviewed-on: https://review.typo3.org/43627 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Jonathan IROULIN authored
This patch adds HTML5 attributes to the form fields so the username field is set to required and the password has to be at least 8 characters long. Resolves: #82135 Releases: master Change-Id: I3ab05af63125479de2427a5b236f8c434d598aad Reviewed-on: https://review.typo3.org/54872 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> 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
Resolves: #83169 Releases: master Change-Id: Ic9ed0f3ceb06aa3befcc3931ba656639615c2f6f Reviewed-on: https://review.typo3.org/54873 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Alexander Schnitzler authored
The property injection in the ObjectContainer always did reflect the object and made the property accessible, even if the property was public and therefore accessible by default. With this patch, reflection is avoided for public properties which increases the performance of public property injection a lot. Releases: master, 8.7 Resolves: #83155 Change-Id: I32f7c8e257f65da4a2fce1d7ee515d7954564387 Reviewed-on: https://review.typo3.org/54850 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Alexander Schnitzler authored
The FlexFormTools class tries to resolve the datastructure of flex fields by the given TCA configuration. The flexform definition can either be set directly in the TCA or it is fetched from another record. Example: TemplaVoilà fetches the data structure from the table tx_templavoila_datastructure. When trying to resolve the data structure from another table and the identifier is invalid (e.g. empty or does not point to a valid record), several exceptions are thrown that need to be caught at several points to keep the user interface accessible. Other than these mentioned exceptions there are ones that indicate that the TCA configuration is simply wrong. These ones are not caught and will still bubble up. Releases: master, 8.7 Fixes: #79101 Change-Id: I9be921e1425076897a86ebb0b997a998fda7f373 Reviewed-on: https://review.typo3.org/51061 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> 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
Having a TCA columns field without 'config' array doesn't make sense. ['config']['type'] is marked as mandatory field anyway and the TCA migration throws an exception if ['config'] exists but ['type'] is missing for a while. The patch now adds code to add ['config']['type'] = 'none' if ['config'] does not exist at all. Change-Id: I18b9a9866f16ca3ba5750ec2970436282aa01719 Resolves: #83152 Releases: master Reviewed-on: https://review.typo3.org/54857 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Marco Huber authored
If the file resource is a GIFBUILDER object, the dimension is set in the properties XY, maxWidth or maxHeight. Change-Id: Ic931760a966e6647042bca976c48e7bbaabdbb5a Resolves: #77577 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/49537 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Reviewed-by:
Tomas Norre Mikkelsen <tomasnorre@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Alexander Opitz authored
Currently it was only possible to set the session timeout for the backend users You can define the sessionTimeout with the new configuration option $GLOBALS['TYPO3_CONF_VARS']['FE']['sessionTimeout']. Resolves: #78695 Releases: master Change-Id: I628ccc4448230af6dd2bf1533777375ef7e5624d Reviewed-on: https://review.typo3.org/50654 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-