TYPO3 Extension Roundup Q1 + Q2 – 2017

This is the fifth issue of the TYPO3 extension roundup. Due to the long period covered the number of mentioned extensions is slightly higher than in the last issues. Additionally the release of TYPO3 8LTS increased the number of updated extensions further, which made it quite hard to choose the candidates. Read on for my selection for the first and second quarter of 2017. (more…)

2 Comments

Deploy TYPO3 CMS using TYPO3 Surf

A common recommendation is to have a reliable deployment for your software. At first sight, this sounds very hard to learn and to achieve. But with the right tool and a good introduction, this becomes quite easy to manage, even for freelancers or small agencies. In this post, I will introduce you to TYPO3 Surf. (more…)

5 Comments

Debugging E-Mail-Notifications

Debugging e-mail-notifications can really be annoying. There are many different addresses flying around in the configuration. While developing and bugfixing, none of the created e-mails must be sent to the customer or other parties. In this post I will show you several alternatives to achieve this. (more…)

1 Comment

“Let’s encrypt” on localhost

Usually you develop your stuff locally and want to test the SSL encrypted stuff part too. With out a valid certificate, you always have to confirm the security dialogs, whether you are sure that you want to proceed. That annoys me each time. Furthermore you do not see, whether you have a problem with “mixed content”. In this article a show you how you can use „Let’s encrypt” certificates on localhost. (more…)

2 Comments

15 Local Development Setups for TYPO3

Fourteen setups and systems that help you to develop websites with TYPO3. Local development can really boost your efficiency and effectiveness! Most of the solutions are (at least) partially cross platform. Most of them work also with any other php / mysql project, like wordpress, drupal or joomla.

(more…)

5 Comments

Sphinx – Easy Rendering of reST documentation

Since some years now the standard format for TYPO3 documentation is “Restructured Text“ (reST). As there are more formatting options as in „markdown“ (md), it is a little bit harder to write documentation and to control the outcome. This situation gets much better, if you know and use the sphinx extension. (more…)

3 Comments

Unprotected .git or .svn directories put your website at risk of information disclosure

dvcs_security

Version control software is very popular among web developers. The most used tool might be Git. Unfortunately the repository directory, e.g. .git is often unprotected in production environments. These folders not only contain the source code of a website but also database credentials, API access keys or tokens for popular cloud services like Amazon AWS, salts and hashes. Even more problematic is private data contained in sql dumps or csv files.

Studies e.g. by Internetwache.org or Jamie Brown show that a reasonable amount of websites is affected by this problem. (more…)

1 Comment