- Sep 18, 2012
-
-
TYPO3 Release Team authored
Change-Id: I6e9a95589f50deb5df5458761b087f47d441d3c0 Reviewed-on: http://review.typo3.org/14721 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
TYPO3 Release Team authored
Change-Id: I0da4ec847376480552d1f51565500030cac4a8fc Reviewed-on: http://review.typo3.org/14719 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
Georg Grossberger authored
The extensionmanager tries to merge the default configuration with the already saved one. If no configuration has been set yet, the result of the unserialize operation is a boolean false instead of an array and that is causing a fatal error when it tries to merge both configurations with the ArrayUtility::flatten method This patch adds a check that sets the current configuration to an empty array if none exists. Change-Id: Ibbc92e580e94e03452e7a40800374f086488a14b Resolves: #40864 Releases: 6.0 Reviewed-on: http://review.typo3.org/14548 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Nicole Cordes authored
An Exception is thrown when files are found directly in fileadmin folder. Because of a backslash a false identifier is generated and file cannot be found anymore. Change-Id: I6c9e8b56654dfb44ec33f697219b5299883e82c5 Fixes: #39130 Releases: 6.0 Reviewed-on: http://review.typo3.org/14514 Reviewed-by: Oliver Hader Reviewed-by: Wouter Wolters Reviewed-by: Simon Schaufelberger Tested-by: Simon Schaufelberger Tested-by: Oliver Hader
-
Nicole Cordes authored
This bugfix rewrites function type hints to match the new ones as long as PHP versions of OS Venders are not up to date. Fatal errors are thrown when using an old interface with the new TYPO3 6.0 beta 1. This only happens with PHP versions below 5.3.7 as there are some type hinting issues. Raise the Extbase submodule pointer at the same time to be in line with the renaming of the Autoloader to ClassLoader. Change-Id: I87da4bb2ef0420a94d1d155edde500c1aa96894a Fixes: #40653 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14376 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Martin Helmich authored
Currently, the SQL Parser uses raw binary characters. In some cases, this breaks the PHP interpreter. This results in the file SqlParser.php not being parsed (the PHP interpreter just dumps "???..." to stdout) and a follow-up fatal error because the class cannot be found. This patch replaces the raw binary characters with corresponding character sequence in double quotes. Change-Id: I28fb5d0c8401794e8f4bf20e7e2611b4cf7014ae Fixes: #40932 Relates: #40672 Releases: 6.0 Reviewed-on: http://review.typo3.org/14689 Reviewed-by: Oliver Hader Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Steffen Ritter authored
The current implementation is not able to deal with more than one file-reference (hand over as csv). According to the documentation and to behave like other options of the FILES object this should be adapted. Change-Id: I79227dcabbcc92c355528df0f8ebb7e4f38d1dcb Fixes: #39955 Releases: 6.0 Reviewed-on: http://review.typo3.org/14307 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Thomas Löffler authored
Reproducable only with admin account. Switch to Page module, go to root page (id = 0), switch to List module => blank page. Works only on root page. Change-Id: I377bf20708631e81d2854645b18a1211889e6409 Releases: 6.0, 4.7, 4.6, 4.5 Resolves: #40781 Reviewed-on: http://review.typo3.org/14490 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "felogin", "filelist", "form" and "func". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I2e9e0b8e339dae93c0361a6ba36e41beb0f54711 Resolves: #40965 Related: #40095 Reviewed-on: http://review.typo3.org/14624 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "info_pagetsconfig", "install", "integrity" and "lang". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I367b1bef893de93964b41d900f29e2dfcedb8aaf Resolves: #40967 Related: #40095 Reviewed-on: http://review.typo3.org/14626 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Sep 17, 2012
-
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "opendocs", "openid", "perm" and "recordlist". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: Ibe211f8ff6ba0089ecb086bd645ca55ab6fcc9da Resolves: #40968 Related: #40095 Reviewed-on: http://review.typo3.org/14627 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "saltedpasswords", "scheduler", "setup" and "statictemplates". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: Ie1e7d052f5d8dfac95d01a70ed750e69cf4bb7f6 Resolves: #40970 Related: #40095 Reviewed-on: http://review.typo3.org/14629 Reviewed-by: Thomas Loeffler Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "sv", "sys_action", "sys_note" and "t3editor". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: Ib4b3541051a30895d6657b6af367f9c6c58dac44 Resolves: #40971 Related: #40095 Reviewed-on: http://review.typo3.org/14630 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "css_styled_content", "extensionmanager", "extra_page_cm_options" and "feedit". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I9ec62d6b2782e349cef447c7a9c87f4a4fbc2585 Resolves: #40964 Related: #40095 Reviewed-on: http://review.typo3.org/14623 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "t3skin", "taskcenter", "tsconfig_help" and "tstemplate". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I9034b5146aa02651e99ab3651c50d785423e64c2 Resolves: #40972 Related: #40095 Reviewed-on: http://review.typo3.org/14631 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "tstemplate_analyzer", "tstemplate_ceditor", "tstemplate_info" and "tstemplate_objbrowser". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I7724aa9b38d7db641db4bd75c1a059bf8a71038b Resolves: #40973 Related: #40095 Reviewed-on: http://review.typo3.org/14632 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "viewpage", "wizard_crpages" and "wizard_sortpages". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: Ib5818e68f9e21164de8e42da73686cf1327410a9 Resolves: #40974 Related: #40095 Reviewed-on: http://review.typo3.org/14633 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Arvid Jakobsson authored
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I77e999229bf10bc39757f927bb3386eb2df8ec61 Resolves: #40982 Related: #40095 Reviewed-on: http://review.typo3.org/14634 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Steffen Ritter authored
The DriverRegistry does not throw exception anymore, if the same Driver is registered twice. The Exception only is thrown if another driver takes the same key. Change-Id: I16c0aa5bc98d7da90a47615ea675ab655391e1dc Releases: 6.0 Fixes: 40843 Reviewed-on: http://review.typo3.org/14669 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "recycler", "reports", "rsaauth" and "rtehtmlarea". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I5786043a52ea50477072c82e039179272e6692ca Resolves: #40969 Related: #40095 Reviewed-on: http://review.typo3.org/14628 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Nicole Cordes authored
Due to some extension manager processes when installing a new extension the DriveRegistry has to support to register the same short name with the same class name multiple times. Change-Id: I67e409f532f5736b5a4c0a2e7fb822a579cfaa41 Fixes: #40843 Releases: 6.0 Reviewed-on: http://review.typo3.org/14532 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "func_wizards", "impexp", "indexed_search" and "info". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: Ib367bc98070cb9bf8350b955f5ba7dee1872f607 Resolves: #40966 Related: #40095 Reviewed-on: http://review.typo3.org/14625 Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Sep 16, 2012
-
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "aboutmodules", "adodb", "belog" and "beuser". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I26f72a6d5e18617a0838e64068817e4fd7c1c90e Resolves: #40962 Related: #40095 Reviewed-on: http://review.typo3.org/14620 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "cli", "cms", "context_help" and "cshmanual". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I0ff0fc33d3c0733498d5821e77b224db20213705 Resolves: #40963 Related: #40095 Reviewed-on: http://review.typo3.org/14621 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Andreas Wolf authored
Setting file contents failed for two reasons: a) The permissions were incorrectly read from TSconfig and b) We used a new "update" permission that was not present in the default configuration, so without manually setting it, a file could never be updated, even by admins. This commit changes the "update" permission back to "edit", which was also used in the pre-FAL era. Change-Id: I408a19257a50868f7978ffac32eefbd410117e2d Resolves: #37812 Resolves: #39860 Resolves: #39949 Releases: 6.0 Reviewed-on: http://review.typo3.org/14257 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Helmut Hummel authored
Take the chance to also clean up the test class a bit. Change-Id: Ib2835aa4dc4c170d327f56dfcde134cf5871867b Resolves: #40956 Releases: 6.0 Reviewed-on: http://review.typo3.org/14618 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Arvid Jakobsson authored
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I09b90a58a74a219e6957488a7cca7a591c27ff70 Resolves: #40881 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14566 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Arvid Jakobsson authored
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I818d55a2f00b549fef8377f1c6766c293edd021c Resolves: #40880 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14565 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Wouter Wolters authored
Change-Id: If6d3dfcb0fb095063750eaeb85bdb32aef0f417e Resolves: #40282 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14144 Reviewed-by: Nicole Cordes Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Jigal van Hemert authored
Instead of literal characters in single quoted strings it's better to use doubled quoted strings for control characters to provide better compatibility across platforms Change-Id: Icb9722ad0e729c898d458c085f89d0fdf1f13896 Fixes: #40672 Releases: 6.0 Reviewed-on: http://review.typo3.org/14603 Reviewed-by: Felix Kopp Tested-by: Felix Kopp Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Steffen Ritter authored
Change-Id: I69b9d1c81e1215980d4a40b0383de400b26886d7 Fixes: #40952 Release: 6.0 Reviewed-on: http://review.typo3.org/14615 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Arvid Jakobsson authored
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I8a30e8689c1c567770d0c03beaa12a0bf29e9b09 Resolves: #40878 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14563 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- Sep 15, 2012
-
-
Anja Leichsenring authored
In the Install Tool All Configuration part all field descriptions are missing. This patch removes the additional newline characters which caused the comments used to render the descriptions being moved away from their fields. Change-Id: I0c6db43b6940494405eb794a28a684d1894b046e Fixes: #40939 Releases: 6.0 Reviewed-on: http://review.typo3.org/14607 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- Sep 13, 2012
-
-
Helmut Hummel authored
* Skip the IPV6 Test that always fails on darwin/ OSX OS * Remove the potentially skipped tests concerning t3lib_diff since this class is still in use Change-Id: Iab26c428ff7cf8a8b447d536d820821ed000a8fd Resolves: #40879 Releases: 6.0 Reviewed-on: http://review.typo3.org/14564 Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Jigal van Hemert authored
Change-Id: Ic4a640c880a59bf322101efb1ab7fb58bb8ace48 Fixes: #40876 Releases: 6.0 Reviewed-on: http://review.typo3.org/14560 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Sep 12, 2012
-
-
Christian Kuhn authored
Cleans up ext:belog and activates the test suite: * Fix some annotations * Move a test that was put to a wrong location * Minor CGL and readability changes * Remove namespace compat layer of new 6.0 classes * Change module registration and viewhelper to namespace Change-Id: Ia31b5fcd52b76c40dbc6215c9820fa8c83a8ab86 Resolves: #40871 Related: 6.0 Reviewed-on: http://review.typo3.org/14557 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Helmut Hummel authored
The namespace switch removed some linefeeds that were there to improve readability of the bootstrap. Add these again and also remove the compatibility files as these files are new to 6.0 anyway. Resolves: #40877 Releases: 6.0 Change-Id: I1ed4e7d8710f4feb97a0331b5526336075aa7932 Reviewed-on: http://review.typo3.org/14561 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Christian Kuhn authored
Next try to add the scheduler tests to the test suites. The patch applies several changes: * For some weird reasons PHP does not recognize 'September' as valid month keyword if the timezone is not Europe/Berlin. The test is removed since only three letter abbreviations are allowed anyway. * Make the cron command test system timezone agnostic. CronCommandTest now explicitly sets the timezone to UTC (GMT) in setUp and has a backup for tearDown. This is needed because the tests use hard coded timestamps and the system under test is sensitive for timezones. This was the main reason for the travis runs to fail in the first place. * The dataProvider in CronCommandTest do not execute strtotime anymore. The reason for that is, that the data provider data in phpunit is executed before setUp and won't get the timezone setting then. The main data provider is now splitted into two, separating the strtotime() calculation off from the rest. Change-Id: Ifb8de929b8e6edb31b24cbf02a9ddaa9dda9ab43 Resolves: #40515 Releases: 6.0 Reviewed-on: http://review.typo3.org/14549 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Georg Ringer authored
The wrong line icon is used in the wizard of db_new.php Change-Id: Ifba1d0270b547e11326ffb1c82a48e8c8838b401 Resolves: #40862 Releases: 6.0 Reviewed-on: http://review.typo3.org/14545 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Georg Ringer authored
The margin can be improved. Change-Id: I5680551fdc7625037d222d627d49a51a49835f26 Resolves: #40858 Releases: 6.0 Reviewed-on: http://review.typo3.org/14536 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Marcus Schwemer Tested-by: Marcus Schwemer Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-