- Mar 27, 2017
-
-
Oliver Hader authored
Change-Id: I69beabad3e4b9419778d1ed7d1b181349089b139 Resolves: #80494 Releases: master Reviewed-on: https://review.typo3.org/52190 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Thomas Hohn authored
DataHandler does not need to force "live ID" processing to be enabled on RelationHandler when EXT:version is not loaded. Avoiding this saves some semi-expensive operations inside the RelationHandler class. Resolves: #78998 Releases: master Change-Id: If53cdd73db15352d6f4854a5aef4b407836cb6ce Reviewed-on: https://review.typo3.org/50970 Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Claus Due <claus@phpmind.net> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Helmut Hummel authored
Due to usage of Fluid dynamic variable parts in the template, ratio IDs must not contain a "." Resolves: #80214 Releases: master Change-Id: I12dac926169c827c9e3022320dd90a058f72913b Reviewed-on: https://review.typo3.org/52194 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
The Frontend Controller (TSFE) does some initialization which should belong to the FrontendBackendUserAuthentication directly. Additionally, some further code cleanups are made for this area. Resolves: #80479 Releases: master Change-Id: I32d9c98bb511f1eaa1f56203c4678358107aa7bc Reviewed-on: https://review.typo3.org/52177 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Benni Mack authored
Resolves: #80492 Releases: master Change-Id: Id835329586bf0fa315dc46377bc195ace005da61 Reviewed-on: https://review.typo3.org/52188 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The TypoScript Frontend Controller has a unnecessary dependency to a static call (which is made non-static !) of PageRepository which can be done exactly 1:1 by instantiating the cacheManager and fetching the "cache_hash" cache directly by storing and fetching the contents itself. Resolves: #80480 Releases: master Change-Id: If6f5976a6c07ea754915b9c612264d733a6b1a41 Reviewed-on: https://review.typo3.org/52179 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
This patch adds a missing PHP version check to the /install/index.php file which exists only for the redirect to the install tool. Because of this missing version check an installation without PHP 7.0 will fatal with an parsing error. Resolves: #80496 Releases: master Change-Id: Iec97021fb18ac7a4cfa0dcf1961675c3d58305ee Reviewed-on: https://review.typo3.org/52193 Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Markus Klein authored
FormEngineValidation is meant as integral part of FormEngine. The current dependency definition is inverted, such that FormEngine now depends on FormEngineValidation and not the other way around. Note that FormEngineValidation does not need any other feature of FormEngine, so this is safe. This solves a possible race condition with other modules. Releases: master, 7.6 Resolves: #80459 Change-Id: Ie2cb9dd90220b37a98bc8e3ca174fd074488cc8d Reviewed-on: https://review.typo3.org/52178 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Kay Strobach <typo3@kay-strobach.de> Tested-by:
Kay Strobach <typo3@kay-strobach.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
When the BackendController was just a plain backend.php file (back in TYPO3 6.2) there were some hooks available to load ExtJS components and JS/CSS files via include statements and relative paths. There are now better hooks within BackendController, so CSS and JS resources can be loaded via PageRenderer and within the BackendController scope. The obsolete methods and hooks are marked as deprecated. Resolves: #80491 Releases: master Change-Id: I9e0e72df7237ab958ec06f7d58a9fa41c75ba890 Reviewed-on: https://review.typo3.org/52187 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
The way of calling CLI scripts from within TYPO3 via the "cliKeys" functionality and the typo3/cli_dispatch.phpsh entrypoint have been superseded by the new Symfony Console integration. All code related to this functionality has been marked as deprecated. Calling the CliRequestHandler (which is the main entry point for the cli_dispatch.phpsh) will trigger a deprecation message warning. Resolves: #80468 Releases: master Change-Id: Ib72ab93bee27421163c9117ebedcc0e97e17d41e Reviewed-on: https://review.typo3.org/52173 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Kott authored
Resolves: #80487 Releases: master Change-Id: I23db288f4592cc09fe183c32ec17931e99b4ea74 Reviewed-on: https://review.typo3.org/52186 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>
-
Markus Klein authored
This reverts commit b07bb2e9. The patch is replaced by a better solution. Revert is only done for master, backport was not done yet. Change-Id: Ibcabb095e0043dd21cd694142d93baea7dc8e8c5 Reverts: #80459 Releases: master Reviewed-on: https://review.typo3.org/52176 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>
-
Markus Klein authored
The code must not use the nested FormEngine.Validation module without specifying a dependency on this module as well. Releases: master, 7.6 Resolves: #80459 Change-Id: Iaea325a679ac8bae116b33b912e3e9e2f7cd9163 Reviewed-on: https://review.typo3.org/52168 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Kay Strobach <typo3@kay-strobach.de> Tested-by:
Kay Strobach <typo3@kay-strobach.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Benni Mack authored
This ensures to call extbase commands & command controllers automatically via the new CLI binary. Extbase now also overrides the help command by symfony to allow extbase custom HelpCommandController to come into play when an Extbase command was called. This patch is critical for v8 so all core-internal CLI commands are available via "typo3/sysext/core/bin/typo3", otherwise we'd need to explain every admin that there are two CLI entrypoints for v8 which are relevant, because Extbase is still solely using "typo3/cli_dispatch.phpsh" until now, while all other entry points have been migrated already. Resolves: #80452 Releases: master Change-Id: I70e56c2cbef993cf16dfb212ba1a11add0017a01 Reviewed-on: https://review.typo3.org/51886 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Benni Mack authored
The methods in Extbase's command controller to request the admin role for $BE_USER are not needed anymore, because CLI users are always admins nowadays. The methods are therefore marked as deprecated. Resolves: #79591 Releases: master Change-Id: I79865af20a45d455a9417ceca42e4068cc15dc3f Reviewed-on: https://review.typo3.org/51250 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Claus Due authored
This change prevents checkValueForInline from processing empty values. The existing check would process empty values since one of the true matches is when value cannot be interpreted as an integer. Change-Id: Iacd38363bcc23453da9fcc2eea359680c6b91175 Resolves: #79063 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/51015 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Christer V <cvi@systime.dk> Reviewed-by:
Kasper Ligaard <kasperligaard+typo3.org@gmail.com> 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>
-
- Mar 26, 2017
-
-
Benjamin Kott authored
In preparation for upcomming switch from bootstrap to SASS the backend style sources have been migrated to SASS. The autoprefixer configuration was corrected to match CMS8 LTS requirements and minification of CSS files is now enabled. Automatic style checks are now available through grunt. The tasks `grunt format` and `grunt lint` will now check sources files for consistency. Resolves: #80453 Releases: master Change-Id: I9ba23aea78014a1f0cce229db533a81d5ffcd02f Reviewed-on: https://review.typo3.org/52151 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Marco Christian Krenn <krenn@webconsulting.at> Tested-by:
Marco Christian Krenn <krenn@webconsulting.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Remove the extension at the same time. Resolves: #79734 Releases: master Change-Id: I457f29b64596a91e612b0f99a020aea46f4a2425 Reviewed-on: https://review.typo3.org/51690 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Oehlhof authored
When saving a new task, now only the extra fields of the selected class where submitted via post and no longer all extra fields of all possible classes. This prevents saving the wrong value if extra fields of different classes have the same id. Resolves: #25805 Releases: master Change-Id: I4f0ae67694fbc3b284e763e3edd123804d078350 Reviewed-on: https://review.typo3.org/51027 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benni Mack authored
Resolves: #80443 Releases: master Change-Id: I3e9c2b3f984068f2ce4d1096cd14670700d77aa6 Reviewed-on: https://review.typo3.org/52155 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:
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>
-
Christian Kuhn authored
Move the MonitorUtility to ext:compatibility7, implement the static call as eofe hook and move the reports system status to compat7, too. Change-Id: I152a726d9d47e9a1f38dc2416384551727bbcc88 Resolves: #80450 Releases: master Reviewed-on: https://review.typo3.org/52164 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:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
The z-index for disabled input fields is decreased to a much lower value to avoid overlaying the module header bar. Resolves: #80428 Releases: master, 7.6 Change-Id: Ia6f861fc66269b843571720e31f4f935d5cc9614 Reviewed-on: https://review.typo3.org/52149 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
Resolves: #80451 Releases: master Change-Id: I7ba0a97b3ca4bfb98b1f5072a830d10b66e640fd Reviewed-on: https://review.typo3.org/52163 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Marco Christian Krenn authored
changes colors and use the base variables set in the file. cleanup of pagetree svg icon and add class icon-color. Resolves: #80023 Releases: master Change-Id: I6809e7930c118d9e4cc55035f0cf687c02a5958b Reviewed-on: https://review.typo3.org/52162 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Mar 25, 2017
-
-
Georg Ringer authored
Fluid escapes the header already, therfore there is no need to do it before in the controller. Resolves: #80288 Releases: master Change-Id: I7f16fb2aa1319cdfbc3a8c9226a86e98a8e8457a Reviewed-on: https://review.typo3.org/52147 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> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
This patch adds the missing logDeprecatedFunction() call. Resolves: #76164 Releases: master Change-Id: I70da92799b6fe9345468b600b73ce30273c25836 Reviewed-on: https://review.typo3.org/52161 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The method ArrayBrowser->wrapValue() only does a htmlspecialchars() call nowadays and can be replaced easily by PHP native functions. Resolves: #80440 Releases: master Change-Id: I1646adc0c501b386ed289f428420b3e6ec6a5000 Reviewed-on: https://review.typo3.org/52153 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The functionality to output a login link / logout link when coming from a certain IP address (set via TypoScript config.beLoginLinkIPList) was moved to EXT:compatibility7. Resolves: #80444 Releases: master Change-Id: I1b754cfd454abd3376642a290c056442c5be733d Reviewed-on: https://review.typo3.org/52156 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>
-
Benni Mack authored
The Freetype related method "GeneralUtility::freetypeDpiComp" has been marked as deprecated and moved to GraphicalFunctions where it belongs to. Resolves: #80449 Releases: master Change-Id: Iaa549051c38993a24415c2bfdb785715c1d6e74d Reviewed-on: https://review.typo3.org/52160 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Ralf Zimmermann authored
Avoid php warnings if no individual validation errors are defined. Resolves: #80439 Releases: master Change-Id: Idc3f566eb922afe3fc167d5738da54c09f78f83e Reviewed-on: https://review.typo3.org/52152 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Patrick Broens <patrick@patrickbroens.nl> Tested-by:
Patrick Broens <patrick@patrickbroens.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
There are no local variables in ext_tables.php that would justify having a call_user_func() wrap around the registration of the Form module. Resolves: #80441 Releases: master Change-Id: Idd927141ca10c22fcf43b0c553b82518925995cd Reviewed-on: https://review.typo3.org/52154 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Patrick Broens <patrick@patrickbroens.nl> Tested-by:
Patrick Broens <patrick@patrickbroens.nl> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The GraphicalFunctions options $V5_EFFECTS and $_NO_IM_EFFECTS are no the exact opposite all times, due to the removal of IM4 support. For this reason, the property $V5_EFFECTS can be removed. Resolves: #80448 Releases: master Change-Id: I935a5d89a98ebc16b04be46e492d26346fa10f82 Reviewed-on: https://review.typo3.org/52159 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Benni Mack authored
There are some methods that are handled differently these days and are not necessary anymore due to some IRRE refactorings in the last months. Resolves: #80446 Releases: master Change-Id: Icadfbfda1c1471c547dc1dbcaad989fb1a623b66 Reviewed-on: https://review.typo3.org/52158 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
The methods TaskModuleController::printContent() and PageLayoutController::printContent() have been marked as deprecated. Resolves: #80445 Releases: master Change-Id: Ia79101ca6ff66e7a0896dad930276698791989ce Reviewed-on: https://review.typo3.org/52157 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The output which version of Extbase is used, does not need to be fetched via getExtensionVersion() of EXT:extbase. The TYPO3_version contains the same information as the information in EXT:extbase/ext_emconf.php. Resolves: #80438 Releases: master Change-Id: I69be6c5949f39dac2c6a953d74c6cbfa7eaecd35 Reviewed-on: https://review.typo3.org/52150 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Ralf Zimmermann authored
Make it possible to define multiple form elements per row. The default configuration works for Twitter Bootstrap. Resolves: #80196 Releases: master Change-Id: I28b9f648d2bc202c03b6c6b474f6e975ef1459bd Reviewed-on: https://review.typo3.org/52037 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:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Frank Naegler authored
In case a record contains a DateTimePicker field, the validation is triggered to early and mark each DateTime field as changed. This patch fix this wrong behavior. Resolves: #80008 Releases: master Change-Id: I9a2d81c6cf5b544d5a6f08f43fd2fea86b415d6a Reviewed-on: https://review.typo3.org/52140 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Joerg Kummer <service@enobe.de> 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>
-
Nicole Cordes authored
Resolves: #48883 Resolves: #76048 Resolves: #73609 Releases: master, 7.6 Change-Id: Id782bd41bfe30d9f9574e4b444d6e361ac76d0c6 Reviewed-on: https://review.typo3.org/52148 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Nicole Cordes authored
On creating child records for an inline field, currently no language is set and the children are stored with sys_language_uid 0. This patch adds the proper configuration to ensure a default children language according to its parent language. Resolves: #48883 Resolves: #76048 Resolves: #73609 Releases: master, 7.6 Change-Id: Id9e449dbb06fed11670eedec45a92529fb4acb6f Reviewed-on: https://review.typo3.org/52061 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Helmut Hummel authored
The configuration possibilities to override child TCA from the TCA of an inline parent foreign_types foreign_record_defaults foreign_selector_fieldTcaOverride overrideCropVariants Are now replaced with a new generic one overrideChildTca The old TCA is migrated to the new version. Resolves: #80000 Releases: master Change-Id: Iebe4e0794517bc51f8bb2406aec80d95dfcb374e Reviewed-on: https://review.typo3.org/52130 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-