- Mar 24, 2017
-
-
Thomas Hohn authored
When the FAL metadata extraction task fails with an exception this exception will now be logged via logException(), which is added as a new method to AbstractTask. This method logs via GeneralUtility::sysLog and the Logging API. Resolves: #66217 Releases: master Change-Id: If7d56148d9ee3ec3ea143bc422eeff4f2f4b8c03 Reviewed-on: https://review.typo3.org/51965 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Mads Jensen authored
Fixes a bug where login attempts would not be marked with loginFailure when an existing anonymous session exists. Resolves: #80389 Releases: master Change-Id: Id421d95fd5239c7a16e771463db3d9eb372d0340 Reviewed-on: https://review.typo3.org/52116 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Morten Pless <mpl@systime.dk> Reviewed-by:
Anders Kostending <aha@systime.dk> Reviewed-by:
Faton Haliti <fha@systime.dk> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Ralf Zimmermann authored
Do not show labels from removed, renamed or invalid form definitions within the page module preview hook. Resolves: #80390 Releases: master Change-Id: Ifc3f9a342ac1bda19831b9388dee04e34639503e Reviewed-on: https://review.typo3.org/52117 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- Mar 23, 2017
-
-
Jan Delius authored
Correct configuration is in fieldConf Resolves: #80423 Releases: master Change-Id: I605b9c76367081f1332c6ad61d4c342216992f1d Reviewed-on: https://review.typo3.org/52138 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Frank Naegler authored
This patch fix the broken require / validation handling for ckeditor. To revalidate the form, the field is now updated on change and the validation will be started. Reolves: #80415 Releases: master Change-Id: I731ffeb6a7fa217aa2c07004cdb424ea2a20f932 Reviewed-on: https://review.typo3.org/52134 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Ralf Zimmermann authored
Add configuration for fluid's select VH attribute 'prependOptionLabel'. Resolves: #80192 Releases: master Change-Id: Id045fac0d4d65ab4127607ec4ed1384757a0201f Reviewed-on: https://review.typo3.org/52018 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
The list module must not use any pages_language_overlay records with a sys_language_uid=0. First this doesn't make sense and furthermore this has ugly side effects like an empty localize button. Resolves: #80402 Releases: master Change-Id: I97155ab66b2185d681e833a67448d3e565c7f521 Reviewed-on: https://review.typo3.org/52133 Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Nicole Cordes authored
If an extension uses a default subcategory for its configuration but does not define a sorting order, using PHP >= 7 the order is reversed. This patch ensures an previously introduced counter is used as identifier. Resolves: #80180 Related: #76386 Releases: master, 7.6 Change-Id: Ib480632213ebe090688da5ba30c031ca116cf9a9 Reviewed-on: https://review.typo3.org/51980 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Pierrick Caillon authored
Frontend editing button for editing a content now url encode the return URL. The HTMLAREA baseURL computation now excludes query parameters and anchor from the document URL. Resolves: #79568 Related: #65705 Related: #65608 Releases: master Change-Id: I57ae5257ab62cff1398a0b2d088fe7ba3b126c76 Reviewed-on: https://review.typo3.org/51489 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Oliver Hader authored
TCA columns having 'l10n_mode' defined to either 'exclude' or 'mergeIfNotBlank' (later is autotatically migrated to the according 'allowLanguageSynchronization' behavior) are processed twice on handling modifications in DataHandler. In a result an exeception is throws which prevents recursions on chained translations. Checking null values with plain isset() is replaced with a new method using array_key_exists() to consider null values as well. Change-Id: I3f1b0cdf3f62845f3bae3632f6aaa9b2dfdc6e0b Resolves: #80338 Releases: master Reviewed-on: https://review.typo3.org/52091 Tested-by:
TYPO3com <no-reply@typo3.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>
-
- Mar 22, 2017
-
-
Stephan Großberndt authored
* Removes usage of `rmComma()` and deprecates it * Replaces usage of `noRecordsFromUnallowedTables()` with protected method and deprecates it * Removes duplicated code * Improves variable names and type safety Fixes: #79580 Releases: master Change-Id: Ic9b95ede11adf73397b19f10acee58ba920624f7 Reviewed-on: https://review.typo3.org/51497 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Benjamin Kott authored
Frontend login now uses fluid styled content as default rendering definition. Additionally the loading order is changed to be always first to enable more reliable overriding, also typoscript constants are now available for the most common configurations. Resolves: #80374 Releases: master Change-Id: I81b6eca5d90284029c5bfaa99e82547ca248d5b0 Reviewed-on: https://review.typo3.org/52110 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Kott authored
For a more streamlined rendering this patch adds nessesary html tags with fluid namespaces to all form templates, unifies indention and adds an empty space before closing bracket of self-closing tags. In addition the invalid end tag for thematic breaks was removed. Resolves: #80393 Releases: master Change-Id: Id9d8917b5d5f48a480da711490656cc24f18061d Reviewed-on: https://review.typo3.org/52121 Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Christian Kuhn authored
The LocalizationStateSelector field wizard on new, not yet persisted records casts the ['databaseRow']['uid'] to integer which leads to 0 if the uid is 'NEW1234...'. Example (wrong) field name in formEngine: data[pages_language_overlay][0][l10n_state][subtitle] Should: data[pages_language_overlay][NEW1234][l10n_state][subtitle] Thus, field wizards values different from default are not stored. The patch changes the int cast to an htmlspecialchars() to transfer correct record uid for new records, too. Change-Id: Ic77bf1c1e5fc0ebfcf8837bf6848ab1a201852a4 Resolves: #80405 Releases: master Reviewed-on: https://review.typo3.org/52127 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Zimmermann authored
Do not write the placeholder html attribute if its value is empty within the form editor. Resolves: #80383 Releases: master Change-Id: Icf514b49c73d3ccc9daa913dc55678bf7a57baa5 Reviewed-on: https://review.typo3.org/52113 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anders Kostending authored
Release notes: * Added support for custom CSS properties (#3144). * Deprecated jQuery.holdReady (#3288). * Deprecated jQuery.nodeName (#3475). * Deprecated jQuery.inArray (#2961). * Fixed a bug in .width(), .height(), and related methods where CSS transforms were included in the calculations. For instance, an element with the style transform: scale(2x) should not have its width and height values doubled (#3193). * Added support for <template> elements to the .contents() method (#3436). * Added back the deprecated module to the slim build. This change is largely insignificant given the module’s small size. We believe it makes more sense to remove deprecated pieces from the slim build at the same time as the main jQuery build (#3237). * Ensure jQuery.holdReady is in the right place (#3573) * Ensure we get proper values for width and height on elements with display “inline” (#3571) * Ensure trigger data is passed to radio click event handlers (#3579) * Revert: Trigger checkbox and radio click events identically * Revert: Add radio click triggering tests ChangeLog Compare: https://github.com/jquery/jquery/compare/3.1.1...3.2.1 Resolves: #80313 Releases: master Change-Id: I3f98247f28279bf68a0af4787aee996209ed1833 Reviewed-on: https://review.typo3.org/52069 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Kasper Ligaard <kasperligaard+typo3.org@gmail.com> Reviewed-by:
Anders Kostending <aha@systime.dk> Reviewed-by:
Faton Haliti <fha@systime.dk> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anders Kostending authored
Release notes: 4.7.2 * Optimize d3.pack. * Fix string coercion in transition.style and transition.attr. * Update dependencies. 4.7.3 * Fix the Mercator projection’s built-in clipping when projection.rotate is used. * Fix the transverse Mercator projection’s built-in clipping when projection.rotate is used. * Fix the transverse Mercator projection’s built-in clipping when projection.clipExtent is used. Resolves: #80320 Releases: master Change-Id: Ief0e4c58506e162062e32fc166df9edcac9f87d2 Reviewed-on: https://review.typo3.org/52073 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Faton Haliti <fha@systime.dk> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Josef Glatz authored
Fix js tooltip after permission settings are changed in the permissions backend module. Resolves: #80387 Releases: master, 7.6 Change-Id: I6be57ff0a48b3245c5e2d1aabc4260720c480e5f Reviewed-on: https://review.typo3.org/52115 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Rename .rst file since the colons give headaches on windows. Change-Id: I710a030ce7335b294d081e237a019cec6b7ca74f Resolves: #80317 Releases: master Reviewed-on: https://review.typo3.org/52125 Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The constants within `styles.content` were cleared via CSS Styled Content which did not allow to define any constants before the TypoScript template was included in that space. Releases: master Resolves: #80391 Change-Id: Ia96c3a3883d87eb9dba3f0a2b193738d9252d263 Reviewed-on: https://review.typo3.org/52118 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
Manuel Selbach authored
Since we follow the principle of "prepared statement", the method getRecordRaw will break this behaviour. Within the "where" parameter of the function it is possible to pass a malformed query part. Thus we should remove it, as the queryBuilder should be used everywhere in the future to increase visiblity of which query will be processed at a concrete point of code and to force the concept of prepared statements. Resolves: #80317 Releases: master Change-Id: If0028bf897ddee4517228a9e399390fe7266215e Reviewed-on: https://review.typo3.org/52075 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Christian Kuhn authored
The "create new flex form section container" ajax request fails to set initialized data values of the data compiler to the render engine. As a result, data values that expect to be at least an empty array are null and for instance the GroupElement stumbles. Properly assign calculated container data to the render engine to fix this. Change-Id: I1205c2814608bbb23d4842333f0b047bc356b02a Resolves: #80222 Releases: master Reviewed-on: https://review.typo3.org/52105 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Christian Kuhn authored
Loading additional stylesheets from elements in inline scope fails if using 'EXT:' syntax, for flex section containers, this was not evaluated at all. The patch adds code to resolve an EXT: prefix stylesheet file from an element result array ['stylesheetFiles'] to properly handle loading of this CSS in JS, and uses it in both inline and flex ajax controller. This issue is easily reproducible with ext:styleguide 'elements_t3editor', which registers t3editor.css to load. Without patch, This fail (404) in 'in inline' 't3editor_inline_1' 'Create New'. Additionally, additional language file handling was not implemented for flex section container ajax calls, which is also added by the patch, similar to the solution done in inline ajax. Change-Id: I617b9f1ed3e0c4718fb0867a42f2c37b604d7afe Resolves: #80335 Releases: master Reviewed-on: https://review.typo3.org/52089 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Christian Kuhn authored
sortby: An integer field with an explicit sorting value default_sortby: A query->orderBy statement to sort records if no explicit sortby field is given. default_sortby is ignored if sortby is given. The patch removes a couple of TCA ['ctrl']['default_sortby'] declarations where both were defined. default_sortby needs no "ORDER BY" prefix. The patch removes it from those TCA tables where this prefix was still defined. Additionally, the TCA reference docs have been improved in this area to hint about both fields and their correlation. It is especially evil if that is confused and a field like 'title' is set as sortby: The DataHandler would happily write integers into that field on save. Change-Id: Ib5c38a538cd3f60d3e05033488363a144f756505 Resolves: #80361 Releases: master Reviewed-on: https://review.typo3.org/52108 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Steffen Kamper <info@sk-typo3.de> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Susanne Moog authored
The view module already adds simTime to pages that have a publish date set. With this change all places generating page preview links behave in the same way, namely adding the simTime commands if the page has publish date restrictions. This change reverts f012052f and implements the behavior in a less intrusive way. Resolves: #66451 Releases: master Change-Id: Idc740477d821ac32cd74dbec7b616b2794165ea9 Reviewed-on: https://review.typo3.org/52098 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Ralf Zimmermann authored
Resolves: #80333 Releases: master Change-Id: I201392bc67228864e31d9e7117880fbb401af279 Reviewed-on: https://review.typo3.org/52088 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Jurian Janssen <jurian.janssen@gmail.com> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Mar 20, 2017
-
-
Martin Kutschker authored
Fix incompatible return types of getRendererClassName() Make sure it is a string in all interfaces and implementations. Resolves: #80230 Releases: master Change-Id: I59cd0a1222e3aa67c742ca41331af2ddc4a1ee51 Reviewed-on: https://review.typo3.org/51997 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Stucki authored
The is_file() check got lost during the refactoring in d855b470. Change-Id: Ia1688099a7ccd32667562e8c7f83fd54bb669f4a Resolves: #80354 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/52100 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Josef Glatz authored
* remove/update inline comments * improve legibility by proper indentation and CGL Resolves: #80346 Releases: master Change-Id: I51207c0a54b18f78b1a0dd4313b398908ea2f021 Reviewed-on: https://review.typo3.org/52095 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Johannes Kasberger <johannes.kasberger@reelworx.at> 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>
-
Martin Kutschker authored
Do not double-encode name with HTML entities. Resolves: #80343 Releases: master Change-Id: If8e3757f0d34712f0daf03122e61b6ef06a1ccd0 Reviewed-on: https://review.typo3.org/52094 Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Using the signed parent tca config incoming via ajax request in the inline ajax controller solves a series of issues in 'new' and other scopes. The expensive calculation of inline parent TCA config within the controller can be dropped. Change-Id: I4ff31d0398ebfa1bb311bbe6ea97c839aa2df1ac Resolves: #80325 Resolves: #76671 Releases: master Reviewed-on: https://review.typo3.org/52077 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
Since #77652 the languages are sorted manually using a sorting field. Use this field also in the language selection of pages_language_overlay. Resolves: #80351 Releases: master Change-Id: I490aa5c477cc2c45110a658e05b42e75f0528610 Reviewed-on: https://review.typo3.org/52099 Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Christian Kuhn authored
TCA property l10n_cat has been there since ever and nobody understood it. The docs about it never said what it really does and the according arguments from EditDocumentController were never used. The patch removes l10n_cat and some left over handling in EditDocumentController. Do not confuse this l10n_cat related localizationMode text/media with the localizationMode select/keep from inline: The inline part is not touched by the patch. Change-Id: Ia7b54bddabffcad3e38df76731d7fe9f6b8ff40f Resolves: #80331 Releases: master Reviewed-on: https://review.typo3.org/52086 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Thomas Hohn authored
Check for EXT:Compatibility7 instead of EXT:Compatibility6 in the Typo3Status Report. Resolves: #80348 Releases: master Change-Id: Iec4b7faa5eacd6007d0871278eeb23aa8e2b8448 Reviewed-on: https://review.typo3.org/52096 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
The previous change disabled the lookup on the parent UID which resulted in getting all possible relations due to the missing constraint. Now the behavior is mitigated by resetting non-numeric values to zero which will lead to an empty result set - like implicitly for MySQL before. Resolved: #80172 Releases: master Change-Id: If6c8d2e3b2c2b2ddf15727196f7da294fe2ada06 Reviewed-on: https://review.typo3.org/51978 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Marcus Schwemer <ms@schwemer.de> Tested-by:
Marcus Schwemer <ms@schwemer.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Oliver Hader authored
This change is focussed on runtime processing of l10n_mode which is not required anymore. Thus accordant internal functionality is deprecated. Change-Id: I19b8eabdfc98bfe83ff80d8205b0c9f029330ed5 Resolves: #80345 Releases: master Reviewed-on: https://review.typo3.org/52013 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Oliver Hader authored
TCA type's inline localizationMode can either be "keep" or "select". At least "keep" is counter-productive if allowLanguageSynchronization is enabled. That's why the whole localizationMode behaviour setting shall be deprecated and ignored in case allowLanguageSynchronization is enabled for the very same TCA field. This change does not migrate non-conflicting localizationMode settings automatically, since this potentially might be breaking and cannot be done without side-effects. Besides that calls to the static function BackendUtility::getInlineLocalizationMode() do not trigger a new entry in the deprectation log since the usage of localizationMode in TCA is logged already. Resolves: #79770 Releases: master Change-Id: Ic2072877d08bb880e9e957d6d31f0527333c2cc5 Reviewed-on: https://review.typo3.org/51650 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Mar 19, 2017
-
-
Gianluigi Martino authored
The inline styles were removed from CSS Styled Content but not in Fluid Styled Content. Now this is also removed in EXT:fluid_styled_content. Releases: master Resolves: #80171 Change-Id: I91343b803d6da0b651b6984c8c94c2583730aa40 Reviewed-on: https://review.typo3.org/52059 Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
- Mar 18, 2017
-
-
Anja Leichsenring authored
Upon DuplicationBehaviour::RENAME and ~::REPLACE, the according function is called for the given file. For DuplicationBehaviour::CANCEL, the same exception as before is thrown. For a better UX, the existance of a possible duplicate is checked and a modal window is rendered to the users to let them choose the desired action if a duplicate was found. Resolves: #80282 Releases: master Change-Id: Ie67f04184a232fc23a3cda648692783771ba5171 Reviewed-on: https://review.typo3.org/52048 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Christian Kuhn authored
While the two NodeExpansion API's allow the usual returnArray from single expansion nodes, fieldControl does not, due to its restricted format. The patch improves the single return value result merging and adds support especially for 'requireJsModules' to fieldControl. Change-Id: I7b8e44076aadd27fa5b9780ff97c1bab7141b55f Resolves: #80330 Releases: master Reviewed-on: https://review.typo3.org/52085 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-