- Jul 08, 2015
-
-
Christian Kuhn authored
The md5 value is not handled in core for quite a while and removed together with some obsolete locallang flags and further test related ext_emconf settings. Resolves: #67979 Releases: master Change-Id: I86804f732f7f32cf94aab7d18dfab79cdf67e458 Reviewed-on: http://review.typo3.org/41005 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Benjamin Mack authored
Resolves: #67974 Releases: master Change-Id: I28eb7c2305e3061fe92a03d15c1ef6d437d04edb Reviewed-on: http://review.typo3.org/40984 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Christian Kuhn authored
Last core usage of FrontendFormEngine was removed in 6.2 with a refactoring of feedit. The class was only a slight extension of FormEngine. Since the FormEngine works is breaking and also documented as such, the class is now dropped without further deprecation - it is also relatively unlikely any currently maintained still relies on it. Resolves: #67979 Releases: master Change-Id: I766dade040725b468572e6f303786af035bc2f2b Reviewed-on: http://review.typo3.org/40998 Reviewed-by:
Thomas Schlumberger <thomas@b13.de> Tested-by:
Thomas Schlumberger <thomas@b13.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Markus Klein authored
Items without any dependency relation are output to the very end of the order list by DependencyOrderService. Resolves: #67986 Releases: master Change-Id: I4d3968cd41fc274fbda658d0563d6f535e36e2ff Reviewed-on: http://review.typo3.org/41000 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>
-
Benjamin Mack authored
Removing the last bits for the Package Management area which are not in use. Releases: master Resolves: #67564 Change-Id: Ib23e3de5c02393701fb92b53b704f7d0f4748ad5 Reviewed-on: http://review.typo3.org/40240 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
Resolves: #67973 Releases: master Change-Id: I2e5f0443c2a7afe1ffaac6e146f015afb1fae360 Reviewed-on: http://review.typo3.org/40983 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
In order to allow powerful processing for FLUIDTEMPLATE and other cObjects, two new DataProcessors are added to ensure flexibility with comma-separated values and split values listings. Resolves: #67658 Releases: master Change-Id: Ib6f36ed2b815b08721eb6a29b216821f271d24f2 Reviewed-on: http://review.typo3.org/40506 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Wouter Wolters authored
Some unused overlay icons are removed. icon_fatalerror.gif icon is removed too, the same icon exists in ext:t3skin Resolves: #67968 Releases: master Change-Id: I27a882ff918e96268b910ffd90fd1d96f24ccd52 Reviewed-on: http://review.typo3.org/40975 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Benjamin Mack authored
In order to use real file objects within Fluid templates or other places with cObjects, a new data processor for Files is added. As it does most of the same part (collecting files from various sources) as the FILES cObject, the logic has been separated into an own class, the so-called "File Collector". Resolves: #67662 Releases: master Change-Id: I05c494db65caa7efd1847504a057b3b21efb8702 Reviewed-on: http://review.typo3.org/40508 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Helmut Hummel authored
The alias map in form system extension is a workaround to enable case insensitive class loading for specific form classes. Instead of misusing this technology, introduce an object factory class which does the mapping within the form extension where it belongs without affecting the complete system. By doing so and removing the last alias map (besides the one in compatibility6) we now have to improve our code for dynamic alias addition since the default loader is not the alias loader any more but the regular composer class loader. Releases: master Resolves: #67969 Change-Id: I3b191b7643c33f311f4ca2b82f7da3c8dfff0f2c Reviewed-on: http://review.typo3.org/40977 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>
-
Stephan Großberndt authored
Replace occurrences of count() with matching empty() pendants. Resolves: #67960 Releases: master Change-Id: I0464e5ce1c31d64f0005efcdf5f018239c037ec9 Reviewed-on: http://review.typo3.org/40963 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>
-
Helmut Hummel authored
The class aliases introduced during RTE and form engine refactoring are more or less useless as the API changed heavily in this area so that a class alias alone would provide no benefit. These changes were marked as breaking already, so we can do this now as a regular cleanup. Releases: master Resolves: #67967 Change-Id: Ied68f390aa9a33be3a8bb9b26732efb698e04848 Reviewed-on: http://review.typo3.org/40976 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Jul 07, 2015
-
-
Stephan Großberndt authored
Replace occurrences of count() with matching empty() pendants. Resolves: #67964 Releases: master Change-Id: I1ee543bc6484060c6ac7bd1b4d4f47b255b36296 Reviewed-on: http://review.typo3.org/40967 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>
-
Helmut Hummel authored
ext_autoload.php is ignored now, so the issues why we kept this alias in the core is obsolete. Releases: master Resolves: #67966 Change-Id: Ibdcf362b5c31e938941b374aff786d81da4668ba Reviewed-on: http://review.typo3.org/40969 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>
-
Helmut Hummel authored
With class loading information added, we must also add class alias information. Besides that, we need to distinguish between extensions that should be loadable and are part of the framework and those which should only be loaded optionally and are subject to be removed from the core in the near future. These extensions (namely compatibilty6 and mediace) are now made "regular" TYPO3 extensions and class loading information is removed from the main composer.json We now also add the class alias map information to the sub-packages delivered by the core to have a clean state once they are extracted by a subtree split. Having all this in place, we can unify the check for framework extensions in the dependency resolver as well. Releases: 7.3, master Resolves: #67933 Change-Id: I08b576c96921058afcf5e03a7c5c3aa6e25d2d55 Reviewed-on: http://review.typo3.org/40961 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Wouter Wolters authored
This folder never existed in TYPO3 Resolves: #67959 Releases: master Change-Id: Ia1fd6c9b3fc350337ecf29ecfbe04ed2efbc6111 Reviewed-on: http://review.typo3.org/40962 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> 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>
-
Andreas Fernandez authored
The button class "active" is used now and replaces the broken class "btn-active". Resolves: #67938 Releases: master Change-Id: I55c0f573c5dbf894e9a82e76a0d345fef1696e2d Reviewed-on: http://review.typo3.org/40946 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andreas Fernandez authored
Replace occurences of count() with matching empty() pendants. Resolves: #67951 Releases: master Change-Id: I134a141abf1d0f60a8b67139e53a4e5f6b885503 Reviewed-on: http://review.typo3.org/40953 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andreas Fernandez authored
Replace occurences of count() with matching empty() pendants. Affected extensions: - info_pagetsconfig - lang - linkvalidator - mediace - opendocs - recordlist - reports - saltedpasswords Resolves: #67952 Releases: master Change-Id: Ifa3e8a24a2be4d4c6373d18e446ed219cac4c30c Reviewed-on: http://review.typo3.org/40954 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andreas Fernandez authored
Replace occurences of count() with matching empty() pendants. Affected extensions: - scheduler - sv - version - workspaces Resolves: #67955 Releases: master Change-Id: I1fd152ed9b581e0f2645837776fd7fab1ccbf73e Reviewed-on: http://review.typo3.org/40959 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andreas Fernandez authored
Replace occurences of count() with matching empty() pendants. Resolves: #67953 Releases: master Change-Id: I22eef6d10406f5cc1d1d85a7179f98240083f178 Reviewed-on: http://review.typo3.org/40957 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
The HOWTO cleanup TYPO3 installations document is moved to a README.md file. The shell scripts for checking and cleaning tasks have been removed and have been documented in the README.md. Resolves: #67946 Releases: master Change-Id: I5de544a9e3508ba2ea946d2fcbe5e47fdf112b29 Reviewed-on: http://review.typo3.org/40948 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frans Saris authored
Fixed wrong PHPDOC header. Resolves: #67890 Releases: master Change-Id: I21b3eedce60f28e8ef5efd4e5b0fb6ba7a645934 Reviewed-on: http://review.typo3.org/40950 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Steffen Müller authored
Fixed a syntax error in the rst documentation. Resolves: #67216 Releases: master Change-Id: I70e6ab5f5fc15e0c2b7829957bfea121ad814476 Reviewed-on: http://review.typo3.org/40949 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Main refactoring of RTE on PHP side. Classes AbstractRte, RteHtmlAreaBase and the instantiator API RTEgetObj() are dropped and inlined to the FormEngine class construct. Lots of code is simplified or moved around. Change-Id: Ibd4ff3e7fa8fe695a96b03355c905640d2efa351 Resolves: #67917 Releases: master Reviewed-on: http://review.typo3.org/40842 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Wouter Wolters authored
Resolves: #67828 Releases: master Change-Id: Id9f0884fdfb9d572e5e1624e5cbb738fdcf0f614 Reviewed-on: http://review.typo3.org/40736 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jul 06, 2015
-
-
Markus Klein authored
Don't advertise the non-blocking capability of the FileLockStrategy on Windows systems with PHP versions below 5.5.23 or 5.6.7. The non-blocking feature of flock() for Windows was introduced with the aforementioned versions. Resolves: #67916 Releases: master Change-Id: I077f5fe39e237a689c3ad694f83a342b2cdb82c6 Reviewed-on: http://review.typo3.org/40926 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>
-
Benjamin Mack authored
The FluidTemplateDataProcessorInterface introduced with #66907 has been refactored to DataProcessorInterface. This decouples it from the Fluid StandaloneView and makes the ContentObjectRenderer available in the process method so the different DataProcessor classes do no have to initiate it on their own. Instead of manipulating the $data property of the ContentObjectRenderer a new key/value store can be filled/manipulated by the different dataProcessor classes. Resolves: #67890 Releases: master Change-Id: I461dbff039974715e2c8f916efd5d79c159cc8b5 Reviewed-on: http://review.typo3.org/40915 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Wouter Wolters authored
Add missing leading slashes for class name. Resolves: #67874 Releases: master Change-Id: Ib23f6927847cd3c0e8935beb294be982683ba832 Reviewed-on: http://review.typo3.org/40940 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>
-
Daniel Neugebauer authored
scheduler now keeps an options sub-array if it has been populated before ext_localconf.php runs. User can define additional options for TableGarbageCollectionTask as per extension documentation, i.e. tables can be added from user configuration files such as AdditionalConfiguration.php. Resolves: #67874 Releases: master, 6.2 Change-Id: I9eee7e1315e4a5049cee9db694c1f5a8375c8475 Reviewed-on: http://review.typo3.org/40830 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>
-
Andreas Fernandez authored
This patch refactors the "Page" module to always render hidden records. If the "Show hidden content elements" checkbox is set, the hidden elements are removed by JavaScript. This functionality is NOT ported to QuickEdit, as this part needs further refactoring. Resolves: #67831 Releases: master Change-Id: I5396a8c3ef8b3b11220c168c38aadf326bea38a8 Reviewed-on: http://review.typo3.org/40740 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Steffen Müller authored
The TYPO3 default context is production. Therefore the default logging should be limited to warnings and more severe levels. Releases: master Resolves: #67216 Change-Id: Ia4b34e67f99d475630f3401d459a1415146eb661 Reviewed-on: http://review.typo3.org/39839 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Klein authored
The configuration now works independently of RewriteBase, hence we must not define one. Resolves: #67922 Releases: master, 6.2 Change-Id: Ib1e14f808fbf2e7abd08a4e85d2a3d4e8509060a Reviewed-on: http://review.typo3.org/40929 Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frederic Gaus authored
Resolves: #65066 Releases: master, 6.2 Change-Id: If3d665b696f3847d91486afcffee7b62fd32b60a Reviewed-on: http://review.typo3.org/40801 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
Stefan Neufeind authored
Replace usages of "use TYPO3\CMS\Core\Utility;" with use-statements of the utility classes to be used. Change-Id: I6360790b41196387b6d411926cf120aa77d8b4f9 Resolves: #67908 Releases: master Reviewed-on: http://review.typo3.org/40919 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Jul 04, 2015
-
-
Andreas Fernandez authored
Replace occurences of count() with matching empty() pendants. Resolves: #67774 Releases: master Change-Id: Ie75551a9410affe8840b521e15a0daf68655ba2a Reviewed-on: http://review.typo3.org/40683 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Jul 03, 2015
-
-
Andreas Fernandez authored
Errors in the Extension Manager (e.g. deleting an extension w/o proper file permissions) are now caught and displayed as a flash message. Resolves: #67898 Releases: master, 6.2 Change-Id: I8f8334f2f0ea1c2fcf3ab49122c2c52447efc904 Reviewed-on: http://review.typo3.org/40887 Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Alexander Opitz authored
The API returns TRUE on success and FALSE if something went wrong. So we need to prevent that the ErrorHandler comes up, as it throws Core\Error exceptions. Resolves: #67897 Releases: master, 6.2 Change-Id: I2912241dd3c9a1b9928b4449ebc16897699fa9b5 Reviewed-on: http://review.typo3.org/40914 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Andreas Fernandez authored
Replace occurences of count() with matching empty() pendants. Affected extensions: - aboutmodules - beuser - compatibility6 - cshmanual - css_styles_content - dbal - felogin - sys_action - t3editor - taskcenter - tstemplate Resolves: #67777 Releases: master Change-Id: I6986c71866c4f27f0c9bccc7d7d0dd14ea5695ac Reviewed-on: http://review.typo3.org/40685 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Andreas Fernandez authored
Resolves: #67786 Releases: master Change-Id: I5b8e088c8a6d33117aca9189ff1f6606b2ca7592 Reviewed-on: http://review.typo3.org/40693 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-