- Nov 16, 2014
-
-
Frank Nägler authored
Resolves: #63003 Releases: master, 6.2 Change-Id: I80a81e15afc71398d9607848160b8805407172fe Reviewed-on: http://review.typo3.org/34236 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Felix Kopp authored
* Padding & margins * Section headline * First section border top * Hover link (everywhere) Resolves: #62999 Releases: master Change-Id: Ib617cf01644b2d11e022f4e318a745961ddd8860 Reviewed-on: http://review.typo3.org/34223 Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Björn Fromme authored
Links contained in install tool configuration sections are not working. This patch adds the missing anchors and javascript to expand a collapsed sections in case a target anchor is not visible. Resolves: #62365 Releases: master, 6.2 Change-Id: Ifbaaf2fc745e8af340a330a9ca8ec07bc34db867 Reviewed-on: http://review.typo3.org/34222 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
Several functions within DocumentTemplate are not encouraged to be used anymore. The hard-coded background image setting via $TBE_STYLES['background'] is removed and its usage is deprecated. Additionally, the font-wrapping methods are deprecated. All places in the core using these methods are removed. The according CSS was removed from the core (can still be used via 3rd party extensions). collapseableSection, which was used solely by the reports module for ages in a buggy way, is also deprecated in favor of Bootstrap collapseables and localstorage. Change-Id: If1abdeb1d9491efb385b41eb4d1faf4e1dbc91e0 Resolves: #62988 Releases: master Reviewed-on: http://review.typo3.org/34209 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> 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 Kott authored
Restyle the module menu and prepare appicon support. Resolves: #62995 Releases: master Change-Id: Ic6a55c434b3cf13320c6b0417050d2cd273b531b Reviewed-on: http://review.typo3.org/34216 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com>
-
- Nov 15, 2014
-
-
Benjamin Mack authored
There are some inclusions of the removed jsfunc.formupdate.js file which was unused for the last years. Resolves: #63002 Releases: master Change-Id: If748b584f4ef84d8010def47a4868445d44470f5 Reviewed-on: http://review.typo3.org/34234 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Christian Kuhn authored
A sprite icon utility was changed a bit with patch for #62963, but the unit tests were not adapted. Do that now. Change-Id: I63e0c233d9a63c452f5c70e53ccef5c1b280639a Resolves: #62963 Releases: master Reviewed-on: http://review.typo3.org/34231 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Christian Kuhn authored
Change new interface splitting item and drop down. Refactor all toolbar items accordingly. Styling changes will be done with second patch. Change-Id: I6bfa87dbc85eb0312f4748283de788e27dda590e Resolves: #62997 Releases: master Reviewed-on: http://review.typo3.org/34205 Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com> 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>
-
Benjamin Mack authored
One of the last bits and pieces with PrototypeJS is a relatively new feature introduced with 6.2 for filtering records in a multi-select (two boxes mode). The JS functionality was completely written, styling is optimized to fit bootstrap needs. Through using deferred event handlers, the PHP code is reduced. Releases: master Resolves: #62991 Change-Id: Idb189a871b8499fd5129773641f6ac5e8fb373d2 Reviewed-on: http://review.typo3.org/34212 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Wouter Wolters authored
In the main effort to remove prototype.js in favor of RequireJS and jQuery, the JS structure is adapted. Resolves: #62936 Releases: master Change-Id: I41cf626ff93c48efb7230876cae4a48dbc6ef8c0 Reviewed-on: http://review.typo3.org/32147 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benjamin Kott authored
Provide new styling to list module and base styling for clipboard based on bootstrap. Also works for the file list. Resolves: #62963 Releases: master Change-Id: Ie12df83b6c488bcf6499ebdf881569ba62ebf818 Reviewed-on: http://review.typo3.org/34179 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
Prior to the module menu restructuring based on jQuery, the module menu was a ExtJS viewport to be fit in the backend scaffolding dynamically built. When adding the new code, the old wasn't completely removed. A ExtJS panel named modulepanel was still included but is not in use anymore. Resolves: #62998 Releases: master Change-Id: I367bbce1a7dc35b62e0ecaa8c5f16765210e0974 Reviewed-on: http://review.typo3.org/34221 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>
-
Markus Klein authored
The script checks for the presence of a t3:id in the XLF files. Moreover the uniqueness is verified. Resolves: #62965 Releases: master, 6.2 Change-Id: I8a2514b31c1484988ef7add937502424f64ed1e4 Reviewed-on: http://review.typo3.org/34184 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
In our efforts to migrate all old-school JS to jQuery RequireJS modules, there are a few small JS functions related to the TypoScript constant editor which are replaced by a proper RequireJS Module. Resolves: #62624 Releases: master Change-Id: Id0d5e4a986f0b94ef399da84ff20c0a026c7d795 Reviewed-on: http://review.typo3.org/33671 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> 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
There is a file in typo3/js/jsfunc.updateform.js which was used before all fe_admin was removed from core, but missed from removal with fe_admin completely. Same goes for the call in ContentObjectRenderer which is not used in the core for several versions. As this can not work, and is superfluous, the file and the method (note: @access private) can be safely removed. Releases: master Resolves: #62996 Change-Id: I8f30d6d6ca317c616e05aa6ee88efb73adc15033 Reviewed-on: http://review.typo3.org/34219 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
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>
-