How to Use JavaScript in TYPO3’s Backend
JavaScript can be found in all parts of a software system that interact with a browser, e.g. backend tasks, web servers and data processing. TYPO3 v7 and v8 support AMD modules by using RequireJS. One of the advantages of using RequireJS is an improvement in website performance.
Read moreTesting TYPO3’s Core - Part VI: Integrity Tests
Integrity tests are an integral part of TYPO3’s quality assurance process. This fourth and final step in our review process is used to check communication paths between different parts of the system and shows that all modules work correctly together. If all runs smoothly, a patch is then merged into the core.
TYPO3 8.7.4 and 7.6.21 released
The TYPO3 Community announces the versions 8.7.4 LTS and 7.6.21 LTS of the TYPO3 Enterprise Content Management System.
Testing TYPO3’s Core - Part V: Acceptance Tests
All non-trivial software has bugs, they're an inevitable byproduct of writing software. It's a systematic review process which keeps them to an absolute minimum and ensures a high-quality. Acceptance tests are the third step we use for testing TYPO3's core before merging patches into the system.
Testing TYPO3’s Core - Part IV: Functional Tests
After making changes to TYPO3´s core we always run a series of testing which consists of four different steps. Functional tests are an integral part of this review process and give answers to the questions “Did we build a correctly working software?” and “Does the software meet the business requirements?”.
TYPO3 8.7.3 and 7.6.20 released
The TYPO3 Community announces the versions 8.7.3 LTS and 7.6.20 LTS of the TYPO3 Enterprise Content Management System.
TYPO3 Release Improvements & v8 Maintenance Release Schedule
We’ve made a few changes in our release process, which make it easier for us to publish new versions, but also defined when next releases will happen.
Testing TYPO3’s Core - Part III: Unit Tests
Units are the smallest testable parts of software. The workflow patterns we use for testing TYPO3´s core have evolved over time and unit testing became an integral part quite a few years ago. This was after experiencing rather strange issues when first integrating the scheduler into the core.
TYPO3 8.7.2 and 7.6.19 released
The TYPO3 Community announces the versions 8.7.2 LTS and 7.6.19 LTS of the TYPO3 Enterprise Content Management System.
Testing TYPO3’s Core - Part II: On Hardware & Dockers
Developing a successful and strong software requires a decent development platform with specific hardware, third-party software and parallelization of jobs. An efficient communication between this setup and other parts of the system ensures that processes run smoothly and swiftly.