************************************************************************ CHANGES & IMPROVEMENTS between TYPO3 4.3 and 4.4 (for technical details see ChangeLog) ************************************************************************ General ======= * TYPO3 requires PHP 5.2 now * The static templates for some basic designs that were part of the TYPO3 Core since TYPO3 3.5 are now moved to a system extension that is not included by default. If you are using one of these templates (GLUECK, GREEN, CANDIDATE etc) or one of the old table-based layouts for rendering content (like content (default) or plaintext rendering), make sure to install the system extension via the TYPO3 Installer. * The RTE is undergoing major changes as UI components are being transformed into ExtJS widgets: 1. The RTE framework becomes an ExtJS Panel comprising the toolbar, the iframe, the textarea and the status bar. All components are ExtJS objects. 2. When BE textareas are resizable, the framework is resizable as a whole. In the FE, the framework is always resizable. 3. The toolbar dropdowns become ExtJS ComboBoxes. 4. The context menu becomes a configurable ExtJS Menu. 5. Color palettes become ExtJS ColorPalettes 6. The following dialogue windows become ExtJS windows: acronym/abbreviation, table/row/column/cell properties, foreground/background color, emoticon. Backend ======= * It is now possible to add whole directories of CSS files to the backend by setting $TBE_STYLES['stylesheetDirectories'][$_EXTKEY][] = 'EXT:myext/stylesheets/' Frontend ======== * Indexed search no longer puts a double wrap around search rules in the advanced search form. This may require style changes if a default indexed search is used. Compatibility ============= * ... Development =========== * t3lib_div now provides the constants LF, CR, CRLF and TAB which can be used to improve code readability. TypoScript changes ================== * ... Database changes ================ * ... DBAL ==== * ... Backend skin ============ * ... Speed improvements ================== * ... Important bugfixes ================== * ... Currently unsupported ===================== * Missing features concerning the disposal of Inline Relational Record Editing (IRRE) -> Workspaces and Versioning are currently not supported -> FlexForms using the TCA type 'inline' are currently not supported/tested -> Import/Export (sysext tx_impexp) might not work correctly in special cases