This project is mirrored from https://git.typo3.org/typo3/typo3.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 21 Sep, 2012 2 commits
-
-
Georg Ringer authored
Change-Id: I367b4d5797f1f52bc55c19af43279b4f30704a5b Resolves: #41185 Releases: 6.0 Reviewed-on: http://review.typo3.org/14844 Reviewed-by: Philipp Gampe Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Tested-by: Philipp Gampe Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Georg Ringer authored
Change-Id: Ife256d7497ac72235ba3783bbbe5203b9a66785a Resolves: #41119 Releases: 6.0 Reviewed-on: http://review.typo3.org/14833 Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 20 Sep, 2012 6 commits
-
-
Georg Ringer authored
Currently, the content element in page module is empty. At least the title of the plugin should be displayed Change-Id: I2663295139c5c2743351eb256f622660d19d1bed Resolves: #41076 Releases: 6.0 Reviewed-on: http://review.typo3.org/14739 Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Georg Ringer authored
The stated interface got a different name and needs to be changed Change-Id: Ied9953580dced910b777d49cb465ceb1287b0062 Fixes: #41111 Releases: 6.0 Reviewed-on: http://review.typo3.org/14756 Reviewed-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
There is a link to install tool on the reports page which leads to the old page with the missing button "unlock install tool". Change-Id: If5b33c379581672dbfd2d1024b0dd485e2281b7c Resolves: #37067 Releases: 6.0, 4.7, 4.6 Reviewed-on: http://review.typo3.org/14671 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Change-Id: Iafb916bc8a5cc74fe284d18a5430350f344e11c2 Resolves: #40949 Releases: 6.0 Reviewed-on: http://review.typo3.org/14746 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Mattias Nilsson Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Helmut Hummel authored
As of now an IDE cannot recognize old class names as the class alias is set up dynamically. Provide a file with class definitions of old class names which extend the new one. This file is never included during a request but just there to add IDE support for the old class names. The file is auto generated on the basis of the class mapping. Change-Id: I5ff4a1cd6a678121621ad027fb6fd63e259e02bd Resolves: #41128 Releases: 6.0 Reviewed-on: http://review.typo3.org/14777 Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Christian Kuhn authored
Old t3lib_tcemain was renamed to Core\DataHandler\DataHandling, but should have been Core\DataHandling\DataHandler instead, located beside the other classes and hook interfaces. The patch moves the file and corrects all usages, and raises submodule pointers of workspace and version that already got the rename patches. Change-Id: I394849aceebc389d88b0da0f0ff9751a7cc8efc5 Resolves: #41094 Related: #40095 Related: #41095 Related: #41096 Releases: 6.0 Reviewed-on: http://review.typo3.org/14762 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 19 Sep, 2012 6 commits
-
-
Christian Kuhn authored
* Minor cleanups and fix for a broken globals backup * Activate for travis Change-Id: I0bac617fcff4100dd31bf7ca1ad0aa552a7a4d37 Resolves: #41081 Releases: 6.0 Reviewed-on: http://review.typo3.org/14742 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
* Minor test cleanups * Activate in travis testsuite Change-Id: I6eccff9a35198479e0932779b261f2ec364e0393 Resolves: #41080 Releases: 6.0 Reviewed-on: http://review.typo3.org/14741 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
* Fix tests to use fixture mock * Clean up backups * Activate in testsuite for travis Change-Id: I94988d1eaf7d4b7408e7cb08faa3a9a86bf0bd4b Resolves: #41077 Releases: 6.0 Reviewed-on: http://review.typo3.org/14740 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
This cleans up the existing EXT:form tests and adds them to the travis testsuite. The two filter test cases fail on systems like debian with PHP 5.3.3 due to a broken PCRE environment. This issue is identical to #39123 and the fix is very similar. Change-Id: I18d806d795a40ff6aed8dbe388a3ddfb91d15fe3 Resolves: #41074 Related: #39123 Related: #35296 Related: #35284 Releases: 6.0 Reviewed-on: http://review.typo3.org/14738 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
* Rename FrontendLoginControllerTest file * Use phpunit getAccessibleProxy() instead of own eval() * Rename some tests and data providers * Fix some duplicate data provider array keys * Activate in travis Change-Id: Ia49a59f8d60212e091e69164b759f62e6d0e257a Resolves: #41071 Releases: 6.0 Reviewed-on: http://review.typo3.org/14734 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Xavier Perseguers authored
The translation fallback introduced with TYPO3 4.6 is not taken into account by the pi_getLL() method. Change-Id: I9c60d14e903eba1cc0d19ea8cd3a58f5365abfa1 Fixes: #39850 Releases: 6.0, 4.7, 4.6 Reviewed-on: http://review.typo3.org/13811 Reviewed-by: Markus Klein Reviewed-by: Laurent Cherpit Tested-by: Laurent Cherpit Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
- 18 Sep, 2012 11 commits
-
-
TYPO3 Release Team authored
Change-Id: Icb79400c0444c099b27a87b3ad55a1e3dbb8cee8 Reviewed-on: http://review.typo3.org/14722 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
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
-
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
-
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
-
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
-
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
-
- 17 Sep, 2012 12 commits
-
-
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
-
- 16 Sep, 2012 3 commits
-
-
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
-