- Aug 03, 2016
-
-
Benni Mack authored
Resolves: #77396 Releases: master Change-Id: I7fc54266cff850ee7fdf212cf75d3ab79fff084d Reviewed-on: https://review.typo3.org/49364 Tested-by:
Bamboo TYPO3com <info@typo3.com> 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>
-
Tobias Adolph authored
Resolves: #77337 Releases: master Change-Id: I88c9dd3b7e98e26515d54da3cddecc78f12d6db7 Reviewed-on: https://review.typo3.org/49360 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Benni Mack authored
DatabaseConnection uses plain PHP code under the hood, so the code can be used directly. Resolves: #77392 Releases: master Change-Id: I8b64414a538dc68cb4594751c393009c54b499c6 Reviewed-on: https://review.typo3.org/49361 Tested-by:
Bamboo TYPO3com <info@typo3.com> 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>
-
Mathias Schreiber authored
Releases: master Resolves: #77393 Change-Id: I82fe1e8dc60d6e319f2a16003dc8aa845aeddf01 Reviewed-on: https://review.typo3.org/49362 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Bamboo TYPO3com <info@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Jacob Rasmussen authored
selectClause and addWhere properties are removed from class signature as they are not needed after the Doctrine refactoring Resolves: #77049 Releases: master Change-Id: Id7a28902443067d2e56ee2aab9deac2962ddef81 Reviewed-on: https://review.typo3.org/48924 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
The BasicFileUtility was used before FAL also for checking file mounts and paths, and is only used for legacy files now. A lot of that code can therefore be removed. First of all, the init() function was replaced by a real constructor. A possibility to set the file extension permissions was added. Removed DefaultConfiguration - TYPO3_CONF_VARS[BE][fileExtensions][ftpspace] Removed properties: - getUniqueNamePrefix - tempFN - f_ext - mounts - webPath - isInit Removed methods: - checkPathAgainstMounts() - findFirstWebFolder() - slashPath() - is_webpath() - checkIfFullAccess() - init() Methods that are now protected - is_directory() - is_allowed() Resolves: #77182 Releases: master Change-Id: I2a8f40f0ea143087c23e269ef69ca4e8548b7b8f Reviewed-on: https://review.typo3.org/45695 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
Resolves: #77367 Releases: master Change-Id: Id2a8675d3d1a4be5a71b17ba80ed1843b34d67fa Reviewed-on: https://review.typo3.org/49335 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Use strpos() and explicit in_array() as well as fixing comments and class inclusions. Resolves: #77386 Releases: master Change-Id: If72ed72dd14531cccad8be80070ce1c622cf9209 Reviewed-on: https://review.typo3.org/49350 Tested-by:
Bamboo TYPO3com <info@typo3.com> 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>
-
Thomas Schlumberger authored
This patch refactors the tests migrated from unit tests in #77381. The tests make now use of the fixture functionality to write a ResourceStorage to the db and get it via the StorageRepository instead of creating the object via "new". Resolves: #77388 Releases: master Change-Id: I500ef1d6c32ae25f8ca1f7fbc1f198df4c0094c3 Reviewed-on: https://review.typo3.org/49357 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Migrate the "obvious" queries of ext:indexed_search Resolves: #77347 Releases: master Change-Id: I8f4f4c1bb4091689dcf9b500771a3d09e127a0ed Reviewed-on: https://review.typo3.org/48579 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Tobias Adolph <mail@tobiasadolph.de> Tested-by:
Tobias Adolph <mail@tobiasadolph.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Hader authored
Changed to use the QueryBuilder in order to modify restrictions instead of using Connection::select(). Resolves: #77352 Releases: master Change-Id: I1bfd93037cd679e4ac1cec29527dd6f00f0adc25 Reviewed-on: https://review.typo3.org/49355 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
Resolves: #77385 Releases: master Change-Id: I203ec542ca0534e87da0730dfcad130b3c1dfdd9 Reviewed-on: https://review.typo3.org/49353 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Bamboo TYPO3com <info@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>
-
Oliver Hader authored
Scenario: * usage in a workspace * tt_content and sys_category records are created at the same time with defining an MM relation * sys_category.items (group/db field, with MM and opposite usage defined) is filled with accordant tt_content record Problem: * the remap-stack in DataHandler does not consider references that are defined in a group/db field * thus, these kind of relations are just not set, since the opposite reference uid cannot be resolved Solution: * process group/db relations with new record uids in remap-stack Resolves: #77374 Releases: master, 7.6 Change-Id: If5e6589e2a0995dc4fce3ff49bd309f2fdb6eb24 Reviewed-on: https://review.typo3.org/49337 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Oliver Hader authored
Functional tests are integrated to simulate editing MM references in a workspace context, however with submitting the live uids of the accordant entities to be referenced. Resolves: #77384 Releases: master, 7.6 Change-Id: I207f20ff4ac7d041a353e5d250f9283b0e62e591 Reviewed-on: https://review.typo3.org/49349 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Markus Hoelzle authored
Resolves: #77332 Releases: master Change-Id: Ib9b34636dbb0f097f56818ed363c863d88c70896 Reviewed-on: https://review.typo3.org/49288 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Wouter Wolters authored
Resolves: #77290 Releases: master Change-Id: I5c7ea758658107c2cf80c59961d3137a91c80443 Reviewed-on: https://review.typo3.org/49251 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Markus Hoelzle authored
Migrate insert, update, delete and simple select in extbase Typo3DbBackend to doctrine. The handling of complex extbase select queries will be migrated separately. Resolves: #77352 Releases: master Change-Id: Ie6bb5758a25d16853c95341fa4158d6459ffa9ca Reviewed-on: https://review.typo3.org/49317 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Mathias Schreiber authored
Resolves: #77378 Releases: master Change-Id: I9c9ffbc7f9f4dfe921d1254d7a1435fa1fa65cf4 Reviewed-on: https://review.typo3.org/49344 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Sebastian Bumann <bumann.sebastian@gmail.com> Tested-by:
Sebastian Bumann <bumann.sebastian@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Sebastian Bumann authored
Resolves: #77370 Releases: master Change-Id: I158360d29686fbf2b4ecbd6d3670e3ef845667ef Reviewed-on: https://review.typo3.org/49343 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Sebastian Bumann <bumann.sebastian@gmail.com> Tested-by:
Sebastian Bumann <bumann.sebastian@gmail.com>
-
pythondetective authored
Using the File Abstraction Layer for this field as well, like it is handled within tt_content.image and pages.media already. Also, the patch adds a migration wizard in the install tool to move existing images to the File Abstraction Layer. Resolves: #74375 Releases: master Change-Id: I157d619dec18ef24e7d1e2d8694ed150304549d7 Reviewed-on: https://review.typo3.org/47139 Tested-by:
Bamboo TYPO3com <info@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>
-
Benni Mack authored
Until now, the extension icon had to be located under ext_icon.png, ext_icon.svg, ext_icon.gif within the extension directory. In order to prepare a way to allow only files under Resources/Public/ to be public, the icon can now also be put under Resources/Public/Icons/Extension.png or .svg Several paths where hard-coded extension icon paths are replaced with the getExtensionIcon() API in the Core. Resolves: #77349 Releases: master Change-Id: Ib273f347498d412530ca256a083d896d168f65fa Reviewed-on: https://review.typo3.org/49306 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Tobias Adolph authored
Add a new method to the ConnectionPool class to retrieve a list of all currently configured database connections. Enhance the system information tooltip to show information about all database connections instead of only the default connection. Resolves: #77371 Releases: master Change-Id: I82948d45c29e8edd47209fde30850f26681404c4 Reviewed-on: https://review.typo3.org/49340 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Christian Kuhn authored
Pick a number of FAL related unit tests that give a lot of headaches and tend to break often and convert them to functional tests. Change-Id: Ic34053af8aec3c5936331de361fda5bef2149fe8 Resolves: #77381 Releases: master Reviewed-on: https://review.typo3.org/49324 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Sebastian Bumann <bumann.sebastian@gmail.com> Tested-by:
Sebastian Bumann <bumann.sebastian@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Split functionals into 10 instead of 6 hunks and execute only 4 hunks in parallel to have a lower risk of "stalled" builds if travis is under load. Change-Id: I8ea54bac8f94242f90809a79ad934a7334c6955f Resolves: #77380 Releases: master Reviewed-on: https://review.typo3.org/49345 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
A new class called "ErrorPageController" is introduced which sets up a Fluid standalone view to render the actual error page as a Fluid template, instead of the old marker-based approach, as the end of the marker-based templates is near. The ErrorpageMessage and AbstractStandaloneMessage classes are deprecated now. Resolves: #77164 Releases: master Change-Id: Ib04c7b4d782671e7670af1d97d9f85247f235862 Reviewed-on: https://review.typo3.org/47448 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
The recycler scheduler task was previously configured to only use "fileadmin/_recycler_/", and did not work on windows, as "ctime" was used to detect the last change to the file. It is now switched to "mtime" - which is updated every time a file or folder is moved to a recycler folder. Resolves: #77040 Releases: master Change-Id: I06df5cb614457261c661c8fac09581af9f3bf256 Reviewed-on: https://review.typo3.org/48910 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Tobias Adolph authored
Resolves: #77377 Releases: master Change-Id: I2f74765bcd4a08f42623d9ebfeefcf70fd908ca3 Reviewed-on: https://review.typo3.org/49342 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Sebastian Bumann <bumann.sebastian@gmail.com> Tested-by:
Sebastian Bumann <bumann.sebastian@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Anja Leichsenring authored
We missed the default value for the decimals argument. It is added now. Resolves: #77046 Releases: master Change-Id: If5c0e2b223b13921c97fd50b501f18cbc64b8be4 Reviewed-on: https://review.typo3.org/49339 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Michael Oehlhof authored
Moved all HTML code from the PHP code to an own Fluid template. Resolves: #75028 Releases: master Change-Id: I8efc78b60b6967922fc883354ce8df51b1094d0c Reviewed-on: https://review.typo3.org/47226 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Wouter Wolters authored
Resolves: #77200 Releases: master Change-Id: Ib889c5b467cb43172a5340e4d872b7de2959a1eb Reviewed-on: https://review.typo3.org/49155 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
Resolves: #77314 Related: #77137 Releases: master Change-Id: I5d6c639a96526592d2684db30926902b4c42b8ba Reviewed-on: https://review.typo3.org/49271 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Wouter Wolters authored
Resolves: #77309 Releases: master Change-Id: I89ce2c1b5c4ceaba445a13fa0fdda7ee85ee4cc6 Reviewed-on: https://review.typo3.org/49267 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Sebastian Bumann authored
Resolves: #77341 Releases: master Change-Id: I8af72fbb23152e058f5691d51342184d155f1757 Reviewed-on: https://review.typo3.org/49311 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
Resolves: #77208 Releases: master Change-Id: Iba38057df3001eaebddf93fe5b71b3c902fc4fc7 Reviewed-on: https://review.typo3.org/49162 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Aug 02, 2016
-
-
Helmut Hummel authored
When defining a namespace prefix for psr-4 autoload in composer.json, it is possible to specify multiple paths as array. Thus, we must handle the array case properly and not falsely assume that there is only a path string. Resolves: #77365 Releases: 7.6, master Change-Id: If96f4ce9eb3f4466e8cc620025b1848681b56011 Reviewed-on: https://review.typo3.org/49331 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
-
Wouter Wolters authored
Exclude: typo3/sysext/core/Build/Configuration/TravisNginxFpm/ConfigureStartNginxFpm.sh typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh typo3/sysext/core/Build/Scripts/xlfcheck.sh typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh typo3/sysext/core/bin/typo3 typo3/cli_dispatch.phpsh Resolves: #77363 Releases: master Change-Id: I70871c4ebfb964f396e087ba4bbb1205a4fd8fab Reviewed-on: https://review.typo3.org/49328 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
-
Sebastian Bumann authored
Resolves: #77354 Releases: master Change-Id: If725d008965a22fbf3c73d74cf0fb950887b30b5 Reviewed-on: https://review.typo3.org/49322 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Markus Klein authored
The tests now properly destroy occupied system resources. Resolves: #77364 Releases: master, 7.6 Change-Id: I54bd86385f9418ba9e7f3cba3bae440d1fd82d2d Reviewed-on: https://review.typo3.org/49329 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> Tested-by:
Bamboo TYPO3com <info@typo3.com>
-
Benni Mack authored
The global variable PAGES_TYPES contains keys and values that are not evaluated anymore for a while and can be removed. Resolves: #77360 Releases: master Change-Id: I55ff42da2ea70787fb29837ad6b2a068f5a13068 Reviewed-on: https://review.typo3.org/49318 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benni Mack authored
An unused elseif() constraint is removed from ReferenceIndex which cannot be called technically. Resolves: #77361 Releases: master Change-Id: Ie63f2b8566a98eff5322b8e95f42b4c7ca83896a Reviewed-on: https://review.typo3.org/49323 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Sebastian Bumann <bumann.sebastian@gmail.com> Tested-by:
Sebastian Bumann <bumann.sebastian@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-