- Jan 16, 2016
-
-
Bernhard Kraft authored
When using the recycler as normal user (non admin) it isn't possible to restore any pages as the underlying BE API methods by default only allow to check for access to non-deleted pages. This situation is circumvented by disabling the "delete" flag in TCA while checking for access to deleted pages. Resolves: #70863 Releases: 7.6, master Change-Id: Ibf6ff305a6dbcf3eaf99fdca89b7bf7c78677319 Reviewed-on: https://review.typo3.org/45292 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>
-
Reinhard Führicht authored
Reformats Fluid templates to use Bootstrap markup. Resolves: #72764 Releases: master Change-Id: I4fea730c2c790e23574bfb8476d430e6c689becb Reviewed-on: https://review.typo3.org/45995 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Ludwig Rafelsberger <ludwig.rafelsberger@gmx.at> Tested-by:
Ludwig Rafelsberger <ludwig.rafelsberger@gmx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Marco Huber authored
If you insert a content element (or a page) at a concrete position f.e. after content element 15 the value in $row['pid'] is -15. But in $this->data we already have the real pid, so we can just use it. Resolves: #72751 Releases: master,7.6 Change-Id: Ib441dacf68eebd377f48589b7aeff6af1159263d Reviewed-on: https://review.typo3.org/45969 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Morton Jonuschat authored
The api for fullQuoteArray allows the parameter $noQuote to be boolean. This patch corrects the handling of the case when true is being passed as value for $noQuote. Resolves: #71458 Releases: master Change-Id: I332934a471b1e8d7310272bcc2164a375104cb07 Reviewed-on: https://review.typo3.org/46017 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>
-
Georg Ringer authored
Use a fixed font + the possibility for using the the tab character in the config field of backend_layouts. Resolves: #72769 Releases: master Change-Id: If535aff04ab1685f4b70dbf241ce6cbf70356e5c Reviewed-on: https://review.typo3.org/46016 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Reinhard Führicht authored
Fixed exception shown when 1) uploading an existing file without "Overwrite" setting activated 2) opening export module as a non-admin 3) opening import module as a non-admin without permission to access an available file storage Also improved error message for missing default file upload folder. Resolves: #72765 Releases: master Change-Id: Id1133d1a8adc6c28088ef85730fe01145b4fa3a2 Reviewed-on: https://review.typo3.org/45998 Reviewed-by:
Martin Kutschker <martin.kutschker@ymail.com> Tested-by:
Martin Kutschker <martin.kutschker@ymail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Morton Jonuschat authored
git-review is a tool that helps submitting git branches to gerrit for review. Provide a default configuration for the TYPO3 gerrit to ease setup. Resolves: #72768 Releases: master Change-Id: I37ba4fe7f5723f7f4d3a7b6b9a3961016ac37f25 Reviewed-on: https://review.typo3.org/46014 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Bernhard Kraft authored
When importing a T3D or XML file the loaded data has to get cleansed first. The "extensionDependencies" array for example may contain an empty string which will cause a non-correct warning message in the importers warning tab. A new method "cleanupImportData" takes care to bring import data into an acceptable format. Resolves: #72761 Releases: master, 7.6 Change-Id: I314d5702bf07bb57e723d3b11f5e848cba1c7808 Reviewed-on: https://review.typo3.org/46012 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>
-
Ludwig Rafelsberger authored
The extbase plugin (pi2) of EXT:indexed_search previously used a different TypoScript setting to control the display of search rules than the setting that is shipped as default TypoScript. This changes the template to use the correct setting. Resolves: #51099 Releases: master, 7.6 Change-Id: I893ff0c85a3bc9fde885cbb5103d9ebf54e488a2 Reviewed-on: https://review.typo3.org/46002 Reviewed-by:
Bernhard Kraft <kraftb@think-open.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Bernhard Kraft <kraftb@think-open.at> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Andreas Fernandez authored
The MemcachedBackend now also supports the pecl-memcached module. The caching backend detects which modules are installed and uses "memcache" over "memcached" to avoid being a breaking change. If both modules are installed, an integrator can choose the PECL module by setting the new ``peclModule`` option. Resolves: #69794 Releases: master Change-Id: Idd4e85cf8ec71d47217b63dfe55b1231107c7b82 Reviewed-on: https://review.typo3.org/43303 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Markus Sommer authored
Resolves: #71597 Releases: master Change-Id: Ife130169a9b7908b58a761505dd3da948fd25e97 Reviewed-on: https://review.typo3.org/45948 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> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
To calculate the level, the correct variable needs to be used. Change-Id: Ic53b4475412d4b29c408af95371ef2416603d1f1 Resolves: #72543 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/45957 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Morton Jonuschat authored
Resolves: #72767 Releases: master, 7.6 Change-Id: I0c585c0c50674aabf40aeec0af176bb34ad0edfd Reviewed-on: https://review.typo3.org/46006 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Markus Sommer authored
Resolves: #72748 Releases: master Change-Id: I53d7eb784c15d2adddc8574a77eb340e0d97cd7a Reviewed-on: https://review.typo3.org/45963 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Michael Oehlhof authored
Make the Declaration of TYPO3\CMS\Recordlist\Tree\View\ElementBrowserPageTreeView::wrapTitle() compatible with TYPO3\CMS\Backend\Tree\View\ElementBrowserPageTreeView::wrapTitle() Resolves: #72767 Releases: master, 7.6 Change-Id: Ic855be1b3e8020a28a7c44c21709d75a3a04e3b5 Reviewed-on: https://review.typo3.org/46000 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Georg Ringer authored
Make it possible to render a section menu of content elements with ignoring the colPos field. Additionally, a comma separated list of columns can be used and not only a single colPos. Resolves: #71733 Releases, master, 7.6 Change-Id: I5f1284ee860c926afd81141d8459efd71cff409d Reviewed-on: https://review.typo3.org/45999 Reviewed-by:
Markus Klein <markus.klein@typo3.org> 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>
-
Georg Ringer authored
Use the ModuleTemplate instead of the DocTemplate Change-Id: I25098edbe60013298b182749051f5a9a510b04e1 Resolves: #72760 Releases: master Reviewed-on: https://review.typo3.org/45992 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>
-
Bernhard Kraft authored
When importing a T3D or XML file the loaded data has to get cleansed first. The "extensionDependencies" array for example may contain an empty string which will cause a non-correct warning message in the importers warning tab. A new method "cleanupImportData" takes care to bring import data into an acceptable format. Resolves: #72761 Releases: master, 7.6 Change-Id: I79dcccb92f453902b4b83be243d2f89af711246c Reviewed-on: https://review.typo3.org/45993 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Georg Ringer authored
Using ProcessedFile::CONTEXT_IMAGEPREVIEW respects the ratio and produces nicer thumbnails. Change-Id: I8d98dc8ff0a6883c7e03c4dddbdb6d085608904a Resolves: #71670 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/45996 Reviewed-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> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
If ModuleTemplate is available, use its method 'header` instead of the method of DocumentTemplate. Change-Id: I2950d5e9b9b1ae7297b6b593074882c81c589d6e Resolves: #72763 Releases: master Reviewed-on: https://review.typo3.org/45994 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>
-
Reinhard Führicht authored
Added needed xmlns attributes to all Fluid templates. Resolves: #72747 Releases: master Change-Id: Ie7b6508e6d25a96c41744c5dae415233d8aa6480 Reviewed-on: https://review.typo3.org/45961 Reviewed-by:
Martin Kutschker <martin.kutschker@ymail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Markus Klein authored
Resolves: #72755 Releases: master, 7.6, 6.2 Change-Id: If62a72ccc0f8daa47b5cd67b1e2f3fb30f2bf1dc Reviewed-on: https://review.typo3.org/45980 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Martin Kutschker <martin.kutschker@ymail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Reinhard Führicht authored
Added is_array() check before the foreach loop running through the file storages. Resolves: #72759 Releases: master Change-Id: If78634e5474c0d86be529f4aa131a0d6a6f2f200 Reviewed-on: https://review.typo3.org/45987 Reviewed-by:
Martin Kutschker <martin.kutschker@ymail.com> Reviewed-by:
Bernhard Kraft <kraftb@think-open.at> Tested-by:
Bernhard Kraft <kraftb@think-open.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Weiske authored
It is possible to influence the order of the tabs in the new content element wizard by setting "before" and "after" values in Page TSconfig: mod.wizards.newContentElement.wizardItems.special.before = common mod.wizards.newContentElement.wizardItems.forms.after = common,special Releases: master Resolves: #71876 Change-Id: I67ed31535394f16d0437563aa405c6e92a56e0fe Reviewed-on: https://review.typo3.org/44976 Reviewed-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Tested-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Jan 15, 2016
-
-
Tymoteusz Motylewski authored
Feeding getIconHtml with non existing file path is not throwing a warning now. Releases: 7.6, master Resolves: #72752 Change-Id: Ic11d6a5551ec964d4f94f2dc3f9542157985f72a Reviewed-on: https://review.typo3.org/45978 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Markus Klein authored
Restore change that was reverted by accident. Releases: master Resolves: #72710 Change-Id: Iaeb622f89c69eb435bed79c60a18052e419dca28 Reviewed-on: https://review.typo3.org/45974 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Georg Ringer authored
Remove call to formWidth. Change-Id: I0cdc8ca07917d1a8a7fab52d7bc19294739db6d1 Resolves: #72750 Releases: master Reviewed-on: https://review.typo3.org/45964 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> 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>
-
Morton Jonuschat authored
Replace ###REC_FIELD_ in FlexForm context with values from database. Within FlexForm context these values need to be found retrieved from the key flexParentDatabaseRow. Resolves: #72510 Releases: master, 7.6 Change-Id: I50dd915cf0fcc58e9943c94760033df38ee4f239 Reviewed-on: https://review.typo3.org/45597 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Brinkert <christian.brinkert@googlemail.com> Tested-by:
Christian Brinkert <christian.brinkert@googlemail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Christian Kuhn authored
The TCA migration turned out to be extremely usedful. The patch only adapts the deprecation notes a bit but keeps the code for future usage within version 8. Change-Id: I487c4287bd73f7948c3b3cd8d81646c914da2f68 Resolves: #72746 Releases: master Reviewed-on: https://review.typo3.org/45959 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>
-
Bernhard Kraft authored
When an import is taking place in which sys_file_storage records get imported any files within this storage will not get imported if the basePath of the sys_file_storage does not exist. This patch displays an error message in such cases and prompts the user to create the missing directory. Resolves: #68791 Releases: master, 7.6 Change-Id: I7fb0f0cdf9b25b29b0a35781450020a59e0f03ab Reviewed-on: https://review.typo3.org/45940 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Reinhard Führicht authored
Select box generation has been handed over to Fluid view helper. Resolves: #72741 Releases: master Change-Id: I3908cf45cefdac4284b5e89a54eb591a43cb1df1 Reviewed-on: https://review.typo3.org/45958 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>
-
Reinhard Führicht authored
Resolves: #72699 Releases: master Change-Id: I96c351d29af45867864c404b2fa47e03466ed7e9 Reviewed-on: https://review.typo3.org/45956 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Markus Sommer authored
Resolves: #72736 Releases: master Change-Id: If950068e2aeddbdd6f81fad12a5db6bea710e53b Reviewed-on: https://review.typo3.org/45943 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Martin Kutschker authored
Resolves: #59731 Releases: master Change-Id: I11bdc64e10f85d4fd57a8fc5eb931d4d99f4dbb7 Reviewed-on: https://review.typo3.org/45946 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
Using extbase for the tiny "create enable install tool file" backend controller makes the module more fragile than it should be. To further stabilize and simplify the backend integration of the install tool the controller is rewritten and does not use extbase anymore. Change-Id: I388376fd903e199569d464583b668fc4df0d24bc Resolves: #72740 Releases: master Reviewed-on: https://review.typo3.org/45945 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Nägler authored
Resolves: #72742 Releases: master, 7.6 Change-Id: I713f5fc2d6231263990599aa9de40040ec15a405 Reviewed-on: https://review.typo3.org/45950 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Christian Weiske authored
Releases: master, 7.6, 6.2 Fixes: #72357 Change-Id: I33ff172e1c8ad851050d41933eeeeffc1d6c28dd Reviewed-on: https://review.typo3.org/45389 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Frank Nägler authored
This is a follow-up patch for #72704: [BUGFIX] Avoid double loading of global RequireJS modules Resolves: #72739 Related: #72704 Releases: master, 7.6 Change-Id: I156353ba1f21284599a75483565b27d8af3c43a6 Reviewed-on: https://review.typo3.org/45947 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Morton Jonuschat authored
Rename GFX settings to more generic names that do not refer to ImageMagick or no longer supported versions of ImageMagick in their name. The values for the setting of the graphics processor have been changed to refer to the tools by name and not by acronym. The Install Tool has been extended to perform a silent migration of the affected settings. Resolves: #43085 Releases: master Change-Id: I41450eafbadb5782a55f876a87f2bc0ff0704d62 Reviewed-on: https://review.typo3.org/42385 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Georg Ringer authored
Unused and to be deprecated methods: - wrapInCData - funcMenu - getDragDropCode - getTabMenu - getVersionSelector Change-Id: I8fb5cf470a5bd2c21b43f9cc28030047188aab32 Resolves: #72733 Releases: master Reviewed-on: https://review.typo3.org/45939 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> 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>
-