- Sep 27, 2015
-
-
Michael Oehlhof authored
Write unit tests for ContentObjectRenderer->stdWrap_trim() and ContentObjectRenderer->stdWrap_intval() Resolves: #70131 Releases: master Change-Id: I37cb632c2a2aad284d5ec42cff500e14d022fcd8 Reviewed-on: http://review.typo3.org/43590 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Michael Oehlhof authored
Write unit tests for ContentObjectRenderer->stdWrapValue() Resolves: #70130 Releases: master Change-Id: Idd9abae877d456ec6ed42b5da058dc551aedbb77 Reviewed-on: http://review.typo3.org/43589 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Michael Oehlhof authored
Write unit tests for ContentObjectRenderer->stdWrap_ifEmpty() Resolves: #70128 Releases: master Change-Id: I4bafd4cf162a16fe6550a5b4a8d29d065b202cc3 Reviewed-on: http://review.typo3.org/43582 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
- Sep 26, 2015
-
-
Helmut Hummel authored
With the old class loader it was possible for extension authors to register several classes in an ext_autoload.php file. This possibility was completely removed with introduction of composer class loading. In composer mode, one can fully benefit from composer and its class loading options. However TYPO3 installations in non composer mode (extracted and symlinked archive of sources), lack this functionality completely. It could however be useful to have that for some edge cases or legacy code, without completely relying on a full scan for classes in the complete extension directory (when no new class loading info is found at all), which can be an issue of its own. With this change it is also possible to define a "classmap" section in the composer.json or ext_emcomf.php file. Resolves: #70078 Releases: master Change-Id: I86f65fbb479eb46160ecef3a547a91e453ee5764 Reviewed-on: http://review.typo3.org/43523 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Ralf Zimmermann authored
Check if compatibility6 is loaded if typoscript "useDefaultContentObject" is set. Resolves: #69195 Releases: master Change-Id: Ie1ae530260d6057904a7ed4be2daf573cb358bd0 Reviewed-on: http://review.typo3.org/43472 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Jan Runte authored
If an exit code is defined in CliResponse an exception is thrown which contains the exit code as exception code. The exception will be catched in CliRequestHandler::handleRequest and the exception code will then be used as exit code. Change-Id: I0c45e55531409d69c6cc6fe4888f97b5f117cef4 Resolves: #58781 Releases: master Reviewed-on: http://review.typo3.org/42291 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Wouter Wolters authored
Resolves: #48935 Releases: master Change-Id: Ibbd57f0f140606ceb1bd64da93ef93cb316a1336 Reviewed-on: http://review.typo3.org/43576 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> 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>
-
Nicole Cordes authored
Instead of encrypting the visible field, the value of the hidden field for rsa input fields have to be encrypted. Resolves: #70118 Releases: master Change-Id: I369a81d8168cda33097c4e1d3a0b86d96503e4bc Reviewed-on: http://review.typo3.org/43581 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Markus Klein authored
There is no Classes folder anymore in t3skin, hence no autoloading can take place. Remove the reference in the composer.json Resolves: #70123 Releases: master Change-Id: I9b9dd3a79b9b40980f7732daa5ad98aa812e1ae1 Reviewed-on: http://review.typo3.org/43579 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Sep 25, 2015
-
-
Nicole Cordes authored
If the processed file object is marked configured to use the original file we have to ensure the right storage is used when creating the publicUrl. Resolves: #69833 Releases: master, 6.2 Change-Id: Iba0b4c7b8ef8b65cceae86ada0a7c7e85f338fdf Reviewed-on: http://review.typo3.org/43364 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Mathias Brodala authored
This uses a modal dialog to confirm refresh after a change to a field with requestUpdate/onChange=reload. Resolves: #69828 Releases: master Change-Id: I16697b52ea01d56881a62f9a850e8b32e4af692f Reviewed-on: http://review.typo3.org/43331 Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
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>
-