<?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 SearchConfig.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>ba662a609884bbbecde8cffec91014be306b652b - some automatic rector fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#ba662a609884bbbecde8cffec91014be306b652b</link>
        <description>some automatic rector fixes

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Mon, 07 Apr 2025 09:50:47 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8b7e143ca626b542f3ba39c97bd65e44ed408e48 - $NSORID$ filter place holder. implements #712</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#8b7e143ca626b542f3ba39c97bd65e44ed408e48</link>
        <description>$NSORID$ filter place holder. implements #712This filter will return the current page unless when called on anamespace start page where it will return the namespace instead.

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Mon, 07 Apr 2025 09:48:54 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>7fe2cdf28c472c686961bf42f0123eb33d2f3e60 - apply #670 and manually cleanup afterwards</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#7fe2cdf28c472c686961bf42f0123eb33d2f3e60</link>
        <description>apply #670 and manually cleanup afterwardsfixes some failing testsuses sexplode over array_padreformats multiline arrays

            List of files:
            /plugin/struct/meta/SearchConfig.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/meta/SearchConfig.php#7234bfb14e712ff548d9266ef32fdcc8eaf2d04e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/meta/SearchConfig.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>c1bfd816f493f6882c3b243ee6fead6d0d406838 - Merge remote-tracking branch &apos;saggi-dw/date-filter&apos;</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#c1bfd816f493f6882c3b243ee6fead6d0d406838</link>
        <description>Merge remote-tracking branch &apos;saggi-dw/date-filter&apos;

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Thu, 27 Jul 2023 09:32:01 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>888559e16856277db07f2c851302f7f3e4a20839 - Move &apos;if&apos; to &apos;elseif&apos;</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#888559e16856277db07f2c851302f7f3e4a20839</link>
        <description>Move &apos;if&apos; to &apos;elseif&apos;move assignment of &apos;$timestamp&apos; outside of conditionformat adjusted to the styleguide

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Thu, 27 Jul 2023 06:31:57 +0000</pubDate>
        <dc:creator>saggi-dw &lt;saggi@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>cfab63170f56fd468c3cef4af3d4172f6a06b952 - fixed style errors</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#cfab63170f56fd468c3cef4af3d4172f6a06b952</link>
        <description>fixed style errors

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Tue, 18 Jul 2023 10:14:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>fdf371159b3e9f57726cdb9c44df35e764a8770a - refactoring dynamic parameter handling, part 4</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#fdf371159b3e9f57726cdb9c44df35e764a8770a</link>
        <description>refactoring dynamic parameter handling, part 4This finally adjusts the tests. It also adds getLimit and getOffset inthe search class.

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Tue, 18 Jul 2023 09:52:26 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>fd9c77d37616e4134cc6c576afca1ff9ca472368 - refactoring dynamic parameter handling, part 3</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#fd9c77d37616e4134cc6c576afca1ff9ca472368</link>
        <description>refactoring dynamic parameter handling, part 3This moves SQL building into it&apos;s own class, splitting it into separatemethods. This allows for reusing the filter handling a second time toseparate out the dynamic filters.Still no work on tests

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Mon, 17 Jul 2023 10:58:17 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>b3a9db2269e6f282a06527b6ba5f5122bdbc5b9d - refactoring dynamic parameter handling, part 1</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#b3a9db2269e6f282a06527b6ba5f5122bdbc5b9d</link>
        <description>refactoring dynamic parameter handling, part 1Instead of modifying the configuration array, we now call theappropriate methods on the SearchConfig object in the apply() methodwhich replaces the updateConfig() method.A constructor parameter on SearchConfig allows to ignore thedynamicParameters alltogether.Tests are broken

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Mon, 17 Jul 2023 10:20:10 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>7f610bd5753a19168e6bb6f101d33f2b5c9d9066 - Add variable date filter based on strtotime</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#7f610bd5753a19168e6bb6f101d33f2b5c9d9066</link>
        <description>Add variable date filter based on strtotime

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Thu, 15 Dec 2022 10:59:08 +0000</pubDate>
        <dc:creator>saggi-dw &lt;saggi@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>1ca21e1738d74322247805adf021b3ed01d82538 - Multiple fixes for PHP 8 (#600)</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#1ca21e1738d74322247805adf021b3ed01d82538</link>
        <description>Multiple fixes for PHP 8 (#600)

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Thu, 31 Mar 2022 11:06:54 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>ecf2cba2c22d6648f31d9456238767c2a334b1fe - Use $INPUT to access server variables</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#ecf2cba2c22d6648f31d9456238767c2a334b1fe</link>
        <description>Use $INPUT to access server variables

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Thu, 27 Jan 2022 09:47:47 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0549dcc5bc88d4f9d923acdd09931d8d51be7097 - PHP code sniffer autofixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#0549dcc5bc88d4f9d923acdd09931d8d51be7097</link>
        <description>PHP code sniffer autofixes

            List of files:
            /plugin/struct/meta/SearchConfig.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>0280da9a6b8efd1ff3fdf4a414ef44dde2ee5d87 - Fix bug in struct filter variable evaluation</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#0280da9a6b8efd1ff3fdf4a414ef44dde2ee5d87</link>
        <description>Fix bug in struct filter variable evaluationWhen a search contains a struct variable expression for filtering andthe variable references a schema that is not assigned to the currentsearch but has a column with the same name like one from the assignedschemas, the evaluation of the variable doesn&apos;t return the correctvalue.This patch fixes the bug by ensuring that findColumn() returns falsein case the requested schema wasn&apos;t found within the assigned schemas.To make sure the behavior of other callers of findColumn() remains thesame, we introduce a parameter &apos;strict&apos; to trigger this new behaviorin applyFilterVarsStruct().There is also a unit test added in a separate commit that explicitelychecks this case.Signed-off-by: Frieder Schrempf &lt;dev@fris.de&gt;

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Sun, 11 Apr 2021 13:50:33 +0000</pubDate>
        <dc:creator>Frieder Schrempf &lt;dev@fris.de&gt;</dc:creator>
    </item>
<item>
        <title>208bb3f39264f57ffd34c711d527ba43e88dca30 - Fix code style violations</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#208bb3f39264f57ffd34c711d527ba43e88dca30</link>
        <description>Fix code style violations

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Mon, 08 Mar 2021 19:29:30 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>34ea6e1056993bf65c34d15d1eb9730d4dfba9af - Eliminate warnings in PHP 8</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#34ea6e1056993bf65c34d15d1eb9730d4dfba9af</link>
        <description>Eliminate warnings in PHP 8

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Tue, 16 Feb 2021 13:02:14 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>4cd5cc28e2bf004aed676e9b1f46cc188a4b2240 - Introduce new factory methods for data access and deprecate old ones</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#4cd5cc28e2bf004aed676e9b1f46cc188a4b2240</link>
        <description>Introduce new factory methods for data access and deprecate old ones

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Thu, 07 May 2020 16:38:10 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>d6d97f6064c3b0f90310be8341edc9585520ee54 - Automatic coding style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#d6d97f6064c3b0f90310be8341edc9585520ee54</link>
        <description>Automatic coding style fixes

            List of files:
            /plugin/struct/meta/SearchConfig.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>387ee21016a7563cdd2c65a487aa6c785b1d5de4 - Pass current time instead of 0 to fetch data of latest page revision</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/SearchConfig.php#387ee21016a7563cdd2c65a487aa6c785b1d5de4</link>
        <description>Pass current time instead of 0 to fetch data of latest page revision

            List of files:
            /plugin/struct/meta/SearchConfig.php</description>
        <pubDate>Mon, 06 Apr 2020 18:50:54 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
