<?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 inline.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>5e29103a15bd9873f422f66a6a5239b6aec4651e - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#5e29103a15bd9873f422f66a6a5239b6aec4651e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Mon, 11 Dec 2023 15:31:16 +0000</pubDate>
        <dc:creator>annda &lt;annda@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>7234bfb14e712ff548d9266ef32fdcc8eaf2d04e - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#7234bfb14e712ff548d9266ef32fdcc8eaf2d04e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/action/inline.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>fef50e52d3e6e7aeff90a62aa3c459fbce86fd7f - Prevent inline aditor from breaking on fields with a dot in field name</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#fef50e52d3e6e7aeff90a62aa3c459fbce86fd7f</link>
        <description>Prevent inline aditor from breaking on fields with a dot in field name

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Tue, 18 Apr 2023 10:01:31 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>0549dcc5bc88d4f9d923acdd09931d8d51be7097 - PHP code sniffer autofixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#0549dcc5bc88d4f9d923acdd09931d8d51be7097</link>
        <description>PHP code sniffer autofixes

            List of files:
            /plugin/struct/action/inline.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>4c3a60d826c9233354d7dc5e489f4352e1971965 - Fix permissions check when editing global data inline</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#4c3a60d826c9233354d7dc5e489f4352e1971965</link>
        <description>Fix permissions check when editing global data inlineInline editor used to apply page ACL checks to global data, with missing pid in this case leading to check on the root namespace.

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Tue, 15 Jun 2021 19:51:55 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>308cc83fd5391df29d21d2bc1306c8da49fdb335 - refactoring names</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#308cc83fd5391df29d21d2bc1306c8da49fdb335</link>
        <description>refactoring namesTo avoid confusion with the Lookup type, the three different ways ofaccessing a schema have now the following names:* page data - for revisioned struct data attached to a page* serial data - for an unrevisioned list of struct data attached to a                page* global data - for an unrevisioned list of struct data not attached to                any page (formaly known as lookup schema)The editor mechanism used for serial and global data is now calledAggregationEditorSome reference to lookup schemas is still in the bureaucracy supportpart.

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Thu, 14 May 2020 10:41:17 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&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/action/inline.php#4cd5cc28e2bf004aed676e9b1f46cc188a4b2240</link>
        <description>Introduce new factory methods for data access and deprecate old ones

            List of files:
            /plugin/struct/action/inline.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>4569877746ab0c3591533699439bef409f38672a - More sensitive check for which version of schema should be loaded</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#4569877746ab0c3591533699439bef409f38672a</link>
        <description>More sensitive check for which version of schema should be loaded

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Tue, 05 May 2020 20:00:55 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>8ee102e2b613920d9eb4417d6993247ce16fff6e - Load current schema in inline editor</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#8ee102e2b613920d9eb4417d6993247ce16fff6e</link>
        <description>Load current schema in inline editorUsing page revision could cause loading of outdated schemas, but theinline editor should only be used with current data.

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Thu, 23 Apr 2020 10:39:44 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>748e747f37aa44250ee32847b5fc3ff1e47f0835 - Manual coding style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#748e747f37aa44250ee32847b5fc3ff1e47f0835</link>
        <description>Manual coding style fixesMethod and variable visibility, camel case method names. Some exclusions due to inheritance

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Thu, 09 Apr 2020 18:32:42 +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/action/inline.php#d6d97f6064c3b0f90310be8341edc9585520ee54</link>
        <description>Automatic coding style fixes

            List of files:
            /plugin/struct/action/inline.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>efe74305e33c04e0a85fabebfa21d58c1c78c3dd - Fix multi columns</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#efe74305e33c04e0a85fabebfa21d58c1c78c3dd</link>
        <description>Fix multi columnsUse the correct column for joining tables depending on data type. This is an initial &quot;it works&quot; implementation and should be revised and done more carefully.

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Tue, 31 Mar 2020 13:44:19 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>69f7ec8f84b3c07913242dc5ca1b67abd4a748fb - Using page revisions in inline editor guarantees that correct data access is initialized</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#69f7ec8f84b3c07913242dc5ca1b67abd4a748fb</link>
        <description>Using page revisions in inline editor guarantees that correct data access is initialized

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Mon, 30 Mar 2020 14:33:43 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>6fd73b4b83ccd266ba6ba303d7f35b3febcdb6d1 - Inline editors are mostly adapted to new data access</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#6fd73b4b83ccd266ba6ba303d7f35b3febcdb6d1</link>
        <description>Inline editors are mostly adapted to new data access

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Wed, 25 Mar 2020 14:49:55 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 - Start unifying schema types</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187</link>
        <description>Start unifying schema typesSchemas per se are type agnostic, isLookup property is removed. Data is stored and accessed differently based on how it is entered and retrieved.The crucial change is introduction of the composite key of pid and rid. Previous page data utilizes rid = 0 to differentiate itself. Other types, notably lookup, have autoincrementing rid.Database migration is not implemented yet.

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Wed, 11 Mar 2020 16:12:54 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>7c4f397efc862e70e83083ff92fa730f70b3aa44 - add div and span fields around inline form to help the javascript autocompletion to find its column information</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#7c4f397efc862e70e83083ff92fa730f70b3aa44</link>
        <description>add div and span fields around inline form to help the javascript autocompletion to find its column information

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Wed, 03 Jan 2018 01:12:18 +0000</pubDate>
        <dc:creator>Randolf Rotta &lt;rrotta@informatik.tu-cottbus.de&gt;</dc:creator>
    </item>
<item>
        <title>ee9831356b74138b1f383487fbd76c7906f6fd02 - Fix multiple inputs in one label: it&apos;s invalid &#55357;&#56901;</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#ee9831356b74138b1f383487fbd76c7906f6fd02</link>
        <description>Fix multiple inputs in one label: it&apos;s invalid &#55357;&#56901;Multiple inputs within a single label in invalid HTML. This bug can notonly occur in multi-fields but also in plugin-provided single fieldswhich may contain multiple input-fields which are then only combined byjavascript.Thus, we provide an id which every type can assign to the edit-fieldbest suited. For multi-types this is usually the new-input-template.Fixes #292

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Fri, 02 Jun 2017 11:22:24 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>712bc832dbc225f6ed7841ac577c486d983016f7 - Remove unnecessary &lt;div&gt;</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#712bc832dbc225f6ed7841ac577c486d983016f7</link>
        <description>Remove unnecessary &lt;div&gt;Apparently a &lt;p class=&quot;hint&quot;&gt; is enough after all and the surroundingdiff is redundant.SPR-899

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Tue, 25 Apr 2017 14:44:02 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>860ba02a06c74c007e95166c463bd47116ec98d2 - Wrap the hint in the inline editor in a p tag</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#860ba02a06c74c007e95166c463bd47116ec98d2</link>
        <description>Wrap the hint in the inline editor in a p tagFor it to be read correctly by screen readers and for better styling,wrap the hint in the inline-editor in a &lt;p&gt;-tag.SPR-899

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Mon, 24 Apr 2017 09:57:05 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>b8cff1df68ab0306a2e009c448378d9530ee06b2 - add catch block that does nothing. fixes #260</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/inline.php#b8cff1df68ab0306a2e009c448378d9530ee06b2</link>
        <description>add catch block that does nothing. fixes #260PHP &lt; 7.0 requires a catch block with a try.

            List of files:
            /plugin/struct/action/inline.php</description>
        <pubDate>Tue, 24 Jan 2017 09:58:08 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
