- Mar 31, 2016
-
-
Xavier Perseguers authored
The bug with LC_NUMERIC existed in PHP 4.2.3 but is fixed since at least PHP 5.1.6. The patch uses LC_ALL now. Change-Id: I08c1600b05ad858d67d2a2e23fd3c0332000527d Releases: master, 7.6 Resolves: #75141 Reviewed-on: https://review.typo3.org/47455 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Stefan Froemken authored
If an editor does not have access to fields of a related record, the rendering should be stopped right then. Resolves: #73146 Releases: master,7.6 Change-Id: I720c872a8a21d62a6aa48b6d11735f69310b5f6e Reviewed-on: https://review.typo3.org/46499 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Susanne Moog authored
Appveyor is a CI server running on windows. Similar to the travis configuration a yaml based configuration is needed. Change-Id: Ia4572dad2ee434fb0756721a0b6052897f4f6aaa Resolves: #75328 Releases: master Reviewed-on: https://review.typo3.org/47450 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Jigal van Hemert authored
Setting typolink.target to the name of a page object must set the type query parameter to the typeNum of that page object. By initializing $theTypeP to an empty string the type is not forced to zero. Resolves: #75245 Releases: master, 7.6 Change-Id: I3aac0e43849f495f00344a07a358c5526bdf339c Reviewed-on: https://review.typo3.org/47376 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- Mar 30, 2016
-
-
Morton Jonuschat authored
Increase the test coverage of the DatabaseConnection class by adding unit and functional tests for core methods. Reformat the tests to use short array notation and fix PSR-2 warnings. Resolves: #60081 Releases: master Change-Id: Id839c88de75eb4174b3f0cd95d3954b9631fc23d Reviewed-on: https://review.typo3.org/47393 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Hader authored
TYPO3.Backend.NavigationContainer.PageTree.select(64) does not select the correct page, but tries to determine the correct node levels, fakes the local node states and reloads the page tree. One thing that might not be considered there is the fact that pages are represented in hex-values with a leading "p", thus the integer "64" will be converted to "p40" as node id. To overcome this scenario and enable custom handling there, a new generic method is introduced: TYPO3.Backend.NavigationContainer.PageTree .invokePageId(pageId, callback, allResults); The methods "selectPageId" and "expandPageId" show how this is actually used. Resolves: #60405 Releases: master, 7.6 Change-Id: If24b1a0ec261e9bcf00d214bf10c4b4a0aa5bed5 Reviewed-on: https://review.typo3.org/32155 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Christian Kuhn authored
If moving the CLI test for unit and functionals to the Basetest class, the patch from issue #75321 can be simplified a bit since we are sure all test suites are executed in CLI only so no HTTP headers need to be sent. Change-Id: Ic11abeae72c86d6c6c0e879d4e07eee6bc55ffab Resolves: #75321 Related: #75280 Releases: master Reviewed-on: https://review.typo3.org/47436 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Klee authored
The method getMock() in the parent class also allows null for $methods, meaning "mock no methods". Releases: master, 7.6 Resolves: #75316 Change-Id: I7e14d4bc4082b41ed52ab967df87876a3755a105 Reviewed-on: https://review.typo3.org/47426 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
Resolves: #75307 Releases: master Change-Id: If2d2d9a25549bbcd5afc70ad50b14ca358336680 Reviewed-on: https://review.typo3.org/47425 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Martin Vennemann authored
"Save & Close" after editing a page now uses that edited page (already highlighted in page tree) for returnUrl. Resolves: #74180 Releases: master, 7.6 Change-Id: Icf2769263b2d428b86f339778f12b40759d94c13 Reviewed-on: https://review.typo3.org/47370 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Andreas Fernandez authored
This patch fixes the issue that the number-based rules are treated as strings. The numbers are converted to integers now. Also, the ``range`` is changed: Instead of defining any fallback values if either ``lower`` or ``upper`` are not set, the value is now only compared against those limits when they exist. Resolves: #75307 Releases: master, 7.6 Change-Id: Iab321a7637e2ccc8c662355ccef1e25bc0b78be7 Reviewed-on: https://review.typo3.org/47418 Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Helmut Hummel authored
Especially for CI environments it is crucial that TYPO3 does not exit cleanly when a fatal error occurs. Change from die (which exits with return code 0) to exit(1) and send a http error code as well (in web requests) Releases: master, 7.6 Resolves: #75280 Change-Id: I473de98366a5ea3629d968e2c1600f241b9e73a1 Reviewed-on: https://review.typo3.org/47395 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Christian Kuhn authored
FALs ResourceStorage->addFile() is the main method to populate a locale file into a FAL storage. Internally, the method calls the assigned and protected driver of this storage and calls addFile() on the driver after checking permissions. The method *always* deletes the local original file after it has been added to the storage. This is funny, since addFile() should then call moveFile(), but moveFile() exists and is only thought to move files between storages and not from non-storage to storage. The drivers addFile() however already contains an argument that suppresses the deletion of the original file, but that argument is not added to addFile() of the storage ... The patch now adds this argument to the method signature of ResourceStorage addFile() to mitigate the issue in a fully backwards compatible way. Since the patch is non-destructive and low-risk, the patch is requested for 7.6, too. Change-Id: I201c7eac10f7d35db5bdff889b3561ad5b1dce8b Resolves: #70012 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47383 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Tymoteusz Motylewski authored
Rename SearchFormController::pi_list_browseresults as it had different signature than defined in parent AbstractPlugin and there is no non breaking way to make it PHP7 compatible. Resolves: #72931 Releases: 7.6, master Change-Id: I3dc36386a3866b5ca87d48d2869c21b9a37fbfe3 Reviewed-on: https://review.typo3.org/47349 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Morton Jonuschat authored
Allow up to 6 characters for the lang column in the be_users table to support languages like Brazilian (pt_BR) or French/Canada (fr_CA). Releases: master Resolves: #75296 Change-Id: I713da662c0c14c1efd6611e180d6e4f62a70933d Reviewed-on: https://review.typo3.org/47413 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Gianluigi Martino authored
Additionally this patch moves the initialization of TSconfig to an earlier execution point to have all needed data collected. Change-Id: I57ab201bae6ffc8acca3ddcc536b3efd09434054 Resolves: #75129 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47394 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- Mar 29, 2016
-
-
Andreas Fernandez authored
The patch fixes the quotation in the description of the parameters ``$serviceType`` and ``$serviceKey``. This ensures a correct rendering by Doxygen. Resolves: #75283 Releases: master, 7.6, 6.2 Change-Id: Ic7d91c1c108465b50f7637667ff6f3a8b451eb26 Reviewed-on: https://review.typo3.org/47396 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Benni Mack authored
The method GeneralUtility::getUrl() is used a lot in the core where only local files are allowed. Most occurrences can be replaced by using the native file_get_contents() PHP function. file_get_contents() is now always used when * is_file() is called * only local paths (e.g. prefixed with PATH_site) * absolute paths (GeneralUtility::getFileAbsFileName) * ensured that files within extensions are checked before. In these cases getUrl() MUST NOT BE USED but built-in file_get_contents() must be used instead. Resolves: #75178 Releases: master Change-Id: Ia88879d8fa44fd88e604b3332c1a710c33e5d3ec Reviewed-on: https://review.typo3.org/47309 Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.de> Tested-by:
Daniel Gorges <daniel.gorges@b13.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Mar 25, 2016
-
-
Frank Naegler authored
This patch fix missing labels in user settings module. This patch is a followup / bugfix for #72340 Resolves: #75269 Related: #72340 Releases: master Change-Id: I30fe1e10e60575c4216c85486639b84088128af3 Reviewed-on: https://review.typo3.org/47392 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Mar 24, 2016
-
-
Wouter Wolters authored
A leftover call to undefined objectManager is replaced now. Resolves: #75263 Releases: master Change-Id: I8d796488296df55391854dbb242696dea60622b0 Reviewed-on: https://review.typo3.org/47389 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>
-
Wouter Wolters authored
Extbase and fluid are loaded by default in the core since a while. Resolves: #75243 Releases: master Change-Id: Id0316df6c0ddf5d54309e6900f598053b0a20327 Reviewed-on: https://review.typo3.org/47373 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>
-
Christian Kuhn authored
With minimum php7 and after codeception released a patch level that introduced phpunit 5.x support, we can upgrade our phpunit dev dependency to 5.2 along with a patch level upgrade of vfsStream. This phpunit version is a bit more strict, some unclean tests stumble and need fixes: * $this->setExpectedException() needs a string as second argument, all places with $this->anything() or $this->any() to ignore the actual exception string are now substituted with empty string, the tests rely on the timestamp to specify a specific exception. * $aMock->expects()->method('aMethod') now throws exceptions if a method name is specified that is either not mocked in $this->getMock() or that does not exist in the mocked class. This was previously ignored. This change now catches a lot of code smell in our tests :) Change-Id: I546f8f4b3e05b3d643f4ee6be8e1d4c6e23fe083 Resolves: #75264 Releases: master Reviewed-on: https://review.typo3.org/47388 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Gianluigi Martino authored
If you delete a file or folder by using the clickmenu, a confirmation message without reference count is shown. To streamline the confirmation message with the one from FileList, the reference count is added with this patch. Resolves: #75156 Releases: master, 7.6, 6.2 Change-Id: I84fe8c853199cdb4e0ff422cdb5fc327e4bdc683 Reviewed-on: https://review.typo3.org/47329 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Christian Kuhn authored
Several symfony component patch level updates, guzzle minor and a codeception patch level. Change-Id: Ia3cc795c71d13a005d123fc3f75589813f27bcae Resolves: #75253 Releases: master Reviewed-on: https://review.typo3.org/47380 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Nesting flex form sections or inline within section containers is not supported. To not let developers run into hard to track issues the patch adds an exception to detect these cases. Additionally, GroupElement contains a preparation that is done by TcaGroup data provider already, so this part is cleaned up along the way since this is unreachable code if FormEngine is used without nested sections. Change-Id: I2af9140ad0fe1d60d85439bd5598775904b70e52 Resolves: #73125 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47369 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Roland Golla authored
This test add a page with the page module and the pagetree. It also checks the error message when you have no page title. After adding the page the test use the pagetree contect menu to delete it. Resolves: #74432 Releases: master Change-Id: If40b64fd01f8d308484ff95f14c394c65ffe39f8 Reviewed-on: https://review.typo3.org/47147 Reviewed-by:
Timo Schmidt <timo-schmidt@gmx.net> Tested-by:
Timo Schmidt <timo-schmidt@gmx.net> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The Clear Cache Menu on top of the TYPO3 Backend contains the URLs to call tce_db which has an additional GET parameter called "ajaxCall" which is not evaluated anymore and can be removed. Further cleanup could use the ajax action to fetch additional data and evalute that data. Resolves: #75246 Releases: master Change-Id: I9b5f5816c5d3ac9d72cf0b382b5646e7631d0afe Reviewed-on: https://review.typo3.org/47377 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Mar 23, 2016
-
-
Andreas Fernandez authored
Due to a wrong assignment, modSharedTSconfig is always used to set the default language label in PageLayoutController, even if modTSconfig is set. modTSconfig is now used if possible. Resolves: #75242 Releases: master, 7.6, 6.2 Change-Id: I517c03f02ffc8d05ed74a865517ee775e1542bfe Reviewed-on: https://review.typo3.org/47371 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Copied the less files from the 0.9.3 release because they stepped over to sass. Resolves: #73747 Releases: master Change-Id: Icdc68b7114c149adfebaf673bbd52721768e5d0f Reviewed-on: https://review.typo3.org/47079 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
The save / abort buttons in the edit view of the permission controller are replaced by DocHeader buttons to ensure are more consistent UI. Change-Id: Ic035f2bd1f5063a8d0b52310b1f011078f7e6c25 Resolves: #68378 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47186 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
When dealing with a PHP version like "7.0.4-6+deb.sury.org~trusty+5" the text overflow the box. Put a word-wrap: break-word; on the dd-tag. Resolves: #75234 Releases: master,7.6 Change-Id: I0df5f13bfd2d66e8c85eb28f06c248bdca93a182 Reviewed-on: https://review.typo3.org/47363 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Georg Ringer authored
If the 3rd parameter is set to 'date', the age must be returned as date without any time information. Resolves: #75235 Releases: master, 7.6 Change-Id: I7ebf76dc635f7dbca42c6486c585eb140832e6c4 Reviewed-on: https://review.typo3.org/47364 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Wouter Wolters authored
Resolves: #75230 Releases: master Change-Id: I44c34a7ddb804a28031395b7e100b33d43e12a76 Reviewed-on: https://review.typo3.org/47360 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Mar 22, 2016
-
-
TYPO3 Release Team authored
Change-Id: I4c64fce65a1f81c2037a374ff036183335f1cf96 Reviewed-on: https://review.typo3.org/47356 Reviewed-by:
TYPO3 Release Team <typo3cms@typo3.org> Tested-by:
TYPO3 Release Team <typo3cms@typo3.org>
-
TYPO3 Release Team authored
Change-Id: Idcbacb7c6d5e08cc6a0dbf64fecebe93e02e633c Reviewed-on: https://review.typo3.org/47355 Reviewed-by:
TYPO3 Release Team <typo3cms@typo3.org> Tested-by:
TYPO3 Release Team <typo3cms@typo3.org>
-
Benni Mack authored
During the refactoring of the impexp module a check for the page ID was introduced to show the pagetree and additional fields only if a page ID was given, which disallows to export records on ID 0. Additionally, a minor JavaScript bug which popped up then is fixed as well. Resolves: #75183 Releases: master, 7.6 Change-Id: I0adbd933ecc5da938b511d531178ac707cb035c3 Reviewed-on: https://review.typo3.org/47347 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Mathias Schreiber authored
In order to make navigating the docs possible, we added the TOCs Resolves: # Releases: master Change-Id: I91e03693743e299a20d5a0f580e927c99143647f Reviewed-on: https://review.typo3.org/47352 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Oliver Hader authored
Adjust unit tests concerning changed internal class dependencies. Resolves: #75214 Releases: master Change-Id: I3bbb261300370f1d0cafb62bd8f79379c3ef8909 Reviewed-on: https://review.typo3.org/47351 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benni Mack authored
There are several problems due to the implementation of JsonView that returns spaces around a JSON returned to the extension manager that will update the latest extensions. Resolves: #75214 Releases: master Change-Id: Iee837da392f62cd1df72c03dca0a03bb763c5790 Reviewed-on: https://review.typo3.org/47343 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Mar 21, 2016
-
-
Nicole Cordes authored
This patch ensures the correct record information for saving and inserting a new record even in a workspace. Resolves: #70542 Releases: master, 7.6 Change-Id: I3b88b08a55600f8c7bc5e2c2f05444624181db83 Reviewed-on: https://review.typo3.org/47153 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-