- May 09, 2018
-
-
Helmut Hummel authored
The additional isINTincScript check stems from the time where this code was in a separate file, which was included two times and page generation should be skipped for the second inclusion. As INT scripts are only generated during page rendering (or when fetching the page from cache) we can safely remove this condition now. Additionally, we can now easily get rid of the elseif and move the page rendering preparation directly after the same condition is checked later in the code flow. This is fine, because this code does not need to be executed before the lock is released. Last but not least we clean up admin panel messages to clearly distinguish between page generation and rendering preparation. As this is a pure non breaking cleanup, this can safely go into 8.7 branch as well. Resolves: #84945 Releases: master, 8.7 Change-Id: If12b82a549d4cc47619c46f73c5423df70621b1b Reviewed-on: https://review.typo3.org/56884 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> 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:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- May 08, 2018
-
-
Anja Leichsenring authored
The agent update introduced a higher chromedriver version that caused several acceptance tests to fail. Adjusting wait states brings them back to green. The bamboo plan update now uses a php.ini without xdebug and simplifies the unit test runs in this area, too. And we need a patch for typo3/testing-framework version 3.4.2: composer update typo3/testing-framework Change-Id: Icc7b6b062ad652db2c92ae7a7c5197477abf2b7d Resolves: #84939 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/56885 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Philipp Wrann authored
When attaching or updating 1:N relations via extbase (INLINE) the parents uid property was taken as parentKey for the relation entity. This behaviour is inconsistant to the FormEngine resulting in wrong weird rendering resconstitution of 1:N relations. This patch sets the _localizedUid of the parent object (if set) as parentKey to the parentKeyFieldColumn. Resolves: #73726 Releases: master Change-Id: I47fa0f05eb46353f5b893fff07f0123325a0d515 Reviewed-on: https://review.typo3.org/46996 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Timo Pfeffer <pfeffer.timo+typo3@gmail.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Andreas Fernandez authored
Resolves: #82579 Releases: master Change-Id: I58165fff637ca72e921057e9441f6bc73f175808 Reviewed-on: https://review.typo3.org/56865 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Carsten Dietrich authored
Make the checkbox input field transparent, instead of hiding it completely, so it can still be accessed via keyboard. Use the :focus CSS pseudo-class to highlight the input label with a box shadow, similar to current text input fields. Resolves: #84936 Releases: master Change-Id: I9e176cea1517617c978f05b63d881ab6af99380f Reviewed-on: https://review.typo3.org/56871 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Jan Helke authored
Releases: master Resolves: #84817 Change-Id: Id3d2cc7c47c7ba3ff46b8689970a3c8490261802 Reviewed-on: https://review.typo3.org/56760 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- May 07, 2018
-
-
Christian Kuhn authored
* bamboo composer environment is a9.3.0@dev * Adapt a test result parsing to slightly changed git output in younger versions * Raise a timeout when installing introduction package in ac tests for less false positives. Resolves: #84944 Releases: master Change-Id: I3f0ec103985a96d05d4a42fab8edd92fad219114 Reviewed-on: https://review.typo3.org/56883 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
Put labels into the configuration description file to have everything in one place. With that in place, we can put the description directly into the configuration data that is prepared for the edit view. If we do so, we can get rid of the view helper and one method in the configuration service which only returned the labels. Resolves: #84938 Releases: master Change-Id: I12e5cf1ce3873d41789a52e41e6bac87da86cf9e Reviewed-on: https://review.typo3.org/56876 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- May 06, 2018
-
-
Benni Mack authored
The AJAX endpoints for the workspaces backend module on the PHP side still are 1:1 like the good old ExtJS times. In order to abstract and separate concerns in this area, and make the AJAX-based endpoints true PSR-7 compliant requests and responses, some cleanups are necessary. In this first step, the AbstractHandler is removed, as some methods can be removed or simplified in the child classes. Resolves: #84937 Releases: master Change-Id: If390d4b51d19059b18f579691371669c27a337d4 Reviewed-on: https://review.typo3.org/56872 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
The sort-subpages functionality available in the context menu of a page now also allows to sort by nav_title. This also fixes a typo ("create" instead of "crdate") and streamlines some templating functionality. Resolves: #84932 Releases: master Change-Id: I5a59745214c7cb1682e652efb865fcd949a0e413 Reviewed-on: https://review.typo3.org/56866 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Christian Kuhn authored
Some removed Page TSconfig related properties were still found in the t3editor tokenizer keywords file. Resolves: #84935 Releases: master Change-Id: I89cf78cc3dc33fb6528bb1f4dad3943288a9b226 Reviewed-on: https://review.typo3.org/56870 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stefan Neufeind authored
Minor-update 2.33 to 2.38 Command used: composer update enm1989/chromedriver Resolves: #84238 Releases: master, 8.7 Change-Id: Ic15ba59fb8706134c36b1ee36147272342440707 Reviewed-on: https://review.typo3.org/56129 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- May 05, 2018
-
-
Andreas Fernandez authored
The `grunt build` command copies icons of the icon repository into different locations. Since EXT:lang does not exist anymore, the icon of the former extension must not be copied into the now invalid location. The configuration is removed from the Gruntfile to avoid a re-creation of the extension directory. Resolves: #84931 Related: #84680 Releases: master Change-Id: I8387528ab074fab0a1e8a9bb492e69fa67490dce Reviewed-on: https://review.typo3.org/56864 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- May 04, 2018
-
-
Richard Haeser authored
It is now possible to use a new MetaTag API having managers to handle specific Meta Tag "families" like OpenGraph. You can use the API by TypoScript and from PHP. It will use the DependencyOrderingService to define the order of the managers. Besides the managers shipped by core, you can also add and register your own managers. Resolves: #81464 Releases: master Change-Id: I64f349c32e542087597f033eb48e4d218a5cd53c Reviewed-on: https://review.typo3.org/56738 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> Reviewed-by:
Richard Haeser <richard@maxserv.com> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Sybille Peters authored
Resolves: #84889 Releases: master Change-Id: Ied9640b8cf664086a5533b910e5ff2b1a2e6aece Reviewed-on: https://review.typo3.org/56824 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Fabien Udriot <fabien.udriot@ecodev.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Georg Ringer authored
Two new TypoScript conditions are added to check for the currently used site configuration of a Frontend Request. [site = identifier = angelo] [site = base = https://www.benni.com/] [siteLanguage = typo3Language = default] [siteLanguage = locale = de_CH.UTF-8] Resolves: #84760 Releases: master Change-Id: I6914211871de1cfc15c5ac0e4ed5ed2d245b39e8 Reviewed-on: https://review.typo3.org/56711 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
IP anonymizing improves the privacy of users and required as part of the GDPR. Resolves: #84781 Releases: master, 8.7, 7.6 Change-Id: Idd938136bed8f29e86b5e3e541c9fb8c9afd48ff Reviewed-on: https://review.typo3.org/56732 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:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Georg Ringer authored
Use proper HTML markup to improve readability. Resolves: #84912 Releases: master Change-Id: I384b5b048ed39cf0ebae017e7a2f1dbb1b52bc49 Reviewed-on: https://review.typo3.org/56848 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> 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:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Andreas Fernandez authored
This patch replaces the highly discouraged and deprecated `async: false` approach by promises to un-block the UI rendering of the browser. Resolves: #84898 Releases: master Change-Id: I630fef820784c33758e713e6121c575577af91ed Reviewed-on: https://review.typo3.org/56830 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Helmut Hummel authored
In the course of making TSFE request/response aware, we split the rendering preparations of TSFE into a PSR-15 middleware. This the first step to extract other parts, like redirecting to shortcuts/ mountpoints and sending http headers as well into middleware implementations. Resolves: #84909 Releases: master Change-Id: I704ae89a23c8e254574e19a78ecec363f182c747 Reviewed-on: https://review.typo3.org/56833 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Susanne Moog authored
To be able to easily log request specific information via the logging framework a new log writer has been introduced which writes into the TYPO3 runtime cache. Related: #84044 Resolves: #84894 Releases: master Change-Id: I0c868d775c9ffe4d4711338778cf6202200c575c Reviewed-on: https://review.typo3.org/56828 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jan Stockfisch <jan.stockfisch@googlemail.com> Tested-by:
Jan Stockfisch <jan.stockfisch@googlemail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- May 03, 2018
-
-
Markus Klein authored
Empty conditions `[]` always evaluate to false. Warn the user if such a condition is present. Resolves: #84911 Releases: master, 8.7 Change-Id: I499e64aad30e29fe3698c40fed57e1f1c87ce885 Reviewed-on: https://review.typo3.org/56835 Reviewed-by:
Robert Wildling <robertwildling@gmail.com> Tested-by:
Robert Wildling <robertwildling@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Riny van Tiggelen <info@online-gamer.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- May 02, 2018
-
-
Susanne Moog authored
The admin panel should be rendered as late as possible to display a mostly complete set of data. Relates: #84044 Resolves: #84893 Releases: master Change-Id: Ib06dbfed15318492247353275b079e2f03249fa5 Reviewed-on: https://review.typo3.org/56827 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:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Frank Naegler authored
This patch is a followup patch for the checkbox toggle switch changes. Labels are moved into correct positions and fixed in case of a wrong reference. Resolves: #84903 Releases: master Change-Id: Ic32055b0c88b70cafe680379bf0a405eda0e685d Reviewed-on: https://review.typo3.org/56832 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
Andreas Fernandez authored
The t3editor cache is now stored in the `assets` cache, as `cache_core` is discouraged for extensions. As the cache only needs to store JavaScript-based configuration, this is also a more appropriate cache. Resolves: #84875 Releases: master Change-Id: If77e6f91b4a540259fbd5b45a30ba441b110130c Reviewed-on: https://review.typo3.org/56811 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:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- Apr 29, 2018
-
-
Nicole Cordes authored
Resolves: #84890 Releases: master Change-Id: I41917d5d9feab62701da893c5c4c7ba08e5fbc58 Reviewed-on: https://review.typo3.org/56823 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Jan Helke authored
Releases: master Resolves: #84723 Change-Id: I4ed49cd7002fa8a0c002222c54249d714e91a379 Reviewed-on: https://review.typo3.org/56660 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- Apr 28, 2018
-
-
Susanne Moog authored
To be able to find out which signals are triggered during requests debug logging has been implemented in the SignalSlotDispatcher. Related: #84044 Resolves: #84888 Releases: master Change-Id: I2c25c51644e8294848f8f053908984d85c5a1e83 Reviewed-on: https://review.typo3.org/56822 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:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Apr 27, 2018
-
-
Benni Mack authored
All occurrences in the TYPO3 core have been replaced with Environment::getCurrentScript() in order to slowly migrate away from constants, and also detect dependencies to Environment related functionality easier. Resolves: #84883 Releases: master Change-Id: I5197020bb539d9471cfa2aa3c7a09fa4b1a7d83c Reviewed-on: https://review.typo3.org/56819 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Ingo Nolden authored
Some checkboxes are changed to new rendertype checkboxToggle. One checkbox is type => user and the rendering is adapted in the userFunc. Resolves: #84813 Related: #84793 Release: master Change-Id: Id61ee825d2bcf026ef39427bfdded88c90245cd1 Reviewed-on: https://review.typo3.org/56756 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:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Tom Warwick authored
This commit is intended to improve the language used in the Installer. [+] Review each paragraph and amend if required [+] Consistent buttons names [-] Remove unnecessary text that is not relevant to the installation process. Resolves: #84839 Releases: master Change-Id: I1288f3942214cc2687b8e5ef0d51f678f2d5bc23 Reviewed-on: https://review.typo3.org/56783 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Ingo Nolden authored
Some checkboxes are changed to new rendertype checkboxToggle. Resolves: #84829 Related: #84793 Releases: master Change-Id: I5862378e03dcd5c1c9e5e7ca510997d662c8ff69 Reviewed-on: https://review.typo3.org/56768 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:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
Ingo Nolden authored
Some checkboxes are changed to new rendertype checkboxToggle. One checkbox label (IPlockState) is added. Resolves: #84794 Related: #84793 Releases: master Change-Id: I6acc23d5e72e561e5cb84de84d73abe15a3839fd Reviewed-on: https://review.typo3.org/56741 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:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
Ingo Nolden authored
Some checkboxes are changed to new rendertype checkboxToggle. Four checkbox labels are added. Resolves: #84796 Related: #84793 Releases: master Change-Id: Icdda84d1682e87ceff404068be1ae97264a2efb2 Reviewed-on: https://review.typo3.org/56747 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:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
Ingo Nolden authored
Some checkboxes are changed to new rendertype checkboxToggle. Resolves: #84828 Related: #84793 Release: master Change-Id: Id6d0305a19e6bd82609dae8bf0817119bdf53a5c Reviewed-on: https://review.typo3.org/56767 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
Simon Gilli authored
The HMENU is extended to support the auto filling of the special.value with all languages defined for the current site. To each menu item the corresponding SiteLanguage is appended as array to be available at TypoScript. This menu processor utilizes HMENU to generate a json encoded language menu string that will be decoded again and assigned to FLUIDTEMPLATE as variable. Resolves: #84650 Resolves: #84775 Releases: master Depends: #Iabeeb6835a98c8f5a71d502379ed63a68dfad6dd Change-Id: I5b602256962deb47e89fc190401dc0281dc5ebb0 Reviewed-on: https://review.typo3.org/56597 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:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
- Apr 26, 2018
-
-
Benni Mack authored
One call to the ErrorController->pageNotFoundAction is missing the PSR-7 object, which is now added. Resolves: #84858 Releases: master Change-Id: Ie0339e055400a615f33dc3435c95e2a78875202f Reviewed-on: https://review.typo3.org/56796 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
In order to move away from using hard-coded constants, the Environment class method "isWindows" is used. Resolves: #84854 Releases: master Change-Id: I30bc72017d00caafe9dfef912c52044a6cd03338 Reviewed-on: https://review.typo3.org/56792 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:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Susanne Moog authored
composer command: - composer update typo3/testing-framework Resolves: #84882 Releases: master Change-Id: Ie6cfcf1417b095048cb9fec61ceffbf90ef03d9e Reviewed-on: https://review.typo3.org/56818 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Ingo Nolden authored
Checkboxes are changed to new rendertype checkboxToggle in the following files: sys_note sys_action This patch requires patch https://review.typo3.org/c/56736 Resolves: #84824 Related: #84793 Release: master Change-Id: I9985f78774574017ec1af616d8cd682875b8d875 Reviewed-on: https://review.typo3.org/56763 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Dirk Jüttner <dirk.juettner@gmail.com> Tested-by:
Dirk Jüttner <dirk.juettner@gmail.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-