You are currently viewing TYPO3 7.5 “Time to Score” released – Features and Enhancements

TYPO3 7.5 “Time to Score” released – Features and Enhancements

Tuesday Sept. 29th was the date when TYPO3 7.5 was released. Its codename is “Time to Score”. This is probably the last sprint release before the TYPO3 7LTS release which is expected in later this year. In this post I will show you some of the enhancements and changes that found its way to the TYPO3 core.

Performance

One of the things, you will experience at first sight, is the improved performance. The TYPO3 backend is blazingly fast. This has several reasons: Many actions are now AJAX based, so a reload of one or more frames in the backend is not necessary any more, like activating or deactivating a page or content element. This is also true for the page tree. Another reason is the new icon format. SVG and icon fonts need much less time in regards of loading. They render really sharp in every resolution. In the screenshot you see the difference between the old and the new icons.
TYPO3-75_icons-2

“Under the hood”

Much work was done under the hood. The biggest challenge was the refactoring of the „form engine”. The form engine is responsible for the rendering of all forms in the backend. Many bugs were solved and much more enhancements where implemented while refactoring. All warnings and exclamation marks are now where they should have been all the time. If errors are distributed across several tabs the error will be shown with a red background on the tab where the error occurs.
TYPO3-75_form-engine-1
TYPO3 Form Engine: Error on the same tab
TYPO3 Form Engine: Error on a different tab
TYPO3 Form Engine: Error on a different tab

System-Extension „Form”

The system extension “form” got also some love from the team. It is there since many many years,  but was IMHO not really usable, even for simple mail forms. This changed with the current release 7.5. It is now really easy to create working email forms without the need for third party extensions like “powermail” or “formhandler. For more complex forms they are still the way go.
TYPO3 System Extension "Form": Form-Tab
TYPO3 System Extension “Form”: Form-Tab
TYPO3 System Extension "Form": Edit element properties
TYPO3 System Extension “Form”: Edit element properties
TYPO3 System Extension "Form": Edit form properties
TYPO3 System Extension “Form”: Edit form properties 

Fluid Styled Content 

The goal of “Fluid Styled Content” is to make it easier to style and customize existing content elements. It is a drop-in-replacement for the system extension „CSS Styled Content“. With the old extension there was much TypoScript knowledge and coding necessary in order to change the behavior of the standard TYPO3 content elements and to get through the div-soup. Now you can use standard fluid mechanism to overwrite the default definitions by changing or adding fallbacks to„layoutRootPaths“, „partialRootPaths“ and „templateRootPaths“ in TypoScript.
Fluid Styled Content: Add static TypoScript template
Fluid Styled Content: Add static TypoScript template
TYPO3 Fluid Styled Content: TypoScript options
TYPO3 Fluid Styled Content: TypoScript options
But be aware that this is only about the standard TYPO3 content elements like “Text”, “Header” and friends. It is not about such things like nested / structured content elements or real flexible content elements. Nested / structured content elements will probably hit TYPO3 in the 7LTS. [edit] Due to technical reasons they did not find their way into 7LTS, but are planned for Version 8 of TYPO3. [/edit] The necessary parts from the extension „gridelements“ will be moved to the core. For „real“ FCEs, which are widely known through the extension „TemplaVoila“, you still need to look at other 3rd party extensions, like „DCE“ or „mask”.
 

Usability

“Close without Save“ – Warning

Until the 7.5 release it was possible to close an edited record without saving and to loose the changes in all edited fields. Especially for large data sets this was very annoying. From now on there is a warning, if an editor wants to close an edited record. He has to confirm that he wants to the loose the changes.
TYPO3: Warning when close without saving
TYPO3: Warning when close without saving

Module Filelist

The file list modules has now a search. This was a long awaited feature by many people. It searches for filenames in all subfolders recursively beneath the currently selected directory.
TYPO3 Filelist Search
TYPO3 Filelist Search
TYPO3 Filelist Search - Result
TYPO3 Filelist Search – Result

Create and Edit Backend-Usergroups

Creating and editing backend usergroups was very hard, specially to keep the overview, which options where ticked. The UI was improved very much in order to ease this. Now every database table has its own section where the permissions can be set. They are not hidden in multi-select fields any more.
TYPO3 Backend-Usergroup Configuration: Part 1
TYPO3 Backend-Usergroup Configuration: Part 1
TYPO3 Backend-Usergroup Configuration - Part 2
TYPO3 Backend-Usergroup Configuration – Part 2

 Conclusion

 “Time to Score” is the right claim for this release! Many really cool features and changes made it into the TYPO3 core short before the 7LTS release. Thanks to all involved people of the active contributors and all other writing patches and documentation! Many many kudos to all of you!
If you like my posts, please help promoting them. For sharing via Twitter, Facebook, XING, Linked In & co you can use easily the buttons below. To be informed right after publishing a new article, you are welcome to subscribe to the RSS feed of this blog. Thank you.

Leave a Reply