Note: Since Extbase uses PHP Reflection, PHPdoc comments must be enabled to ensure Extbase working properly. eAccelerator must be compiled with "--with-eaccelerator-doc-comment-inclusion" for example. Otherwise eAccelerator must be disabled in order to make Extbase work. Integration of RSA authentication service Using public-key cryptography allows sensitive data to be transfered over a secure channel, even if the website does not support HTTPS. This feature allows password data to be stored as a salted hash value. The RSA authentication service can be used in the frontend and backend by enabling the system extension rsaauth.
Note: The service requires either the openssl PHP extension or the openssl binary. Integration of autoloading for PHP classes With this feature, only the files that are really needed for an application are loaded into memory. This results in a dramatic performance improvement. The PHP files are looked up using a registry file that returns a simple array mapping PHP class names to the corresponding file names. The file t3lib/core_autoload.php contains all core related classes of t3lib and tslib. The file ext_autoload.php provides similar data for individual extensions. The extension "extdeveval" helps generate these autoload registry files automatically. Backend improvements Integration of a mass file uploader Uploading files is now available with an optional Flash Uploader which shows a nice widget with information on the upload progress. It makes it possible to select multiple files at once. Enable the Flash Uploader by checking the appropriate checkbox in the User Setup, reload the backend and make sure that your browser has the latest version of Flash (Flash v9+) installed. Frontend improvements Cleaning up CSS styled content CSS styled content was split into separate files for each compatibility versions of TYPO3 (3.8, 3.9, 4.2 and current). When including the static template of css_styled_content, a specific version must be chosen. Image rendering and GIFBUILDER improvements The profile data of images is now cut off by default to reduce file sizes. This behaviour can be modified or disabled in the install tool or by setting the TypoScript property "stripProfile" on IMAGE objects.
GIFBUILDER now supports automatic line breaks by defining a maximum width of the element to be rendered. The new TypoScript properties are "breakWidth" and "breakSpace". Next steps to climb the TYPO3 4.3 hill Please test this alpha release as much as possible, especially the new features from the first two alpha releases and those described above! If you're using one of the new features in a project already and discover bugs, please report them immediately to <link http: bugs.typo3.org>bugs.typo3.org! If you're upgrading from a previous TYPO3 version, please make sure to execute the database analyzer and update wizard in the TYPO3 install tool.
ab3d8d6d4311b33ce1db0fe193273608 dummy-4.3.0alpha3.tar.gzRock on!
59deeda2d5285e1922d46691830a6821 dummy-4.3.0alpha3.zip
47124c54b8a34a4f00e390174780bc28 typo3_src-4.3.0alpha3.tar.gz
0c0bea78ac580564fb1904a227262ced typo3_src-4.3.0alpha3.zip
8774acde8abe834023ecbb40b05fb391 typo3_src+dummy-4.3.0alpha3.zip
Olly