- Oct 15, 2015
-
-
Michael Oehlhof authored
Make sure we deal with the correct view class before accessing any members of it. Resolves: #70728 Releases: master Change-Id: I0cd8c2d775f7c0fd7202b314f1fc3ce3c71b58dc Reviewed-on: http://review.typo3.org/44070 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Marcus Schwemer <ms@schwemer.de> Tested-by:
Marcus Schwemer <ms@schwemer.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Michael Oehlhof authored
During implementation of the ModuleTemplate API for ext:beuser, the changes for the access module were only half done. Resolves: #70724 Releases: master Change-Id: Id6557576f9e78a30706e88e3ed170eae0d42cb78 Reviewed-on: http://review.typo3.org/44066 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Michael Oehlhof authored
Removed the avatar. Resolves: #70777 Releases: master Change-Id: Id5cf074579747daf72748635441531a6824e63c2 Reviewed-on: http://review.typo3.org/44092 Reviewed-by:
Marcus Schwemer <ms@schwemer.de> Tested-by:
Marcus Schwemer <ms@schwemer.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Helmut Hummel authored
* Remove not needed initialization * Remove not needed mock * Fix name of a method that must be mocked Resolves: #70778 Releases: master Change-Id: I579feae7fedde190980758563c87116e695efd92 Reviewed-on: http://review.typo3.org/44093 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Georg Ringer authored
Move the module template initialization where it is clear that the BE user really has access to the page. Additionally clean up other mistakes in the code. Change-Id: I9977c966ef1f9b892b53d73c784d27ca1c5fc006 Resolves: #70758 Releases: master Reviewed-on: http://review.typo3.org/44077 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Marcus Schwemer <ms@schwemer.de> Tested-by:
Marcus Schwemer <ms@schwemer.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Markus Klein authored
Fix unit tests. Resolves: #70689 Releases: master Change-Id: Iff962536f565556d1579b34bdea26e82b149bcff Reviewed-on: http://review.typo3.org/44091 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>
-
Eric Chavaillaz authored
When calling page.inlineLanguageLabel in TypoScript, it results with a fatal error in the frontend because in PageRenderer there is no check of the TYPO3 mode. Resolves: #70681 Releases: master Change-Id: I3b2e9bf28bcfce799fb3b90fa404d6b6986ce464 Reviewed-on: http://review.typo3.org/44048 Reviewed-by:
Marcus Schwemer <ms@schwemer.de> Tested-by:
Marcus Schwemer <ms@schwemer.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Helmut Hummel authored
In composer mode, we must not register class loading information on extension activation. It could make the extension work for one request, but then fail in following requests, if the class loading information is not properly provided by the extension or the extension was not installed via composer. Resolves: #70689 Releases: master Change-Id: Ic039914e1f81b2c5d038530bfd994f176aa37501 Reviewed-on: http://review.typo3.org/44057 Reviewed-by:
Alexander Grein <alexander.grein@gmail.com> Tested-by:
Alexander Grein <alexander.grein@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Frans Saris authored
The DragUploader is now initialized by the requireJs callback option. Each "Add online media by Url" button is initialized by first click. Resolves: #70326 Releases: master Change-Id: I5011aefa01488e073e0367ebbae1c0c615c700fd Reviewed-on: http://review.typo3.org/43766 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Nicole Cordes authored
This patch introduces a new option "showIconTable" for select fields with renderType "selectSingle". Furthermore it removes the functionality for old options "noIconsBelowSelect" "foreign_table_loadIcons" and "suppress_icons". The advantages is to have only one option which controls the visibility of the icon table instead of having multiple ways. A migration wizards sets the new property according to the old behavior and generates deprecation messages for the tables and fields using old options. Core TCA definitions are adjusted to use the new option. The language fields are changed to show the icon table by default. Resolves: #70033 Releases: master Change-Id: I611cd50233255bbe35a371efac1f59dc086aa73e Reviewed-on: http://review.typo3.org/43933 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Anja Leichsenring authored
Inline child records can receive default values from their parent. This option is now respected again. Change-Id: Iaa3dbf3497d8afd0b271619847e79c8cf8ba17b6 Resolves: #70597 Releases: master Reviewed-on: http://review.typo3.org/43993 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Andreas Fernandez authored
The avatar JavaScript is still bound to the unused DocumentTemplate. Adjust the assignment to use ModuleTemplate instead. Resolves: #70736 Releases: master Change-Id: Ief44484dd95c4e9ce5e9c9c4607286b54343e10e Reviewed-on: http://review.typo3.org/44075 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Zsolt Molnar <zsolt.molnar@arxia.com> Tested-by:
Zsolt Molnar <zsolt.molnar@arxia.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Markus Klein authored
Also remove useless closures and public exposure of modules, which are not used via the TYPO3 global. Moreover use single quotes for 'use strict' consistently. Resolves: #70601 Releases: master Change-Id: If7183f91a5b9fab320cea8eb1759e78b47141984 Reviewed-on: http://review.typo3.org/43999 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>
-
Frans Saris authored
Resolves: #70603 Releases: master Change-Id: I5a60cc864859ea37427173b9a3a30dccdb3b7654 Reviewed-on: http://review.typo3.org/44000 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Marcus Schwemer <ms@schwemer.de> Tested-by:
Marcus Schwemer <ms@schwemer.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Georg Ringer authored
If typeicon_classes is used, the iconFile is not required. Furthermore using an icon identifier instead of a file in iconFile triggers an entry in the deprecation log and a wrong TCA migration. The identifiers are not used anywhere else and can be removed in the IconRegistry. Change-Id: Ib6df3566e9b23d59cab730cc1246affe84891929 Resolves: #70678 Releases: master Reviewed-on: http://review.typo3.org/44042 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andreas Fernandez authored
Fix the AJAX route name in the Icons.js module. Resolves: #70583 Releases: master Change-Id: I1ce12aecc8aeac13e6d29af0b424ba2614f97504 Reviewed-on: http://review.typo3.org/44074 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>
-
Andreas Fernandez authored
Rename route identifier and route, because GET is used implicitly. Resolves: #70583 Releases: master Change-Id: If43f118ecae8e2568b3ecbb2800f509fc7f8189c Reviewed-on: http://review.typo3.org/44072 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Oct 14, 2015
-
-
Mark Houben authored
Releases: master Resolves: #70406 Change-Id: I5922ad4dc8444f644d1eb6865eeeb9dffdd4d8a5 Reviewed-on: http://review.typo3.org/43971 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> 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>
-
Andreas Fernandez authored
A new JavaScript-based icon API is introduced with this patch. As first step, some spinner icons used in the topbar items are replaced with the icon API. Resolves: #70583 Releases: master Change-Id: I24c0649df5ddce2eb8f3191137a01fa7db29209a Reviewed-on: http://review.typo3.org/43961 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org>
-
Andreas Fernandez authored
Use Promise objects in Recycler to handle dependencies between multiple AJAX requests. This drops the deprecated and blocking ``async: false`` setting. Thus, the client side performance of the recycler is heavily increased. Resolves: #70674 Releases: master Change-Id: Idada49773e560793a6e8e1cc574b26a97d22c6ce Reviewed-on: http://review.typo3.org/44039 Reviewed-by:
Markus Klein <markus.klein@typo3.org> 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:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
Xavier Perseguers authored
The use of the '@' symbol while including an extension update script may result into a PHP fatal error being totally muted which in turn results into a blank screen. This happens when a legacy extension is extending t3lib_SCbase in its update script and EXT:compatibility6 is not loaded. Having a white screen and no log entry makes it really hard to understand where the error comes from. The Install Tool does not help either since the check for broken extensions only tries to include ext_tables.php and ext_localconf.php. Change-Id: I9078882e10739309ac160f4ac5a0dfcfd49fbba1 Resolves: #70697 Releases: master Reviewed-on: http://review.typo3.org/44059 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
Nicole Cordes authored
This patch introduces an API which does all necessary setup steps for an extension without activating it or clearing the caches. This is useful in deployment scenarios as well as enhancing the composer usage experience. The patch * adds an own cache for available extension information in ListUtility * decouples the function to retrieve basic extension information * adds an api method to setup an extension Resolves: #70606 Releases: master Change-Id: I7b535cf0a17cfa7c6c68ed67486ce04a5cabbfc0 Reviewed-on: http://review.typo3.org/44011 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Nicole Cordes authored
If the composer mode is activated, the Extension Manager is set to offline mode. Downloading extensions from TER and uploading extension files is disabled. Resolves: #70605 Releases: master Change-Id: Idb116d7b4b0b9cafa625116e9caadd4c7c37b922 Reviewed-on: http://review.typo3.org/44025 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Frans Saris authored
Cancel button of the confirm modal missed the btn-default class. Resolves: #70277 Releases: master Change-Id: I6b23f828524f824184b09948c3ed3216ec4dba7d Reviewed-on: http://review.typo3.org/44045 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:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Mathias Schreiber authored
Resolves: #70572 Releases: master Change-Id: I1c7f3ae81d91e18b89d37a14f32209e4af9c33f0 Reviewed-on: http://review.typo3.org/44030 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Frans Saris authored
When pressing ENTER in the input field, the button to process the field is triggerd now. The OK button of the error modal is now focussed by default. Resolves: #70680 Releases: master Change-Id: Ib056c5754a591e9b8b19b94cb338e75218a8bdca Reviewed-on: http://review.typo3.org/44046 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Stephan Großberndt authored
Pass info that a specific field is processed to BackendUtility::getFlexFormDS() so hooks registered there (e.g. EXT:gridelements) receive the field name. Resolves: #69301 Releases: master Change-Id: I9b8438e5c272902bd6b07c97d2e5335bff97da16 Reviewed-on: http://review.typo3.org/43758 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
AndreasA authored
FormEngineValidation currently destroys the input date from datepicker. In order for the date & times to be handled correctly. We need to parse the values correctly (some bugs during refactoring to FormEngineValidation) and afterwards reformat the value so that when DatePicker resolves the value it is in the correct format. Change-Id: I7d40cd2243977999537b76176b59d58829c0ef6b Resolves: #70161 Resolves: #68907 Releases: master Reviewed-on: http://review.typo3.org/43614 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Josef Glatz authored
Bring back functionality for checkboxes "Extended view", "Show clipboard" and "Localization view". Releases: master Resolves: #70670 Change-Id: I7c605f959842fc92b9dbffbd9680db214f3fc186 Reviewed-on: http://review.typo3.org/44035 Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Georg Ringer authored
A typo in the definition of the field "usergroup" leads to an entry in the deprecation log. Change-Id: I571edd4b6bd6680653f13b9d0de84d4107ff142a Resolves: #70672 Releases: master Reviewed-on: http://review.typo3.org/44036 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Oct 13, 2015
-
-
Markus Klein authored
Resolves: #70664 Releases: master Change-Id: I0af0541fc051b998869b28230cc35ad28fd233f5 Reviewed-on: http://review.typo3.org/44033 Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Michael Oehlhof authored
Resolves: #70360 Releases: master Change-Id: Iabdc4d95372acebfc6357430bc6d1357493dc93d Reviewed-on: http://review.typo3.org/43870 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Frans Saris authored
Resolves: #70609 Releases: master Change-Id: I228d9b7fc84a037282ca8c9441f64aeb3339bd73 Reviewed-on: http://review.typo3.org/44003 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> 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>
-
Mathias Schreiber authored
With the introduction of Help- and Shortcut Buttons Web->List needed to be adapted to make use of them. Also CGL errors have been corrected. Resolves: #70649 Releases: master Change-Id: Iba0724256dbd2f9d31224ab0a3f779101366290f Reviewed-on: http://review.typo3.org/44029 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Mathias Schreiber authored
With the introduction of the new Button types HelpButton and ShortcutButton we no longer need to use FullyRenderedButtons in the core thus changing all old code to use the new Button types Resolves: #70653 Releases: master Change-Id: Ie89cc2e2154af9a117f084ec8551192ffe4d6ef9 Reviewed-on: http://review.typo3.org/44032 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Mathias Schreiber authored
Just because a user may not store shortcuts it seems a bit drastic to declare the button invalid thus triggering an exception. This has been fixed now. Resolves: #70651 Releases: master Change-Id: I8f8848501926c8c7a9445e0d59b3ff865d005791 Reviewed-on: http://review.typo3.org/44031 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Allacher <andreas.allacher@gmx.at> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Andreas Allacher <andreas.allacher@gmx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Mathias Schreiber authored
Switching from DocumentTemplate to ModuleTemplate removed the inline Javascript that generated the jumpToUrl function. We reimplement it in this controller only. Resolves: #70625 Releases: master Change-Id: Ibb4e900e8c635dbe92fcc550d6e639d6341a87bb Reviewed-on: http://review.typo3.org/44013 Reviewed-by:
Josef Glatz <jousch@gmail.com> Tested-by:
Josef Glatz <jousch@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Bouche <andreas.bouche@flagbit.de> Tested-by:
Andreas Bouche <andreas.bouche@flagbit.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de>
-
Frans Saris authored
Change-Id: I44ae88c834d385f514e2082f11f4c50ebb15ce57 Releases: master Resolves: #69877 Reviewed-on: http://review.typo3.org/43868 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
- Oct 12, 2015
-
-
Markus Klein authored
Resolves: #70631 Releases: master Change-Id: I84b1e0e0aad65a2c97b3a4b435d09fbcf96a2af6 Reviewed-on: http://review.typo3.org/44015 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Josef Glatz <jousch@gmail.com> Tested-by:
Josef Glatz <jousch@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Helmut Hummel authored
Resolves: #70632 Releases: 6.2, master Change-Id: I3ecbc2dd887789866512d4fc4aa7d0913b49fd0d Reviewed-on: http://review.typo3.org/44016 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-