- Oct 03, 2017
-
-
Christian Kuhn authored
* se/selenium-server-standalone 3.4.0->3.5.3 * codeception/codeception 2.3.5->2.3.6 * enm1989/chromedriver 2.31->2.32 Minor additional change in one acceptance test to stabilize that test a bit better. Change-Id: Ic306d6bb04139097962219d6047ae6aa387a5c3c Releases: master, 8.7 Resolves: #82656 Reviewed-on: https://review.typo3.org/54270 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
DefaultConfiguration setting is 70 (default since 12 years), but the FactoryConfiguration setting is set to "80" for new installations. This change raises all image quality settings to "85" if not overridden by any installation (= new installation in the last 10 years or not changed via the install tool), as we don't have a big file size issue with JPGs anymore and we don't have duplicates anymore (due to FAL instead of uploads/pics/mypic_13.jpg) and the internet connections got better. Resolves: #82655 Releases: master Change-Id: Ibcb38ece4038a414bfcae103463c727ed3cf65c0 Reviewed-on: https://review.typo3.org/54267 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benni Mack authored
Resolves: #76100 Resolves: #65719 Releases: master, 8.7 Change-Id: I2e389dd6ecb497a164a457230f106a64373c1907 Reviewed-on: https://review.typo3.org/54268 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Benni Mack authored
The current limit of an inactive user of 1 hour is not practical for a regular editor. Instead, a default value of 8 hours fits more to a current work day. Resolves: #82654 Releases: master Change-Id: I2b0911f72771ffee7bd76b14de055a8a8e3f280b Reviewed-on: https://review.typo3.org/54266 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Christian Kuhn authored
To speed up acceptance tests a bit the browser is no longer restarted between tests. Change-Id: I03132905eed1dd6a4ccca137e0e8047b01aa6ca9 Resolves: #82652 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54262 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
This patch removes the obsolete "setDBinit" option which was migrated in TYPO3 v8. Resolves: #82421 Releases: master Change-Id: I96477e4dd7e151bf74caeafa7bdc38a1cde2f484 Reviewed-on: https://review.typo3.org/54255 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
The global "xdebug()" function is removed, as it is a stub for "debug" nowadays. This function exists since SVN days, and no comment or change why this is available. Additionally, the global "debug()" function had 6 parameters - the last three were not evaluated and thus, were removed. Resolves: #82640 Releases: master Change-Id: I3e583c06282842e3dcb14f4b68589fd706be2519 Reviewed-on: https://review.typo3.org/54256 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Oct 02, 2017
-
-
Christian Kuhn authored
The time tracker sometimes switches between two milliseconds in its operation. Test a bit weaker to cope with that. Change-Id: I20d58296749bf33b12ab2da72691ecf4853842eb Resolves: #82635 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54260 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The two GET/POST parameters "prErr" (Print Errors) and "uPT" (Update Pagetree) are removed. The GET/POST parameter "uPT" is there to explicitly request a refresh of the page tree if visible on the next module load. The GET/POST parameter "prErr" adds flash messages to the session queue which should be a default behaviour anyway. Please note that this only affects the SimpleDataHandlerController (BE module "tce_db") and no datahandler calls itself. The first parameter of DataHandler->printLogErrorMessages() is removed as it is unused. Resolves: #82629 Releases: master Change-Id: Ifc925e49b49f1537a65141810403a7758e0b448b Reviewed-on: https://review.typo3.org/54244 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The system extension rte_ckeditor creates an upload folder which is always empty and not in use by the extension or something else. Resolves: #82633 Releases: master, 8.7 Change-Id: Ic4877a9cbdbb078e5a7745f609f81aeaa5c991c3 Reviewed-on: https://review.typo3.org/54258 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Georg Ringer authored
Migrate the extension info_pagetsconfig into the extension info where also all other controllers are. Resolves: #82505 Releases: master Change-Id: I916d2ef6c00f6a5fa2cfca9c6b3f340aa4aefb44 Reviewed-on: https://review.typo3.org/53532 Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
Resolves: #82632 Related: #82014 Releases: master Change-Id: I987bdda0bdc5bc91c1422b7558bc220f516e79ea Reviewed-on: https://review.typo3.org/54257 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com>
-
Elmar Hinz authored
Note: Type hints are not trivial to add to the signature. Although the method always returns an array, there are unit tests that make use of the assumption that the method is allowed to return null. Fixing this goes beyond the goals of this ticket. Releases: master, 8.7 Resolves: #81280 Change-Id: If47041fb6fc4835de879e9077b0359063083cbd2 Reviewed-on: https://review.typo3.org/52878 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Elmar Hinz authored
Change-Id: I590025affea93d84a616b92f9b51211448ec3280 Releases: master Resolves: #81280 Reviewed-on: https://review.typo3.org/52892 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Oct 01, 2017
-
-
Ralf Zimmermann authored
Migrate the JS ElementBrowser to the modal which was introduced with issue #82427. Resolves: #82443 Releases: master Change-Id: Ib71a15a7ce9638de4eb423d896fefa47bfa15e96 Reviewed-on: https://review.typo3.org/54115 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Sep 30, 2017
-
-
Georg Ringer authored
To reduce the amount of system extensions the extension cshmanual can be merged into EXT:documentation. Resolves: #81574 Releases: master Change-Id: I5cd728938ffd319f5c13bf0af4caeda48c08ee37 Reviewed-on: https://review.typo3.org/53180 Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Frans Saris authored
The CKEditor link browser handled the configuration array still as a TypoScript array with dots. But the parsed YAML config is a plain array now. This patch makes sure the BrowserLinkController handles this config like a normal array. Further it fixes the missing JavaScript part to set the link title based on selected css class. Resolves: #81381 Releases: master, 8.7 Change-Id: Ie4749f820082e185208bf811aad7133bfc82d37a Reviewed-on: https://review.typo3.org/53481 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Markus Sommer <markus.sommer@typo3.org> Tested-by:
Markus Sommer <markus.sommer@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Sep 29, 2017
-
-
Manuel Selbach authored
If a uid gets forcefully set during a insert into the database MySQL will automatically update the auto_increment primary key. Other databases might need post processing, i.e PostgreSQL as it uses a sequence to generate auto increment uids. Sequences do not get transparently updated on inserts. Resolves: #79976 Releases: master, 8.7 Change-Id: I033deb63bf9bc2e072408885a534752573ba4c7c Reviewed-on: https://review.typo3.org/51819 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Faton Haliti authored
With this commit we prevent to check for existence of file when we don't need to, because mode is not either 'embed' or 'querystring' Resolves: #82565 Releases: master, 8.7 Change-Id: I829b8e87d951a6f170bc03d8b7836f671b51bdf4 Reviewed-on: https://review.typo3.org/54221 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anders Kostending <aha@systime.dk> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Wolfgang Klinger <wolfgang@wazum.com> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Benni Mack authored
When running TYPO3 with custom components (subtree), the typo3/sysext/ directory is not always necessary, and the hardcoded check is obsolete. Resolves: #82622 Releases: master, 8.7 Change-Id: I3e939c80fff30d82dd4eb624c2f4bc5db1696809 Reviewed-on: https://review.typo3.org/54230 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Romain Canon authored
An overlay identifier can be an empty string, for instance when the icon API is called with the Fluid icon view helper: ``` <core:icon identifier="tx-my-icon" overlay="{f:if(condition: myCondition, then: 'my-overlay-icon')}" /> ``` In the example below, if the condition `myCondition` is `false`, an empty string is used for the overlay parameter. --- Previously, an empty string as overlay identifier would lead to the basic "not found icon" being used as overlay. With this commit, the behaviour for an empty string will now be the same as when `null` is used. --- Resolves: #82547 Releases: master, 8.7 Change-Id: I6fb8207f302873e0188d71a210485bbf8565eff9 Reviewed-on: https://review.typo3.org/54212 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Romain Canon <romain.hydrocanon@gmail.com> Tested-by:
Romain Canon <romain.hydrocanon@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Georg Ringer authored
Let the browser do the validation for the test email address. Resolves: #82562 Releases: master Change-Id: I8932eab709cb89d669b8931872d7e1cbda4d0fb1 Reviewed-on: https://review.typo3.org/54216 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Andreas Fernandez authored
The "Storage" module gets the missing "unset" method to remove values from localStorage. The "isset" method is fixed to determine whether a value is really existing. Resolves: #82613 Releases: master, 8.7 Change-Id: Icb4b862b380811a7ba7f897be3c4809b718d2810 Reviewed-on: https://review.typo3.org/54229 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Benni Mack authored
The very legacy RDCT code and the corresponding DB table "cache_md5params" has been long superseeded and is be completely moved into its own extension "RDCT" published on GitHub https://github.com/FriendsOfTYPO3/rdct and in TER. An upgrade wizard checks if the DB table is filled, and then installs EXT:rdct. Note #1: I decided to trigger the hard breaking way, instead of deprecation as the whole logic (evalution, static method call in GeneralUtility removed) is interconnected and only makes sense if all places are there. Note #2: This functionality has not been in use in the TYPO3 Core since 4.x - at all, but is in place for other extensions. Resolves: #82572 Releases: master Change-Id: I1514293500c385f7b8c1fff440cca3ab3845615b Reviewed-on: https://review.typo3.org/54225 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Georg Ringer authored
Resolves: #82620 Releases: master Change-Id: I50d8186fc84590e063bff5dabcf2e52ea4fb49a7 Reviewed-on: https://review.typo3.org/54217 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Ralf Zimmermann authored
Add more explanations about the initializeFormElement hook into the docs. Resolves: #82615 Releases: master, 8.7 Change-Id: I670625533f95b92a37f5536096eb2cc4211d33d9 Reviewed-on: https://review.typo3.org/54234 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
Resolves: #20705 Releases: master Change-Id: I3476f6945b645a3b906e49efbdeaa385411c50ea Reviewed-on: https://review.typo3.org/47491 Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
Resolves: #82456 Related: #81250 Releases: master Change-Id: Idab208c3273adbd5800edab51bd9ca7bbec19af8 Reviewed-on: https://review.typo3.org/54218 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Jasmina Ließmann <code@frauliessmann.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
-
Dominik Winkelbauer authored
Makes it possible to enable extended search per default. Change-Id: I793faa6d7f325661c193bf4661bfd924a6cfb69a Resolves: #80091 Releases: master,8.7 Reviewed-on: https://review.typo3.org/51925 Reviewed-by:
Christian Futterlieb <christian@futterlieb.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Sep 27, 2017
-
-
Helmut Hummel authored
Even when generating an optimized class map for psr-4 classes, Composer gracefully ignores folders defined in psr-4 autoload section, if they do not exist. TYPO3 however fails with an exception. Also change the logic to always generate a class map for improved class loading performance. This happened anyway already when calling the autoload generation twice. Resolves: #82542 Releases: master, 8.7 Change-Id: I4c3ab8ff7affeba25313d93e40e35f78bb78492d Reviewed-on: https://review.typo3.org/54207 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Wolfgang Klinger authored
Ensure backwards compatibility with existing Extbase CommandControllers by making sure the _cli_ user is always authenticated, so e.g. calls to the DataHandler do not require explicit authentication in the extensions CommandController. Resolves: #82566 Releases: master, 8.7 Change-Id: Ice9b039558b68050c08a53f1c50dc726ec657522 Reviewed-on: https://review.typo3.org/54222 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Wolfgang Klinger <wolfgang@wazum.com> Tested-by:
Wolfgang Klinger <wolfgang@wazum.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Frans Saris authored
Currently, when using the dropdown to create a page translation within the Page Module, DataHandler is called with just a simple "new" record of type "pages_language_overlay". However, a classic "localize" DataHandler command is more appropriate, allowing to utilize several localization functionalities built in. In order to achieve this, the option tags in the selector contain the full URL to the DataHandler call, as well as the redirect to FormEngine (which in turn redirects back to the current page module URL). Resolves: #81345 Releases: master, 8.7 Change-Id: I740c2d1d11494963283bc14b1f534bd344d0764a Reviewed-on: https://review.typo3.org/52945 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Sep 26, 2017
-
-
Georg Ringer authored
Remove not existing paths from root composer.json. For 8.7 the path to context_help must be kept. Resolves: #82546 Releases: master, 8.7 Change-Id: Iea32a481011d906ea7057072413e6ae01a2ce771 Reviewed-on: https://review.typo3.org/54211 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Jan Stockfisch <jan.stockfisch@googlemail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Raphael Graf authored
Resolves: #82457 Releases: master Change-Id: I42a1fdb85e87db4601ceefdd52e0dd4f1722bd23 Reviewed-on: https://review.typo3.org/54122 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
David Hoeckele <hoeckele@netvertising.ch> Reviewed-by:
Markus Sommer <markus.sommer@typo3.org> Tested-by:
Markus Sommer <markus.sommer@typo3.org> Reviewed-by:
Sascha Rademacher <s.rademacher@neusta.de> Tested-by:
Sascha Rademacher <s.rademacher@neusta.de> Reviewed-by:
Jan Stockfisch <jan.stockfisch@googlemail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Georg Ringer authored
The uid of a record is an important information and should be provided as well. Resolves: #82526 Releases: master, 8.7 Change-Id: Ic44ca6a24e21c09ced78203ed4a73907906bf568 Reviewed-on: https://review.typo3.org/54187 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Sascha Rademacher <s.rademacher@neusta.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Sep 25, 2017
-
-
Mona Muzaffar authored
During switch user mode the install tool modules are never visible. Resolves: #82517 Releases: master Change-Id: Ie367cb7f0208a7414ada38d40f8cdd3ab287da52 Reviewed-on: https://review.typo3.org/54181 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Stockfisch <jan.stockfisch@googlemail.com> Tested-by:
Jan Stockfisch <jan.stockfisch@googlemail.com> Reviewed-by:
Sascha Rademacher <s.rademacher@neusta.de> Tested-by:
Sascha Rademacher <s.rademacher@neusta.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Sep 23, 2017
-
-
Markus Klein authored
The core now directly logs to the Logging API. Resolves: #52694 Releases: master Change-Id: Ia3c8f1c3608aff540a990e9078132b233bbedde6 Reviewed-on: https://review.typo3.org/24559 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Frank Naegler authored
Resolves: #82533 Releases: master, 8.7, 7.6 Change-Id: Ia47f604b9cb7fa53d3707e6150554709cbfdb763 Reviewed-on: https://review.typo3.org/54195 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Sep 22, 2017
-
-
Susanne Moog authored
The backend search "Show all" link recalculated allowed PIDs for the current user for all search operations resulting in an exponentially increasing amount of sql queries depending on the number of pages in an installation. As the list of allowed pages for the user does not change during the request, it is enough to calculate it once. Change-Id: I9262a5d8425d04cb4ff1e35b2c3cc0ec96b8fa53 Resolves: #82083 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53930 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Andreas Fernandez authored
THis patch allows sub keys of `addQueryString`, e.g. `exclude`. Resolves: #82520 Releases: master, 8.7 Change-Id: I8a6b5f924292cf56326cd18d8bb9b7887d095288 Reviewed-on: https://review.typo3.org/54183 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-