Update of /var/cvs/applications/richtext/config/builders/versioning
In directory james.mmbase.org:/tmp/cvs-serv31158/config/builders/versioning

Modified Files:
        object.fields.xml status.field.xml versioning.fields.xml 
Log Message:
added some comments


See also: 
http://cvs.mmbase.org/viewcvs/applications/richtext/config/builders/versioning


Index: object.fields.xml
===================================================================
RCS file: 
/var/cvs/applications/richtext/config/builders/versioning/object.fields.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- object.fields.xml   16 Jun 2008 12:28:38 -0000      1.1
+++ object.fields.xml   16 Jun 2008 15:01:37 -0000      1.2
@@ -5,6 +5,16 @@
     xmlns:xi="http://www.w3.org/2001/XInclude";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/builder 
http://www.mmbase.org/xmlns/builder.xsd";>
 
+  <!--
+      These fields can be used on objects which must be versioned.
+  -->
+  <!--
+      Essential is the 'version' field itself.
+  -->
   <xi:include href="version.field.xml" />
+
+  <!--
+      A status field can also be added.
+  -->
   <xi:include href="status.field.xml" />
 </fieldlist>


Index: status.field.xml
===================================================================
RCS file: 
/var/cvs/applications/richtext/config/builders/versioning/status.field.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- status.field.xml    16 Jun 2008 13:57:24 -0000      1.3
+++ status.field.xml    16 Jun 2008 15:01:37 -0000      1.4
@@ -6,6 +6,11 @@
     name="status"
     state="system"
     readonly="false">
+  <!--
+      The status field is a small refinement on versioning.
+      With it, versioned objects can be marked 'new' (~ version==0), 
'invisible', 'online', 'locked').
+
+  -->
   <gui>
     <guiname xml:lang="nl">Status</guiname>
     <guiname xml:lang="en">Status</guiname>


Index: versioning.fields.xml
===================================================================
RCS file: 
/var/cvs/applications/richtext/config/builders/versioning/versioning.fields.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- versioning.fields.xml       17 Mar 2008 10:08:10 -0000      1.4
+++ versioning.fields.xml       16 Jun 2008 15:01:37 -0000      1.5
@@ -3,6 +3,11 @@
     xmlns="http://www.mmbase.org/xmlns/builder";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/builder 
http://www.mmbase.org/xmlns/builder.xsd";>
+  <!--
+      Changes are administrated in a copy of every 'versioned' builder.
+      This copy must have the following extra fields.
+      This field-list can be xincluded in the _version builder-copy.
+  -->
 
   <field name="version" state="system">
     <gui>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to