- Mar 29, 2018
-
-
Michael Oehlhof authored
Fixing determination of the parent folder of a file inside the storage, so it can be used as destination for the renaming. Resolves: #83628 Releases: master, 8.7 Change-Id: I2b905dc7ba5e3d6fa8bec2b5a728d27f3c4a3258 Reviewed-on: https://review.typo3.org/55421 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> 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>
-
Guido Schmechel authored
It is now possible to control the delimiter and quote character of the recordlist csv export. Resolves: #84517 Releases: master Change-Id: I47d6f7bbc4dffc83032e096e2e141714edb4e714 Reviewed-on: https://review.typo3.org/56415 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Kevin Appelt <kevin.appelt@icloud.com> Reviewed-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
Hide the button "duplicate" in the toolbar if meta data of files is edited. Resolves: #84270 Releases: master Change-Id: I72242ddcca6b91627fb061669861afa390dfa818 Reviewed-on: https://review.typo3.org/56430 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Guido Schmechel <littlegee@web.de> Tested-by:
Guido Schmechel <littlegee@web.de> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Steffen Frese authored
The edit module should use a fluid template instead of the old php-html mixed data structure. Resolves: #84291 Releases: master Change-Id: I195a746ccbac8e75e9257b8f48a5dfa648110de6 Reviewed-on: https://review.typo3.org/56392 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
All TYPO3 Core areas where typo3temp/var/ was directly used, the new Environment::getVarPath() API is now used. When running via composer or setting the environment variable "TYPO3_PATH_APP", the folder is $projectRootPath . /var otherwise "typo3temp/var/" as before. Additional changes to the default naming scheme - Cache folders are now named lower-case (Cache/Code becomes cache/code). - Install tool session files are stored within "var/session" instead of "var/InstallToolSessions". - Extension Manager files are now within "var/extensionmanager" in a lower-cased variant - log files are now placed into "var/log" instead of "var/logs" - lock files are now placed into "var/lock" instead of "var/locks" Resolves: #84545 Releases: master Change-Id: Ifa57413cd212243387532ffb3435cfca361a582b Reviewed-on: https://review.typo3.org/56413 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:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Markus Klein authored
Handle LIT:0 used in TypoScript conditions such that is evaluates to '0' instead of null. This makes comparisons for equality working. Resolves: #84543 Releases: master, 8.7 Change-Id: I5eb16d556098179605646faf696f9defaf6195ac Reviewed-on: https://review.typo3.org/56464 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:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
- Mar 26, 2018
-
-
Mathias Brodala authored
Two new interfaces are added which can be implemented by reports and status providers to access the current PSR-7 server request. Change-Id: I280bee3a71d425861af197ef1e907c4f60ff003f Resolves: #84466 Releases: master Reviewed-on: https://review.typo3.org/56349 Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Mar 22, 2018
-
-
Tobi Kretschmann authored
the label is moved to a separate locallang file. Hence the method getLabel needs to get the label from the new file. Resolves: #84519 Releases: master Change-Id: I16a961499ad7ac9a26d2cc92a7ea3ef80413fc15 Reviewed-on: https://review.typo3.org/56418 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Frank Naegler authored
This patch fix a wrong path for module icon in Gruntfile.js Resolves: #84510 Related: #84159 Releases: master Change-Id: I89686bf3eb7611df0c0cffb16c2f660c56dfd941 Reviewed-on: https://review.typo3.org/56402 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Sascha Maier authored
Catch FolderDoesNotExistsException in linkvalidators checklink method, if wrong links like file:// checked. Resolves: #84488 Releases: master, 8.7 Change-Id: Ife1e34a638a56379fcc0fde7150c945c93a6157a Reviewed-on: https://review.typo3.org/56385 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
In order to set a PSR-7 based uri to the default port the specs allow to set $uri->withPort(null) but our tests and implementation restrict that. Resolves: #84518 Releases: master, 8.7 Change-Id: Ic2c3d70fca35a767c7ed9d324eb93b30c66bbd3e Reviewed-on: https://review.typo3.org/56416 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Oliver Hader authored
This reverts commit ac72c832. The patch for issue #84434 introduced a different behavior for the stdWrap.ifBlank feature. The current implementation now ignores whitespace characters (tab, spaces, new lines, carriage return) which was not the case in previous TYPO3 versions - as a comparison: * TYPO3 v7: trim($content) === '' * TYPO3 v6.2: !strlen(trim($content)) * TYPO3 v.4.5: !strlen(trim($content)) * TYPO3 v4.3: !strlen(trim($content) Thus, the trim() part is basically missing currently. To avoid this regression concerning the change of behavior, the change is reverted. Related: #84434 Resolves: #84520 Releases: master, 8.7 Change-Id: I1fcbd0d249e18d06a96d481bf44a39de0662bed1 Reviewed-on: https://review.typo3.org/56421 Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Georg Ringer authored
Unify the space before the colon of return type. Resolves: #84515 Releases: master, 8.7 Change-Id: Ie107e574965f834c8fcaa8c2aa4f44f7cc41d7c5 Reviewed-on: https://review.typo3.org/56414 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Guido Schmechel authored
For some YouTube videos no MaxResDefaultImage is available. As a fallback you can request the file mqdefault.jpg that has the same ratio of 16:9. Resolves: #84483 Releases: master, 8.7 Change-Id: I31dd8b5a60a63edae7e9cc27f0049b9235fc7bd8 Reviewed-on: https://review.typo3.org/56371 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Mathias Schreiber authored
Log entries no longer contain specific tokens. Instead, they are replaced with `--AnonymizedToken—`. Resolves: #84502 Releases: master, 8.7 Change-Id: I42a8127cdccc904e8bbb82b5ea74b0e3d012586f Reviewed-on: https://review.typo3.org/56386 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:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Mar 21, 2018
-
-
Christian Kuhn authored
Solves a todo in FormEngine: A data provider still fetched data from _GP instead of relying of this data being set by a controller: "defaultValues" for new records can now be set by controllers as input $result array key. Resolves: #84506 Releases: master Change-Id: I174eea2d5954b7ac29edef1007c1446c7816b0ed Reviewed-on: https://review.typo3.org/56390 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Georg Ringer authored
In order to show all tables in the recycler record selection even though the label is the same, the table name must be used as part of the identifier. Resolves: #84505 Releases: master, 8.7 Change-Id: I952a94182fde1e052071bb45d065910f4cd73086 Reviewed-on: https://review.typo3.org/56403 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>
-
Oliver Hader authored
This reverts commit 0483c4af. This change caused a regression which basically affected users of Mozilla Firefox - details are described in issue #84503. Besides that the initial bug report address the frontend part, changing backend login behavior was not required in order for the bug fix. RsaEncryptionWithLib.min.js could not be reverted directly due to newer conflicting changes for the same file - it has been re-compiled from the according source files using the following uglify command: ../../../../../../Build/node_modules/uglify-js/bin/uglifyjs \ RsaLibrary.js RsaEncryption.js > RsaEncryptionWithLib.min.js Releases: master, 8.7, 7.6 Resolves: #84503 Reverts: #76120 Change-Id: I45fe6086afa48eed71be635e8cf4a1f3fa138ab2 Reviewed-on: https://review.typo3.org/56394 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Andreas Fernandez authored
The search in the top bar is now able to find records that are restricted by starttime or endtime. Resolves: #84507 Releases: master, 8.7 Change-Id: I3010a34d0bad082cf46dddd6d855b8d8406d8a6f Reviewed-on: https://review.typo3.org/56400 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Oliver Hader authored
This reverts commit 16b7d841. Since the initial change for issue #76120 addressed the backend part as well - which would not have been required, since the mentioned issue was about the frontend behavior only, the change that has been reverted now again has been considered as superfluous work-around. Releases: master, 8.7 Resolves: #84503 Reverts: #84253 Change-Id: I2c676b038a10abd8d2c7fb330968657e8fbb81d3 Reviewed-on: https://review.typo3.org/56388 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Mar 20, 2018
-
-
Mathias Brodala authored
Also use this API in the RSA public key controller to avoid code duplication. Change-Id: Ief09eff9fb8f2370d545f93ec8187ae64b1c3f1a Resolves: #84497 Releases: master Reviewed-on: https://review.typo3.org/56378 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Mathias Brodala authored
* Deprecate now unused methods * Update JavaScript to properly use JSON objects Change-Id: Ibb76c140eb0bdbbc3f1d155e3d6f273c26d90a42 Resolves: #84407 Releases: master Reviewed-on: https://review.typo3.org/56307 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
Simplify the recycler module by reducing the overhead of extbase. Resolves: #84477 Releases: master Change-Id: I79a74686a54aa0f5fcee06c39e046f9e35fee9d1 Reviewed-on: https://review.typo3.org/56363 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Mar 19, 2018
-
-
Tymoteusz Motylewski authored
In order to allow user to disable context menu items for certain context, e.g. page tree, page tree need to correctly pass the context to the JS. As SvgTree doesnt support context menu, the code is moved to the PageTree.js Also a bug in the changelog documentation is fixed. Releases: master, 8.7 Resolves: #84017 Change-Id: I4c3b51aa50d1750b86391342ba45aaec00c70a10 Reviewed-on: https://review.typo3.org/56342 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Paweł Rogowicz <rogowicz.pawel@gmail.com> Tested-by:
Paweł Rogowicz <rogowicz.pawel@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Stephan Jorek authored
Add the missing "HTTP/1.1 308 Permanent Redirect" http-status header to \TYPO3\CMS\Core\Utility\HttpUtility as a class-constant, complementing the existing http-redirect related status headers. Resolves: #84481 Releases: master, 8.7 Change-Id: I203c9e33351be5eed03c62578a5cc72676113509 Reviewed-on: https://review.typo3.org/56364 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Georg Ringer authored
Replace 'enableTablator' with 'enableTabulator'. Resolves: #84486 Releases: master, 8.7 Change-Id: If6174306835f627ef078a1c906a0b6e267c02dd0 Reviewed-on: https://review.typo3.org/56365 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Nicole Cordes authored
Prevent the automatic installation of new extensions if the setting was disabled. Resolves: #84125 Releases: master, 8.7, 7.6 Change-Id: Ic554e8870543b2f15079f7adfb1ddc2517bfc2b5 Reviewed-on: https://review.typo3.org/56097 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Mar 18, 2018
-
-
Andreas Fernandez authored
Resolves: #84469 Related: #82601 Releases: master Change-Id: I65d1826e97584c43640ed248244c00f6608fb0a7 Reviewed-on: https://review.typo3.org/56357 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Guido Schmechel <littlegee@web.de> Tested-by:
Guido Schmechel <littlegee@web.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Sascha Löffler authored
Resolves: #84470 Releases: master Change-Id: Ie733b17710509bdd0f504a591a47c8d871a94e6f Reviewed-on: https://review.typo3.org/56354 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Alexander Stehlik authored
To prevent race conditions etc. the custom type init which was moved in patch https://review.typo3.org/#/c/54512/ gets reverted. To fix the issue with the pageUnavailable_handling the method TyposriptFrontendController::connectToDB handles the error correctly via try catch block. Change-Id: I4f410d82e54c182d7b032a8ab4486d5b3b859382 Releases: master, 8.7 Resolves: #83577 Related: #82795 Reviewed-on: https://review.typo3.org/55379 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Pawel Cieslik authored
Reduce number of E_NOTICE thrown by TYPO3 Resolves: #70584 Releases: master Change-Id: I46fb54e51b24af5721efaa9507b32b86f38fc325 Reviewed-on: https://review.typo3.org/54884 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Ralf Zimmermann authored
The form element GridContainer is useless, buggy and will be removed in v10. Resolves: #84222 Releases: master Change-Id: I559155a6fc9c994ba306729d3a2afad867d5dcaa Reviewed-on: https://review.typo3.org/56351 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Łukasz Uznański authored
* deprecate public (non-routed) methods Resolves: #84369 Releases: master Change-Id: I79f11a8d6e787886b9bd3bfef9e4520c9b5979b7 Reviewed-on: https://review.typo3.org/56332 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Sascha Löffler authored
Resolves: #84468 Releases: master Change-Id: I0ab32c8cc4114d8b3fd6f00849baea88285b7a78 Reviewed-on: https://review.typo3.org/56350 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Tested-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wolfgang Klinger authored
isValidFilename allows other characters in file names than sanitizeFileName. This patch sanitizes new file names automatically (like it’s done for uploads) and adds a warning for the user about the invalid original file name for upload, create and rename. Resolves: #84178 Releases: master, 8.7 Change-Id: I8f5ff6a0c601f0227c40fe7b401eeb15159b29a6 Reviewed-on: https://review.typo3.org/56089 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Georg Ringer authored
As the scheduler module is only accessible for admins, there is no need to check this in the controller. Resolves: #84454 Releases: master Change-Id: I234872820faa7c729a52c030383f6b24e6c1eca5 Reviewed-on: https://review.typo3.org/56335 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Sascha Löffler authored
Resolves: #84461 Releases: master Change-Id: I914baeb2ee4b884d0c0656762973d71e2b8e69a3 Reviewed-on: https://review.typo3.org/56344 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Sascha Löffler authored
Resolves: #84451 Releases: master Change-Id: Ie6d47a706eec4fc553306170669f1dbd336f9ddc Reviewed-on: https://review.typo3.org/56339 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Sascha Löffler authored
Set $host to empty string if $mailSettings['transport_smtp_server'] does not exist. Resolves: #84464 Releases: master Change-Id: I3851bf262e51639e4572dfd8c1967e58b67ca792 Reviewed-on: https://review.typo3.org/56345 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Tymoteusz Motylewski authored
Allow hidden field to not be an exclude field. See other places in the core where check for check('non_exclude_fields') is performed. Resolves: #82785 Releases: master Change-Id: Id6ab3c7b7dd0c727fe2458eb865c97433184aece Reviewed-on: https://review.typo3.org/56343 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-