- 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>
-
Eric Chavaillaz authored
If the TYPO3 context is BE and no user is logged (typically in the login page), the language key is not set from the browser's preferred language. Resolves: #71097 Releases: master Change-Id: I2521deb46083fccc2bff966b8b264a987689ee6a Reviewed-on: https://review.typo3.org/44348 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Jérémie Roulin <jeremie@hemmer.ch> Tested-by:
Jérémie Roulin <jeremie@hemmer.ch> 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>
-
Oliver Hader authored
File references are currently only represented by the accordant record uid which should at least be a filename. In a workspace environment the changed file references shall be visualized as thumbnails - either being removed or inserted. Resolves: #60011 Releases: master Change-Id: I6d22619c264ff0e5411a47b2d566ec2c9b7c2607 Reviewed-on: https://review.typo3.org/31270 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benjamin Mack authored
The JumpURL generation and handling which was put into its own extension is now removed from the core. It is now maintained on GitHub: https://github.com/FriendsOfTYPO3/jumpurl Resolves: #70578 Releases: master Change-Id: Icf8436967d0d575c3d2199f46eb39fb76a8b366e Reviewed-on: https://review.typo3.org/44341 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>
-
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>
-
Bernd Wilke authored
In the List module you can select additional fields to be displayed. For fields referencing files only, the uid is shown which does give no hint to the real referenced file. This change selects the uid_local field, which selects the filename from sys_file for display. Resolves: #67303 Releases: master, 6.2 Change-Id: I8dd301ff8d8d17baa67fafd26892a3eeea46509b Reviewed-on: https://review.typo3.org/40477 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
Nicole Cordes authored
Cleanup some code concerning the extension list reload. Resolves: #71071 Releases: master Change-Id: I0fdd1e918a23b41e08583541aea504ead8f67319 Reviewed-on: https://review.typo3.org/44345 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Morton Jonuschat authored
Change the FolderStructure tests to use a vfsStream virtual filesystem for all tests that work with files, directories and permissions to make the tests less reliant on the capabilities of the user running the testsuite and the real filesystem. Resolves: #71053 Releases: master Change-Id: Ife42f43008215b382f70d5fe956d3dcf9590f5b9 Reviewed-on: https://review.typo3.org/44301 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stefan Neufeind authored
Update via composer. Change-Id: Ia9c02d32feac2b3f870ca5560bcf0cede0a0aea0 Resolves: #71109 Releases: master Reviewed-on: https://review.typo3.org/44340 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>
-
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
-
-
Benjamin Mack authored
The EXT:mediace is now available on TER and GitHub for further development and is removed from the Core. An upgrade wizard checks the instance for usage of plugins of ext:mediace. If found an upgrade wizard is provided that offers to activate the extension. Resolves: #68079 Resolves: #71082 Releases: master Change-Id: I07c15a9b76013e2e5f3db7e3e6469fe48a25270a Reviewed-on: https://review.typo3.org/41135 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
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>
-
Jan Helke authored
Resolves: #71060 Releases: master Change-Id: Ia1d1354c90440078f306b95fb73fb07b1d13bccf Reviewed-on: https://review.typo3.org/44336 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>
-
Markus Klein authored
Resolves: #71088 Releases: master Change-Id: Id6304e6ee95b0681a8f2050ddcd2f6dd0d0995e8 Reviewed-on: https://review.typo3.org/44327 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Jan Helke authored
When the root page is showing content from another page now the correct "root" icon is displayed instead of the icon for normal pages. Resolves: #70617 Releases: master Change-Id: I42d7aae521b40518d8087b004c44af02aeb9a177 Reviewed-on: https://review.typo3.org/44335 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>
-
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
The PHP namespace for all PHP classes of EXT:mediace is changed to "FoT3" as this code will be maintained by the TYPO3 community under https://github.com/FriendsOfTYPO3/mediace Resolves: #71076 Releases: master Change-Id: I4b14576bafcb3f4846a586c03ffc25ff2ac31384 Reviewed-on: https://review.typo3.org/44321 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Gernot Schulmeister <gernotschulmeister@gmx.at> Tested-by:
Gernot Schulmeister <gernotschulmeister@gmx.at> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
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>
-
Benjamin Mack authored
Change the PHP namespace and the according composer.json information to FoT3 in preparation of removing the extension from the Core. Resolves: #71083 Releases: master Change-Id: Ifd1018f36f6c7114c3f32ef293097e0c0cac1156 Reviewed-on: https://review.typo3.org/44323 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benjamin Mack authored
If the extension manager list utility "getAvailableExtensions()" is called and then a new package is added at the same request, it is not possible to regenerate the list of availableExtensions as this is cached in a run-time member variable inside the list utility. A new method "reloadAvailableExtensions" is added in order to rebuild the list of available extensions. Resolves: #71071 Releases: master Change-Id: Idab208c27f8905e3770fa1845a805cf3f5c3e8ac Reviewed-on: https://review.typo3.org/44318 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Benni Mack <benni@typo3.org> 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>
-
Georg Ringer authored
The ModuleTemplate must be initilized in the VersionModuleController to avoid fatal errors. Change-Id: I0d2c0087ff0f6e0e4f6a5cf57adf9a80485179bb Resolves: #71059 Releases: master Reviewed-on: https://review.typo3.org/44308 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Oct 26, 2015
-
-
Benjamin Mack authored
Resolves: #71058 Releases: master Change-Id: I7bba8a8e1e1b2bcb2292de5e98678ae81f3169bb Reviewed-on: https://review.typo3.org/44304 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Frank Nägler authored
Resolves: #71033 Releases: master Change-Id: Ic7871987aeb6c6170e2e966880c5e370b1e703c5 Reviewed-on: https://review.typo3.org/44285 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Frank Nägler authored
Resolves: #71034 Releases: master Change-Id: I2de9313be12f38a02ac2a1c780b15dcebb854155 Reviewed-on: https://review.typo3.org/44286 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>
-
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
This patch wrap the translation flags in list module into a button group. Resolves: #71025 Releases: master Change-Id: Ibac86b53364a5f779e4a79c828b86540c86d67a9 Reviewed-on: https://review.typo3.org/44282 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:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Nägler authored
Resolves: #71024 Releases: master Change-Id: I814fbfce05a09974d1f327002c5e58b8ecec3ba1 Reviewed-on: https://review.typo3.org/44280 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-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
-
-
Michael Oehlhof authored
Resolves: #71012 Releases: master Change-Id: I2f08082e2751290bb24ef104a2d1deed1fd33c3f Reviewed-on: https://review.typo3.org/44274 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>
-
Ralf Zimmermann authored
Avoid a number reduction each time the filter is applied. Preserve the decimal places. Resolves: #69807 Releases: master Change-Id: I1aed27489ea9a7b7d1f3a3e593803bf075ea25a9 Reviewed-on: https://review.typo3.org/43475 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Michael Oehlhof authored
Resolves: #71007 Releases: master Change-Id: I67056e2df58daaff6107bae16a0385d01b48b964 Reviewed-on: https://review.typo3.org/44268 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>
-