- Oct 03, 2015
-
-
Mathias Schreiber authored
A new class structure around "ModuleTemplate" is introduced to substitute the rusty "DocumentTemplate". The architecture can be seen as wrapper around the main html content a backend controller action creates. ModuleTemplate provides an API especially for the "doc header" and unifies its display and creation. The patch releases single controller actions from fiddling with doc header details like actual button HTML and hands over this concern to the framework, so it can steer these parts at a central place. Since this API and its embedding in the framework is a rather complex task that will require further tweaks, this main API is mostly marked as "experimental" for now: It will further settle with 8. For extension authors it means that *if* this API is used, there may be code adaptions required in version 8 since parts of the API will be adapted to further needs. Resolves: #69814 Releases: master Change-Id: I81cb9f01ebc4b13d8d88a928811e563d83ec97cd Reviewed-on: http://review.typo3.org/43465 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de>
-
Frans Saris authored
Change-Id: I4609e84720339818b3a978c864c00b3fc516bcf5 Resolves: #70301 Releases: master Reviewed-on: http://review.typo3.org/43734 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Stefan Froemken authored
Avoid evaluating the display conditions for fields on a Flexform sheet more than once. Multiple evaluations of the same conditions can lead to wrong result due to fields having been removed by the first evaluation. Resolves: #70314 Releases: master Change-Id: I412a8cc2acf67e2a72de1f37a0f8038110ca4c2e Reviewed-on: http://review.typo3.org/43744 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 02, 2015
-
-
Frank Nägler authored
This patch fix a bug for wizards in flex forms. Resolves: #69047 Releases: master Change-Id: I2bf8f79729c2d31166c77a1a85b3e77cf03828a0 Reviewed-on: http://review.typo3.org/43741 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Morton Jonuschat authored
Provide the foundation to get rid of BackendUtility::getRecordTitle() in FormEngine scope by: * adding a recordTitle field to the FormDataCompiler result array * adding a provider that fills in the recordTitle field * using the recordTitle in OuterWrapContainer where appropriate * ensuring the TcaTypesRemoveUnusedColumns provider does not remove columns used to generate the label. Resolves: #69721 Releases: master Change-Id: Ibb4edd25f786b1af47657677d6d9baa27dfb3665 Reviewed-on: http://review.typo3.org/43485 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anja Leichsenring authored
With the rewrite of the FormEngine, all data defined as select fields in TCA became arrays in the data provision. Therefore displayConditions based on single values are not evaluated correctly anymore. A check was added, when the array contains only one value, this one is used to perform the evaluation. Change-Id: If43067eb5d19748afce02b41ce44a14ca4b7fa1f Resolves: #70265 Releases: master Reviewed-on: http://review.typo3.org/43693 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Oct 01, 2015
-
-
Andreas Fernandez authored
* Remove unnecessary $treeData variable * Fix broken JS in onChange handler * Enforce int casting of $width Resolves: #70272 Releases: master Change-Id: I76b2233a30f6c033839f53404340485f7302f9ca Reviewed-on: http://review.typo3.org/43697 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Andreas Bouche <andreas.bouche@flagbit.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
Update the slider library to allow changing the value by clicking somewhere on the slider and not only by moving the button around. Resolves: #70250 Releases: master Change-Id: I96a61823015c2392699016e458f0dc8201615e6a Reviewed-on: http://review.typo3.org/43685 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Sep 30, 2015
-
-
Christian Kuhn authored
Flex form has its own localization handling that exists in parallel to the record overlay based system. This was introduced together with the TemplaVoila concept and is almost exclusively used in this context. For details, the logic is described in the flex form section of the "localization guide". With the FormEngine refactoring it is now possible to extract most parts of this language handling to ext:compatibility6. The patch moves the current handling classes to compatibility6 and registers them. This extraction gives TemplaVoila and maybe other extensions the opportunity to implement this handling on their own, compatibility6 can be used as a show case how that may be achieved. As main benefit the classes in FormEngine are significantly shorter, easier to understand and quite a few options can be dropped. Resolves: #70138 Releases: master Change-Id: Ia2c4b8b329702b895b9183f835423c2d27b7c74a Reviewed-on: http://review.typo3.org/43601 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> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Daniel Goerz authored
If an editor has no rights to create new pages of any type the icon for showing the document toolbar for the drag'n drop adding is shown nevertheless. This patch changes this behavior. The icon is only shown after the AJAX call returns at least one allowed doktype. Change-Id: I35050e4cfe923b58c26d85ce39a69dc69aa58515 Resolves: #26901 Releases: master Reviewed-on: http://review.typo3.org/43629 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
Resolves: #70205 Related: #63712 Releases: master Change-Id: I6d5c7d21870a7d36557db40f9047450701315bc1 Reviewed-on: http://review.typo3.org/43651 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
Slider still fetches on name in JavaScript instead of the new data attribute. Resolves: #70195 Releases: master Change-Id: I0c205e547c33f3fe3c3c8a4df1bbb44ae154be56 Reviewed-on: http://review.typo3.org/43636 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Wouter Wolters authored
The JavaScript calls were broken due to the FormEngine refactorings. Transfer all inline JavaScript to an AMD module. Resolves: #70169 Releases: master Change-Id: Idd57b46f2c8a884b8dd0c05ebcdc882fbd1ec8ab Reviewed-on: http://review.typo3.org/43635 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #70186 Releases: master Change-Id: I6a9cfc9f3f82c4118fd078d99dc55b61916ce8f0 Reviewed-on: http://review.typo3.org/43630 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>
-
- Sep 29, 2015
-
-
Wouter Wolters authored
Resolves: #70160 Releases: master Change-Id: I2e547d763356d53d341b9f6e1669aaf1f1351bfe Reviewed-on: http://review.typo3.org/43620 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Daniel Goerz authored
The info popup of a file shows a download button that does not trigger a download. Instead the file is opened in a new tab. This Patch changes the label to "Show" and the icon to the one used in the filelist for the same action. Change-Id: Ic1fe8f502d6c5fb38f8007c5394d7105e1daab30 Resolves: #70179 Releases: master Reviewed-on: http://review.typo3.org/43632 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
Releases: master Change-Id: Ic9608e3c91abe435beefc595a33f537f777f4446 Reviewed-on: http://review.typo3.org/43626 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benjamin Mack authored
Resolves: #70167 Releases: master Change-Id: Idf41369b956bc868f861353bae11dbd506069dbd Reviewed-on: http://review.typo3.org/43622 Reviewed-by:
Robert van Kammen <rvkammen@hotmail.com> Tested-by:
Robert van Kammen <rvkammen@hotmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Sep 28, 2015
-
-
Stephan Großberndt authored
Resolves: #69774 Resolves: #70163 Releases: master Change-Id: I34599b07d5fec1f9542e956985c3e6b9152932ec Reviewed-on: http://review.typo3.org/43617 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>
-
Frans Saris authored
Resolves: #70156 Releases: master Change-Id: I91e1a11a32a21f8b57da829c4bf3e405a5f3c78f Reviewed-on: http://review.typo3.org/43615 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Michael Oehlhof authored
Resolves: #70127 Releases: master Change-Id: I3e7f3576f32414ac418adf470cae267550070a78 Reviewed-on: http://review.typo3.org/43607 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andreas Fernandez authored
Replaces the favicon by a autosizing variant including 16px, 32px, 48px and 64px resolutions. Resolves: #70080 Releases: master Change-Id: Ic18ecceeffec8905dc734399b3979dc4198f5ac6 Reviewed-on: http://review.typo3.org/43524 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Sep 25, 2015
-
-
Mathias Brodala authored
This uses a modal dialog to confirm refresh after a change to a field with requestUpdate/onChange=reload. Resolves: #69828 Releases: master Change-Id: I16697b52ea01d56881a62f9a850e8b32e4af692f Reviewed-on: http://review.typo3.org/43331 Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> 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>
-
Nicole Cordes authored
This patch cares about overrideVals which might be set. They have to be added to the database record information and should turn the field into a hidden input element. Resolves: #70058 Releases: master Change-Id: I116177e5bdf3511621842221dd7289446337cd0c Reviewed-on: http://review.typo3.org/43441 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Inline elements within flex forms do not differ from "normal" inline relations on DB side. For inline relation handling it looks like a direct table to table connection, even if the connect data is stored within xml. The resolve logic triggered by the inline process data provider thus needs table name and uid of the "parent" record to resolve inline elements correctly. Change-Id: I06a97221cadb9ac772494f8e8d9045c41a50d305 Resolves: #69867 Releases: master Reviewed-on: http://review.typo3.org/43482 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Sebastian Michaelsen <michaelsen@t3seo.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Allacher authored
If a select field has an MM table like sys_category_record_mm it is necessary to parse the field value even if maxitems = 1 Furthermore, this really fixes #69836 as that was actually only a workaround. Resolves: #70081 Relates: #69836 Releases: master Change-Id: I13c286048d666fa196d5dc83a72a3612090c4e25 Reviewed-on: http://review.typo3.org/43531 Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Andreas Allacher authored
FormEngineValidation configuration was not added in SelectTreeElement therefore minitems was not validated. Change-Id: I38fcf1f20c5eeed667bea96130d4295a56790888 Resolves: #70084 Releases: master Reviewed-on: http://review.typo3.org/43532 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Morton Jonuschat authored
When creating new records the Inline data provider tries to resolve child records for a NEWhash uid, leading to RelationHandler returning all possible children. Skip resolving children for records that have a NEWhash local UID. Resolves: #70102 Releases: master Change-Id: I96ac6188cfe360fdee949a38c5eaf25cb6698c5d Reviewed-on: http://review.typo3.org/43562 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> 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>
-
Wouter Wolters authored
Resolves: #68366 Releases: master Change-Id: I2ad5683d27448c5100c0deb9b9a1be5a1565a919 Reviewed-on: http://review.typo3.org/43542 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Sascha Egerer authored
The Enumeration implementation of InformationStatus provides a mapStatusToInt() method that must expect a InformationStatus instance as parameter instead of a string. The method mapStatusToInt() has also been replaced by "isGreaterThan" as a comparison method fits better into the enumeration usage. This change is breaking but should not really break anything as it was introduced in 7.4 and only used at one place in the core. Change-Id: I84548ba291360d1b20a607fa1e5149b95ca93bda Resolves: #69224 Releases: master Reviewed-on: http://review.typo3.org/42804 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Tested-by:
Sascha Egerer <sascha@sascha-egerer.de>
-
- Sep 24, 2015
-
-
Andreas Fernandez authored
The FormInlineAjaxController expects a different array structure for RequireJS modules as FormResultCompiler does, which is incompatible to each other. Adopt the resolution of FormResultCompiler to fix JavaScript errors and load modules properly. Resolves: #69647 Releases: master Change-Id: I2f2730e7c482dbc4722791b995a88c3c1138385a Reviewed-on: http://review.typo3.org/43505 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> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Andreas Fernandez authored
$MCONF['name'] is not defined in the "Page" module, replace it $this->moduleName, being "web_layout". Resolves: #70065 Releases: master Change-Id: Iee3e69fbdbc434f9a7971b52089ffd694ab2e402 Reviewed-on: http://review.typo3.org/43518 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Sep 23, 2015
-
-
Helmut Hummel authored
Protected is the correct visibility for those functions, as given by the base class. Resolves: #64642 Releases: master Change-Id: Ifb5233f391dfa348d1cbf96baf8999f3cda33d63 Reviewed-on: http://review.typo3.org/43511 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Josef Glatz authored
Since http://typo3.org has been changed to https, adopt all links in the core as well. Replace some outdated links to newer once (if it could be replaced). Resolves: #69989 Releases: master Change-Id: I5d612b3b01cb75b613483649e8c754336c0fe516 Reviewed-on: http://review.typo3.org/43459 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Josef Glatz <jousch@gmail.com> Tested-by:
Josef Glatz <jousch@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
Resolves: #70047 Releases: master Change-Id: Icf74209194f267490dfc71f0c3573540ef1cd7b5 Reviewed-on: http://review.typo3.org/43504 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Wouter Wolters authored
Resolves: #70027 Releases: master Change-Id: I899d1ba565f3e22110b5fef513aa8cef5054c042 Reviewed-on: http://review.typo3.org/43484 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Several save buttons don't work anymore after icon changes Resolves: #70013 Releases: master Change-Id: Id3abb129208a7a9f2ea68521ed0b6bbb5abd8ef4 Reviewed-on: http://review.typo3.org/43486 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>
-
Stephan Großberndt authored
Add content icons using SVG to css_styled_content, felogin, fluid_styled_content, form, indexed_search and mediace with IconRegistry-iconIdentifier. Resolves: #69743 Releases: master Change-Id: Ic0bcec87dde25401f7f1a0349ced1c0eee455e0d Reviewed-on: http://review.typo3.org/43256 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Sep 22, 2015
-
-
Frans Saris authored
Cleaned up the TYPO3 Modal events so they do no conflict each other and are bound the correct DOM elemens. Further rely on the bs.modal events to set currentModal. Resolves: #69977 Releases: master Change-Id: I295a43c5d81c69c0338981ff0fa4a0c042b496ed Reviewed-on: http://review.typo3.org/43438 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Oehlhof authored
Resolves: #69826 Releases: master Change-Id: If88662cc024023f829411e062dddf74e1ef2bda3 Reviewed-on: http://review.typo3.org/43442 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>
-