- Nov 15, 2014
-
-
Oliver Hader authored
Replace Array.last() call with native JavaScript. Resolves: #62994 Releases: master Change-Id: I15a5c9021bde59511bb9ac3fc43cee26c7c36b3e Reviewed-on: http://review.typo3.org/34214 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benjamin Mack authored
A small regression was found when switching from prototype to jQuery. The String.startWith method which was added by prototype.js does not exist anymore. This does not allow to reload module+pagetree anymore. Releases: master Resolves: #62989 Change-Id: I74fdfc8b648f2bf7912ff4ea58b0a158836e3d9e Reviewed-on: http://review.typo3.org/34211 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benjamin Mack authored
Sorting of flexforms (e.g. media element) is done with scriptaculous. The jQuery UI sortable functionality is a drop-in replacement already in use for IRRE sorting. The patch replaces the scriptaculous code with jQuery UI sortable. Releases: master Resolves: #62985 Change-Id: I8655cd2cc0004dc366ebb77b31f5e686dedaf74a Reviewed-on: http://review.typo3.org/34206 Reviewed-by:
Sebastian Fischer <typo3@evoweb.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Helmut Hummel authored
Resolves: #62987 Releases: master Change-Id: I530f21d9e11e3a996350f812b16529a5f080d4cd Reviewed-on: http://review.typo3.org/33702 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
Due to a previous tab patch, empty tabs in e.g. FormEngine are always shown but disabled (= unstyled). The patch sets the default tab behaviour to hide tabs that are empty. Releases: master Resolves: #62972 Change-Id: I1d9c99269204cfdefa67b74085118def22b1ff9f Reviewed-on: http://review.typo3.org/34198 Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benjamin Mack authored
* Adds a jQuery version of the JavaScript features for TCEform FlexForms, and include them in the TYPO3 rendering call when accessing TCEforms FlexForms. * Adds clean "t3-flex" prefixed CSS classes for all components of FlexForms sections. Added styling for the components with the new classes * Removes all existing inline JS code for FlexForms * Adds minor bug fixes (no title output for section elements, preview text will be rendered on load on hidden section elements) * Reviewed existing ACTION code in TCEmain for flexform elements One minor side note is that sorting is not working, which will immediately be replaced with jquery ui in a followup patch. Resolves: #38736 Releases: master Change-Id: I9fadf06d3271dd771489fcdd182cddf9542b59fd Reviewed-on: http://review.typo3.org/12698 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benjamin Mack authored
One of the initial JS files with prototype called common.js (which was moved from typo3/js/common.js into EXT:backend with the file structure change) was previously used for calls using Prototype AJAX calls. The file was now used in two areas: - backend.php - containing an instance of the mother object "TYPO3" used for the backend scaffolding via ExtJS. - old Prototype trees (loaded in DocumentTemplate) introducing an API when using prototype as AJAX handler when errors from AJAX requests occurred (was piped to the ExtJS debug bar). Removing the common.js file leads to a) moving the "mother object" TYPO3 into backend.js where all other ExtJS initialization for the TYPO3 Backend is done. b) "old" Trees using AJAX without the hook for show error messages. The toolbarmanager.js file was a base helper function to open/hide toolbar items which is now completely provided with Bootstrap's dropdown functionality. As a result, the prototype/scriptaculous component is not needed in backend.php anymore, and is removed by default. Any extension that needs prototype in the backend.php namespace can of course re-enable scriptaculous. Resolves: #62926 Releases: master Change-Id: Icbbc048944360c3ac469c816ad07c4a2a112836b Reviewed-on: http://review.typo3.org/34098 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com>
-
Kay Strobach authored
This fix avoids the warning which can occur, because the array key noScale is missing during the rendering of an image. Resolves: #62961 Releases: master, 6.2 Change-Id: I1ed5c97570173ad29992eb2fdcbf04f8c094ec9d Reviewed-on: http://review.typo3.org/34178 Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
Due to the introduction of the fontawesome icons drag&drop was not possible anymore with ExtJS throwing errors in the page module when starting to drag. The intermediate fix is to make sure that no errors are thrown in page module. The correct fix is to define proper CSS classes to address the elements, but not via icon classes. Releases: master Resolves: #62969 Change-Id: I67b86f2b38054093b8755d6f9f65d868b3ccff76 Reviewed-on: http://review.typo3.org/34194 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Nov 14, 2014
-
-
Markus Klein authored
Removes the hasDropDown() method of the ToolbarItemInterface Resolves: #62929 Releases: master Change-Id: I758e43b0874712c0a6e9e08b2b5c22f189573d6f Reviewed-on: http://review.typo3.org/34191 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Helmut Hummel authored
This failed a lot of tests. Needs more investigation. This reverts commit c76ac795. Change-Id: I3f7be5025c0d31b530f2d6cfebbb08e94e0a2129 Reviewed-on: http://review.typo3.org/34186 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Helmut Hummel authored
Currently sys_file_metadata records that are edited in a workspace cannot be published because the workspace module does not know about ignored root level restrictions and these records are on root level by definition. Include the root page when searching for workspace records and show elements for which root level restriction is ignored. Resolves: #60343 Releases: 6.2, master Change-Id: Ib82f5c7f7a67824c5d7d4e7cdaa01c89e0912731 Reviewed-on: http://review.typo3.org/34156 Tested-by:
Gerhard Rupp <gerhard.rupp@respon.se> Reviewed-by:
Alex Kellner <alexander.kellner@einpraegsam.net> Tested-by:
Alex Kellner <alexander.kellner@einpraegsam.net> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Christian Kuhn authored
Resolves: #62964 Releases: master Change-Id: Ifbf35e815e0f98085004ef82170c7f0f5d4247a9 Reviewed-on: http://review.typo3.org/34182 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Thorsten Griebenow <griebenow@alltagsaesthetisierung.de> Tested-by:
Thorsten Griebenow <griebenow@alltagsaesthetisierung.de> Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com>
-
Felix Kopp authored
Move Help documentation to a more prominent place in the backend. Also clears the way to increase the module menu item height for finger. Resolves: #62904 Releases: master Change-Id: I4d721cb8dadfb445df94dd8fd7cd2eded2938bc2 Reviewed-on: http://review.typo3.org/34175 Reviewed-by:
Thorsten Griebenow <griebenow@alltagsaesthetisierung.de> Tested-by:
Thorsten Griebenow <griebenow@alltagsaesthetisierung.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Toolbar items are now registered with its class name in array $GLOBALS['TYPO3_CONF_VARS']['BE']['toolbarItems']. The ToolbarItem interface adds a position method to determine the order of items. Resolves: #62959 Releases: master Change-Id: Ie18d4b2148093f28c1f5387907912d8591797582 Reviewed-on: http://review.typo3.org/34149 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com>
-
Frederic Gaus authored
Plenty of easy cleanups, a few more difficult ones and removed dead code two times. Resolves: #62903 Releases: master Change-Id: Idbe0bee434e23a537f065d0bf19b55b0d5073713 Reviewed-on: http://review.typo3.org/34047 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Eugene Kenah Djomo authored
Add an identifier based on timestamp to all language files. This number must not be changed if a file is moved around. The numbers are unique throughout the project. From now on, each language file requires this number. This change is required for the translation server, see blueprint for details: http://wiki.typo3.org/Blueprints/TranslationHandling. Resolves: #62892 Releases: master, 6.2 Change-Id: If4b7483f68860fd144ee12c83cc5f1d468c610ce Reviewed-on: http://review.typo3.org/34048 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>
-
Eugene Kenah Djomo authored
This is the sysext:extbase class alias part Change-Id: I32923fe8b7f07c45abc1e42791ff9cd83c362897 Resolves: #62896 Related: #62013 Releases: master Reviewed-on: http://review.typo3.org/34031 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>
-
griebie authored
I moved the inline css to opendocs.css introducing a new class name. Resolves: #62945 Releases: master Change-Id: I5d008a3ed2d079f86abe3e97656fbe7389dffc71 Reviewed-on: http://review.typo3.org/34158 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com>
-
Wouter Wolters authored
In our effort to remove scriptaculous and prototype.js from the Backend, this patch replaces the existing InPlaceEditor and JS logic with a RequireJS Module and jQuery. Resolves: #62799 Releases: master Change-Id: I2163e8b315fbbb50656bd4a77d3c66cda1792135 Reviewed-on: http://review.typo3.org/33930 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Felix Kopp authored
Recolor DocHeader, funcmenu and pagetree. Adapt to current monochrome color scheme where topar is content - not topbar. Resolves: #62385 Releases: master Change-Id: I6ef04551950b46372b7bb85c7ef60c1c7fb98af8 Signed-off-by:
Ingo Pfennigstorf <i.pfennigstorf@gmail.com> Reviewed-on: http://review.typo3.org/33445 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Thorsten Griebenow <griebenow@alltagsaesthetisierung.de> Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com>
-
Frank Nägler authored
Make it possible to set a namespace for inline settings array Resolves: #62950 Releaese: master, 6.2 Change-Id: I7170ca42ebc49ef56e4dead1274e541c603e0cbf Reviewed-on: http://review.typo3.org/34163 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>
-
Alexander Opitz authored
Clearing the class cache and release the lock if an exception was thrown while generating the class loader cache. Resolves: #61900 Releases: master, 6.2 Change-Id: Iaac534e9cf333fe29f9ac90aed118cc953f857fe Reviewed-on: http://review.typo3.org/32982 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Wouter Wolters authored
In the main effort to replace Prototype.js with simple RequireJS modules and jQuery, the Toolbar Menu in the top of the workspaces extension was replaced by a RequireJS alternative. Additionally, this patch replaces the ExtDirect call with a simple AJAX call by jQuery and ajax.php to become ExtDirect-free for the module. Additionally, the backend is now re-colored again when inside a workspace, and the module menu keeps its current active module when refreshing dynamically via AJAX. Resolves: #62800 Releases: master Change-Id: Ie0bbe2c12dff6e1d3047cad5a175abc6f12393e4 Reviewed-on: http://review.typo3.org/33931 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Frederic Gaus authored
This patch fixes a regression of patch #61721. The array before this patch had numeric indexes and thus the first one was not recognized in the prev menu. Releases: master, 6.2 Resolves: #62482 Related: #61721 Change-Id: I2b05ffa3973fe7ca31b6e4ccd193d44718d1ec1a Reviewed-on: http://review.typo3.org/34063 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
This patch refactors the Opendocs JavaScript code to use RequireJS and jQuery over Prototype.js. Additionally, some first cleanups are done to the extension (PHP side, HTML output). Resolves: #62801 Releases: master Change-Id: I3e596ba657ff8812afafe1746d8b4bb4632aca99 Reviewed-on: http://review.typo3.org/33932 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Felix Kopp authored
Toolbar now is based on Bootstrap compatible HTML5 markup. Styles all elements. Removes the previous CSS compatibility layer. Layout in Toolbar dropdown menu is out of scope (#62927, …). Resolves: #62939 Releases: master Change-Id: I701fd7862db331a54fc1f8514c3839e9c8e1be9d Reviewed-on: http://review.typo3.org/34141 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>
-
Felix Kopp authored
Fixes a funny typo. No real impact since all files in t3skin > visual are automatically included anyways. Kudos: Frank Spy-Eye Nägler Resolves: #62924 Releases: master Change-Id: I75e6b8556af6936eb4af6f0d52432bbf93b7c2c3 Reviewed-on: http://review.typo3.org/34092 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 twbs Bootstrap 3.3.1 release for t3skin. Notes: https://github.com/twbs/bootstrap/releases/tag/v3.3.1 Resolves: #62890 Releases: master Change-Id: Ief538e2b18ef77c8290cd94009b517d1a20073db Reviewed-on: http://review.typo3.org/34041 Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Xavier Perseguers authored
Releases: master Resolves: #61788 Change-Id: I1397bdc6e10e28c7867be433f27349ba3368a875 Reviewed-on: http://review.typo3.org/34089 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Frank Nägler authored
A lot of HTML output in FormEngine is broken, because of missing spaces. This patch add the missing spaces. Resolves: #62937 Releases: master Change-Id: Iec2c25f9b913da87aaa5d06e0a77dd257e58e1f9 Reviewed-on: http://review.typo3.org/34131 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com>
-
- Nov 13, 2014
-
-
Wouter Wolters authored
This patch refactors the Toolbar code for clearing caches to use RequireJS and jQuery over Prototype.js. Resolves: #62798 Releases: master Change-Id: Ice57e1bf5d54e002eba631b0fa22896a32ceb99e Reviewed-on: http://review.typo3.org/33929 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> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Wouter Wolters authored
* Introduce new (WIP) interface ToolbarItemInterface * Adapt current toolbar items * Toolbar item html scaffolding is done by BackendController Change-Id: I237792bf3277fcbc87762014d21ec655603e150f Resolves: #62929 Releases: master Reviewed-on: http://review.typo3.org/34034 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>
-
Alexander Stehlik authored
Prevent an SQL error when deleting a key and the field belonging to the key in the install tool at the same time. Therefore the order of deleting keys and fields is changed from field first and key second to key first and field second. Resolves: #50450 Releases: master, 6.2 Change-Id: I30aff6ea6c2bf01dec6197eec8fd3aa7306cfcbb Reviewed-on: http://review.typo3.org/22581 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
jQuery UI 1.11 has support for AMD allowing to not load the whole jQuery UI library. This version is now included and used in favor of jQuery UI 1.10 and scriptaculous. Furthermore only Core and Interaction components that are necessary to replace ExtJS and Scriptaculous functionality are included, no widgets. Existing backend modules are encouraged to use the RequireJS API and to specifically require only the components needed. Resolves: #62916 Releases: master Change-Id: Ib4404704e96778054bf06dfe679522d6dc5bb621 Reviewed-on: http://review.typo3.org/34060 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>
-
Stanislas Rolland authored
This reverts commit b008e63a. Change-Id: I02fef4edaf1189b8e05f73bd3cd0251018a849bf Reviewed-on: http://review.typo3.org/34088 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Oliver Hader authored
TypoScript allows to utilize functions (user-functions) to integrate custom condition processing. However, this currently only works with function defined in the global namespace - it does not work with static methods. Thus, something like this snipped won't work: [userFunc = ConditionMatcherUserFunctions::isTrue(1)] The solution is simple, replace function_exists() with a more generic is_callable() check. Fixes: #62918 Releases: master, 6.2 Change-Id: I260c73cac26dfd14efc67bc9f65ff39d6ba74da8 Reviewed-on: http://review.typo3.org/34062 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Wouter Wolters authored
Fix a problem with the latest FF version that moving of IRRE records (reordering, via the drag/sortable icon on the right) does not work. Resolves: #62906 Releases: master Change-Id: Ia2c4f5cdbb6fd69f74e4758bfa0182a98c6b7538 Reviewed-on: http://review.typo3.org/34052 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
Due to a BackendUtility cleanup there were some methods related to help texts that were broken and unstructured. Additionally, some methods are deprecated for removal as they haven't been used since TYPO3 CMS 4.5. Resolves: #62864 Releases: master Change-Id: I3e51e25d74b282aa698df493fa4f87a54d87f823 Reviewed-on: http://review.typo3.org/33987 Reviewed-by:
Christian Buelter <buelter@kennziffer.com> Tested-by:
Christian Buelter <buelter@kennziffer.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Xavier Perseguers authored
Since PHP 5.5 is a requirement, calls to GeneralUtility::makeInstance() should use the ::class construct instead of a string argument. Releases: master Resolves: #61788 Change-Id: Ia2efc5a4cb7ecea80b8a1c8e5ff7b5d6fa9a07ce Reviewed-on: http://review.typo3.org/32913 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> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-