<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Text.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>7fe2cdf28c472c686961bf42f0123eb33d2f3e60 - apply #670 and manually cleanup afterwards</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#7fe2cdf28c472c686961bf42f0123eb33d2f3e60</link>
        <description>apply #670 and manually cleanup afterwardsfixes some failing testsuses sexplode over array_padreformats multiline arrays

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Wed, 13 Sep 2023 10:51:41 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>7234bfb14e712ff548d9266ef32fdcc8eaf2d04e - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#7234bfb14e712ff548d9266ef32fdcc8eaf2d04e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Wed, 13 Sep 2023 09:45:56 +0000</pubDate>
        <dc:creator>splitbrain &lt;splitbrain@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>0549dcc5bc88d4f9d923acdd09931d8d51be7097 - PHP code sniffer autofixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#0549dcc5bc88d4f9d923acdd09931d8d51be7097</link>
        <description>PHP code sniffer autofixes

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Thu, 13 Jan 2022 13:29:32 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d6d97f6064c3b0f90310be8341edc9585520ee54 - Automatic coding style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#d6d97f6064c3b0f90310be8341edc9585520ee54</link>
        <description>Automatic coding style fixes

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Thu, 09 Apr 2020 14:54:27 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>9ebd2ed6a41b61c3850117c96b169a0b46abd470 - use prefix/postfix for wiki type. fixes #254</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#9ebd2ed6a41b61c3850117c96b169a0b46abd470</link>
        <description>use prefix/postfix for wiki type. fixes #254The filter mechanism is the same for text and wiki, but inheritancedidn&apos;t make sense, so this was moved to a trait instead.

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Tue, 24 Jan 2017 15:08:19 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>dc7d8d082cb181a94e6a0cfbb7c5c1909d40d696 - do not match in pre/postfix of empty fields</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#dc7d8d082cb181a94e6a0cfbb7c5c1909d40d696</link>
        <description>do not match in pre/postfix of empty fieldsEmpty fields where pre and postfixed just as any other field. Whensearching for a string that matched a pre/postfix all empty fields wherereturned because the pre/postfix matched.

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Tue, 24 Jan 2017 14:55:12 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>af993d55de4e0a953dd341ba1012e1447afbac9b - fix: stop OR filters causing problems</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#af993d55de4e0a953dd341ba1012e1447afbac9b</link>
        <description>fix: stop OR filters causing problemsThe filters coming from syntax should be grouped together in a subgroupto that OR-filters cannot undo the filters on latest=1 etc.Since we cannot know in the filter function whether there is already asubgroup for us to use or which to use, the solution was to give thecorrect subgroup to the filter function directly.Instead of adding another parameter to the already long list ofparameters for that function, I have chosen to give theQueryBuilderWhere a reference back to the original QueryBuilder.

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Tue, 03 Jan 2017 14:30:46 +0000</pubDate>
        <dc:creator>Michael Grosse &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>53528ecff38376f650c1d5d0935fec96610aab0f - allow multicolumn filters #124</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#53528ecff38376f650c1d5d0935fec96610aab0f</link>
        <description>allow multicolumn filters #124when referencing a multi value column through the $STRUCT.&lt;column&gt;$filter placeholder, all found values are used for the comparison usingan OR sub group.To make this work some changes had to be introduced. You can onlyreference _one_ column in a filter, not multiple. Anything before orafter the column placeholder will be applied to each value in themulticolumn.Types overrifding the filter() method need to make sure they handlearrays in $value correctly.

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Wed, 27 Jul 2016 10:31:05 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>7da1a0fd3abe26be92788f75cb86ac678038e47d - Merge branch &apos;regexfilter&apos; into querybuilder</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#7da1a0fd3abe26be92788f75cb86ac678038e47d</link>
        <description>Merge branch &apos;regexfilter&apos; into querybuilderThis also changes where comparators are checked* regexfilter:  reverted bad change caused by outdated IDEA index  first go at regexp filters

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Wed, 20 Jul 2016 10:31:21 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>40bdf4fd055d0b4fd5db2655fb2152be93308b6c - drop the compare() function in favor of filter()</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#40bdf4fd055d0b4fd5db2655fb2152be93308b6c</link>
        <description>drop the compare() function in favor of filter()

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Tue, 19 Jul 2016 15:36:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>c26fb18b58d87886f772aa75934ca8ea1aa56c59 - implement filter() for types that had their own compare()</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#c26fb18b58d87886f772aa75934ca8ea1aa56c59</link>
        <description>implement filter() for types that had their own compare()

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Tue, 19 Jul 2016 14:51:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>ba76620163eb4cb2b8d6042c6bec7725074f508c - Use DokuWiki new autoloader for class files</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#ba76620163eb4cb2b8d6042c6bec7725074f508c</link>
        <description>Use DokuWiki new autoloader for class filesNo longer do we need to register our own autoloader. Namespace had to bevendor prefixed.

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Thu, 28 Apr 2016 13:40:12 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>b840b627ba91b38571c4a9f99a1df109da278505 - comparisions with prefix/postfix need to use them</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#b840b627ba91b38571c4a9f99a1df109da278505</link>
        <description>comparisions with prefix/postfix need to use them

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Mon, 07 Mar 2016 15:49:24 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>5c36a1f658576921c20b9749d01ac33724065fde - introduced new abstract type to streamline multiedit fields</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#5c36a1f658576921c20b9749d01ac33724065fde</link>
        <description>introduced new abstract type to streamline multiedit fields

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Tue, 01 Mar 2016 15:07:01 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>f94f4c4fafaabb034468b54ec3316549226c595b - fixed a bunch of minor things found by IntelliJ Idea</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#f94f4c4fafaabb034468b54ec3316549226c595b</link>
        <description>fixed a bunch of minor things found by IntelliJ Idea

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Thu, 25 Feb 2016 11:19:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>797f0dfee072d080f7b6d4a1dae0446939e93e87 - types now use mode and renderer to output values</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#797f0dfee072d080f7b6d4a1dae0446939e93e87</link>
        <description>types now use mode and renderer to output valuescurrent types are completely renderer agnostic by reusing defaultrenderer methods

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Mon, 15 Feb 2016 16:03:54 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>2249c4d2afdfa8619934bc5929c28cadce785071 - added some default implementations into AbstractBasetype</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#2249c4d2afdfa8619934bc5929c28cadce785071</link>
        <description>added some default implementations into AbstractBasetypegood to have some very simple default when creating a new type

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Mon, 15 Feb 2016 15:26:05 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>ffe902fbdc1279bc803a2f5fcd7c03ef546e998f - escape stuff</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#ffe902fbdc1279bc803a2f5fcd7c03ef546e998f</link>
        <description>escape stuff

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Wed, 03 Feb 2016 17:08:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>899b86ac23d349e6879d67ecb49ebd8a8fa5be6d - first go at better multi editing support</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#899b86ac23d349e6879d67ecb49ebd8a8fa5be6d</link>
        <description>first go at better multi editing support

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Wed, 03 Feb 2016 16:25:37 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>c2fd0bf0f1e5f70408ef7f28c9c9bb2ddde010e7 - Show simple Schema-Form to enter values</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/types/Text.php#c2fd0bf0f1e5f70408ef7f28c9c9bb2ddde010e7</link>
        <description>Show simple Schema-Form to enter valuesSPR-291

            List of files:
            /plugin/struct/types/Text.php</description>
        <pubDate>Wed, 03 Feb 2016 15:15:14 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
