- Mar 29, 2017
-
-
Markus Klein authored
The FormEngine initialization process needs to be very careful when the DOM is accessed. This patch separates the routines and encapsulates those in a DOMready handler, which are critical. This solves a possible race condition when JS is executed faster than DOM is built. Releases: master, 7.6 Resolves: #80481 Resolves: #80366 Change-Id: I205aebc9f87a25f06942f923497f7f535fdb0c8f Reviewed-on: https://review.typo3.org/52180 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Thomas Maroschik <tmaroschik@dfau.de> Tested-by:
Thomas Maroschik <tmaroschik@dfau.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Frank Naegler authored
Resolves: #80403 Releases: master Change-Id: I95e6e029723ba43d2af0690e835d447b1d6756ef Reviewed-on: https://review.typo3.org/52234 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Martin Kutschker authored
Also set minimum field length as attribute "minlength" Resolves: #80126 Resolves: #80128 Releases: master Change-Id: I1649dae4098f2b5f4ae1d99e3550c07bfc9af12a Reviewed-on: https://review.typo3.org/52224 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jurian Janssen <jurian.janssen@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Jigal van Hemert authored
Symfony's Question and ChoiceQuestion define maxAttempts as null|int with null as default. The ConsoleOutput functions are adjusted accordingly to prevent an exception from being thrown. Resolves: #80053 Releases: master Change-Id: I0e23b8f6e3ff875f14a8f081059e869142ab5aa4 Reviewed-on: https://review.typo3.org/51949 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Mona Muzaffar authored
Re-implement postgres connect. Change-Id: Iba0c1c1316c0b473173b08889f213831edbfab65 Resolves: #80173 Releases: master Reviewed-on: https://review.typo3.org/51977 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
When opening a record that has a closed IRRE element, the remaining characters count is not initialized at all. Reinitialize this correctly now by filtering out the already processed counters. Resolves: #80470 Releases: master Change-Id: I1f0f675ea968e1959f610fbfbdf236d843c1fd11 Reviewed-on: https://review.typo3.org/52226 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Mar 28, 2017
-
-
Benni Mack authored
The short-hand functionality within GraphicalFunctions to create a sub directory inside the hard-coded tempPath is a simple wrapper of GeneralUtility::mkdir_deep(). The according change deprecates both the property $tempPath and the method createTempSubDir(). Resolves: #80514 Releases: master Change-Id: Ie0f0ac017e979ab67820182d16d7a4ebbc2fd4e4 Reviewed-on: https://review.typo3.org/52212 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Marc Wessels authored
The 'clear all cache' buttons is switche to an ajax action to be more conveniently used. Resolves: #80525 Releases: master Change-Id: I3f8c49308c185f5855fe3d393c3874c21f144e8b Reviewed-on: https://review.typo3.org/52218 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Benni Mack authored
The following methods within ContentObjectRenderer (cObj) have been marked as deprecated as all logic related to that have been moved to GifBuilder. * clearTSProperties() * gifBuilderTextBox() * linebreaks() Resolves: #80532 Releases: master Change-Id: I064b0b22c944894ec358d95d50a4be72969a7567 Reviewed-on: https://review.typo3.org/52223 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Benni Mack authored
When deprecating the method $cObj->getWhere() during the Doctrine migration, it was forgotten to add a message to log the deprecated function to the deprecation log. The patch adds that. Resolves: #80531 Releases: master Change-Id: I7401116af35eca57cd01b5e7fb757834e9de905a Reviewed-on: https://review.typo3.org/52222 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Elmar Hinz authored
Add unit test to cover ContentObjectRenderer::prefixComment Resolves: #80526 Releases: master Change-Id: I37e89ecfdb2cea2f9290eced97337c0019e78ba9 Reviewed-on: https://review.typo3.org/52219 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Wouter Wolters authored
Resolves: #80529 Releases: master Change-Id: Ic90bf297baad33576509f9ff13ab67674ba658ac Reviewed-on: https://review.typo3.org/52221 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
Helmut Hummel authored
When file relations are added, the crop area of these is calculated, even if they are not images. We avoid that by only doing this processing, when the file has a width property. Resolves: #80071 Releases: master Change-Id: I42924b271e5a6697d35ffb7d5f322f555139ec57 Reviewed-on: https://review.typo3.org/52192 Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Oliver Hader authored
The current behavior for file fields using TCA type inline is configured to use localizationMode=select, which is deprecated. Actually files have been copied along during the localization of the parent record - and files can then be defined independently for the default language record and in the translated record. The localizationMode synchronization behavior was disabled in the user-interface. With this change the default core behavior will stay the same. If the localization buttons would have been enabled individually, this now can be done with the more specific allowLanguageSynchronization feature. Change-Id: I88668e3d0ce1dd192d32b93f0312796c59d62358 Resolves: #80504 Releases: master Reviewed-on: https://review.typo3.org/52201 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Cedric Ziel authored
Direct assignments are usually 2x faster and often more readable when pushing one value only. Releases: master Fixes: #80283 Change-Id: I16fc1938f74550d1a3d9f9c0cbafe85dc2ff1c5b Reviewed-on: https://review.typo3.org/52049 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Now, all functionality for marker-based templates are encapsulated in MarkerBasedTemplateService, instead of polluting cObjectRenderer which is used a lot in the frontend, even though no markers are in use. All methods within ContentObjectRenderer have been marked as deprecated. Resolves: #80527 Releases: master Change-Id: If7a27281470935af893d1a9838f06ca77a3041c1 Reviewed-on: https://review.typo3.org/52220 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Benni Mack authored
The TypoScript properties config.setJS_mouseOver and config.setJS_openPic have been marked as deprecated. Resolves: #80516 Releases: master Change-Id: Ida5de8b3e873adfe7e27decf6e43813e7dc5cc2e Reviewed-on: https://review.typo3.org/52213 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>
-
Benni Mack authored
The public property DocumentTemplate->extJScode can be used to fill in ExtJS-specific code to be loaded on "onExtReady". The functionality is not used in the core anymore, as there are better ways to include JavaScript code in a backend response. Resolves: #80512 Releases: master Change-Id: I4cf24f6b096a79d76e1d30f587f25dcc8ca10fa4 Reviewed-on: https://review.typo3.org/52210 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The method in DataHandler->destPathFromUploadFolder is basically useless nowadays and should be avoided, since it just prepends PATH_site to a string. The fourth parameter for extFileFunctions() is also useless as the method only is triggered for "deleteAll" and no other value is allowed. Resolves: #80513 Releases: master Change-Id: I371fd9233bbe63dd2d3775e4ddd8212358164ced Reviewed-on: https://review.typo3.org/52211 Reviewed-by:
Thomas Hohn <thomas@hohn.dk> 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> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The two static methods are sole wrappers for the Caching Framework nowadays which can simply be dealt with in a custom way. Use the Caching Framework directly instead! Resolves: #80524 Releases: master Change-Id: I8fced0800a2c72705f1a01e0a3d6e52aeaf5daef Reviewed-on: https://review.typo3.org/52217 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
ContentObject renderer has an unnecessary call to $TSFE->sys_page for calling a static method in a non-static way. It should directly use the caching framework instead. Resolves: #80482 Releases: master Change-Id: Iaa93de3c1e98cf5e639605dcf49cb5715a28b5d7 Reviewed-on: https://review.typo3.org/52181 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-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 ExtDirectApi simply calls PageRepository to store data in the "cache_hash" cache. This can be simplified by just using the Caching Framework directly without depending on a EXT:frontend class in a EXT:core class. Resolves: #80517 Releases: master Change-Id: I77825bf71264621fb984b39f79009baf71cfdec3 Reviewed-on: https://review.typo3.org/52214 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benjamin Kott authored
Resolves: #80501 Releases: master Change-Id: I5371b546bb7ebffdfc78a5bbfe1b86699a4f4a43 Reviewed-on: https://review.typo3.org/52198 Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> 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>
-
Benni Mack authored
Loading a locallang.xlf inside the abstract function module now uses the regular $GLOBALS['LANG']->includeLLFile() of the current file, instead of doing a manual check on .xml and .php extensions, which the LanguageService/LanguageFactory is taking care of anyway. The PHP method incLocalLang() and the now not necessarily needed $thisPath are therefore marked as deprecated. Resolves: #80511 Releases: master Change-Id: I3a9d27bf794a4cd8c1f2d31ed9250d634aa68ee8 Reviewed-on: https://review.typo3.org/52209 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benjamin Kott authored
Resolves: #80498 Releases: master Change-Id: I139922f0bb86e1ff1dc4bd9258491bd5eedaedc2 Reviewed-on: https://review.typo3.org/52195 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Christer Vindberg authored
Make sure to check the correct variable classesAnchorDefaultTitle when fetching the title of anchors. This affects CKeditor as well as htmlarea. Resolves: #80209 Releases: master, 7.6 Change-Id: I1cdd760ee1fe2879ac53edff38f25515d656d706 Reviewed-on: https://review.typo3.org/52205 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Frank Naegler authored
The current mail presets only allow to modify sendmail settings, but it's not possible to configure SMTP settings. Resolves: #80457 Releases: master Change-Id: Ib70351c9048c0ceec2b2a585d43a3ad04c81424e Reviewed-on: https://review.typo3.org/52167 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
The method cObject->URLqMark() adds a question mark to a string to append it. This method should not be in scope of cObject, but rather be put in e.g. StringUtility or GeneralUtility... however, since the functionality is rather simple, it can be achieved without any helper method as a one-liner. Resolves: #80510 Releases: master Change-Id: I5230c5a4e27f8ef198190defd15598023279c1c2 Reviewed-on: https://review.typo3.org/52182 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benjamin Kott authored
Resolves: #80502 Releases: master Change-Id: I01cac3870381c1783e0a1bb1226c0ab537619455 Reviewed-on: https://review.typo3.org/52199 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Wouter Wolters authored
The TYPO3 Core currently has no guidline how to handle phpdoc comments regarding @return annoations related to "void" and "null". In practice, these annotations have no additional value if no additional documentation is given. With this change, the php-cs-fixer will remove any unnecessary linebreaks within the comments above the @return annotation, as well as remove completely empty phpdoc comments because the @return annotation is removed. Please be aware, that once PSR-5 is accepted, this coding standard within the TYPO3 Core will change again, where there are currently some further proposal details like inheritance information. Resolves: #80454 Releases: master Change-Id: Ie969d720684c0a75919fe5addd1c36ef5b12eb04 Reviewed-on: https://review.typo3.org/51686 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Frank Naegler authored
Resolves: #80507 Releases: master Change-Id: I5494a9a61829d6245fa2410c3bafe8c6bc4a9043 Reviewed-on: https://review.typo3.org/52206 Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Georg Ringer authored
As the image field has been changed to FAL, also the model must be adopted. Resolves: #80437 Releases: master Change-Id: I09b6ef8db190467ee5dfea67e5e66ded12b99dcd Reviewed-on: https://review.typo3.org/52146 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Nikolai Townsend <info@nikolaitownsend.de> 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>
-
Benjamin Kott authored
For a more streamlined rendering this patch adds nessesary html tags with fluid namespaces to all indexed_search templates, unifies indention and adds an empty space before closing bracket of self-closing tags. Resolves: #80392 Releases: master Change-Id: Ia6bc46c8fb602b4f3592094ad963691bbf412d7d Reviewed-on: https://review.typo3.org/52119 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benjamin Kott authored
Resolves: #80484 Releases: master Change-Id: Ie17a8cc5cb118c9ecd381355b96d9e60cd278712 Reviewed-on: https://review.typo3.org/52183 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Benni Mack authored
There are some places where PHP comments have been done wrong (using doccomments) or where there is no comment at all. Resolves: #80503 Releases: master Change-Id: Ib12d3b82755d801abcbefe7127f1189239f766af Reviewed-on: https://review.typo3.org/52200 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Benjamin Kott authored
Resolves: #80505 Releases: master Change-Id: I8188f7c9c63776a41a2f4e5c5077139e55312281 Reviewed-on: https://review.typo3.org/52202 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
The protected property "AbstractXmlParser->charset" is set from the outside but never used anymore in either the abstract class nor in the subclasses. The protected method "getCharset()" is basically useless: a) it's never called or in use b) it has nothing to do with the XmlParser as it does not work with any properties / functionalities of the XmlParser itself. The protected method "initialize()" is called solely in the contructor which can be dealt with directly in the constructor (that's what a constructor is there for). The third parameter $charset within getParsedData() is now not needed anymore within the Parsers, as all expect UTF-8 for files. Resolves: #80486 Releases: master Change-Id: I929c3960fb5b94f5448a2d29f4a73fbb5d81a500 Reviewed-on: https://review.typo3.org/52185 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Mar 27, 2017
-
-
Ralf Zimmermann authored
* Create 'grid rows' without 'grid container' wrappers * Disable 'grid containers' within the form editor by default because twitter bootstrap prohibits container nesting Resolves: #80455 Releases: master Change-Id: I3997943858ac3b235094b765697f724cb1e4c95d Reviewed-on: https://review.typo3.org/52166 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:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Benjamin Kott authored
Resolves: #80499 Releases: master Change-Id: I820ac450c5bd32c9d992dcfd39983b20c304799f Reviewed-on: https://review.typo3.org/52196 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The parameter of the $TSFE->whichWorkspace() method decides whether the UID of the current workspace should be returned or the actual "title" of the sys_workspace record. As this parameter is not in use anymore and clearly makes this function harder to understand why and when someone could use this, this property is marked as deprecated. Instead, fetching the workspace title should happen in the place where it is needed. Resolves: #80485 Releases: master Change-Id: I06512e40c48b35826c0d0a89cc8c4cdcdc8773e6 Reviewed-on: https://review.typo3.org/52184 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-