Following a call for contributors from Björn Jacob, CEO of TRITUM GmbH, a new TYPO3 Form Initiative Code Sprint was held in Jena from April 25th to 28th. This should be the first bigger chunk of changes which will eventually end up in TYPO3 v10, currently scheduled to be released in April 2020. A few […]
Autor: Mathias Brodala

Mail styling in TYPO3 now easier
Whenever you develop a TYPO3 website for a client sooner or later the topic mail design will show up. Some of you may now think So what? and some of you probably shudder in fear now. We got something for both of you: CSS inliner for the TYPO3 mailer

TYPO3 form log
One feature absent in the TYPO3 form extension is logging of form data. Now this is a piece of cake thanks to the new formlog extension proudly brought to you by Pagemachine: https://github.com/pagemachine/typo3-formlog The development of the extension was sponsored by TÜV Hessen and is successfully used in production.

Manage SSH authorized_keys in PHP
Today we’ll introduce a new convenient package to manage your SSH authorized_keys file via PHP. If you want to manage SSH keys on a remote server, you’d usually use ssh-copy-id to add your public SSH key to the authorized_keys file on the server. This is actually nice since it will ask you for a password for […]

Mocking static method calls in PHP
Static method calls are sometimes necessary due to an existing API or because there is no alternative like injectable services. This makes them basically impossible to mock for unit testing.

14 + 1 tips to make Sublime the best IDE for TYPO3
A lot of us at PAGEmachine fell in love with Sublime Text and today we’ll give you a few hints on how you can simplify your TYPO3 development workflows.