- Mar 10, 2015
-
-
Nicole Cordes authored
Due to a wrong language file path no setting information for the CleanerTask of the recycler are shown. Releases: master Resolves: #65647 Change-Id: I21b45a0efd1e9c03d4b6bae6475826ac55262b6f Reviewed-on: http://review.typo3.org/37713 Reviewed-by:
Steffen Müller <typo3@t3node.com> Tested-by:
Steffen Müller <typo3@t3node.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Martin Helmich authored
It is ensured that the menu configuration is always an array. The PageRepository::getHash() method is extended to return the raw cache content. This allows to cache empty arrays. Change-Id: If92c80feabb8e68b66497827667b9fd0ab1c214e Resolves: #63550 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/35002 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Arjen Hoekema <arjenhoekema@gmail.com> Tested-by:
Arjen Hoekema <arjenhoekema@gmail.com> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Andreas Fernandez authored
It's not possible to delete or disable one's own backend user account in the list module anymore. Resolves: #65633 Releases: master Change-Id: Ia33db30827d2d24d66f6d70d73d9c66e461a7d7e Reviewed-on: http://review.typo3.org/37689 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Armin Ruediger Vieweg authored
When DBAL is installed, it was not possible to save NULL values to database, but TCA fields with mode=useOrOverridePlaceholder fields strongly requires this. Without the possibility to store NULL to database, "useOrOverridePlaceholder" would always override the original value. Resolves: #63991 Releases: master, 6.2 Change-Id: I23cd221431ba9d00e588942bc7c7030e9af805dc Reviewed-on: http://review.typo3.org/36545 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Tymoteusz Motylewski authored
Fix fatal error in page module when user is in some workspace Resolves: #65629 Relates: #60272 Releases: master Change-Id: I05a6b3bdccff8bfc49ff0c0619ee5db5e4de1a22 Reviewed-on: http://review.typo3.org/37675 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Andreas Fernandez authored
Add the database field "action" to the SQL query to be able to use the "user_auth" index and speed up the query. Resolves: #65634 Releases: master, 6.2 Change-Id: I3371367a2fb7c86ea4cf38ee8f7ce1e8a571ffb8 Reviewed-on: http://review.typo3.org/37692 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- Mar 09, 2015
-
-
Nicole Cordes authored
If you separate the list of programs by new line (as suggested in the Install Tool description), the programs aren't found. The problem is that the newline is saved as string component by the Install Tool. Therefore the new line separator (LF) has to be replaced before splitting the value. Releases: master, 6.2 Resolves: #65624 Change-Id: I39d8634265bf69d58ad4af3fd2eac913a14a3ef5 Reviewed-on: http://review.typo3.org/37672 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Georg Ringer authored
Following security best practices, a user should to be able to update his password only when giving the previous password. Currently no need to know the current password when changing it. Change-Id: Id0c52d8f7e0d06177c0e4f7076b71d5e6fbca466 Resolves: #35807 Releases: master Reviewed-on: http://review.typo3.org/10224 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Andreas Fernandez authored
Using the text filter calls "bindExtensionListActions" on each change. This method invokes the registration of the "click" event handler every time. Register the events in ready() once to solve the event stacking. Resolves: #65606 Releases: master Change-Id: Ie080f2e200a7d52af1a1c42dd6198c0567f122c7 Reviewed-on: http://review.typo3.org/37657 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
- Mar 08, 2015
-
-
Jigal van Hemert authored
Releases: master Resolves: #65586 Change-Id: I32758dc4e57072955d3bc7f6a010a35f7253fd80 Reviewed-on: http://review.typo3.org/37617 Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Benjamin Kott authored
Releases: master Resolves: #65587 Change-Id: Ic397294ccaf29223df7348760d6d408efb1b20e7 Reviewed-on: http://review.typo3.org/37618 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Mar 07, 2015
-
-
Markus Klein authored
Do not run exceptions through json_encode() but convert them to strings first. Resolves: #65577 Releases: master, 6.2 Change-Id: I46e743480b32010bff39784a3572a5fe96cf0859 Reviewed-on: http://review.typo3.org/37602 Reviewed-by:
Steffen Müller <typo3@t3node.com> Tested-by:
Steffen Müller <typo3@t3node.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Mar 06, 2015
-
-
Andreas Fernandez authored
The change If527b0e8fd77a059c8b25db16a926c5c80356331 introduced a regression which broke the event listeners for the update buttons. Change the JavaScript code to match the new markup. Resolves: #65580 Releases: master Change-Id: Ifbf857c88fad10f6e0411c48dadacf85bcfa425c Reviewed-on: http://review.typo3.org/37612 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Mathias Brodala authored
Resolves: #65569 Releases: master, 6.2 Change-Id: Ica1c3e9c90a0e4a97bd47afa1ea092fe9e957ef2 Reviewed-on: http://review.typo3.org/37596 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Christian Kuhn authored
Switching the image manipulation from hardcoded cache table to the caching framework with #28484 triggers a fatal error in the install tool image tests. This cache was not properly reset in the install tool initialization. The patch resolves this by cleaning up the cache initialization that has been marked as todo since install tool rewrite. This is solved for now. The whole situation is still not perfect since bootstrap, install tool and extensionmanager manipulate this stuff and the static Cache class with its static properties in front of the caching framework does not help to encapsulate and separate the different needs. A further refactoring releasing the system from static dependencies and direct global access would help here to reduce complexity with another patch later. Resolves: #54498 Related: #28484 Releases: master Change-Id: Ied01a025ce8e5a3cce03732c95d0914e8fa7af23 Reviewed-on: http://review.typo3.org/37594 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Wouter Wolters authored
Due to a JavaScript error in the current situation the code is now ported to RequireJS. Resolves: #65557 Releases: master Change-Id: I3dab5fa8ba95088e60acca5d28f3829f201ddf76 Reviewed-on: http://review.typo3.org/37578 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Georg Ringer authored
Change the id which is referred in the label to make it possible to toggle the checkbox by clicking on the label. Resolves: #65564 Releases: master, 6.2 Change-Id: I4d4b8ac91b324405f5c94e2db7e6fd5205e85462 Reviewed-on: http://review.typo3.org/37587 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Andreas Fernandez authored
Fix two broken tasks in the scheduler: "Remove deleted records" from EXT:recycler refers to the right xlf now. "System Status Update" belongs to EXT:reports again Resolves: #65558 Releases: master Change-Id: I50319632f1a26cd48f36b1ec872d8cf04da8992b Reviewed-on: http://review.typo3.org/37583 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Use dispatching for db_new.php Resolves: #65288 Releases: master Change-Id: Ie3ef5c8e4df8dc0181ed5e85dd780c769c2801ca Reviewed-on: http://review.typo3.org/37479 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Helmut Hummel authored
The processingfolder of a storage can now be a combined identifier. This makes it possible to have the processed files outside of the storage in case of a read-only storage for instance. Releases: master, 6.2 Resolves: #61463 Change-Id: I4f0e187db2aede33be40f62df3bb9f63e9706d46 Reviewed-on: http://review.typo3.org/32921 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Kott authored
Releases: master Resolves: #65056 Change-Id: Iccf505ea4bdcbb4743449e449d184a1995fda680 Reviewed-on: http://review.typo3.org/37577 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- Mar 05, 2015
-
-
Christian Kuhn authored
Releases: master, 6.2 Resolves: #65554 Change-Id: I526f4fe39af0d19b26f525b9b062aedb456794f0 Reviewed-on: http://review.typo3.org/37573 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>
-
Benjamin Kott authored
- Exclude: Media Queries - Exclude: html5shiv v3.7.1 w/ printshiv Releases: master Resolves: #65553 Change-Id: I85453e8b690c888fa1a79633c552524dba558af9 Reviewed-on: http://review.typo3.org/37569 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benjamin Kott authored
Set fix version in composer.json to avoid unwanted updates. Releases: master Resolves: #65552 Change-Id: I5852fda78ac831d7d7e1af7fe870001f50eb19c9 Reviewed-on: http://review.typo3.org/37568 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Nägler authored
The generated HTML code is broken for some input fields in FormEngine because of missing escape of attribute values. An unused style attribute is also removed. Resolves: #65525 Releases: master Change-Id: I9d9aecd43c0863a3a9f191e5e942bb5587761dde Reviewed-on: http://review.typo3.org/37543 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Kott authored
- Not overwritten variables removed - Superfluous OTF font file for desktop usage removed - Set fix version in composer.json Releases: master Resolves: #65551 Change-Id: I46f034f00a19c9e4ce231f58cc4e7697a8685296 Reviewed-on: http://review.typo3.org/37567 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>
-
Marc Bastian Heinrichs authored
Adding files from sys_file records is not robust enough. For example sys_file records could exist for already deleted files. In this case a RuntimeException is thrown, which is not caught currently. Solution: catch all Exceptions thrown from Resources in export_addSysFile and report them to the user. Resolves: #59015 Releases: master, 6.2 Change-Id: If7ce51a2ae756b43dc30d5545b076310972342f4 Reviewed-on: http://review.typo3.org/30318 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andreas Fernandez authored
Wrap tables in <div class="table-fit"> to make the tables reposonsive. Resolves: #65532 Releases: master Change-Id: I76cca7377d7613d560060b17ae3396ca281b99dc Reviewed-on: http://review.typo3.org/37548 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
Prevent problems with NULL values in reference fields. Releases: master, 6.2 Resolves: #60226 Change-Id: I168e508ca9d47a3047a7b11bed0c315186ff2e2a Reviewed-on: http://review.typo3.org/37511 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Mateusz Wojtuła <matw88@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Kott authored
To ensure the backend is always in a usable and wellformed state the t3skin extension needs to be always activated. Releases: master Resolves: #65528 Change-Id: I7e873a925834722158085500e2fcf2b80ef54f1e Reviewed-on: http://review.typo3.org/37545 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Mar 04, 2015
-
-
Andreas Fernandez authored
Streamline the layout of the scheduler. Resolves: #65233 Releases: master Change-Id: I2f91f187e21359d2228e81efb198b9bf9134d400 Reviewed-on: http://review.typo3.org/37110 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
Resolves: #65370 Releases: master Change-Id: If444c38cf263b0e089adb155cf0d2da7eb4dd9f5 Reviewed-on: http://review.typo3.org/37299 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
The "Update extension" task uses an FA icon now. The obsolete file "ExtensionUpdateScript.png" is removed. Resolves: #65500 Releases: master Change-Id: If527b0e8fd77a059c8b25db16a926c5c80356331 Reviewed-on: http://review.typo3.org/37514 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> 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>
-
Michael Oehlhof authored
- add missing return values - add missing phpdoc comments - remove unused variable assingments - add getter for LanguageService - add getter for BackendUser Resolves: #65498 Releases: master Change-Id: I0314fa03b9ac885c46e281a167d04f060fb10617 Reviewed-on: http://review.typo3.org/37513 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>
-
Christian Kuhn authored
The current link to RemoveXSS project is broken and no new one can be found. The patch removes the link from about module but keeps other references in the source files Change-Id: Iff9590aae3cd093c17553a94d1d5c88afde54834 Releases: master, 6.2 Resolves: #65485 Reviewed-on: http://review.typo3.org/37534 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Nicole Cordes authored
If an extension was updated the list should be reloaded to show update information. Releases: master, 6.2 Resolves: #64733 Change-Id: I27598995fd365745eab14a1e095fd342cd198093 Reviewed-on: http://review.typo3.org/37502 Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Torben Hansen authored
The fix for issue #64224 introduced a regression in GIFBUILDER resulting in problems with image scaling/cropping. For $fileInfo and $maskInfo: use 'processedFile' for FAL files if available and correctly distinguish between FAL- and non-FAL files otherwise by checking for 'origFile'. Resolves: #65378 Related: #64224 Releases: master, 6.2 Change-Id: Ib472bdcdc7f814e50ebd18e084f5fbe7d09fc410 Reviewed-on: http://review.typo3.org/37483 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Christoph Lehmann <christoph.lehmann@networkteam.com> Tested-by:
Philipp Mueller <philipp.mueller@lavitto.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nicole Cordes authored
As the classAliasMap is a singleton we don't need to initialize it on every dispatch, but we can call the method directly on the instance. This prevents a closure for signalSlotDispatcher which otherwise throws an exception on serialization. Releases: master Resolves: #65473 Change-Id: I1280a4a054f3b63b4b5e71262d4d054b511f001b Reviewed-on: http://review.typo3.org/37485 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Mar 03, 2015
-
-
Stephan Großberndt authored
DataHandler->fillInFieldArray fetches BackendUtility::getTCAtypeValue for each record but uses the value only if several RTE-transformation- related conditions are met. Fetch BackendUtility::getTCAtypeValue only if the RTE-transformation- related conditions are met for the first time and keep it afterwards. Resolves: #63728 Releases: master, 6.2 Change-Id: I14b307c45cab2d778968f3fd98c18348b666be3d Reviewed-on: http://review.typo3.org/35227 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Mathias Brodala authored
During refactoring of request handling setup of the global time tracker was removed for eID scripts. This also fixes the setup order in the frontend request handler since this happened before the "preprocessRequest" hook was executed in the old index_ts.php Resolves: #65488 Releases: master Change-Id: I5b0c63db37360039fdb9d9e0ff29adfa38da22c5 Reviewed-on: http://review.typo3.org/37503 Reviewed-by:
Juan Manuel Vergés Solanas <juanmanuel.vergessolanas@gmail.com> Tested-by:
Juan Manuel Vergés Solanas <juanmanuel.vergessolanas@gmail.com> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-