<?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 OptGroup.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>6fd0861fbb9ed43b45640925d9acfe3dba3aad7b - Apply rector fixes to inc/Form</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#6fd0861fbb9ed43b45640925d9acfe3dba3aad7b</link>
        <description>Apply rector fixes to inc/Form

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Tue, 29 Aug 2023 12:36:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5a10fbce331993a3912ae78e8acb99ca44be19c1 - Support the multiple attribute in Form selects</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#5a10fbce331993a3912ae78e8acb99ca44be19c1</link>
        <description>Support the multiple attribute in Form selectsThis should fix a problem mentioned inhttps://github.com/splitbrain/dokuwiki-plugin-data/pull/229#issuecomment-1196367602Note that prefilling from $INPUT is still only supported for singlevalue selects.

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Wed, 27 Jul 2022 10:10:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>9d01c1d91a93cf50f37d1486481a6493e98be821 - PSR-12 coding style</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#9d01c1d91a93cf50f37d1486481a6493e98be821</link>
        <description>PSR-12 coding style

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Wed, 01 Jul 2020 10:58:58 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>64159a61e94d0ce680071c8890e144982c3a8cbe - line lengths shortened</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#64159a61e94d0ce680071c8890e144982c3a8cbe</link>
        <description>line lengths shortenedThis makes sure all files use line lenghts shorter than 120 characters.This is a quick fix. It might not always be the nicest change.

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Fri, 27 Apr 2018 17:07:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>389e185635f97865a7dbfefdec30ebe64cd1f45a - fix: prevent two selected options, b/c apparently &apos;String&apos; == 0  &#55358;&#56614;</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#389e185635f97865a7dbfefdec30ebe64cd1f45a</link>
        <description>fix: prevent two selected options, b/c apparently &apos;String&apos; == 0  &#55358;&#56614;There was a bug, where the options array [&apos;Auto&apos;, 0, 1] would result inHTML option tags where both the &apos;Auto&apos; and the 0 option were selected.

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Thu, 26 Oct 2017 09:50:12 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>12a9bc030b87ca2a228e05485cca3b5f456ab60e - Throw an exception if an attribute array including the attribute &apos;selected&apos; is given</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#12a9bc030b87ca2a228e05485cca3b5f456ab60e</link>
        <description>Throw an exception if an attribute array including the attribute &apos;selected&apos; is givento &apos;OptGroup::options()&apos; as this would lead to an &lt;option&gt; tag having two &apos;selected&apos; attributes.

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Wed, 22 Feb 2017 20:09:11 +0000</pubDate>
        <dc:creator>LarsDW223 &lt;lars_paulsen@web.de&gt;</dc:creator>
    </item>
<item>
        <title>1b26d16d86d6a898466211861adc1dff2286da2b - Allow select-options as arrays with numeric keys</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#1b26d16d86d6a898466211861adc1dff2286da2b</link>
        <description>Allow select-options as arrays with numeric keysThe problem this is solving is that PHP does not allow for array-keys tobe strings of ints. It always converts them to actual ints. This causeda problem when trying to use complex array-options with integers askeys.

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Tue, 17 Jan 2017 10:17:55 +0000</pubDate>
        <dc:creator>Michael Grosse &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>017eef936eafc9304f42c72fd26ec01cc58ef0fc - refactor: rename parameters to be less ambiguous</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#017eef936eafc9304f42c72fd26ec01cc58ef0fc</link>
        <description>refactor: rename parameters to be less ambiguous

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Thu, 22 Dec 2016 11:07:51 +0000</pubDate>
        <dc:creator>Michael Grosse &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>d1bbf588c446587b9bef4ad1351c2008279a377b - refactor: use existing and simpler method</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#d1bbf588c446587b9bef4ad1351c2008279a377b</link>
        <description>refactor: use existing and simpler method

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Thu, 22 Dec 2016 10:56:48 +0000</pubDate>
        <dc:creator>Michael Grosse &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>9c3fca6da15938b130395746fedf0ef77f10a4bb - refactor: Rename method to better convey its purpose</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#9c3fca6da15938b130395746fedf0ef77f10a4bb</link>
        <description>refactor: Rename method to better convey its purpose

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Thu, 22 Dec 2016 10:55:09 +0000</pubDate>
        <dc:creator>Michael Grosse &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>238a072b2d4d4c1123065f1f5bb865869e7edd58 - Add support for optgroup-tags for select-fields</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Form/OptGroup.php#238a072b2d4d4c1123065f1f5bb865869e7edd58</link>
        <description>Add support for optgroup-tags for select-fieldsIn more complex selects we may want to group options by some criteria.HTML has the &lt;optgroup&gt;-tag for that purpose.However in Order to not duplicate code, I&apos;ve to move the handling ofoptions to the OptGroup-Class completely.Known Issues:-------------* We may have more than one option with the same value and thereforemore than one option may be marked as selected.

            List of files:
            /dokuwiki/inc/Form/OptGroup.php</description>
        <pubDate>Mon, 12 Dec 2016 15:28:01 +0000</pubDate>
        <dc:creator>Michael Grosse &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
