- Mar 06, 2016
-
-
Benni Mack authored
Supported since PHP 5.6. This makes the code easier to read and allows to properly document using phpdoc. https://secure.php.net/manual/en/functions.arguments.php#functions.variable-arg-list Change-Id: Id04f768635eba7c70f1ea5ba6a7c01d00cb9fafc Resolves: #72071 Releases: master Reviewed-on: https://review.typo3.org/45143 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Michael Oehlhof authored
Moved all HTML code from the PHP code to an own Fluid template. Resolves: #74360 Releases: master Change-Id: Ib583695d8b95140347c4107d6183fbbde9f309eb Reviewed-on: https://review.typo3.org/47129 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Zsolt Molnar authored
The GET parameter forgothash had to be urlencoded in order to provide proper, clickable links in emails. Exploding the hash at the pipe sign broke because it got encoded, thus no pipe to explode by. This fix applies a rawurldecode at the explode to avoid side effects. Resolves: #73060 Releases: master, 7.6 Change-Id: Iffb0db26b591b26ed4c2bf78aa50c8bf1addec2b Reviewed-on: https://review.typo3.org/47084 Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Albrecht Köhnlein authored
When cURL is enabled with a proxy, the proxy’s HTTP header (sent as a response to the client CONNECT request) was not removed correctly for https requests. See also RFC 2817. Resolves: #73567 Releases: master, 7.6, 6.2 Change-Id: I0f11933f523b099dd23a5bef631699904ffcefc8 Reviewed-on: https://review.typo3.org/46779 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Roland Golla authored
Resolves: #73566 Releases: master Change-Id: I294ae235c7e9edcbbfeb838dadaec68722b492ba Reviewed-on: https://review.typo3.org/46912 Reviewed-by:
Timo Schmidt <timo-schmidt@gmx.net> Tested-by:
Timo Schmidt <timo-schmidt@gmx.net> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
The field sys_file_reference.downloadname was added with FAL but never touched or used (nor has it a TCA definition) and is now removed. Resolves: #74124 Releases: master Change-Id: I6ce886fe1e05f30d625b65d5c44fa12c2f523fd7 Reviewed-on: https://review.typo3.org/47088 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Timo Schmidt authored
Introduces a new test for the scheduler that tests the creation of a reports scheduler task. In addition the existing login tests are moved into the "Login" package. Resolves: #74334 Releases: master Change-Id: Idce3a7a1f2a798963ad071e6bc0c754807b4959f Reviewed-on: https://review.typo3.org/47120 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stefan Neufeind authored
So far the variable could either contain the name of a field or a timeout-value in seconds. Introduce a clean integer-field for the timeout and keep the current field only for the case where a class wants to really fetch the timeout from a field in the userdata. Change-Id: I2751e06a315936119478d0dd81cc4c5b1e941368 Resolves: #68890 Releases: master Reviewed-on: https://review.typo3.org/42464 Reviewed-by:
Thomas Mayer <thomas.mayer@2bis10.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Stefan Neufeind authored
Using phpdbg with phpunit it a fast way to create code-coverage-reports. Change-Id: If3a1b2f957af6937d0191b4d9a1e656aac5373a7 Resolves: #72076 Releases: master Reviewed-on: https://review.typo3.org/45157 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Resolves: #74363 Releases: master Change-Id: Ic9cd97f5b1dc6654020782e91a49330fb4bfcfbe Reviewed-on: https://review.typo3.org/47134 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Ralf Zimmermann authored
This patchset enables the integration of predefined forms. An integrator can define forms - for example within the site package - using plugin.tx_form.predefinedForms. An editor can add a new mailform content element to a page and choose a form from the list of predefined elements. Example integration: plugin.tx_form.predefinedForms.someUniqueName = FORM plugin.tx_form.predefinedForms.someUniqueName { ... } Resolves: #72309 Releases: master Change-Id: I79def3cc00812bd5e5006b5226216064cc1b7ac7 Reviewed-on: https://review.typo3.org/45357 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Oliver Hader authored
Workspace page previews collide with that configuration that might have been set by using a preview link containing a ADMCMD_prev command. The keyword "IGNORE" is introduced to actually ignore these configurations when viewing a page from the workspace module. Resolves: #72225 Releases: master, 7.6, 6.2 Change-Id: I6a73e860a76308028f0a3b1bcd182e41082adcd6 Reviewed-on: https://review.typo3.org/45253 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Sebastian Wagner authored
This patch introduces a first test case for TypoScriptToJsonConverter of EXT:form. The test case asserts that a protected method internally triggers adding elements to a given and mocked parent element in the nested form hierarchy. Resolves: #74337 Releases: master, 7.6 Change-Id: I191ba8fe41a5829e23303447f86303ae8c6dd081 Reviewed-on: https://review.typo3.org/47122 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Mathias Brodala authored
The system environment check is supposed to be useable standalone without any TYPO3 internal requirements. Move all checks which require a fully set up TYPO3 installation into a separate class and use it where necessary. Resolves: #69495 Releases: master Change-Id: I9f78f8c03a28d18a6daa326b321db721800e7599 Reviewed-on: https://review.typo3.org/42861 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Andreas Wolf authored
This makes use of the JsConfirmation enumeration to ensure valid values in BackendUserAuthentication::jsConfirmation. As combinations of values are allowed, we need to check for all possible combinations by comparing to an OR-ed bitmask with all possible bits. Additionally, this fixes a bug where setting the TSconfig option to "0" would yield a value of 255, which would enable all notifications instead of disabling them. Resolves: #69827 Releases: master Change-Id: I59b8b8de3efb5c33273ea4c7dfdad2ac25473463 Reviewed-on: https://review.typo3.org/43330 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Wouter Wolters authored
Resolves: #73748 Releases: master Change-Id: Ic24966b0d8bd60f977d02a60fce11fa68e545a71 Reviewed-on: https://review.typo3.org/47076 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Andreas Wolf authored
The method is renamed to getContentObjectRenderer(), as this better reflects what it actually does. The old method is marked as deprecated and scheduled for removal in v9. Change-Id: Idaaba8856f7cca31bdc1d5c301a221dee2059048 Resolves: #68748 Releases: master Reviewed-on: https://review.typo3.org/42272 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
A new event ``modal-destroyed`` is triggered after modals dismissed. Change-Id: Id05bf17889889bf1bacbd6a6ad3023923899671d Resolves: #73720 Releases: master Reviewed-on: https://review.typo3.org/46933 Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Andreas Wolf authored
The LocalImageProcessor had a check for the storage type, to only do a check for existing files on local storages, as it needed to fetch an existing file from the storage to get metadata from it. This check is now replaced by a proper usage of the FAL API: Fetch the generated file for local (read-only) processing, which in case of a local storage means the file is not moved at all. Then, the image metadata can be extracted from the local file and the file index record of the processed file can be updated accordingly. Change-Id: I9fca326fe1d1743cd53a0a85c674ff81e5a051b9 Releases: master, 7.6 Resolves: #67126 Reviewed-on: https://review.typo3.org/46905 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Oliver Hader authored
Image cropping is not applied to click-enlarged images, neither if using the lightbox-mode nor the regular mode using tx_cms_showpic. Cropping is applied in these scenarios as well with transporting the accordant crop value of the current image being processed. Resolves: #72798 Releases: master, 7.6 Change-Id: I3e07fc447ac8a35cbe4fbb43bac9adb9bb7ed506 Reviewed-on: https://review.typo3.org/46114 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Mar 05, 2016
-
-
Mathias Brodala authored
The ObjectManager injection method was misused to initialize a lot of objects which are now instantiated separately. Resolves: #71521 Releases: master Change-Id: I6509ac064ec39140b841a258c46ad5a021039972 Reviewed-on: https://review.typo3.org/44694 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Marius David Wieschollek authored
Also fixes the spelling mistake in the label of the related Backend User Settings Option Resolves: #74336 Releases: master Change-Id: I21d00fd2de901eb03111581626c7efc4dec23647 Reviewed-on: https://review.typo3.org/47121 Reviewed-by:
Jo Hasenau <info@cybercraft.de> Tested-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Andreas Bouche <andreas.bouche@flagbit.de> Tested-by:
Andreas Bouche <andreas.bouche@flagbit.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Oliver Hader authored
An absolute URI (e.g. "/folder/someFile.png") gets prefixed with absRefPrefix (e.g. "/") which results in "//folder/someFile.png", which is a schema-less URI notation and thus "folder" is interpreted as hostname. Resolves: #72846 Releases: master, 7.6 Change-Id: Ic49c0a24a17f754c6c89186e6041b9857eb967b1 Reviewed-on: https://review.typo3.org/46113 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Claus Due authored
This change adds an alias method which allows ObjectStorage's values to be accessed using a "get"-prefixed method name which in turn allows the values to be addressed using numerical indices or converted to arrays on-the-fly by adding an ".array" segment to the property path. Change-Id: Ibe94910d6043a52c7ef330e18e0330021ecbb325 Resolves: #73752 Releases: master Reviewed-on: https://review.typo3.org/46961 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>
-
Sebastian Wagner authored
Initially, provide the whole configuration for the wizard through a requireJs config. Therefore, an early AJAX call to the WizardController can be omitted. With this patchset, no AJAX route for loading has to be registered. The loadAction is removed as well. Furthermore, a left over intialize script is dropped. The Wizard.Settings to configure the ExtJs viewport are used directly. Resolves: #74316 Releases: master Change-Id: I5278784cadc603238707b6e7b26426155e3c080c Reviewed-on: https://review.typo3.org/47110 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Gianluigi Martino authored
Show copy option in pagetree context menu also without edit permission Change-Id: Icefaa7ef775fa5eb23652e00fe7643ae863c0e19 Resolves: #73470 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/46893 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Jo Hasenau authored
Resolves: #74179 Releases: master Change-Id: I93864236f179b57cc0b1cbf67ce9941da096986a Reviewed-on: https://review.typo3.org/47062 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Daniel Maier authored
Date conversion of TCA fields with eval "date" or "datetime" is now also handled correctly for dates before 1970, thus having a negative timestamp. Timezone offset is now also applied for those negative timestamps, in order to prevent erroneous data for dates before 1970. Resolves: #73871 Releases: master, 7.6 Change-Id: I4de9911dec3de720992da137fe8afcb3ecbfdad7 Reviewed-on: https://review.typo3.org/47115 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Jo Hasenau authored
Move variable value association to correct position. Resolves: #69941 Releases: master, 7.6 Change-Id: I8bca6203f4e994a86b11f5d3be54b83e7dfdd73c Reviewed-on: https://review.typo3.org/47089 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Michael Oehlhof authored
If a formerly selected page (in page tree) is not available anymore (e.g. deleted), any access to a backend module will now check this condition and will avoid an error. An empty module will be displayed in such a case. Resolves: #66449 Releases: master, 7.6 Change-Id: I4caf6abf715af2009705caf126f2614ae5cde9ed Reviewed-on: https://review.typo3.org/44923 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Sebastian Wagner authored
We prevent getRecordAsJson to be called twice when rendering element. Fix annotations of for return values of JSON elements Resolves: #74331 Change-Id: Ib4826ebeee33f91c18db230d1aba2ffe39070ea1 Reviewed-on: https://review.typo3.org/47112 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Jo Hasenau authored
Resolves: #66540 Releases: master Change-Id: I982bb63a14409fd4510126d3d4b88ee85562967e Reviewed-on: https://review.typo3.org/47058 Reviewed-by:
Marius Wieschollek <marius.typo3@mdns.eu> Tested-by:
Marius Wieschollek <marius.typo3@mdns.eu> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Karthikeyan Palaniswamy <karthikeyan@forethought.de> Tested-by:
Karthikeyan Palaniswamy <karthikeyan@forethought.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Jo Hasenau authored
When the check is done with multiple variables omitting the first part of a ternary operator just inserts the boolean result of the check but not the variable Change-Id: If683770435995cac079fb2fd42344ba1cc15a08f Resolves: #70242 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47108 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Karthikeyan Palaniswamy <karthikeyan@forethought.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Hannes Lau authored
Use the new, updated field values of the current record, to determine its type value. This allows to pick the correct RTE configuration for new records with non-default types. Fixes: #72898 Releases: master, 7.6 Change-Id: If519a9c9357034977ede40d7b709a7d83a3e92c8 Reviewed-on: https://review.typo3.org/46162 Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Jonas Götze <jonnsn@gmail.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
eugen_lang authored
Resolves: #33147 Releases: master, 7.6 Change-Id: I98c696eb58c759f6c50dbaf111556b86cffe0e93 Reviewed-on: https://review.typo3.org/47106 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Karthikeyan Palaniswamy <karthikeyan@forethought.de> Tested-by:
Karthikeyan Palaniswamy <karthikeyan@forethought.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Jonas Götze authored
Checks the default database charset during installation and provides Upgrade Wizard to fix default charset. Resolves: #74319 Releases: master Change-Id: I645c0dc321a719e2149b8474e4292c80811fd82c Reviewed-on: https://review.typo3.org/47103 Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Christian Futterlieb authored
* Add a simple API for generation of random bytes, integers and hex-strings: Crypto\Random * Deprecate the methods GeneralUtility::generateRandomBytes() and GeneralUtility::getRandomHexString() * Replace occurrences of the deprecated methods Change-Id: If4d6daa00138eac791954a4fd9a4fc26a79ddf07 Resolves: #73050 Releases: master Reviewed-on: https://review.typo3.org/46507 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benni Mack authored
Rename $linktxt to $linkText. Only evaluate target if forceTarget is not set. Add a small helper method to call parseFunc on empty $linkText that is used in 4 places within typoLink(). Resolves: #74318 Releases: master Change-Id: I043ba3192be83ec6acf28cb88a287be1b8cd74fa Reviewed-on: https://review.typo3.org/47095 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Christian Kuhn authored
This reverts commit 41b350dc. Default values do not work well. Change-Id: Idfadf5482d12e2f51fa14aa574061c0c2b65176d Reviewed-on: https://review.typo3.org/47107 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Marco Huber authored
The list of denied file extensions does not contain a dot, but our fileDenyPattern by default starts with a dot. Therefore, although a check is performed, the file extensions will still be displayed even though uploading files with the extension is forbidden by fileDenyPattern. This commit adds the dot before the extension when performing the check, effectively hiding forbidden extensions. Resolves: #72803 Releases: master, 7.6 Change-Id: I2ec3d02e096b46309932604a53ea4c416ba9812a Reviewed-on: https://review.typo3.org/46072 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-