- Mar 22, 2018
-
-
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>...>
-
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>
-
Georg Ringer authored
Improve the performance by removing usage of extbase from the HelpController. Resolves: #84331 Releases: master Change-Id: I3b7d82c1765a4888bd84d6938a65c546a25ba9d1 Reviewed-on: https://review.typo3.org/56247 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:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Björn Jacob authored
Till now, the documentation of the form framework was hosted on github. The documentation is now sychronized in order to get rid of the github repository. Resolves: #84457 Resolves: #82383 Releases: master Change-Id: If66c329de06c280f13eedf4634bfeb1e9c10070a Reviewed-on: https://review.typo3.org/56340 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> 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> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Mathias Brodala authored
Change-Id: I32de5fa065db9184d1611b4b0025295705c3d01c Resolves: #84416 Releases: master Reviewed-on: https://review.typo3.org/56324 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>
-
Christian Kuhn authored
Enabled PageTsConfig option 'mod.web_list.newWizards' by default, drop that option and link to the new content element wizard that is displayed in a modal. Resolves: #84463 Releases: master Change-Id: Idb3a2b5e108426e976c560021b302f6f84dffd72 Reviewed-on: https://review.typo3.org/56346 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Mathias Brodala authored
This fixes an error caused by the admin account status check which is only executed for admin accounts with insecure passwords. Change-Id: Ie81ee81ef61445397d6a062e285ebdbca2c5e6d7 Resolves: #84465 Releases: master Reviewed-on: https://review.typo3.org/56347 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
- Mar 17, 2018
-
-
Georg Ringer authored
Improve the Install Tool login by wrapping file related text with a code-tag. Resolves: #84453 Releases: master, 8.7 Change-Id: I3305dc12ba8e31e6ef9afe8a3283ee54ac89a788 Reviewed-on: https://review.typo3.org/56334 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Stefan Froemken authored
The auto-complete feature of the TS-Editor suggests a nun existing property thousand_sep. Its correct name is thousands_sep. Resolves: #84455 Releases: master,8.7 Change-Id: Id4854a3092de1383181003088e81d6a876142c9d Reviewed-on: https://review.typo3.org/56336 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Sascha Löffler authored
Resolves: #84444 Releases: master Change-Id: Ie0de790d7c02b0ac4665daf1a4c9a52e912ac9d2 Reviewed-on: https://review.typo3.org/56323 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Tymoteusz Motylewski authored
If `lineHeight` is set then its value would be taken as line height instead of line height calculated from given text. Resolves: #22399 Releases: master, 8.7 Change-Id: Ibc38559a6c7fc616c2b25b419a3bc6feddf87a61 Reviewed-on: https://review.typo3.org/56327 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> 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>
-