Changes between Initial Version and Version 1 of Public/Docs/CinnamonWarBuildDocs/ChangeLogBuild105


Ignore:
Timestamp:
Sep 11, 2019, 10:10:39 AM (5 years ago)
Author:
Administrator
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/CinnamonWarBuildDocs/ChangeLogBuild105

    v1 v1  
     1= Change Log Build 105
     2* Indexing of parent and child relation now also supports type attribute. Relations markup is exposed to the indexer as follows:
     3{{{
     4<object>
     5    <relations>
     6        <!-- <relation> kann öfter vorkommen -->
     7        <relation>
     8            <id>59521</id>
     9            <leftId>48634</leftId>
     10            <rightId>59517</rightId>
     11            <type>child_content</type>
     12            <typeId>135</typeId>
     13            <meta/>
     14        </relation>
     15        <relation>
     16            <id>59521</id>
     17            <leftId>59517</leftId>
     18            <rightId>73739</rightId>
     19            <type>translation_source</type>
     20            <typeId>8</typeId>
     21            <meta/>
     22        </relation>
     23        <!-- parents & children as a separate list for easier indexing -->
     24        <parents>
     25            <id type="child_content">48634</id>
     26        </parents>
     27        <children>
     28            <id type="translation_source">73739</id>
     29        </children>
     30    </relations>
     31</object>
     32}}}
     33* {{{copytoexisting}}} now requires a lock on the target object.
     34* All relation resolvers except {{{FixedRelationResolver}}} removed from config and no longer supported.