TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,38 @@
.. include:: /Includes.rst.txt
.. _deprecation-63522:
=================================================================
Deprecation: #63522 - Deprecate the "device" TypoScript condition
=================================================================
See :issue:`63522`
Description
===========
Client related TypoScript conditions the `device` type condition have been marked as deprecated.
Impact
======
Using a condition like `[device = wap]` is considered outdated and should be solved differently.
Affected installations
======================
Instances with TypoScript that rely on `[device = ...]`.
Migration
=========
* Most usual conditions for specific browsers can nowadays be turned into conditional CSS includes
* Use libraries such as modernizr for browser support
* If conditions for specific clients or devices are still needed, they
should be done with a userFunc condition and a project like WURFL
that keep the device information more recent than the current core
code like matching AMIGA
.. index:: TypoScript, Frontend