With his first TYPO3 extension QueryBuilder reaching 300 downloads, Henrik Elsner wanted to share some of the knowledge he gained from the development and maintenance of it. He explains how to set the stage for creating a TYPO3 extension and provide some links to further resources in the TYPO3 documentation. Read more
The TYPO3 core team is taking testing seriously: When the core team releases a new TYPO3 version, they want to make sure it does not come with evil regressions. With the continued improvements in this area, an own testing framework has been established over the years that is not only used by the TYPO3 core but can be used by extension developers or entire TYPO3 projects as well. Read more
From time to time you need to test some email within your TYPO3 installation. Whether it might be that you are a developer sending some mail via a CommandController or Plugin, or you are an integrator configuring EXT:powermail or EXT:form to deliver some mail. In all cases, you need to make sure this mail is not sent to external addresses like your customer during development and testing. Also, you need to be able to check the content of the mail. In his blog post Daniel Siepmann explains what mbox is and how to use it. Read more
A complete auto-generated ViewHelper Reference is now available! Right now, this is auto-generated from TYPO3 CMS 9.5.1 source code, but manually rendered and published by Anja Leichsenring, Claus Due and Daniel Siepmann. The plans are to automate this process and to improve the source code documentation to provide a useful reference in the near future. Read more
With the release of TYPO3 CMS v9LTS, a new API has been introduced by the TYPO3 SEO Initiative. The content of the title tag that is rendered in frontend, is now managed by the PageTitle API. In his blog post Richard Haeser will tell you how to use the PageTitle API of TYPO3 and how to extend it if the already built-in solutions won’t suit your needs. Read more
The new system extension EXT:seo provides a flexible XML sitemap for your TYPO3 installation. No more 3rd party extensions needed. In his post Daniel Goerz shows how the sitemap works. Read more
PhpStorm is probably one of the most used IDEs in the TYPO3 world, if not also in the PHP universe. In his post Marcus Schwemer shows some hints, on how to work more productively and get more out of it. Read more