- Jul 08, 2015
-
-
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>
-
Patrick Broens authored
The configuration for the new content element wizard is defined in the extension frontend. The content elements which are defined are specifically to css_styled_content. For the new frontend rendering some content elements will not be used anymore. This patch moves this configuration from frontend to css_styled_content in a seperated file Resolves: #65901 Releases: master Change-Id: Idea403c64775ccdf1dd792229e594a470ad72ff9 Reviewed-on: http://review.typo3.org/38007 Reviewed-by:
Oliver Eglseder <oliver.eglseder@in2code.de> Tested-by:
Oliver Eglseder <oliver.eglseder@in2code.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Markus Klein authored
There is no good reason for this internal class to be a static utility. Move the code to a simple service class. Resolves: #63838 Releases: master Change-Id: Iff4d538b9ae01e64e9c3b4aa9b5a913d9fabd851 Reviewed-on: http://review.typo3.org/40766 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Klein authored
Resolves: #67903 Releases: master Change-Id: I73cb32a8cf591ccf4e07454efc06e5430c8dfec1 Reviewed-on: http://review.typo3.org/40910 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- Jul 02, 2015
-
-
Markus Klein authored
The cookie's expire time is changed from session to +90 days as otherwise the cookie makes no sense. Resolves: #67891 Releases: master Change-Id: I778b096c21a48be9e601ea0d03ca57eec263dd40 Reviewed-on: http://review.typo3.org/40859 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de>
-
Helmut Hummel authored
Version 1.2.1 of the composer installer fixes an important bug regarding symlinking the autoload.php file. See: https://github.com/TYPO3/CmsComposerInstallers/commit/f631d729928ce569994ea8e5088491b3eb41f697 Releases: master Resolves: #67892 Change-Id: I709cc5086d5866b6aae50059a3d74905c8ad79b3 Reviewed-on: http://review.typo3.org/40869 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> Reviewed-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Tested-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Sascha Egerer authored
* initialize variables before they are used * do not use FQ namespaces if not required * fix PHPDocs * add missing return statements Resolves: #67797 Releases: master Change-Id: I581ae9ac8c0a277a415d9ba69812305951a86464 Reviewed-on: http://review.typo3.org/40705 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Helmut Hummel authored
During bootstrap refactoring, additional methods have been added and / or made public. Mark all of them as internal to make clear this is no public API Resolves: #67877 Releases: master Change-Id: I3d5a047e0dde5ca729438dc368357fe05032625b Reviewed-on: http://review.typo3.org/40836 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
Fix invalid syntax for mod_filter on apache 2.4 and mismatching comment endings. Resolves: #66235 Releases: master Change-Id: Id4a67dab8f2fbf4d4bf9e2da4ac1c83d06b93388 Reviewed-on: http://review.typo3.org/40793 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 01, 2015
-
-
Helmut Hummel authored
The baseSetup call for the bootstrap was forgotten during the Application/ Bootstrap refactoring. Add this call to the console application to fix the fatals. Resolves: #67878 Related: #67808 Releases: master Change-Id: Ic6a05b3d605a9f7cbde0b23e9d4417ef2d9c35fe Reviewed-on: http://review.typo3.org/40837 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Mathias Brodala authored
The request format needs to be respected when rendering partials, otherwise the same partial cannot be rendered in different formats in the same request. An example is rendering mails in plain text and HTML. Resolves: #60338 Releases: master, 6.2 Change-Id: I118ee0a535d0f06391cd802c10d7c3c5129c2a2c Reviewed-on: http://review.typo3.org/35475 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-