- Jan 09, 2017
-
-
Andreas Fernandez authored
A new API is introduced that allows to reload the backend’s topbar. The reload may be triggered via JavaScript and PHP. As the registered events of the toolbar items within the topbar get lost after reloading, the event registration for these toolbar items needs some adoption. The topbar is now reloaded in case of: - updating the user's avatar - after configuring an extension - opening the EXT:belog module from the System Information menu Resolves: #79196 Releases: master Change-Id: Ib6b65d7327c9db2b818ad9ad549cb2f2f00d1595 Reviewed-on: https://review.typo3.org/51183 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Georg Ringer authored
The range configuration for a sorting field doesn't make any sense and can lead to unexpected bugs as sorting can be rewritten Resolves: #78986 Releases: master, 7.6, 6.2 Change-Id: I738877e6f9587d2570506f695fb7426a7536a964 Reviewed-on: https://review.typo3.org/51001 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Alexander Opitz authored
This reduces PHP notices, as we check arrays before acessing them. Resolves: #78992 Releases: master, 7.6 Change-Id: Ib0fc72be9e7957a27990d60dde844068ca9e24d1 Reviewed-on: https://review.typo3.org/50971 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Mona Muzaffar authored
Extract duplicate code in method and let FormFlexAjaxController and FormInlineAjaxController extend from abstract class. Change-Id: Idef25a758b6df857419983f0e6c93441103954a7 Resolves: #79159 Releases: master Reviewed-on: https://review.typo3.org/51148 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
As there is no relative path functionality but only absolute URLs (without the domain name but just prepended) the functionality of stripping the siteUrl is removed, thus allowing to remove the hardcoded "/typo3/" name in the URL and the siteUrl configuration option as well. Resolves: #79212 Releases: master Change-Id: I03a065950bb0401970a618bf30c71d69d6ed2188 Reviewed-on: https://review.typo3.org/51209 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Josef Glatz authored
Add missing title attribute to delete button in the backend user listing module. Resolves: #79203 Releases: master Change-Id: I511fdce6d29cf8c38682e08f14d2cbb33d127c77 Reviewed-on: https://review.typo3.org/51202 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Benni Mack authored
The method csConv->strtrunc() is missing in the deprecation. Resolves: #78670 Releases: master Change-Id: I95284f2ded36f61410806494dd5cd8f1db22c586 Reviewed-on: https://review.typo3.org/51215 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
The values are hardcoded and not replaceable. We can put the hardcoded values in JavaScript directly. Resolves: #79215 Releases: master Change-Id: I64742cef34b73d88bbc0f44cfc959556555b2fad Reviewed-on: https://review.typo3.org/51214 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The obsolete State Provider for storing and retrieving the information if the backend module menu should be collapsed or not should not use ExtDirect but instead us the native Storage functionality already in place for TYPO3. The namespace (BackendComponents.States.typo3-module-menu) is kept for now (see BackendController.php for details on ExtDirect), but could easily be modified. Resolves: #79211 Releases: master Change-Id: I4de6b46ea0f18201cb8bb0af6077c1d9dfffcec7 Reviewed-on: https://review.typo3.org/51208 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Josef Glatz authored
Resolves: #79202 Releases: master, 7.6 Change-Id: Ie47e6b42a7429ce75a8d750c7e7aa7f1c1cb9bec Reviewed-on: https://review.typo3.org/51201 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Josef Glatz authored
Remove obsolete info about a removed setting in tsref.xml and remove one duplicate `to` just two lines later. Resolves: #79208 Related: #62888 Releases: master, 7.6 Change-Id: I4c2a437edb657eb380ffb2377947977a850da497 Reviewed-on: https://review.typo3.org/51204 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
- Jan 08, 2017
-
-
Tymoteusz Motylewski authored
Resolves: #79200 Releases: master, 7.6 Change-Id: I745f9762122dba5f2e1ecca8deafd440a78f8329 Reviewed-on: https://review.typo3.org/51198 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
- Jan 07, 2017
-
-
Michael Oehlhof authored
Because the escaping takes place when the PageZero template is rendered by the view, there is no need to escape it in the controller. Resolves: #79096 Resolves: #79060 Releases: master Change-Id: I3e06e2829e0d1d916b941329f835b4e7f5e29398 Reviewed-on: https://review.typo3.org/51046 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Tymoteusz Motylewski authored
Functional tests for following scenarios: - free-mode translation of a record in non-default language (live and in workspaces) - copy page translated in free mode (workspaces, live is already covered) Resolves: #79170 Releases: master, 7.6 Change-Id: Iff69e2b4333dfff7511871573352b270add4de01 Reviewed-on: https://review.typo3.org/51150 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Frans Saris authored
The typoscript template was meant as an example/showcase on how to use Fluid Widgets in FE. The current used includes are outdated or broken. Resolves: #78988 Releases: master Change-Id: I5c30b017c10d6244d6aa559d395e351dd242d48d Reviewed-on: https://review.typo3.org/51105 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
The identifier of the folder object is now retrieved and used in the exception message. Resolves: #79194 Releases: master, 7.6 Change-Id: Iebea177434c6913bab705df119d750b497238252 Reviewed-on: https://review.typo3.org/51178 Tested-by:
TYPO3com <no-reply@typo3.com> 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 Fernandez authored
Added some files that were not updated with the original change. Resolves: #79165 Releases: master, 7.6, 6.2 Change-Id: If8298c220ca7171d34e21aff9e49917ac8618686 Reviewed-on: https://review.typo3.org/51175 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Resolves: #79165 Releases: master,7.6,6.2 Change-Id: Ia3211ad00a3b6bd915b0a099bdb8d98a8b12dc7f Reviewed-on: https://review.typo3.org/51138 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Frans Saris authored
Resolves: #78900 Releases: master, 7.6 Change-Id: Ia44c039083d44eda463ee1819f6dc20353ce7f8a Reviewed-on: https://review.typo3.org/50931 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Jan 06, 2017
-
-
Ralf Zimmermann authored
Avoid javascript errors if a custom form editor templates is used. Resolves: #79184 Releases: master Change-Id: I5a769234dc9088e34b2ab69cf82ac613fcf82210 Reviewed-on: https://review.typo3.org/51163 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Markus Sommer authored
* Add sorting field for A/D * disable senseless sorting of actions Resolves: #79085 Releases: master, 7.6 Change-Id: Ib7b31c43522d31dcecf9e97042b98be434616068 Reviewed-on: https://review.typo3.org/51040 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
- Jan 05, 2017
-
-
Claus Due authored
This fixes an issue with Fluid being asked to render a template at an execution point where no TS can be resolved (ConfigurationManager "get full typoscript" returns null). Casting the potentially null return value to an array completely avoids the issue, since Fluid is perfectly capable of generating fallback expected paths which always point to the right extension resources folders. Change-Id: I3e07fb0248cb9d0f1faa560e6f72a47e41314763 Releases: master Resolves: #79098 Reviewed-on: https://review.typo3.org/51048 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Jan 04, 2017
-
-
DavidsWONG authored
Used as tab label in sys_file_storage Releases: master Resolves: #79152 Change-Id: I37407b09d7829185e171aa3eb0632b06f4a5e3a4 Reviewed-on: https://review.typo3.org/51113 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Tymoteusz Motylewski authored
Resolves: #79146 Releases: master, 7.6 Change-Id: I567031de638d5a03c4e38796b4bfd17569c361e7 Reviewed-on: https://review.typo3.org/51110 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
The type field is essential for TCA and must be checked if available. Resolves: #79059 Releases: master Change-Id: I6b5a94db0372e25a18ecb21a3966cece8cc9f207 Reviewed-on: https://review.typo3.org/51017 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Gianluigi Martino authored
Pagetree reload now after hide / unhide page in click menu with the correct status Resolves: #79090 Releases: master Change-Id: I5312115c51096094914cf29d3832c0f1e36eaf0b Reviewed-on: https://review.typo3.org/51042 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Gianluigi Martino <gmartino27@gmail.com> Tested-by:
Gianluigi Martino <gmartino27@gmail.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by: Mona Muzaffar Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Christian Kuhn authored
The sort top/bottom buttons in group element no longer depend on the number of selected items. This is inconvenient anyway since these sorting buttons only appeared after saving when a bunch of items was selected, but not immediately. The patch additionally fixes a failing acceptance test. Change-Id: Ice0d179e7c74c3a1227c727c672b40844d6852c8 Resolves: #79149 Related: #78899 Releases: master Reviewed-on: https://review.typo3.org/51111 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
- Jan 03, 2017
-
-
Tymoteusz Motylewski authored
... omitting TransOrigPointer While translating elements with the localization modal we have to make sure that the "Copy" mode does more than just a plain copy followed by an update of the sys_language_uid. Otherwise related elements will just be copied along but don't get a new language. This patch replaces the copy action with a new action called copyToLanguage. It behaves like localize action but does not set TransOrigPointer fields, so child elements get the correct language and are not connected to a language parent. Resolves: #75400 Releases: master, 7.6 Change-Id: If57af3c94c67824ab8bbbc62a8c6bea283e96fca Reviewed-on: https://review.typo3.org/47645 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
The patch adapts a series of nasty form engine areas to more solid code. The evaluate condition code is rewritten and works much better in flex form scenarios. The suggest wizard and svg tree are much more solid in flex forms. The group element is rewritten towards a better readable and easier to refactor code, dropping method dbFileIcons(). A bunch of issues is resolved along the way. * TCA "default" now works in flex form section container elements * The "displayCond" parser is now strict and throws exceptions on invalid syntax and wrong referenced fields to help debugging faulty display conditions * TCA displayCond on flex fields can now be prefixed with the sheet name and can reference field values from neighbor sheets * TCA displayCond now works with flex section containers * TCA flex section container now throw an exception if select or group fields configure a MM relation - this is not supported * TCA ctrl requestUpdate field is dropped, onChange=reload is now allowed not only on flex form fields, but also on normal columns fields * TCA tree now works as section container element and initializes correctly on new records and new containers * GroupElement rewrite to drop dbFileIcons() * config option maxitems now optional for type=group and type=select and defaults to "many items allowed" * inline now works in "fancy" flex situations with "new" records by handing the final dataStructureIdentifier around * FormEngine no longer loads extJS Change-Id: Id1d081627529cc1502bb198389e5bd69372815cd Resolves: #78899 Resolves: #72307 Resolves: #75646 Resolves: #76637 Resolves: #72106 Resolves: #78824 Resolves: #76793 Resolves: #68247 Resolves: #69715 Related: #78460 Related: #67198 Related: #72294 Releases: master Reviewed-on: https://review.typo3.org/50879 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
Fix CVE-2016-10074 by disallowing potentially unsafe shell characters. Resolves: #79114 Releases: master, 8.5, 7.6, 6.2 Change-Id: I8578b63c8c571964c2d52a65e4bfbf705c20f816 Reviewed-on: https://review.typo3.org/51093 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Susanne Moog authored
BackendTemplateView now allows overwriting of template paths to add your own locations for templates, partials and layouts in a BackendTemplateView based backend module. Change-Id: I2d8c4b432ff23a3e9b8b527af4697f31082f64b7 Releases: master Resolves: #79124 Reviewed-on: https://review.typo3.org/51079 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by: Mona Muzaffar Reviewed-by: Mona Muzaffar Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Manuel Selbach authored
Strict DBMS will throw an exception for a query where to compare an integer against a column with string values. There will no "magic" type casting processed, thus we have to use a string instead of an integer. Change-Id: I740d1797c92f203e83ddfec2ab00df42cc5c53aa Resolves: #79131 Releases: master Reviewed-on: https://review.typo3.org/51096 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Jan 02, 2017
-
-
Andreas Fernandez authored
* Add identity.reflectX and identity.reflectY to d3.geoIdentity. * Add zoom.interpolate to control zoom transition behavior. * Allow double-click and double-tap zoom transitions to be disabled. * Fix handling of a zoom.translateExtent smaller than the zoom.extent. * Fix handling of zero-valued nodes in squarified treemaps. * Fix parsing of unusual number formats in color specifications. * Fix implementations of force.initialize to allow isolation. * Fix d3.geoPath’s default projection and contex to be null, not undefined. * Improve performance of d3.path. Resolves: #78964 Releases: master Change-Id: I8bdb677b1eb851789a8b5146330621da0331b7e3 Reviewed-on: https://review.typo3.org/50937 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Andreas Fernandez authored
v.3.0.20 - 2016-12-04 Fixed minor bug where the resized event would not fire under specific conditions when changing the overflow. v.3.0.19 - 2016-11-23 Bubble dispatched events. Merged #319. Resolves: #78962 Releases: master Change-Id: I998cff2bf46e14e73abbdf6729d39146b562f8a2 Reviewed-on: https://review.typo3.org/50935 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Jan 01, 2017
-
-
Nicole Cordes authored
Due to patch https://review.typo3.org/48998/ the whole database record is fetched from the database instead of only the visible fields. This screws up the CSV export as this on relies of the field sorting of the database row. This patch ensures a correct sorting of the row fields before they are added to the CSV export. Resolves: #78908 Releases: master, 7.6 Change-Id: I64f0213695c0cd13fecaa96343a5b1d9af1582f4 Reviewed-on: https://review.typo3.org/50944 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- Dec 31, 2016
-
-
Tymoteusz Motylewski authored
This test is a safe net before implementing features like l10n_source Releases: master, 7.6 Resolves: #79126 Change-Id: I89f5b819735623a33468a8e5898a1b7825aa0c9b Reviewed-on: https://review.typo3.org/51082 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Michael Oehlhof authored
Resolves: #77573 Releases: master Change-Id: If4aaa1f4f9f49e39ecdaee12fc8568ed3839a0ea Reviewed-on: https://review.typo3.org/51045 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Gianluigi Martino <gmartino27@gmail.com> Tested-by:
Gianluigi Martino <gmartino27@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Benjamin Kott authored
Resolves: #79125 Releases: master Change-Id: I8fdfd139cad85e6d39586ee36e6c6dcc886525e0 Reviewed-on: https://review.typo3.org/51081 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Michael Oehlhof authored
Resolves: #79086 Releases: master Change-Id: I47e77f5bc8915d972bd9c19fe8c95f77aea4be7f Reviewed-on: https://review.typo3.org/51038 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Nicole Cordes authored
If extbase deletes an object it doesn't delete its relations in an MM table. This patch adds the check for a possible MM relation table and ensures all relations get deleted as well. If the parent table supports a deleted flag, no relations will be deleted to be able to restore the parent record again. Resolves: #78128 Releases: master, 7.6 Change-Id: Ibe2497c05838e261f9c67a80216385d6e60607cb Reviewed-on: https://review.typo3.org/50103 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Robert Jelinek <robert.jelinek@riir.at> Reviewed-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-