TYPO3 4.3.3

Release Notes

Version 4.3.3

This version is not supported anymore.

The TYPO3 CMS community supported from 2009-11-30 until 2010-06-22. Extended security & compatibility support (ELTS) expired on 2013-06-22.

Please consider updating to a newer version.

Release Notes for TYPO3 4.3.3

This document contains information about TYPO3 version 4.3.3 which was released on April 9, 2010.

News

This release is a combined security and bugfix release.

Notes

Find more details in the security bulletin.

Download

<https://typo3.org/download/&gt;

MD5 checksums

48339224f7c5cd4cb033541b445cedd7  dummy-4.3.3.tar.gz
912b7d830aba87d869630935eba5dd9c  dummy-4.3.3.zip
ecb6d38804426cfb6aedbb82fde08b5d  typo3_src-4.3.3.tar.gz
7e9660163ce7aebeb329431f54bcb04b  typo3_src-4.3.3.zip
8168b4dc3ea4acef8d5a20e6d746eab5  typo3_src+dummy-4.3.3.zip

Upgrading

The usual upgrading procedure applies; no database updates are necessary.

Changelog

2010-04-09  Michael Stucki  &lt;michael@typo3.org&gt;

    * Release of TYPO3 4.3.3
    * Fixed bug #13959: Core autoloader should accept class names only (could lead to remote command execution). Thanks to Helmut Hummel and Marcus Krause for providing a fix.

2010-04-08  Stanislas Rolland  &lt;typo3@sjbr.ca&gt;

    * Updated htmlArea RTE version to 1.8.9

2010-04-08  Oliver Hader  &lt;oliver@typo3.org&gt;

    * Cleanup #13869: Scheduler: editTasks() calls all registered tasks to edit just one (thanks to Francois Suter)

2010-04-08  Steffen Kamper  &lt;info@sk-typo3.de&gt;

    * Fixed bug #13828: Login cause JS error if not in frame (access to parent is not allowed)

2010-04-06  Dmitry Dulepov  &lt;dmitry.dulepov@gmail.com&gt;

    * Fixed bug #13977: Improve OpenID association handling

2010-04-05  Stanislas Rolland  &lt;typo3@sjbr.ca&gt;

    * Fixed bug #14004: htmlArea RTE: Applying color or font repeatedly produces nested span elements

2010-04-05  Jeff Segars  &lt;jeff@webempoweredchurch.org&gt;

    * Fixed bug #14003: &quot;Check for extension updates&quot; does not always find latest version

2010-04-05  Xavier Perseguers  &lt;typo3@perseguers.ch&gt;

    * Fixed bug #13487: No alternative icon returned from &#039;getIcon&#039; (thanks to Stephan Kellermayr)
    * Fixed bug #13486: Wrong icon-state returned from &#039;getIcon&#039; (thanks to Stephan Kellermayr)

2010-04-03  Francois Suter  &lt;francois@typo3.org&gt;

    * Fixed bug #13625: tx_scheduler_TestTask fails to execute successfully due to missing mail initialization (thanks to Marc Bastian Heinrichs)

2010-04-01  Tobias Liebig  &lt;mail_typo3@etobi.de&gt;

    * Fixed bug #13557: t3editor/codecompletion: add new typoscript properties and update tsref descriptions

2010-04-01  Steffen Kamper  &lt;info@sk-typo3.de&gt;

    * Fixed bug #13980: PageRenderer renderJsLibraries should be after the hook

2010-03-30  Steffen Kamper  &lt;info@sk-typo3.de&gt;

    * Fixed bug #13011: Bug: borders for single image rendering [css styled content] (thanks to Susanne Moog)
    * Fixed bug #11386: t3lib_cache_backend_FileBacked violates open_basedir_restrictions

2010-03-29  Christian Kuhn  &lt;lolli@schwarzbu.ch&gt;

    * Fixed bug #13935: t3lib_fullsearch has a lot of hanging SQL record sets

2010-03-29  Dmitry Dulepov  &lt;dmitry.dulepov@gmail.com&gt;

    * Fixed bug #11696: External files with Umlauts/special chars in filename are not indexed
    * Fixed bug #12375: typo3temp got filled with thousands of EXTERNAL_URL* files
    * Fixed bug #1436: Meta tag output in indexed search result breaks layout

2010-03-28  Ernesto Baschny  &lt;ernst@cron-it.de&gt;

    * Fixed bug #13677: margin-bottom on images was missing in the &quot;single image&quot; rendering (thanks to Susanne Moog)

2010-03-28  Christian Kuhn  &lt;lolli@schwarzbu.ch&gt;

    * Follow-up to #13273: Improve caching framework dbBackend testcase to catch not deleted rows in tag table
    * Fixed bug #13273: Caching framework sub-select is slow because mysql does not use indexes on outer query

2010-03-27  Benjamin Mack  &lt;benni@typo3.org&gt;

    * Fixed bug #12794: t3lib_TStemplate::getFileName() handles path starting with media/ as magic
    * Fixed bug #13590: felogin adds field felogin_forgotHash to tca but does not add field to database (Thanks to Fabrizio Branca)

2010-03-26  Xavier Perseguers  &lt;typo3@perseguers.ch&gt;

    * Fixed bug #13775: Missing &lt;tr&gt; in &quot;Admin Tools -&gt; User Admin&quot; (thanks to Stephan Kellermayr)

2010-03-26  Steffen Kamper  &lt;info@sk-typo3.de&gt;

    * Fixed bug #13813: Using ExtJS with debug should also use debug-files of adapter

2010-03-26  Ernesto Baschny  &lt;ernst@cron-it.de&gt;

    * Follow-up to #13554: Make the code in line with follow-up to #13739

2010-03-26  Christian Kuhn  &lt;lolli@schwarzbu.ch&gt;

    * Fixed bug #13595: loginform has &lt;table&gt; stdWrap, but &lt;div&gt;s inside [css styled content] (Thanks to Susanne Moog)
    * Fixed bug #13792: Double semicolon in css styled content (Thanks to Susanne Moog)
    * Fixed bug #13681: Improve performance of t3lib_div::revExplode (Thanks to Nikolas Hagelstein)

2010-03-26  Francois Suter  &lt;francois@typo3.org&gt;

    * Fixed bug #13716: includeCSS changed behavior, must default to media=&quot;all&quot; (thanks to internezzo ag)
    * Fixed bug #13678: Bug: htmlmail send mail twice if cc recipient is set (thanks to Robert Heel)
    * Follow-up to #13678: Remove cleanup of recipient_copy which is now unused

2010-03-25  Ernesto Baschny  &lt;ernst@cron-it.de&gt;

    * Fixed bug #13901: GIFBULDER generates same picture twice (in typo3temp/GB) (thanks to Vladimir Podkovanov)
    * Follow-up to #13739: Make the clickmenu work for the case when &quot;Substitute Mount Point&quot; is not set

2010-03-25  Christian Kuhn  &lt;lolli@schwarzbu.ch&gt;

    * Follow-up to bug #11239: typolink addQueryString.exclude does not support arrays, main patch for tslib_content
    * Fixed bug #11239: typolink addQueryString.exclude does not support arrays, pre-patch to add t3lib_div::arrayDiffAssocRecursive()

2010-03-23  Dmitry Dulepov  &lt;dmitry.dulepov@gmail.com&gt;

    * Fixed bug #9229: indexing of records containing HTML leads to concatenated words
    * Fixed bug #8933: icons in indexed search modfunc1 are not skinned

2010-03-20  Stanislas Rolland  &lt;typo3@sjbr.ca&gt;

    * Fixed bug #12845: RTE link query parameters cannot contain &quot;id=&quot;

2010-03-18  Dmitry Dulepov  &lt;dmitry.dulepov@gmail.com&gt;

    * Fixed bug #12434: Name attribute in search form - invalid XHTML strict
    * Fixed bug #10392: Indexed search does not use config.fileTarget for files

2010-03-18  Ernesto Baschny  &lt;ernst@cron-it.de&gt;

    * Fixed bug #13739: &quot;Show&quot; clickmenu in page tree does not work for mount pages

2010-03-17  Andreas Otto  &lt;andreas@otto-hanika.de&gt;

    * Fixed bug #8597: Defining alternative icons with specConfs.[pid].pageIcon does not work in indexed_search (thanks to Steffen M¸ller).

2010-03-15  Tobias Liebig  &lt;mail_typo3@etobi.de&gt;

    * Follow-up to #1104: fix &#039;required&#039; validation for IRRE records

2010-03-14  Oliver Hader  &lt;oliver@typo3.org&gt;

    * Fixed bug #13283: Thumbnail generation broken for PDF files (thanks to Michael Stucki &amp; Andy Grunwald)
    * Fixed bug #13690: Clean up class definition of frontendDoc in template.php
    * Fixed bug #11805: IRRE does not work correctly with FE-editing (thanks to Bjoern Pedersen)

2010-03-14  Jochen Rau &lt;jochen.rau@typoplanet.de&gt;

    * Fixed bug #13371: cropHTML not honoring whole word setting

2010-03-11  Stanislas Rolland  &lt;typo3@sjbr.ca&gt;

    * Fixed bug #9218: htmlArea RTE: &quot;Remove format&quot; messes up some inline formats

2010-03-10  Steffen Kamper  &lt;info@sk-typo3.de&gt;

    * Fixed bug #11576: Colorpicker has no usable icon (Thanks to Stefan Geith)

2010-03-08  Xavier Perseguers  &lt;typo3@perseguers.ch&gt;

    * Fixed bug #13766: Auto-increment does not work with driver odbc_mssql [adodb]

2010-03-06  Oliver Hader  &lt;oliver@typo3.org&gt;

    * Fixed bug #1104: Setting file fields in TCA to &quot;required&quot; makes it impossible to save the record (thanks to Ingmar Schlecht &amp; Tobias Liebig)

2010-03-04  Stanislas Rolland  &lt;typo3@sjbr.ca&gt;

    * Fixed bug #13057: htmlArea RTE sometimes deletes contents

2010-03-04  Ernesto Baschny  &lt;ernst@cron-it.de&gt;

    * Fixed bug #13554: Web&gt;View on mount pages via backend (thanks to Georg Ringer)

2010-03-03  Xavier Perseguers  &lt;typo3@perseguers.ch&gt;

    * Fixed bug #10003: t3lib_db explainOutput does not work with table alias (thanks to Dan Osipov)

2010-02-27  Andreas Otto  &lt;andreas@otto-hanika.de&gt;

    * Fixed bug #13685: Recursive copy and move of alternative page languages (thanks to Albrecht Kˆhnlein)

2010-02-27  Oliver Hader  &lt;oliver@typo3.org&gt;

    * Fixed bug #8191: IRRE - Storing data crashes somehow with MM tables (thanks to Peter Kuehn &amp; Franz Koch)

2010-02-26  Christian Kuhn  &lt;lolli@schwarzbu.ch&gt;

    * Fixed bug #11562: Main module does not load different navFrames in submodules (Thanks to Erik Frister)
    * Follow-up to #13675: Use array_map() instead of array_walk()
    * Fixed bug #13675: Performance improvement: Use array_walk() for t3lib_div::intExplode (Thanks to Georg Ringer)

2010-02-26  Benjamin Mack  &lt;benni@typo3.org&gt;

    * Fixed bug #13419: sys_action: Suggest wizard doesn&#039;t work with * as table (Thanks to Georg Ringer)
    * Fixed bug #13262: replace hardcoded typo3/ with TYPO3_mainDir (Thanks to Georg Ringer)
    * Fixed bug #13591: Full search causes error if TCA has tables without any columns (Thanks to Fabrizio Branca)
    * Fixed bug #12849: Element wizard &amp; web_list.allowedNewTables doesn&#039;t respect hiding pages (Thanks to Georg Ringer)
    * Fixed bug #13611: Replace calls to t3lib_div:: within t3lib_div to self:: due to performance reasons (Thanks to Georg Ringer)

2010-02-25  Francois Suter  &lt;francois@typo3.org&gt;

    * Fixed bug #12841: Menu Update broken in EM when Using translated Backend (thanks to Steffen Ritter)

2010-02-24  Ernesto Baschny  &lt;ernst@cron-it.de&gt;

    * Fixed bug #13470: Session/Login not working in IE8 across subdomains 

2010-02-24  Steffen Kamper  &lt;info@sk-typo3.de&gt;

    * Fixed bug #13637: [EM] Upload to TER is broken

2010-02-23  Stanislas Rolland  &lt;typo3@sjbr.ca&gt;

    * Fixed bug #13479: Jump to end of text when inserting paragraph