<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.sebkln.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.sebkln.de/feed.php">
        <title>Snippets + Wiki :: Sebastian Klein</title>
        <description></description>
        <link>https://wiki.sebkln.de/</link>
        <image rdf:resource="https://wiki.sebkln.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-08-15T08:09:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?id=typo3:about:conditions&amp;rev=1753265395&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?id=typo3:solr&amp;rev=1699902298&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?id=typo3:tca&amp;rev=1699385281&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?id=home&amp;rev=1693244270&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?id=typo3:form&amp;rev=1682532170&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?image=terminal%3Atar.png&amp;ns=terminal&amp;rev=1531937737&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1449266074&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?image=typo3%3Aabout%3Afileadmin-recycler.png&amp;ns=typo3%3Aabout&amp;rev=1394365376&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?image=typo3%3Aabout%3Arte-farbwaehler.png&amp;ns=typo3%3Aabout&amp;rev=1392317058&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?image=typo3%3Aexample-nav-list-lines.png&amp;ns=typo3&amp;rev=1391264644&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?image=logo_old.png&amp;ns=0&amp;rev=1388848701&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.sebkln.de/doku.php?image=logo.png&amp;ns=0&amp;rev=1388848410&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.sebkln.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Snippets + Wiki :: Sebastian Klein</title>
        <link>https://wiki.sebkln.de/</link>
        <url>https://wiki.sebkln.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.sebkln.de/doku.php?id=typo3:about:conditions&amp;rev=1753265395&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-23T10:09:55+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>conditions - [Spalte in Backend-Layout abfragen (Page TSconfig, z.B. TCEFORM)] </title>
        <link>https://wiki.sebkln.de/doku.php?id=typo3:about:conditions&amp;rev=1753265395&amp;do=diff</link>
        <description>TypoScript-Condition Cheatsheet

Conditions: Allgemeines

In TYPO3 9.4 wurde die symfony expression language eingeführt. Die alten, „klassischen“ Conditions gelten damit als deprecated und werden in TYPO3 v10 entfernt.

&quot;Klassische&quot; Conditions bis TYPO3 v9</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?id=typo3:solr&amp;rev=1699902298&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-13T19:04:58+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>solr - Troubleshooting: Die Indizierung normaler Seiten in TYPO3 schlägt fehl</title>
        <link>https://wiki.sebkln.de/doku.php?id=typo3:solr&amp;rev=1699902298&amp;do=diff</link>
        <description>Apache Solr for TYPO3

Troubleshooting

Die Indizierung normaler Seiten in TYPO3 schlägt fehl

Mögliche Ursache: Inkompatible TypoScript-Conditions


//Problematisch:
[page[&quot;uid&quot;] == 17]
[page[&quot;doktype&quot;] == {$myCustomPageType}]

// Lösung:
[traverse(page, &quot;uid&quot;) == 17]
[traverse(page, &quot;doktype&quot;) == {$myCustomPageType}]</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?id=typo3:tca&amp;rev=1699385281&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-07T19:28:01+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>tca - angelegt</title>
        <link>https://wiki.sebkln.de/doku.php?id=typo3:tca&amp;rev=1699385281&amp;do=diff</link>
        <description>TCA (Table Configuration Array)

TCA Overrides Cheatsheet

Felder von File-Referenzen für einen einzelnen CType anpassen

In den folgenden Beispielen werden die Felder description und link bei den im Inhaltselement referenzierten Dateien ausgeblendet. Beschränkt jeweils auf den einzelnen CType</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?id=home&amp;rev=1693244270&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-28T17:37:50+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>home - Über dieses Wiki</title>
        <link>https://wiki.sebkln.de/doku.php?id=home&amp;rev=1693244270&amp;do=diff</link>
        <description>Themen

TYPO3 

CSS

JavaScript

PHP

MySQL

Terminal-Befehle OS X

Webserver

Tools


Über dieses Wiki

Dieses deutschsprachige Wiki pflege ich bereits seit Ende 2013. Es enthält:

	*  Code-Snippets zu verschiedenen Bereichen der Webentwicklung
	*  Dokumentation zu TYPO3, TypoScript und TSconfig

Aktualität der Inhalte</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?id=typo3:form&amp;rev=1682532170&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-26T18:02:50+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>form - [Finisher: SaveToDatabase und Datei-Upload] </title>
        <link>https://wiki.sebkln.de/doku.php?id=typo3:form&amp;rev=1682532170&amp;do=diff</link>
        <description>TYPO3 Form Framework

Einführung

Die neue Form-Extension wird durch die Auszeichnungssprache YAML konfiguriert. Man unterscheidet zwischen Form-Konfiguration und Form-Definition.

Konfiguration von Formularen:

	*  globale Einstellungen
	*  welche Form-Elemente, Finisher und Validatoren sind verfügbar</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?image=terminal%3Atar.png&amp;ns=terminal&amp;rev=1531937737&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-07-18T18:15:37+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>tar.png - angelegt</title>
        <link>https://wiki.sebkln.de/doku.php?image=terminal%3Atar.png&amp;ns=terminal&amp;rev=1531937737&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.sebkln.de/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=76477c&amp;amp;media=terminal:tar.png&quot; alt=&quot;tar.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1449266074&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2015-12-04T21:54:34+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>logo.png - gelöscht</title>
        <link>https://wiki.sebkln.de/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1449266074&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.sebkln.de/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=07c345&amp;amp;media=wiki:logo.png&quot; alt=&quot;logo.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?image=typo3%3Aabout%3Afileadmin-recycler.png&amp;ns=typo3%3Aabout&amp;rev=1394365376&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2014-03-09T11:42:56+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>fileadmin-recycler.png - angelegt</title>
        <link>https://wiki.sebkln.de/doku.php?image=typo3%3Aabout%3Afileadmin-recycler.png&amp;ns=typo3%3Aabout&amp;rev=1394365376&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.sebkln.de/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=7301aa&amp;amp;media=typo3:about:fileadmin-recycler.png&quot; alt=&quot;fileadmin-recycler.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?image=typo3%3Aabout%3Arte-farbwaehler.png&amp;ns=typo3%3Aabout&amp;rev=1392317058&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2014-02-13T18:44:18+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>rte-farbwaehler.png - angelegt</title>
        <link>https://wiki.sebkln.de/doku.php?image=typo3%3Aabout%3Arte-farbwaehler.png&amp;ns=typo3%3Aabout&amp;rev=1392317058&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.sebkln.de/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=d13266&amp;amp;media=typo3:about:rte-farbwaehler.png&quot; alt=&quot;rte-farbwaehler.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?image=typo3%3Aexample-nav-list-lines.png&amp;ns=typo3&amp;rev=1391264644&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2014-02-01T14:24:04+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>example-nav-list-lines.png - angelegt</title>
        <link>https://wiki.sebkln.de/doku.php?image=typo3%3Aexample-nav-list-lines.png&amp;ns=typo3&amp;rev=1391264644&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.sebkln.de/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=f386b5&amp;amp;media=typo3:example-nav-list-lines.png&quot; alt=&quot;example-nav-list-lines.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?image=logo_old.png&amp;ns=0&amp;rev=1388848701&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-04T15:18:21+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>logo_old.png - gelöscht</title>
        <link>https://wiki.sebkln.de/doku.php?image=logo_old.png&amp;ns=0&amp;rev=1388848701&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.sebkln.de/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=d86a0a&amp;amp;media=logo_old.png&quot; alt=&quot;logo_old.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.sebkln.de/doku.php?image=logo.png&amp;ns=0&amp;rev=1388848410&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-04T15:13:30+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>logo.png - angelegt</title>
        <link>https://wiki.sebkln.de/doku.php?image=logo.png&amp;ns=0&amp;rev=1388848410&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.sebkln.de/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=9173b9&amp;amp;media=logo.png&quot; alt=&quot;logo.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
