- Sep 25, 2015
-
-
Nicole Cordes authored
This patch cares about overrideVals which might be set. They have to be added to the database record information and should turn the field into a hidden input element. Resolves: #70058 Releases: master Change-Id: I116177e5bdf3511621842221dd7289446337cd0c Reviewed-on: http://review.typo3.org/43441 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Klein authored
Frontend must not define a non-existing default value. CSC and FSC define their correct respective defaults now. Resolves: #70121 Releases: master Change-Id: Icf604efb3d4949a2dc11f310feba18e03f506530 Reviewed-on: http://review.typo3.org/43574 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Markus Klein authored
The new record preserves the ctype of the current record. Resolves: #70120 Releases: master Change-Id: I3e809f0cdcbcc5d091f447d4ffad83c9e6d88377 Reviewed-on: http://review.typo3.org/43573 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
Inline elements within flex forms do not differ from "normal" inline relations on DB side. For inline relation handling it looks like a direct table to table connection, even if the connect data is stored within xml. The resolve logic triggered by the inline process data provider thus needs table name and uid of the "parent" record to resolve inline elements correctly. Change-Id: I06a97221cadb9ac772494f8e8d9045c41a50d305 Resolves: #69867 Releases: master Reviewed-on: http://review.typo3.org/43482 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Sebastian Michaelsen <michaelsen@t3seo.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Nägler authored
Resolves: #70114 Releases: master Change-Id: Ib6cdd6bd61a65e9018bd55ea4055456348d1251a Reviewed-on: http://review.typo3.org/43567 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
When making a copy of a system extension and place the copy in typo3conf/ext, the package manager is capable of loading the copy instead of the original extension. However the path of the classes would still be wrong. To support this feature properly, we need to create class maps of the new location to override the already registered maps. For this to work the package type needs to be changed from "typo3-cms-framework" to "typo3-cms-extension" in composer.json of the copied system extension. Resolves: #70077 Releases: master Change-Id: I77168b8957e7b5658ce710f13dedf258474b040b Reviewed-on: http://review.typo3.org/43522 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Ralf Zimmermann authored
Resolves: #70091 Releases: master Change-Id: I2a4cfde8ca80cdb57955646eccf071f32e0785f2 Reviewed-on: http://review.typo3.org/43537 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andreas Allacher authored
If a select field has an MM table like sys_category_record_mm it is necessary to parse the field value even if maxitems = 1 Furthermore, this really fixes #69836 as that was actually only a workaround. Resolves: #70081 Relates: #69836 Releases: master Change-Id: I13c286048d666fa196d5dc83a72a3612090c4e25 Reviewed-on: http://review.typo3.org/43531 Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Andreas Allacher authored
FormEngineValidation configuration was not added in SelectTreeElement therefore minitems was not validated. Change-Id: I38fcf1f20c5eeed667bea96130d4295a56790888 Resolves: #70084 Releases: master Reviewed-on: http://review.typo3.org/43532 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>
-
Anja Leichsenring authored
composer install issues a warning about composer.lock not being in sync with composer.json. composer update nothing brings things back in balance. Change-Id: Ibd8b4a0bf22eebf49d79eaecf7fb124c832568cd Resolves: #70117 Releases: master Reviewed-on: http://review.typo3.org/43568 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Andreas Fernandez authored
The "Creating a new task" manual renders a coding hint on the top due to invalid markup. Remove a duplicated line to fix this issue. Resolves: #70119 Releases: master Change-Id: I1aab10399597478989f11ad5244292a73853151c Reviewed-on: http://review.typo3.org/43571 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>
-
Daniel Siepmann authored
Update the extension documentation to provide information about possible options that can be provided while calling the scheduler script via command line interface. Resolves: #38506 Releases: master Change-Id: I8372ec3ea83f8a18a05d0bb64e461341034fade0 Reviewed-on: http://review.typo3.org/43565 Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Patrick Broens authored
With EXT:fluid_styled_content CE image and textpic is dropped in favor of CType textmedia. This change introduces an Upgrade Wizard to migrate all existing text, image and textpic CE to type textmedia. Resolves: #67954 Releases: master Change-Id: Ie86812718e34026ed3f00121c510d386b5bcdff6 Reviewed-on: http://review.typo3.org/40960 Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.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 Allacher authored
Because the label field contains the hidden and the checkbox field it was impossible to select the checkbox in IE. The hidden field has been moved outsie the label to ensure the checkbox can be selected. Change-Id: If3c267e61ee76c446130aef7b489e0703fa65cc8 Releases: master Resolves: #70061 Reviewed-on: http://review.typo3.org/43530 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>
-
Benjamin Mack authored
Simply remove the JavaScript parameters to open the window in a tab, not a popup. Resolves: #50364 Releases: master Change-Id: Ib473e1b94ebcfa79a69f271cfbe62cbe85fdf7c1 Reviewed-on: http://review.typo3.org/43535 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Stephan Großberndt authored
The patch http://review.typo3.org/40693 introduced a regression by replacing a count() check on a countable object with a !empty() check, which lead to failing validations for objects of the same type. Since getBaseValidatorConjunction() returns either an object or NULL check for NULL instead and make the countable call explicit. getBaseValidatorConjunction() doesn't have a second parameter in the backport, thus remove that parameter. Resolves: #70017 Related: #67786 Releases: master Change-Id: I141ecb0b14f6dcebc2908a27009abc0c3f3ccf75 Reviewed-on: http://review.typo3.org/43564 Reviewed-by:
Torben Hansen <derhansen@gmail.com> Tested-by:
Torben Hansen <derhansen@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Morton Jonuschat authored
When creating new records the Inline data provider tries to resolve child records for a NEWhash uid, leading to RelationHandler returning all possible children. Skip resolving children for records that have a NEWhash local UID. Resolves: #70102 Releases: master Change-Id: I96ac6188cfe360fdee949a38c5eaf25cb6698c5d Reviewed-on: http://review.typo3.org/43562 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Oliver Hader authored
Depending on the loading order of the extensions compatibility6 and form, backend configurations are overridden. The behavior should be that ext:form takes precedence over ext:compatibility6. Resolves: #70039 Releases: master Change-Id: I835a2a2c2ce36c6f94013f0d0bcad4825f5ed819 Reviewed-on: http://review.typo3.org/43500 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Ralf Zimmermann authored
Change partial="{model.childElements}" to partial="{element.partialPath}" in the plain mail postProcessor partials. Resolves: #69971 Releases: master Change-Id: I445d888db85766f844f6bd4c5988e0ddc8542629 Reviewed-on: http://review.typo3.org/43538 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Andreas Allacher authored
Currently if one uses IE (at least IE11) and there are two tabs then switching from the first to second and back would result in the fields being unselectable / unchangeable. Setting the width of the hidden tab content to 0 ensures they are usable. Change-Id: Ie2792ab85b7dc868d765567f02e6068722b149e1 Resolves: #70062 Releases: master Reviewed-on: http://review.typo3.org/43529 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>
-
Georg Ringer authored
Migrate the translations to the files where those belong Change-Id: I999fa1ad32afbbb6e33a5b0cc48a3ac9a8515eeb Resolves: #68855 Releases: master Reviewed-on: http://review.typo3.org/42393 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Nicole Cordes authored
A new unnecessary function was introduced with https://review.typo3.org/42283/. To have a cleaner code we should stick to the functionality we already have and don't do think twice. Resolves: #70101 Releases: master Change-Id: I591ceb7a4e42b191aacb89add850fe996660d1e0 Reviewed-on: http://review.typo3.org/43560 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Frank Nägler authored
Resolves: #29531 Releases: master Change-Id: Ia1e800c8fe24fc53ea959549c9d707b949cf0aa2 Reviewed-on: http://review.typo3.org/43561 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>
-
Ralf Zimmermann authored
Changes the deprecation log messages to be more understandable. Resolves: #70011 Releases: master Change-Id: I0ae03e7d3ed297e20fe2a226f4a4e5bea5ab2dc2 Reviewed-on: http://review.typo3.org/43539 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Andreas Fernandez authored
The extension list is now completely hidden during a repository update. Also, the form submit logic has been adjusted and the splash screen text now shows a spinner icon again. Resolves: #70098 Releases: master Change-Id: I2f01c2e5b4a174e79af67500cf7275ba365409ab Reviewed-on: http://review.typo3.org/43557 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Resolves: #68366 Releases: master Change-Id: I2ad5683d27448c5100c0deb9b9a1be5a1565a919 Reviewed-on: http://review.typo3.org/43542 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
The default trigger action defined by Bootstrap is "hover focus", which keeps the tooltip active when the button is focused, e.g when that button opens a popup on click. Switch the trigger behavior to "hover" to hide the tooltip after clicking a button. Resolves: #69793 Releases: master Change-Id: I7a4b4c909d47a50c4c884602c8f39cdfe7f54317 Reviewed-on: http://review.typo3.org/43559 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Josef Glatz authored
Remove duplicated language string within sysext:filelist/Resources/Private/Language/locallang.xlf Related: #70099 Releases: master Change-Id: Ibbe8cec7a7b99b13a5eb32683c97388cc9058693 Reviewed-on: http://review.typo3.org/43558 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Wouter Wolters authored
Resolves: #70088 Releases: master Change-Id: Ifcaa88838d1d87c8942021ca736a4f20bc798fa9 Reviewed-on: http://review.typo3.org/43541 Reviewed-by:
Josef Glatz <jousch@gmail.com> Tested-by:
Josef Glatz <jousch@gmail.com> 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>
-
Sascha Egerer authored
The Enumeration implementation of InformationStatus provides a mapStatusToInt() method that must expect a InformationStatus instance as parameter instead of a string. The method mapStatusToInt() has also been replaced by "isGreaterThan" as a comparison method fits better into the enumeration usage. This change is breaking but should not really break anything as it was introduced in 7.4 and only used at one place in the core. Change-Id: I84548ba291360d1b20a607fa1e5149b95ca93bda Resolves: #69224 Releases: master Reviewed-on: http://review.typo3.org/42804 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Tested-by:
Sascha Egerer <sascha@sascha-egerer.de>
-
Daniel Goerz authored
Change-Id: I33173d126d3e648801cc5d331536358374469781 Releases: master Resolves: #70090 Reviewed-on: http://review.typo3.org/43534 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Sep 24, 2015
-
-
Wouter Wolters authored
The global is not set anymore with a module name. Replace it were needed. Resolves: #70092 Releases: master Change-Id: If051d70a6b4fad8550d4e070272a616e32f636cf Reviewed-on: http://review.typo3.org/43540 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Helmut Hummel authored
This is important to not have overhead in autoload generation in non composer mode. The classes for this extension are registered in composer.json of typo3/cms so they can be skipped when generating additional class maps in non composer mode. They are skipped once we change the package type to typo3-cms-framework Resolves: #70085 Releases: master Change-Id: I97747b84073d358a37c066e2110b7b2d5431d587 Reviewed-on: http://review.typo3.org/43528 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
The FormInlineAjaxController expects a different array structure for RequireJS modules as FormResultCompiler does, which is incompatible to each other. Adopt the resolution of FormResultCompiler to fix JavaScript errors and load modules properly. Resolves: #69647 Releases: master Change-Id: I2f2730e7c482dbc4722791b995a88c3c1138385a Reviewed-on: http://review.typo3.org/43505 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> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Andreas Fernandez authored
$MCONF['name'] is not defined in the "Page" module, replace it $this->moduleName, being "web_layout". Resolves: #70065 Releases: master Change-Id: Iee3e69fbdbc434f9a7971b52089ffd694ab2e402 Reviewed-on: http://review.typo3.org/43518 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>
-
Frank Nägler authored
Resolves: #70064 Releases: master Change-Id: I875c2a8031550a4fcbc7b1dc73ed6d4a78e4687e Reviewed-on: http://review.typo3.org/43510 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>
-
Frank Nägler authored
This patch fix the wrong generated CSS in last patch. Resolves: #69987 Releases: master Change-Id: I3af497d57e632b3aa711297979a2b65c0d6c6a3d Reviewed-on: http://review.typo3.org/43517 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Michael Oehlhof authored
Without this patch the collapsed record occupied the same size as the expanded record. Resolves: #69987 Releases: master Change-Id: I0deb660c4761ab8226f2cd5b57f720ab70f2b1c2 Reviewed-on: http://review.typo3.org/43450 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Loek Hilgersom <loek@netcoop.nl> Tested-by:
Loek Hilgersom <loek@netcoop.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
Fixed a typo in the documentation. Releases: master Change-Id: I96a47c2dd0ef2c3983d4cd2aeb5fe4554c99920d Reviewed-on: http://review.typo3.org/43516 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Michael Oehlhof authored
Resolves: #70003 Releases: master Change-Id: I52ada3bf59e02e279a6a22c6440c6303204a8770 Reviewed-on: http://review.typo3.org/43514 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>
-