- Oct 08, 2015
-
-
Sebastian Wagner authored
Introduce ValueCheckbox to extend Checkbox that returns inputValue when retrieving its value. The xtype "typo3-form-wizard-valuecheckbox" is used for the following attributes: autofocus, checked, disabled, hidden, multiple, novalidate, readonly, required and selected The stored "TypoScript" contains inputValue and restores correct checking when opening the wizard again. Resolves: #70455 Releases: master Change-Id: I6fce9a86b8c1c107c4776aa38ee3764ef7f90233 Reviewed-on: http://review.typo3.org/43884 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Thomas Maroschik authored
The FormEngine refactoring changed the representation of field values, so that select boxes are now arrays. The condition evaluation cannot handle those values as prior to the refactoring and following the documentation. This patch changes the behavior to follow strictly the documentation. The = operator now compares only the first element in case of an array. The IN operator compares two potential lists for any match. Fixes: #70421 Releases: master Change-Id: I17e610215dede4c1c06c27d4d25ec1672bfccf83 Reviewed-on: http://review.typo3.org/43837 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>
-
Christian Kuhn authored
FormEngine splits in two parts: Data compilation and preparation and rendering. The patch separates the inline related data preparation out of the render containers and moves it into the data provider. TcaInline provider now resolves and compiles children and adds them to processedTca[columns][$field][children], so InlineControlContainer can just loop over them to render children. InlineRecordContainer, the second inline container that takes care of rendering single children records now no longer receives the full parent data, but only the specific child data array it should render. This leads to better encapsulation and allows some future performance improvements. While the inline stuff is still a very complex thing, this last main structural FormEngine change takes the opportunity to comment further details and dependencies and it simplifies the structures by better separation of concerns. Change-Id: Ia0ed276d7fc6f541f8ae27eaac3e17e3b8714ddf Resolves: #70490 Releases: master Reviewed-on: http://review.typo3.org/43755 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Ralf Hettinger authored
Adding the TS property plugin.tx_indexedsearch.forwardSearchWordsInResultLink.no_cache=boolean which allows disabling the no_cache=1 parameter for result page links when plugin.tx_indexedsearch.forwardSearchWordsInResultLink is enabled. Default is 1 so that there isn't change of behaviour in existing setups. Resolves: #47613 Releases: master Change-Id: I465acfd41db31b835f1387a168610137b6c298c9 Reviewed-on: http://review.typo3.org/20190 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Helmut Hummel authored
This patch was incomplete: * TCA still contains mounts for admins * Group mounts are still respected Besides that, there are options in the user record to disable that behavior. Besides that, it is the concept of mounts, that it is useful to see submounts of a global mount. This reverts commit f262ddef. Resolves: #70493 Reverts: #57587 Releases: master Change-Id: Id687402901d6246c66bfca38b800a7947d099308 Reviewed-on: http://review.typo3.org/42636 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Helmut Hummel authored
Resolves: #70492 Releases: master Change-Id: Ic17d7c3a86fecccbdc929fbd51c2534d4f3f19bb Reviewed-on: http://review.typo3.org/42323 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Oliver Hader authored
Copying a page with localized content elements in a workspace has some flaws. In a workspace a duplicated record will end up in a new-placeholder and the specific version record. The tranlation pointer field of the new-placeholder still contains the unmodified value of the original record, the specific version record is fine however. The reason for that is the special handling for cloning a page in DataHandler. Each record of a particular table is copied in reverse order. This way, the localization is created earlier than the record of the default language. This change is about skipping the direct copyRecord() call for records that will be processed inside another copyRecord() call for the record of the default language. Resolves: #61179 Releases: master, 6.2 Change-Id: I6647b02095343756d3a41b0c0e985b4777429cd8 Reviewed-on: http://review.typo3.org/32356 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Helmut Hummel authored
In testing context and in non composer mode, the additional class loading information should be regenerated for each test run. The code for that never worked and is now fixed with this change. Resolves: #70482 Releases: master Change-Id: Ia8e23d9c4409e6e5ce17c6520458913634888913 Reviewed-on: http://review.typo3.org/43904 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>
-
Helmut Hummel authored
Evaluate autoload-dev from ext_emconf.php file as well (like it is done for autoload already) Resolves: #70472 Releases: master Change-Id: I9032911311be20f7fbfe24f088b380f90f4457cc Reviewed-on: http://review.typo3.org/43902 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> 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>
-
Ralf Hettinger authored
The following TS properties now configure former php defined parameters: [plugin.tx_indexedsearch.results.] * titleCropAfter = 50 * titleCropSignifier = ... * summaryCropAfter = 180 * summaryCropSignifier = * hrefInSummaryCropAfter = 60 * hrefInSummaryCropSignifier = ... * markupSW_summaryMax = 300 * markupSW_postPreLgd = 60 * markupSW_postPreLgd_offset = 5 * markupSW_divider = ... Every TS property has the stdWrap property, too. Default settings do not change old behaviour. Resolves: #20875 Releases: master Change-Id: I01f4807cab208631233bf219dd987ba69da61344 Reviewed-on: http://review.typo3.org/20197 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benjamin Mack authored
In ClickMenu the menu items history and delete are registered below the moreoption items. Within the more option items a check is done against the delete menu item which never exists at that point of code execution. Move this piece of code above moreoptions. Releases: master Resolves: #67415 Change-Id: I606e7717ca9e0be5d5256e66879b6a1b1a183887 Reviewed-on: http://review.typo3.org/43880 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 07, 2015
-
-
Daniel Goerz authored
This patch fixes the broken unit tests. Change-Id: Ie180a13dfc51c8a3a6fdb63a0a4842b69ff7236a Resolves: #70368 Releases: master Reviewed-on: http://review.typo3.org/43896 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Ralf Zimmermann authored
It is possible to set a new themeName for a specific form but it is not possible to set it for the whole plugin via plugin.tx_form.settings.registeredElements.FORM.themeName = Mytheme Resolves: #70368 Releases: master Change-Id: I76e7584dd9b333c56c0dc4c05a7d5e78b0a7c225 Reviewed-on: http://review.typo3.org/43805 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>
-
Helmut Hummel authored
In non composer mode it has been impossible to register classes for tests to be loaded (e.g. fixture classes) as long as at least one autoload information was registered in the extension. With this change, we will now evaluate an autoload-dev section as well and also do not skip the scan of test classes when no autoload section is defined in the extension for better backwards compatibility. Resolves: #70472 Releases: master Change-Id: I05559e2d28e4262583ea3cf95dca52573ac4c18f Reviewed-on: http://review.typo3.org/43876 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>
-
Helmut Hummel authored
To be more consistent with composer mode, allow definition of alias maps in non composer mode as well. Read the composer manifest for that (which can be composer.json or ext_emconf.php) Resolves: #70437 Releases: master Change-Id: I2f888d7f95dbadc4da1785572fc793a084cf0991 Reviewed-on: http://review.typo3.org/43863 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:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Andreas Fernandez authored
Re-label the cancel to "Cancel" of the abort button used in modals in EditDocumentController appearing when deleting an IRRE element or the record itself. Resolves: #70462 Releases: master Change-Id: I1d084eecc26e2221568cb83ef9f7942aa51ed535 Reviewed-on: http://review.typo3.org/43882 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benjamin Mack authored
Limit all animations to 200ms for IRRE actions. Resolves: #55145 Releases: master Change-Id: I22e6e2b4540ad4ae343915ae2548c8f67538190b Reviewed-on: http://review.typo3.org/43872 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Josef Glatz <jousch@gmail.com> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Ralf Zimmermann authored
Add new attributes to the wizard element BUTTON. Resolves: #70338 Releases: master Change-Id: I504e6fd3b6890fda9d2563c58a4f850d4ca80cd2 Reviewed-on: http://review.typo3.org/43779 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
Add new attributes to the wizard element PASSWORD. Resolves: #70343 Releases: master Change-Id: I8a85ade636f13989354b767aa8e2141ab463f5c7 Reviewed-on: http://review.typo3.org/43788 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
Add new attributes to the wizard element HIDDEN. Resolves: #70344 Releases: master Change-Id: I7a54c9d37d33f76d0de49e92e9be1551940899ce Reviewed-on: http://review.typo3.org/43789 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Resolves: #69155 Releases: master Change-Id: I9e1b062b2830f16af638885818f7e32112868036 Reviewed-on: http://review.typo3.org/43873 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Claus Due authored
Removes redundant spaces between HTML tags while preserving the whitespace that may be inside HTML tags. Trims the final result before output. Heavily inspired by Twig's corresponding node type. <code title="Usage of f:spaceless"> <f:spaceless> <div> <div> <div>text text</div> </div> </div> </f:spaceless> </code> <output> <div><div><div>text text</div></div></div> </output> Change-Id: I3aa88877619dfa8e681b53c2d4f5df91bb51d478 Resolves: #70170 Releases: master Reviewed-on: http://review.typo3.org/43747 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benjamin Mack authored
displayErrors is "0" with the Production Application Context / Preset, and is set to "1" for Debugging / Development Context and its Preset. "-1" is stated as the "default" setting but overriden after a fresh installation. The install tool option claims that "-1" is the default, but it really isn't the default per-se, but only if LocalConfiguration.php does not have the setting used at all. Thus, the info "Default value" is removed. Resolves: #67553 Releases: master Change-Id: I98665ba33165f98788d89adc1536f6df0060a5f5 Reviewed-on: http://review.typo3.org/43878 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
Add new attributes to the wizard element RADIO. Resolves: #70342 Releases: master Change-Id: I04e0b3601791bf7d70739472276691529da13cf0 Reviewed-on: http://review.typo3.org/43786 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
Add new attributes to the wizard element CHECKBOX. Resolves: #70348 Releases: master Change-Id: I5346e2b4a9a29084a7b222b7bfa4b2fad4761026 Reviewed-on: http://review.typo3.org/43787 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
Add new attributes to the wizard element FORM. Resolves: #70337 Releases: master Change-Id: I41a62cf5d68c9c69ec104bc9127f09a215e8c98c Reviewed-on: http://review.typo3.org/43778 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Oct 06, 2015
-
-
Ralf Zimmermann authored
Add new attributes to the wizard element RESET. Resolves: #70346 Releases: master Change-Id: Iab56090a10e59367a3d3e5949bfed6b02f3b7b23 Reviewed-on: http://review.typo3.org/43785 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
Add new attributes to the wizard element SUBMIT. Resolves: #70341 Releases: master Change-Id: I83597773968d31c2c8af94833c2c69d11107d166 Reviewed-on: http://review.typo3.org/43783 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
Add new attributes to the wizard element FILEUPLOAD. Resolves: #70345 Releases: master Change-Id: Iafd5627c3557a5eed6ab2ff3520b24fca823312d Reviewed-on: http://review.typo3.org/43790 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
Add new attributes to the wizard element SELECT. Resolves: #70339 Releases: master Change-Id: I2101051eeba48272989c974ccb010e4083074c2d Reviewed-on: http://review.typo3.org/43780 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Frederic Gaus authored
This patch makes the hard coded path separator ("/") of the indexed_search search result configurable with TypoScript. You can use option split syntax to wrap each page title separately. It also makes getPathFromPageId() return already htmlspecialcharsed string. Resolves: #23156 Releases: master Change-Id: I76dc55518ffb0702d669b043249dc70fc9492d82 Reviewed-on: http://review.typo3.org/36001 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Ralf Zimmermann authored
Add new attributes to the wizard element TEXTAREA. Resolves: #70340 Releases: master Change-Id: Ib6b21a15418950215c6846e45516475de77b770e Reviewed-on: http://review.typo3.org/43781 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Frans Saris authored
Change-Id: I81dc99c9961ab817ad16a44c53f4c150e2bedba7 Resolves: #70423 Releases: master Reviewed-on: http://review.typo3.org/43842 Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
Add new attributes to the wizard element TEXTLINE. Resolves: #70347 Releases: master Change-Id: I7eb49c42160f6d0e6b57359c32bc5b6e9c042ec5 Reviewed-on: http://review.typo3.org/43791 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
* Add new attributes to the wizard: autocomplete, autofocus, contenteditable, contextmenu, draggable, dropzone, height, hidden, inputmode, list, max, min, minlength, novalidate, pattern, required, selectionDirection, selectionEnd, selectionStart, spellcheck, step, translate, width, wrap * Add new values for the type attribute: color, date, datetime, datetime-local, email, month, number, range, search, tel, time, url, week Resolves: #70332 Releases: master Change-Id: Ib22a3229e0a8d6f51b8f5fd66a64bd8745437961 Reviewed-on: http://review.typo3.org/43775 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
and introduce replyToEmail If the form configuration is defined by TypoScript the following items for the MailPostProcessor in ext:form have now contentObject functionality: * subject * senderEmail * senderName * recipientEmail * ccEmail * replyToEmail (newly introduced, replyToEmailField as fallback) * priority * organization This is disabled in the form wizard for security concerns. Resolves: #68771 Releases: master Change-Id: I13913b806b86bcfbe35d760b50e193a066cbcc4c Reviewed-on: http://review.typo3.org/42290 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Mathias Schreiber authored
Releases: master Resolves: #70365 Change-Id: I95315d1b713d28df0ec5f6fdde61eb2abc10a182 Reviewed-on: http://review.typo3.org/43812 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Wouter Wolters authored
styles.content.textmedia.colSpace should be styles.content.textmedia.columnSpacing Resolves: #70426 Related: #70312 Releases: master Change-Id: I2573c2ec9f1648e6937467e8d67764ef49120693 Reviewed-on: http://review.typo3.org/43869 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Helmut Hummel authored
The optimized autoload generation gives a huge benefit in performance. Let people participate from this benefit even if they do not know about it. Add this option in composer.json, so that this step cannot be forgotten when creating distribution builds. Resolves: #70436 Releases: master, 6.2 Change-Id: Ia3e1a3209f3c6820f514d2574a3c71cacd4e8501 Reviewed-on: http://review.typo3.org/43861 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>
-
Helmut Hummel authored
The package helhum/class-alias-loader has been ported to TYPO3 namespace and been released as official TYPO3 package. This change incorporates compatibility with the old package, e.g. old config will still be supported with a warning message to change the configuration. Resolves: #70432 Releases: master Change-Id: I489f3a8655d9f899cd43d2eaac609c6ad8732521 Reviewed-on: http://review.typo3.org/43852 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-