- Oct 29, 2015
-
-
Andreas Fernandez authored
Do not show the path on the upper right of a module if there is no record information. Resolves: #70510 Releases: master Change-Id: I234a18d83a6553adbd6db12786446a11da96effa Reviewed-on: https://review.typo3.org/44357 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Sebastian Fischer authored
If a translated parent record has inline childs its now possible to translate new childs of the translation parent of parent record. For example if a tt_content element has new images added to the default language its now possible to add the translation for the image reference in the translated content element. Resolves: #70880 Releases: master Change-Id: I6c19aaa9238232d0076509ce92fe84552fd69c18 Reviewed-on: https://review.typo3.org/44338 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
Currently, if EXT:cshmanual is not installed, an empty help button gets rendered. This patch changes the return value of BackendUtility::wrapInHelp() and checks for an empty string in HelpButton. Resolves: #71129 Releases: master Change-Id: Ifec1b1b6f1289223fc2a453b88267fce4fb2c5a5 Reviewed-on: https://review.typo3.org/44355 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>
-
Oliver Hader authored
Frontend previews triggered using the context menu of the page-tree are causing an exception concerning an "invalid CSRF token". The reason for this is that URL loaded in the context menu are delivered via ExtDirect and thus are encoded for a JavaScript context. Ampersands are encoded as well, using the unicode serialization in JSON ('\u0026'). This issue is solved by decoding the value again and thus resolve the expected URL to be delivered as XHR result. Resolves: #69021 Releases: master Change-Id: I5836ae0f3d461f6e3a091c783b9fccd4412eaffb Reviewed-on: https://review.typo3.org/44297 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>
-
Mathias Schreiber authored
Extracted the target check into a dedicated method Resolves: #69728 Releases: master Change-Id: I24826cd8896444406066b93ffae330c22f933645 Reviewed-on: https://review.typo3.org/44352 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>
-
Morton Jonuschat authored
The handling of select form elements with renderType "selectTree" has been cleanly separated into a dedicated pair of element renderer and data provider. Methods used by the default select item provider as well as the tree item provider have been moved into the AbstractItemProvider, the usage of the AbstractItemProvider class has been cleaned up and is now limited to data providers that deal with items. Preparing the javascript for the tree rendering has been moved into a dedicated method in the SelectTreeElement. TcaSelectTreeItemsTest only covers the special data parsing/preparation needed for the tree display, all common test cases for select item handling are covered in TcaSelectItemsTest which covers the methods provided by AbstractItemProvider. Resolves: #69728 Releases: master Change-Id: Idabb99263fe8dc860e4ec19c26a8cfe5b5a61fa3 Reviewed-on: https://review.typo3.org/43252 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Mathias Schreiber authored
In order to make the exclude field lists shorter and easier to manage, we collapse checkbox groups with headers. Resolves: #71122 Releases: master Change-Id: I5b3cf30619f69b6592efbf926e529b3e9eb1e1a7 Reviewed-on: https://review.typo3.org/44349 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> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
Michael Oehlhof authored
Resolves: #71013 Releases: master Change-Id: I22f16df64871c9dc6783509b8eae45965b191c66 Reviewed-on: https://review.typo3.org/44275 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>
-
Oliver Hader authored
Since the backend DebugConsole has been rewritten in jQuery, references to the old ExtJS variant can either be removed or adjusted to work with the new DebugConsole. Resolves: #71055 Releases: master Change-Id: Ic4eddafdf1a767101e921d5ca5a85f87a66a9983 Reviewed-on: https://review.typo3.org/44303 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Eric Chavaillaz authored
Resolves: #71115 Releases: master Change-Id: If7aa0e242c96f3f31db9fc67c6450b86fb0546c6 Reviewed-on: https://review.typo3.org/44344 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
- Oct 28, 2015
-
-
Zsolt Molnar authored
Resolves: #36166 Releases: master Change-Id: Ifee71aca46e39842a1fcecc97d905dbddac53aa5 Reviewed-on: https://review.typo3.org/44289 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Zsolt Molnar <zsolt.molnar@arxia.com> Tested-by:
Zsolt Molnar <zsolt.molnar@arxia.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Christian Kuhn authored
getDynamicTabMenu() from DocumentTemplate is one of the last pieces where FormEngine indirectly calls PageRenderer to load JS stuff instead of returning those via the return structure of FormEngine. This leads to missing JS if tabs are added via ajax dom modification and parent has none yet. The patch copies parts of the code to the FormEngine, re-uses the template, but strips the method down to FormEngines need. As a result getTabMenuId() can be deprecated in DocumentTemplate and removed in ModuleTemplate. The patch then re-routes other usages of getDynamicTabMenu from DocumentTemplate to ModuleTemplate, removes another obsolete parameter in there and deprecates the method in DocumentTemplate. Resolves: #69729 Releases: master Change-Id: Ibb94f036d052d5bb9eb4b85efb434b8a05c7755e Reviewed-on: https://review.typo3.org/44269 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.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>
-
Jan Helke authored
To mitigate the dependencies to DocumentTemplate, the method issueCommand() was moved to BackendUtility and given the speaking name getLinkToDataHandlerAction(). Resolves: #65728 Releases: master Change-Id: Ie38108bbf97c4d44329f68b3a262af7e97166a86 Reviewed-on: https://review.typo3.org/44329 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Gernot Schulmeister <gernotschulmeister@gmx.at> Tested-by:
Gernot Schulmeister <gernotschulmeister@gmx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Benjamin Mack authored
Resolves: #71074 Releases: master Change-Id: I07661f66dbd14cf2747c96710ec0bef9bc72ed58 Reviewed-on: https://review.typo3.org/44319 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Benni Mack <benni@typo3.org>
-
- Oct 27, 2015
-
-
Boris Schauer authored
If labels on the crop buttons are too long or if there are more buttons then the btn-group breaks the view. Resolves: #69991 Releases: master Change-Id: Ie0e01eeb351aa5a3fed4c67beab32b4acb63e557 Reviewed-on: https://review.typo3.org/43453 Reviewed-by:
Andreas Bouche <andreas.bouche@flagbit.de> Tested-by:
Andreas Bouche <andreas.bouche@flagbit.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Oct 26, 2015
-
-
Frank Nägler authored
This patch set the icon color for colored buttons to white instead of black. And fix it for the clipboard clear button. Resolves: #71032 Releases: master Change-Id: Ie145388430477dc17fba520e0dd6089db67bdf23 Reviewed-on: https://review.typo3.org/44283 Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Nägler authored
Resolves: #71016 Releases: master Change-Id: I104615227758379ec039619d59b81c54833de43b Reviewed-on: https://review.typo3.org/44279 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Oct 25, 2015
-
-
Daniel Goerz authored
This followup adds the missing JSDoc. Change-Id: Ic99bc8451da8caae6db02f88350e9e2c91b522e4 Resolves: #70698 Releases: master Reviewed-on: https://review.typo3.org/44266 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Michael Oehlhof authored
Actually the ShortcutButton shows the module name as label for a shortcut. For modules with different actions inside the module this results with the same label for all actions of a module. This patch add a new property displayName to the ShortcutButton. With this patch the label in the bookmark list can be set when creating the ShortcutButton using the new property displayName. If displayName is set it is used as label for the bookmark, if displayName is not set (empty) the ShortcutButton works as before. Resolves: #70698 Releases: master Change-Id: Ie650d08793f323581ebee52af59c32a8a85b08c9 Reviewed-on: https://review.typo3.org/44065 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>
-
Mathias Schreiber authored
In order to get the configured value from TSConfig to show in the DiffView we need to provide the pid of the defaultLanguageRecord to FormEngine. Resolves: #38820 Releases: master Change-Id: If486e7c9dd7b6b3fc8d96a1535f343a83d532ed4 Reviewed-on: https://review.typo3.org/44252 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>
-
- Oct 24, 2015
-
-
Christian Kuhn authored
This reverts the runtime cache of BackendUtility::getRecordTitle() from commit d10070e8. This low level method is getting more and more unused anyway and is substituted with a data provider in FormEngine for example. The cache currently introduces issues in edge cases and the benefit of the cache in general in rather small. Resolves: #70435 Related: #69749 Releases: master Change-Id: Id9f352a2193f38fafc305001a2d20db16298b2fd Reviewed-on: https://review.typo3.org/44241 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Wouter Wolters authored
Resolves: #70977 Releases: master Change-Id: I4a0c4f998452fc832d724cad22d84765eb522c63 Reviewed-on: https://review.typo3.org/44248 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 23, 2015
-
-
Christian Kuhn authored
Due to the new condition evaluation construct in FormEngine, the EXT:anExtension:LOADED display condition is very unfortunate since the evaluation happens at the end, and depending on the configuration of affected field, the former data provider may fail fetching data. This is solved by deprecating this condition since it works contrary to the "additive" TCA system: Extensions should always add or change other extensions TCA, but should not have a "negative" dependency to each other like "Don't do if that extension is loaded". Core is affected at two places in combination with static_info_tables. This also lowers the dependency from core to static_info_tables again, which is not a good thing in first place. A patch for static_info_tables adding the fields there is pending. Resolves: #70052 Releases: master Change-Id: Iccb7a116d1f89e55e80e389a2448759eca326605 Reviewed-on: https://review.typo3.org/44251 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Josef Glatz authored
Add some space next to the avatar. Change-Id: I5dbdd6f57ebe19cc21d19230518bdbe42de827a3 Releases: master Resolves: #68660 Reviewed-on: https://review.typo3.org/42156 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Andreas Bouche authored
Move wrapClickMenuOnIcon() from DocumentTemplate to BackendUtility next to similar static helper methods of this kind. This reduces the need to have an instance of DocumentTemplate available which is not always the case for instance in inline ajax requests. Resolves: #70494 Releases: master Change-Id: I977d79d48ffce5db84c9a91b8fac233edbc238ec Reviewed-on: https://review.typo3.org/44116 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Frank Nägler authored
Resolves: #70966 Releases: master Change-Id: Ic78753be0facd860e5ab30ce6d7340e040dee59c Reviewed-on: https://review.typo3.org/44170 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
Resolves: #70967 Releases: master Change-Id: I663beb38cdf01ecbabbb6bfcabda16359cd8b23a Reviewed-on: https://review.typo3.org/44237 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>
-
Andreas Allacher authored
With this default values for MM relations are again retrieved correctly. This bug was introduced with the "FormEngine" changes because the values for MM tables are retrieved via RelationHandler now and always use the MM table. In order for this to work for default values the MM table needs to be ignored. Resolves: #70275 Releases: master Change-Id: Ice3660c3e2d3c172034f308a642a92d4cbe2f618 Reviewed-on: https://review.typo3.org/43727 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Frank Nägler authored
Using the hook in JS is not possible to stop the submission of the form engine. A stop parameter solves the problem. Resolves: #17626 Releases: master Change-Id: Ibcb9a5119a4827bb0ce03971c792a01eeafe3e6c Reviewed-on: https://review.typo3.org/43743 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Oct 22, 2015
-
-
Christian Kuhn authored
Resolves: #25111 Releases: master Change-Id: I2040b9e3dd5b6fdc17c011f2de9e8dbb8468118e Reviewed-on: https://review.typo3.org/44129 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Frans Saris authored
Resolves: #70955 Releases: master Change-Id: I8d4fdf1a2cf0db8cbccdc96306ba78e029da3abf Reviewed-on: https://review.typo3.org/44225 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Stefan Neufeind authored
This allows fetching the languages in a central place, including fetching the default-language name/flag. Change-Id: I5211bb6fa4ee6df95cb25296b6b35b678d1cc225 Resolves: #70825 Releases: master Reviewed-on: https://review.typo3.org/44146 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Oct 21, 2015
-
-
Mathias Schreiber authored
The PageModule did not respect the permission for edit content when rendering buttons or enabling drag & drop. Clicking the buttons lead into an error message. Resolves: #50618 Releases: master Change-Id: I4c3a6f0d1d7362b58a5a9c05078b51f3c533d53a Reviewed-on: https://review.typo3.org/44162 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>
-
Markus Klein authored
Resolves: #70909 Releases: master Change-Id: I8c14c9e2e7278db2e30f82c28532a134fff4bf56 Reviewed-on: https://review.typo3.org/44197 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
Frank Nägler authored
Resolves: #70155 Releases: master Change-Id: I5fbe9bd2610cf1d40f229981f689deae7c1c0169 Reviewed-on: https://review.typo3.org/43611 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
Andreas Fernandez authored
The getIcons() implementation of the Icons RequireJS module is faulty and leads to issues when fetching cached and uncached icons in the same request. The method is dropped and all calls against that API are adjusted. As the API was introduced a week ago, this change is considered being not breaking. Resolves: #70881 Releases: master Change-Id: I62932c48b1482767b3920afe8d320de3ab8623c7 Reviewed-on: https://review.typo3.org/44186 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Oct 20, 2015
-
-
Andreas Fernandez authored
Resolves: #70887 Resolves: #70391 Releases: master Change-Id: I0d6c6790cecb54f92aa84f70115fbb60803deca7 Reviewed-on: https://review.typo3.org/44149 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Morton Jonuschat authored
Add missing quote before the title tag to fix the onClick event handler. Resolves: #70878 Related: #68820 Releases: master Change-Id: Iadd321fcb37bfccad4e62bf2d6ae564b8485c63d Reviewed-on: https://review.typo3.org/44185 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
Andreas Fernandez authored
Attach the icon identifier as data attribute and add the `t3js-icon` class. Resolves: #70862 Releases: master Change-Id: Iaa550c4ceadc1b74ddfcfaeec8f42324dfcddeb2 Reviewed-on: https://review.typo3.org/44175 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> 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>
-
Daniel Goerz authored
Change-Id: I3678ff847d43303086610f6d24ba494c0f285d29 Resolves: #70821 Resolves: #70833 Releases: master Reviewed-on: https://review.typo3.org/44143 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>
-