- Oct 06, 2017
-
-
Andreas Fernandez authored
The `Storage` RequireJS module is split into `Storage/Client` and `Storage/Persistent`. The `Storage` module itself is marked as deprecated and any occurrence is migrated to use the new modules. Resolves: #82603 Releases: master Change-Id: Ie4bbb2ac3c1801b15531f0b71e35507c8ed03f06 Reviewed-on: https://review.typo3.org/54240 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
The size of thumbnails of the file list is hard coded to 64x64 px which might not be optimal in some cases. Thus, the size should be configurable via UserTS. Releases: master Resolves: #73357 Change-Id: Ibd3bd43e55231212a410ee56b375e9be5d4354d2 Reviewed-on: https://review.typo3.org/51306 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Markus Sommer <markus.sommer@typo3.org> Tested-by:
Markus Sommer <markus.sommer@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Simon Praetorius authored
Resolves: #82439 Related: #82319 Releases: master Change-Id: Ieabaf1e7a230ce82206ffea30efded9ba821d50f Reviewed-on: https://review.typo3.org/54099 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Sommer <markus.sommer@typo3.org> Tested-by:
Markus Sommer <markus.sommer@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 05, 2017
-
-
Susanne Moog authored
As bamboo already runs pre- and past-merge tests on all configured branches we don't need travis to run tests anymore. Change-Id: I0c9fd4c6da5eb2b9ff1fa72c3ef05e91d9aeee95 Resolves: #82685 Releases: master Reviewed-on: https://review.typo3.org/54304 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Susanne Moog authored
Add sonar-project.properties as basic configuration and add travis configuration for running sonar analyis on the core. Resolves: #82685 Releases: master Change-Id: I6c2886068c81e15e92b3562cf4200f3e80ff59db Reviewed-on: https://review.typo3.org/54303 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
The global configuration "png_truecolor" which ensured that generated PNG images only have 64 colors (instead of the max colors) came from the transition 12 years ago to keep a small file size for PNG images. The option was turned on for new installations and existing installations, and if not explicitly disabled, generated true-color PNG images at any time. The option did not have any effect for FAL-related image resizing at all. In order to generate PNGs with a limited color-space, it is still possible to do so with additional "reduceColors" option, as well as adding additional parameters to ImageMagick when needed. However, having a global option for this feature seems to be not practical these days anymore. Resolves: #82680 Releases: master Change-Id: I3e00cc1c37a5ed8287dcf7cad49d2a2ab10730e6 Reviewed-on: https://review.typo3.org/54277 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Christian Kuhn authored
Add execution of the deprecated unit tests to bamboo. Change-Id: I5b15448250f3158fde6dad3ec2c3f2681edb0b49 Resolves: #82684 Related: #82438 Releases: master Reviewed-on: https://review.typo3.org/54302 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Use chromedriver directly in acceptance tests instead of routing through selenium-server. Change-Id: I229032b1b1ec1b0e6f5e4c2eb5435e3ff0ae95df Resolves: #82683 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54300 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
BackendUtility::getPagesTSconfig does accumulate the PageTS of a page, parses and returns it. That is the main purpose of that method. But there are 2 method arguments that change the behavior of that method. When setting $returnPartArray to true, the PageTS will be returned non parsed. When providing a custom $rootLine, that rootline will be used and the result is not cached. 1.) There is just one method call in the core that makes use of the argument $returnPartArray, thus, fetching the non parsed PageTS is made available through a separate method called getRawPagesTSconfig(). Using the argument $returnPartArray is deprecated and will be removed. 2.) Providing a custom rootline via the $rootline method is also deprecated and will be removed. The core does not have the need to fetch the PageTS for a made up rootline, thus people can use getRawPagesTSconfig() with a custom rootline in the future and then parse that PageTS themselves. That way the result of getPagesTSconfig can always be cached in the future. Resolves: #82497 Releases: master Change-Id: I764324072d962e89e37bf514fa405e3cd93d2783 Reviewed-on: https://review.typo3.org/54152 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:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Christian Kuhn authored
The 6.0 to 6.1 upgrade allows us to specifiy last missing pieces via bamboo specs: mostly job cleanups, plugin configuration and plan permissions. Change-Id: If26aeb45b1109ba9797f3807087201033ea1f368 Resolves: #82679 Releases: master, 8.7, 7.6 Reviewed-on: https://review.typo3.org/54294 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 patch added a superfluous switch/case entry which is unnecessary. Resolves: #82438 Releases: master Change-Id: Ib2ac2503fa3ccb8ce2605e95163a29062a71cb8a Reviewed-on: https://review.typo3.org/54297 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Markus Klein authored
This fixes an inappropriate transformation of old enableFields condition to doctrine. This is a regression fix to #77400. Resolves: #82661 Related: #77400 Releases: master, 8.7 Change-Id: Ic18c9e5f59b48f30651a988c5ec9d243c8b186e3 Reviewed-on: https://review.typo3.org/54274 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Johannes Kasberger <johannes.kasberger@reelworx.at> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Oct 04, 2017
-
-
Andreas Fernandez authored
Adding 'pid' to the form, t3editor now loads the TypoScript that is placed in any page of the current rootline. Resolves: #82623 Releases: master Change-Id: I9364bb4a60d475be52bbcc5079b4c3a6e9cb42ec Reviewed-on: https://review.typo3.org/54242 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benni Mack authored
The workspace-related CLI command is moved to EXT:workspaces. This way, an unneeded "isLoaded" check gets removed - and the command only makes sense with workspaces enabled. Resolves: #82653 Releases: master Change-Id: Ifb1f069d8222d86be637bd2d182536310a88db3c Reviewed-on: https://review.typo3.org/54265 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:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benni Mack authored
The native PHP way of triggering deprecations by a framework or applications is done via `trigger_error($deprecationMessage, E_USER_DEPRECATED)`. Previously, TYPO3 used `GeneralUtility::deprecationLog()` and similar methods to generate a custom deprecation log, however it's more flexible to use native logging through TYPO3's ErrorHandler. This solution centralizes the way to configure the place if and how deprecation logs should be written to various log destinations. This also changes the way how deprecated methods, arguments and classes are handled. The new way to deprecate code in TYPO3 is done via `trigger_error()`, the @deprecated annotation within a method only exists now for IDE support, but is not reflected anymore for the logging message. That's why the @deprecated annotation does not contain a description anymore. The methods GeneralUtility::logDeprecatedFunction() GeneralUtility::deprecationLog() GeneralUtility::getDeprecationLogFileName() GeneralUtility::logDeprecatedViewHelperAttribute() are marked as deprecated from now on. The configuration option $TYPO3_CONF_VARS[SYS][enableDeprecationLog] is removed. Deprecation messages can now be activated by adding the E_USER_DEPRECATED constant to the respective values in $TYPO3_CONF_VARS[SYS][errorHandlerErrors] (so exceptions are handled by the TYPO3 error handler) $TYPO3_CONF_VARS[SYS][syslogErrorReporting] (so exceptions are put into GeneralUtility::sysLog) $TYPO3_CONF_VARS[SYS][belogErrorReporting] (so exceptions are put into sys_log DB table) $TYPO3_CONF_VARS[SYS][exceptionalErrors] (so exceptions are thrown on a deprecation) Deprecations will still go into GeneralUtility::devLog(), if deprecations are activated via the "errorHandlerErrors" option. Tests which test explicitly for deprecated code is moved into Tests/UnitDeprecated, to ensure that the deprecated code is not throwing an exception. Resolves: #82438 Releases: master Change-Id: I6ef9a642d179001f0484c4c7678e0bec12284faf Reviewed-on: https://review.typo3.org/54015 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Change-Id: I136ee199ca80a9bc749de4f93950f84a10148a00 Resolves: #82676 Related: #82438 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54292 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Production and default settings should not throw on E_USER_DEPRECATED errors. Resolves: #82675 Releases: master Change-Id: I3ba75abd91f1d847717a10386ee0fa2dde9b8727 Reviewed-on: https://review.typo3.org/54291 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Change-Id: I0f83233c25e73cfe6194d005cde320542e65464f Resolves: #82674 Related: #80700 Releases: master Reviewed-on: https://review.typo3.org/54283 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Christian Kuhn authored
Brings a patch to dump class loading information in functional and acceptance tests. Change-Id: Ib44918666875100426f624cee2426d460e01d32a Resolves: #82673 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54284 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Susanne Moog authored
Use correct route for generating split preview links in WorkspaceService Change-Id: I5cf83c435278b9c83c31e829f28f72dc61410da2 Resolves: #82663 Releases: master Reviewed-on: https://review.typo3.org/54279 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benni Mack authored
There are several checks within AuthenticationService, AbstractUserAuthentication and AbstractService which can be dropped now that the Logging API is fully configurable. The following options have no effect anymore: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['writeDevLog'] $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['writeDevLogBE'] $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['writeDevLogFE'] $GLOBALS['TYPO3_CONF_VARS']['SYS']['enable_DLOG'] The following public properties have no effect anymore and are removed: * AbstractUserAuthentication->writeDevLog * AbstractService->writeDevLog Resolves: #82639 Relates: #52694 Releases: master Change-Id: I01a1319bb4f34da03980ce04d8d30b6fe510eae2 Reviewed-on: https://review.typo3.org/54253 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Drop the TCA inline releated localizationMode settings. This one has been deprecated with v8 including an automatic TCA migration. Change-Id: Ibb73721b188368605dd3cd75a29d2b7a8986966e Releases: master Resolves: #82634 Related: #80700 Reviewed-on: https://review.typo3.org/52496 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- Oct 03, 2017
-
-
Benni Mack authored
This patch removes the global "TS." JavaScript option, as well as unused code in EditDocumentController, BackendController and PreviewController. Resolves: #82631 Releases: master Change-Id: I5de0af0acbac798bc9a57875a0631766a8016fa8 Reviewed-on: https://review.typo3.org/54254 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Switch to chrome headless for acceptance tests. We don't need xvfb and friends on bamboo anymore which will be updated with another patch later. Change-Id: Ieb78d3d198f7dd9dc882041d86b403099e0854c6 Resolves: #82659 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54272 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
* se/selenium-server-standalone 3.4.0->3.5.3 * codeception/codeception 2.3.5->2.3.6 * enm1989/chromedriver 2.31->2.32 Minor additional change in one acceptance test to stabilize that test a bit better. Change-Id: Ic306d6bb04139097962219d6047ae6aa387a5c3c Releases: master, 8.7 Resolves: #82656 Reviewed-on: https://review.typo3.org/54270 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
DefaultConfiguration setting is 70 (default since 12 years), but the FactoryConfiguration setting is set to "80" for new installations. This change raises all image quality settings to "85" if not overridden by any installation (= new installation in the last 10 years or not changed via the install tool), as we don't have a big file size issue with JPGs anymore and we don't have duplicates anymore (due to FAL instead of uploads/pics/mypic_13.jpg) and the internet connections got better. Resolves: #82655 Releases: master Change-Id: Ibcb38ece4038a414bfcae103463c727ed3cf65c0 Reviewed-on: https://review.typo3.org/54267 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> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benni Mack authored
Resolves: #76100 Resolves: #65719 Releases: master, 8.7 Change-Id: I2e389dd6ecb497a164a457230f106a64373c1907 Reviewed-on: https://review.typo3.org/54268 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benni Mack authored
The current limit of an inactive user of 1 hour is not practical for a regular editor. Instead, a default value of 8 hours fits more to a current work day. Resolves: #82654 Releases: master Change-Id: I2b0911f72771ffee7bd76b14de055a8a8e3f280b Reviewed-on: https://review.typo3.org/54266 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Christian Kuhn authored
To speed up acceptance tests a bit the browser is no longer restarted between tests. Change-Id: I03132905eed1dd6a4ccca137e0e8047b01aa6ca9 Resolves: #82652 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54262 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
This patch removes the obsolete "setDBinit" option which was migrated in TYPO3 v8. Resolves: #82421 Releases: master Change-Id: I96477e4dd7e151bf74caeafa7bdc38a1cde2f484 Reviewed-on: https://review.typo3.org/54255 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
The global "xdebug()" function is removed, as it is a stub for "debug" nowadays. This function exists since SVN days, and no comment or change why this is available. Additionally, the global "debug()" function had 6 parameters - the last three were not evaluated and thus, were removed. Resolves: #82640 Releases: master Change-Id: I3e583c06282842e3dcb14f4b68589fd706be2519 Reviewed-on: https://review.typo3.org/54256 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Oct 02, 2017
-
-
Christian Kuhn authored
The time tracker sometimes switches between two milliseconds in its operation. Test a bit weaker to cope with that. Change-Id: I20d58296749bf33b12ab2da72691ecf4853842eb Resolves: #82635 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54260 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 two GET/POST parameters "prErr" (Print Errors) and "uPT" (Update Pagetree) are removed. The GET/POST parameter "uPT" is there to explicitly request a refresh of the page tree if visible on the next module load. The GET/POST parameter "prErr" adds flash messages to the session queue which should be a default behaviour anyway. Please note that this only affects the SimpleDataHandlerController (BE module "tce_db") and no datahandler calls itself. The first parameter of DataHandler->printLogErrorMessages() is removed as it is unused. Resolves: #82629 Releases: master Change-Id: Ifc925e49b49f1537a65141810403a7758e0b448b Reviewed-on: https://review.typo3.org/54244 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The system extension rte_ckeditor creates an upload folder which is always empty and not in use by the extension or something else. Resolves: #82633 Releases: master, 8.7 Change-Id: Ic4877a9cbdbb078e5a7745f609f81aeaa5c991c3 Reviewed-on: https://review.typo3.org/54258 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Georg Ringer authored
Migrate the extension info_pagetsconfig into the extension info where also all other controllers are. Resolves: #82505 Releases: master Change-Id: I916d2ef6c00f6a5fa2cfca9c6b3f340aa4aefb44 Reviewed-on: https://review.typo3.org/53532 Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
Resolves: #82632 Related: #82014 Releases: master Change-Id: I987bdda0bdc5bc91c1422b7558bc220f516e79ea Reviewed-on: https://review.typo3.org/54257 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com>
-
Elmar Hinz authored
Note: Type hints are not trivial to add to the signature. Although the method always returns an array, there are unit tests that make use of the assumption that the method is allowed to return null. Fixing this goes beyond the goals of this ticket. Releases: master, 8.7 Resolves: #81280 Change-Id: If47041fb6fc4835de879e9077b0359063083cbd2 Reviewed-on: https://review.typo3.org/52878 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Elmar Hinz authored
Change-Id: I590025affea93d84a616b92f9b51211448ec3280 Releases: master Resolves: #81280 Reviewed-on: https://review.typo3.org/52892 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Oct 01, 2017
-
-
Ralf Zimmermann authored
Migrate the JS ElementBrowser to the modal which was introduced with issue #82427. Resolves: #82443 Releases: master Change-Id: Ib71a15a7ce9638de4eb423d896fefa47bfa15e96 Reviewed-on: https://review.typo3.org/54115 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:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Sep 30, 2017
-
-
Georg Ringer authored
To reduce the amount of system extensions the extension cshmanual can be merged into EXT:documentation. Resolves: #81574 Releases: master Change-Id: I5cd728938ffd319f5c13bf0af4caeda48c08ee37 Reviewed-on: https://review.typo3.org/53180 Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-