- Apr 12, 2012
-
-
TYPO3 v4 Release Team authored
Change-Id: I3c937eb15972540a6005b5057cd8685c2345695b Reviewed-on: http://review.typo3.org/10374 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
TYPO3 v4 Release Team authored
Change-Id: I5423372482cbe52161b6e5f38a428a5a5f4ed754 Reviewed-on: http://review.typo3.org/10373 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
Jigal van Hemert authored
With the new X-UA-Compatible set to IE=9 for the backend the TCA slider control will only work with an override. Change-Id: Idf1dd379cfe273acaaca50589169d682cc13a766 Resolves: #32581 Releases: 4.8, 4.7, 4.6 Reviewed-on: http://review.typo3.org/9547 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Susanne Moog Tested-by: Susanne Moog
-
Stefano Kowalke authored
* System extensions should ship with their tests * Tests for typo3/ and t3lib/ classes are the only ones kept under our root "tests/". Change-Id: Ic2c1ee29807c1a87202cd78635d4fbc4bf60848a Resolves: #25869 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/1648 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Oliver Klee authored
Phpunit 3.6 is no longer able to test for a generic Exception class. The main part of this patch changes generic Exceptions to better detailed subclasses to give more information on the error. Change-Id: I2197b88fae4e90d8c5ceaa0f983f43ef1388ed02 Fixes: #35202 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10187 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Stefan Galinski authored
Change-Id: I757f66eec3d035203431958cd283bb77abd9f182 Fixes: #34860 Fixes: #33685 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/9860 Tested-by: Francois Suter Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Stefan Galinski Tested-by: Stefan Galinski
-
Christian Kuhn authored
The next phpunit extension will deliver phpunit 3.6. Some autoloader unit tests fail with this version because of unclean tests. The patch cleans that up to make the tests run with both phpunit 3.5 and 3.6. Change-Id: Ib8cae2dfab5d9d638d481aa91b129f44fb0eaa01 Resolves: #35905 Releases: 6.0, 4.7, 4.6 Reviewed-on: http://review.typo3.org/10341 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Oliver Hader authored
Due to the recent clean-up of the Signal-Slot-Dispatcher (t3lib vs. Extbase), the File Abstraction Layer still needs to be adjusted. Change-Id: I3982f665959edfd2cb84060d7f82d8c611758df2 Releases: 6.0 Fixes: #35899 Reviewed-on: http://review.typo3.org/10329 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
With issue #34092 the charset conversion code was removed from the core. Test isInlineLanguageLabelDeliveredWithNonUTF8 fails now and can be removed as obsolete. Change-Id: I12e03ce182cda6d6f4b4a6da650f0c17327188a5 Resolves: #35901 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/10336 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Bugfix #30162 changed the memcache handling to not throw an exception but insert a sys_log entry instead in case of connection problems. The patch removes the according unit test that broke with the change, since the call to the static syslog is untestable. Change-Id: I9891a4e571be6f99d86d335dd8bf1786fac87d1e Resolves: #35897 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10328 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
The doNotLoadInFE handling was created to speed up the frontend by not loading ext_tables files of extensions that are not relevant in frontend context. In practice the effect is marginal, uglifies the code adds not necessary context complexity. Furthermore the TER was never able to handle the doNotLoadInFE value and removed it. The whole handling is removed with the patch. Change-Id: Icd68353bbb63decd08a86b686da3642f77317f40 Resolves: #35877 Releases: 6.0 Reviewed-on: http://review.typo3.org/10279 Reviewed-by: Oliver Klee Reviewed-by: Georg Ringer Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Susanne Moog Tested-by: Susanne Moog
-
Christian Kuhn authored
Change-Id: I35693a6fcb66e3d4ef441e045d101cda072e16d1 Resolves: #12545 Releases: 6.0 Reviewed-on: http://review.typo3.org/10324 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Apr 11, 2012
-
-
Oliver Hader authored
The concept of Signal Slot has been introduced into Extbase of TYPO3 4.6 and then got copied to TYPO3 4.7 as well - basically to support that concept for the File Abstraction Layer as well. However, now this observer pattern is duplicated in the Core, thus is removed in favour of the available Extbase behaviour. Change-Id: I406a2381771e91c119240347d0d0444844a2fc0a Releases: 6.0, 4.7 Resolves: #35854 Reviewed-on: http://review.typo3.org/10252 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Steffen Ritter authored
Since the rewrite to FlowPlayer and the additions for accessibility the MEDIA Content Element is not capable anymore, to play videos which ship their own player. This especially is the case for Videos which are from YouTube, Vimeo and other similiar platforms. Looking at the implementation it seems, that the detection of own players has been removed (accidentilly). Rebuild this detection to make external video platform links work again. Change-Id: I963a74aa3e1ab6d2de95ade903470be71af5c2d4 Fixes: #33357 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/10259 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Patrick Broens authored
Currently css_styled_content is using the constant MaxW in CSS to define the width of the image wrap. When using columns with different widths, this value is not reflecting the width of the column, which can break the centering. This patch fixes this issue by using a different centering method. Fixes: #35814 Change-Id: I2d1532b986054b8ae250d8ce6cab5b67c61a6c5d Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/10256 Reviewed-by: Berit Jensen Tested-by: Berit Jensen Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Ingo Renner authored
When using t3lib_div::getUrl() with lib file/context it uses file_get_contents() to read a URL. When this fails it tries to provide the reason for the error but does not return the actual issue. The error key in the returned array contains the error retrieved by error_get_last() which does not provide the error that occurred with file_get_contents(), but with PHP. Usually this is a notice. The actual error message of file_get_contents() is in the variable $http_response_header which is available after calling file_get_contents(). See http://de2.php.net/manual/en/reserved.variables.httpresponseheader.php Change-Id: I6bb9ad7010a633f259da103f71f404592194f743 Fixes: #35847 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10229 Reviewed-by: Oliver Klee Tested-by: Oliver Klee Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Ingo Renner Tested-by: Ingo Renner
-
Christian Kuhn authored
Since extbase and fluid are required extensions now, the upgrade wizard that installed those two is obsolete. Change-Id: I8055665355f2ac7726c8803824741d2dd3277f3d Resolves: 35860 Releases: 6.0 Reviewed-on: http://review.typo3.org/10246 Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I5a835a27b7f4e2a2301365b5c61aece765c564aa Resolves: #20634 Releases: 6.0 Reviewed-on: http://review.typo3.org/10243 Reviewed-by: Wouter Wolters Reviewed-by: Rens Admiraal Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Andy Grunwald authored
In index.php AND typo3/sysext/cms/tslib/index_ts.php (which will be included in index.php) the error reporting is set to E_ALL ^ E_NOTICE ^ E_DEPRECATED. The set command in typo3/sysext/cms/tslib/index_ts.php is obsolete, because this has no further effect. This will be set in the previous index.php as well. Result: Less code to maintain See also #35003, #35017 and #35019 Change-Id: I52341366fab6231a78acd394c09bfa67de1108e9 Fixes: #35023 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/9763 Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Steffen Ritter authored
When integrating the FlowPlayer as accessible video player, the current SWFObject just was overwritten. Therefore it currently is not possible anymore to use swfobject JavaScript or just insert any Flash in the website. Restore the old SWFOBJECT and move the new stuff into an own class. Change-Id: Ia3bad65b0743b5c7fbac7a312e561a53e061603c Resolves: #35815 Releases: 4.7,6.0 Reviewed-on: http://review.typo3.org/10232 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Andy Grunwald authored
In index.php AND typo3/sysext/cms/tslib/index_ts.php (which will be included in index.php) the constant PATH_thisScript is defined. The definition in typo3/sysext/cms/tslib/index_ts.php is obsolete, because this will be checked via if(!defined(...)). Change-Id: I3ffc0639d61f76bb6c72a96fb4fd2908e38a0268 Fixes: #35003 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/9739 Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Steffen Ritter authored
Due to a superfluous displayCondition the field for actual insertion of HTML5-video-sources is not shown correctly. Change-Id: I8cd43b9dba4b97a286ec24641fd4812577beaf43 Fixes: #35433 Releases: 4.7,6.0 Reviewed-on: http://review.typo3.org/10226 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Andy Grunwald authored
In index.php AND typo3/sysext/cms/tslib/index_ts.php (which will be included in index.php) the constant PATH_site is defined. The definition in typo3/sysext/cms/tslib/index_ts.php is obsolete, because this will be checked via if(!defined(...)). See also #35003 Change-Id: Ia0a967f562a2a58655b9db0419654c36e7092a05 Fixes: #35017 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/9753 Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Andy Grunwald authored
In index.php AND typo3/sysext/cms/tslib/index_ts.php (which will be included in index.php) the constant PATH_tslib is defined. The definition in typo3/sysext/cms/tslib/index_ts.php is obsolete, because this will be checked via if(!defined(...)). In index.php, if PATH_tslib is empty the script will die immediately. After that check, PATH_tslib will be used to include index_ts.php See also #35003 and #35017 Change-Id: I6b86c3bdb071af06b2c64b8cbbc977e9387408c8 Fixes: #35019 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/9754 Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Steffen Ritter authored
For every parameter the same code for overlaying Flexform value over the value given in TypoScript is done. Furthermore for every file the same url-processing is done. Remove these code duplication by extracting these things to external functions for a better readability and maintainability. Change-Id: I2a614cc1d60f28c3ef4189e74fa3f4dea91fa85f Resolves: #35440 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/10219 Tested-by: Anja Leichsenring Reviewed-by: Oliver Klee Reviewed-by: Anja Leichsenring Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Steffen Ritter authored
Due to the usage of an undefined variable, the value of an field within the flexform cannot resolved correctly. As an result any displayCondition of an FlexForm sheet looking at a field value (FIELD:*:=:value) evaluates to false. Change-Id: I31bf3af8b61981d7fde9e3d0f1c6dbc01118d14a Fixes: #35436 Releases: 6.0,4.7 Reviewed-on: http://review.typo3.org/10107 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Dominik Mathern Tested-by: Dominik Mathern Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-on: http://review.typo3.org/10221
-
Steffen Ritter authored
With HTML5 video many new options are added to the media element flexform. This results in a very hard to read form. Restructure the fields into tabs and use display conditions to hide unneeded fields depending on the selected media type. Change-Id: I1a25a17506541a3461bcd83d320a395bad3f8195 Fixes: #35433 Releases: 6.0,4.7 Reviewed-on: http://review.typo3.org/10109 Reviewed-by: Dominik Mathern Tested-by: Dominik Mathern Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-on: http://review.typo3.org/10223
-
Jigal van Hemert authored
Label for attribute is invalid for XHTML. Changing it to a hard coded value solves the problem. In case custom styling or Javascript breaks the whole template can be replaced. Change-Id: I41008125706f51104ff5ddf16786f0d7a71cf2af Fixes: #18901 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/7514 Reviewed-by: Oliver Klee Reviewed-by: Sebastian Michaelsen Tested-by: Sebastian Michaelsen Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Wouter Wolters Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Michael authored
Change-Id: I99863cca2d9e8b2add3292a8570cefb03a960af1 Resolves: #35822 Releases: 6.0 Reviewed-on: http://review.typo3.org/10210 Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Felix Kopp authored
Moves the form submit button to docheader. Also adds a section divided between settings and reset actions. Change-Id: I433853d3587b082e51c7c855f9461e9c861e28d5 Release: 4.7, 4.8 Fixes: #632 Reviewed-on: http://review.typo3.org/9789 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Apr 10, 2012
-
-
Felix Kopp authored
Moves save and cancel button in new/edit to the docHeader. Change-Id: I5fd6b927e233c0deefe13c0885ad6ebfe946a41c Fixes: #35104 Releases: 4.7, 6.0 Reviewed-on: http://review.typo3.org/10116 Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Georg Ringer authored
Every extension needs an icon, impexp too Change-Id: I925aba612e49c392f30368136089c640a2b8198f Fixes: #35257 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/9955 Reviewed-by: Philipp Gampe Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I1d61119394d00417a9a033f25146fc0d5096d853 Resolves: #34772 Releases: 6.0 Reviewed-on: http://review.typo3.org/9729 Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Apr 08, 2012
-
-
Jigal van Hemert authored
Use the preferred syntax for implode() Change-Id: Id5db3a209903978979eba971f7f53180a850289a Releases: 6.0, 4.7, 4.6, 4.5 Fixes: #34695 Reviewed-on: http://review.typo3.org/10192 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Apr 04, 2012
-
-
Jigal van Hemert authored
The call to getDynTabMenu had one parameter too much. Removing it restores the normal functionality that the first tab is selected by default. Change-Id: I24eac1c343b662b2757c2c69ec1dd749b5ece344 Releases: 6.0, 4.7 Fixes: #35694 Reviewed-on: http://review.typo3.org/10157 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Apr 02, 2012
-
-
Andreas Wolf authored
The ext_tables.php of t3editor does overwrite parts of tt_content's TCA without first loading it; this leads to errors if the ext_tables.php cache is included before the TCA is properly loaded. Change-Id: I54c19a2c6bc3e0b847ffa0bf19991a5936c0cba1 Resolves: #35495 Releases: 4.7, 6.0 Reviewed-on: http://review.typo3.org/10114 Reviewed-by: Stefan Neufeind Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- Apr 01, 2012
-
-
Franz Geiger authored
Introduces a hook in tx_form_View_Wizard_Wizard. This hook allows extending the wizard interface by loading extending resources. The hook is executed after all other resources have been loaded and just before content rendering. Use it by adding your function to the array $TYPO3_CONF_VARS['EXTCONF']['form']['hooks']['renderWizard'] Change-Id: I4fc22d5044d2808a9dbdb5ea9b256c2427987030 Resolves: #34711 Releases: 6.0 Reviewed-on: http://review.typo3.org/9559 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Andreas Lappe authored
Changes the regular expression used to validate the string into a unicode-aware character-class and adds two testcases for this. Change-Id: I247437d9e722c4656ddab0dd2e2ef6a960837cff Fixes: #35296 Releases: 4.5, 4.7, 6.0 Reviewed-on: http://review.typo3.org/10066 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Andreas Lappe authored
Changes the regular expression used to validate the string into a unicode-aware character-class and adds two tests for this. Change-Id: I8cb83376ec3a029a0729cf950d385518746904b4 Fixes: #35284 Releases: 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/10065 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
- Mar 28, 2012
-
-
Jigal van Hemert authored
Do not offer update for extensions with state "excludeFromUpdates" Change-Id: Ic3aaf85a64fe23f5aede42a7949f4137d468675f Fixes: #35126 Releases: 4.8, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/9827 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Sebastian Fischer Reviewed-by: Stefan Galinski Tested-by: Stefan Galinski
-