- Jul 14, 2015
-
-
David Greiner authored
With this patch the clipboard menu selector becomes visible if the clipboard is not empty. Resolves: #68142 Releases: master Change-Id: I9a0ec271da0b3e5aeeb97cff0b728f8faead9d72 Reviewed-on: http://review.typo3.org/41248 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>
-
Nicole Cordes authored
To resolve dependencies the ExtensionManager needs a version of an extension. If the current composer.json fails to provide a version we should fall back to the ext_emconf.php. Releases: master Resolves: #65866 Change-Id: I9e8383de10e2df1b722fda4b55d1379908f13138 Reviewed-on: http://review.typo3.org/41133 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Helmut Hummel authored
Remove the possibility for extensions to provide error and exception handling configuration in ext_localconf.php of an extension. This only worked anyway only for errors or exceptions at a later point in the bootstrap. We now by definition make it only possible in LocalConfiguration.php (or AdditionalConfiguration.php). In addition make the configuration more reliable and understandable: * Register error handler even if exception handling is not configured. * Remove option 2 for displayErrors option * Configure everything only once and early in the bootstrap. Releases: master Resolves: #68131 Change-Id: I204f17510fcb10fa8601162687793910fbcf4464 Reviewed-on: http://review.typo3.org/31844 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>
-
Wouter Wolters authored
Use local variable in FormEngine for PageRenderer, remove redeclared function in TriggerViewHelper and solve problem with public getPageRenderer() deprecation. Releases: master Resolves: #68074 Change-Id: Ifc7325055189df6c1ff93c308bd8911262d7fe67 Reviewed-on: http://review.typo3.org/41239 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Georg Ringer authored
If a scheduler task is created and the extension which provides the task is deactivated the task must be shown as invalid in the list- and edit-view. Change-Id: Iaf63c48c73ddaad64e153046d548eef5bbbcc7ae Resolves: #68140 Releases: master Reviewed-on: http://review.typo3.org/41246 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Georg Ringer authored
The field "layout" is shown twice for the content element "table". Remove the one in the tab "Table". Change-Id: I092c0f273a75af0e5b6fb8847bbb085d851318e8 Resolves: #68104 Releases: master Reviewed-on: http://review.typo3.org/41167 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Georg Ringer authored
If a class of a task is not available anymore, the delete button should be on the same position as in other tasks. Change-Id: I6fb750ca53a434765de8f4be6a7c93299435fcad Resolves: #68129 Releases: master Reviewed-on: http://review.typo3.org/41205 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Christian Kuhn authored
ExtensionManager fatals since the parserFactory object is not always instantiated as expected. Resolves: #68122 Releases: master Change-Id: Ibc1ad2ac4df76b80b529c45ab5c1bf83115abf69 Reviewed-on: http://review.typo3.org/41240 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Patrick Broens authored
When we have a csv string with enclosures, the string is sometimes not correctly transformed into a multidimensional array. The cause of this is the first str_getcsv() function, responsible for exploding the rows. It returns rows where the first column does not have an enclosure anymore. This patch fixes this by using fgetcsv(). A temporary file is created and written to the typo3temp folder and then passed to fgetcsv(). This way we get a correct multidimensional array from the csv string. Change-Id: I042c1ab326ef2b5f5cdd2b1455da76ccefd5ae36 Resolves: #68127 Releases: master Reviewed-on: http://review.typo3.org/41211 Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Tested-by:
Sascha Egerer <sascha@sascha-egerer.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Patrick Broens <patrick@patrickbroens.nl> Tested-by:
Patrick Broens <patrick@patrickbroens.nl>
-
Nicole Cordes authored
The PageRenderer is a Singleton and only one instance exists during runtime. This patch cleans up the usage and prevents sharing the PageRenderer object over public getters. This helps to improve the api and get rid of unnecessary functions. Releases: master Resolves: #68074 Change-Id: I66abd565df96ff0b8fb31d24a04721ca8ecb3f3a Reviewed-on: http://review.typo3.org/41131 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Christian Kuhn authored
readLLfile() was just a wrapper around LocalizationFactory. This is resolved now by adapting all calls and moving a left over code snippet to the factory method. Resolves: #68122 Releases: master Change-Id: Ib416e380f25b06a055b7f25103e19925b29d7fde Reviewed-on: http://review.typo3.org/41197 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Benjamin Mack authored
The TCA definitions are moved to the compatibility6 extension, the DB definition as well. Any reference to the field is marked for deprecation. Resolves: #65790 Releases: master Change-Id: Ic9734ba114c6d23a2216b3aabf2e5658c5a3551b Reviewed-on: http://review.typo3.org/37912 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Nicole Cordes authored
This patch introduces new API which eases the use of RSA encryption across the core and for third party extensions. For backend encryption a new RequireJS module is included which finds fields to encrypt automatically by their data attribute. For frontend encryption the JavaScript was rewritten to work the same way the RequireJS module works but with plain (vanilla) JavaScript. Releases: master Resolves: #67932 Resolves: #34568 Change-Id: Id35dd65d1019a8c16858f03989ff48e3434698e4 Reviewed-on: http://review.typo3.org/40938 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Andreas Wolf authored
This moves parts of the very complex AJAX receiver method to their own methods, making the original method a lot shorter and easier to understand. Resolves: #67593 Releases: master Change-Id: I2422313e988195c3c12ac9133542f1f6183cc5a4 Reviewed-on: http://review.typo3.org/40422 Reviewed-by:
Markus Klein <markus.klein@typo3.org> 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>
-
Wouter Wolters authored
Resolves: #68139 Releases: master Change-Id: I468fc51a9221261b7fc2dfa02701efa4dbaf0892 Reviewed-on: http://review.typo3.org/41235 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Tymoteusz Motylewski authored
Prevents TYPO3 from going fatal when ext_emconf.php for some package is missing. Releases: master Resolves: #68082 Change-Id: I646a26e9b952561480241cc06ad918fb64bb3d94 Reviewed-on: http://review.typo3.org/41171 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Tymoteusz Motylewski authored
Make all calls to GeneralUtility::sysLog use extkey "core" instead of "Core". Use constants for severity levels. Fix wrong parameters (message instead of extension key). Resolves: #68088 Releases: master Change-Id: Iea44cff529b9d609f0815311e86e9549c20f83df Reviewed-on: http://review.typo3.org/41170 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Benjamin Mack authored
Resolves: #68137 Releases: master Change-Id: Id254bfc0ab5608212af7e92863edefa2b09e270a Reviewed-on: http://review.typo3.org/41234 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Anja Leichsenring authored
The version in ext_emconf.php was forgotten during update task. Change-Id: I7df5d5893c2a9ef81067316efdb50559318ed552 Resolves: #68136 Releases: master Reviewed-on: http://review.typo3.org/41231 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>
-
Oliver Hader authored
If a page is marked to be deleted (delete placeholder) in the workspace mode, offering a frontend preview does not make much sense. Thus, the accordant button in the page module won't be shown in that case. Resolves: #65699 Releases: master, 6.2 Change-Id: Ib27721c5e4b52dc91872ddb2a2f494649e13dab5 Reviewed-on: http://review.typo3.org/37793 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
Remove an old todo file and mentioning of 3rd party extensions Change-Id: I769f8d55bc0de5747ea9f37e7a60262008806cdd Resolves: #68130 Releases: master Reviewed-on: http://review.typo3.org/41213 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Wouter Wolters authored
Resolves: #68135 Releases: master Change-Id: I48bb8fe1b5c94ed7c22710053ad7252a1fd648c1 Reviewed-on: http://review.typo3.org/41227 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Sascha Egerer authored
"0" must be an valid "last argument" value in the parseUserFuncArguments method. The implementation of the argument iteration must strictly check if the arguments string is empty. Change-Id: I8cee20a48030ea9163f55723d9027f39c43e5e1c Resolves: #68132 Related: #61256 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/41218 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
As most files are loaded via RequireJS now, the configuration needs to add a GET parameter in order to avoid browser caching of changed JavaScript files. For development environments the current timestamp is added. For other environments / application contexts a hash based on the TYPO3_version is added, allowing to have end-users to fetch the latest version after e.g. TYPO3 has been updated. Resolves: #68133 Releases: master Change-Id: Ifbc13cafe519a2a83f51c3869a028028f3b24368 Reviewed-on: http://review.typo3.org/41219 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
When editing a record with a regular file upload field (e.g. a fe_users record with property image), and one does not choose to upload a file, the PSR-7 implementation currently restricts this. The $_FILES array is filled with an empty data set. Thus, PSR-7 is actually canceling the whole request instead of letting it bypass, like the DataHandler would do the same when trying to process the uploaded files later. The patch allows the PSR-7 implementation only to add the files that have a filename (tmp_name) given. Resolves: #68118 Releases: master Change-Id: Ifdf9a59040ba6af3ca7214709f34e2e5be7f5759 Reviewed-on: http://review.typo3.org/41190 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benjamin Mack authored
The logic for working with galleries and calculating the maximum media size is done in a separate galleryProcessor. Resolves: #67663 Releases: master Change-Id: If00c3b800b2c6723d923cb3e3d427b850f9be7fe Reviewed-on: http://review.typo3.org/40509 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Patrick Broens <patrick@patrickbroens.nl> Tested-by:
Patrick Broens <patrick@patrickbroens.nl>
-
Georg Ringer authored
Acceptance tests will be done by using codeception Change-Id: Idad21948afc83d07b06a8fdd4ed095700c932985 Resolves: #68111 Releases: master Reviewed-on: http://review.typo3.org/41183 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>
-
Frank Nägler authored
A long long time ago jsfunc.evalfield.js found its way into the core. Now - after 12 years - it is time to leave. This patch removes the usage of jsfunc.evalfield.js from FormEngine and moves the logic into FormEngineValidation.js as a first step. The validators and processors have been split up into two methods. Resolves: #67852 Releases: master Change-Id: I781bae602ea09a4a4e359df0a461f2cfc1cdf6d8 Reviewed-on: http://review.typo3.org/40912 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
Resolves: #68121 Releases: master Change-Id: I7822981c26d8ceae1ea51cf11aa75e2a8b94731d Reviewed-on: http://review.typo3.org/41189 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
The bootstrap functionality for resolving the RequestHandler based on the request object added by the PSR-7 change. The Bootstrap::run() method is now renamed to ->configure() which does not call resolveRequest() anymore. Instead resolveRequest() is called explicitly at a later point inside every Application instance. This way, the Application instance decides what kind of Request object should be instantiated and hands it to the Bootstrap, which in return resolves the RequestHandler. The original RequestHandlerInterface is now moved to the Http/ namespace, and a RequestHandlerInterface for the Console application has been introduced for handling Console requests, based on Symfony Console. Resolves: #68085 Releases: master Change-Id: Ibbc48362739f9849f6e6d9fcadfd2e2a5247f89b Reviewed-on: http://review.typo3.org/41140 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Christian Kuhn authored
Two small .rst issues trigger warnings compiling .rst files. Resolves: #68117 Releases: master Change-Id: I775d9be46419e7266ed1e0473d32881e19fcc8f7 Reviewed-on: http://review.typo3.org/41186 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
Wouter Wolters authored
The option RTE.userLinks has been broken for some time now and with the upcoming Tabbing API this can be added again with an extension. Resolves: #68116 Releases: master Change-Id: I592923f5c7218001d28f7aff3c2e48c1533b2d48 Reviewed-on: http://review.typo3.org/41185 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benjamin Kott authored
Releases: master Resolves: #68115 Change-Id: I60c4637050dd4024d5246cb9380ebd910f2fa619 Reviewed-on: http://review.typo3.org/41181 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Wouter Wolters authored
To clean the typo3/ directory we move close.html to ext:backend. Resolves: #68108 Releases: master Change-Id: Ieee52bd3ebea8f5c3f1c7f594d6d565864e07a76 Reviewed-on: http://review.typo3.org/41169 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Oliver Hader authored
Using slots in GridDataService does not work since passing arguments by reference does not work. Since TYPO3 CMS 6.2 it's possible that the SignalSlotDispatcher returns (modified) arguments. Resolves: #60926 Releases: master, 6.2 Change-Id: If7f3a782bf8870bfb158c566df01cf2311fce048 Reviewed-on: http://review.typo3.org/32120 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Michael Oehlhof authored
Show a flash message when trying to create a folder with a name that already exists. Releases: master Resolves: #14509 Change-Id: Ia293ea61a3a892103c9b82affe5f527f1c05b39e Reviewed-on: http://review.typo3.org/36733 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com>
-
Christian Kuhn authored
The functionality provided by _HIDDENFIELD and hideParent on TCA wizard level can be better realized with the new renderType registration provided by the NodeFactory. A search showed that not a single TER extension used the two options, and it is probably also used very rarely in other 3rd party extensions. It is dropped now without substitution. Resolves: #68092 Releases: master Change-Id: I95fb96561e1879e302ba927d70d72bd454b7fa15 Reviewed-on: http://review.typo3.org/41150 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:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
Resolves: #68098 Releases: master Change-Id: Ice78388b6e39886bb3f2be13701d4b85f01f3967 Reviewed-on: http://review.typo3.org/41157 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> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Nägler authored
Remove usage of removed PNG. Resolves: #68090 Releases: master Change-Id: Ie44f5d436d0e20620fb15cb6df85a7a27985412c Reviewed-on: http://review.typo3.org/41165 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>
-
Frank Nägler authored
In some cases, the event handler was bind multiple times. This patch moves the binding into a new place. Resolves: #68095 Releases: master Change-Id: I40aeb1305b6e0c061a202ddb31a9e8f9fc9b9630 Reviewed-on: http://review.typo3.org/41160 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>
-