Update of /var/cvs/config
In directory james.mmbase.org:/tmp/cvs-serv13378
Modified Files:
datatypes.xml
Log Message:
MMB-1623
See also: http://cvs.mmbase.org/viewcvs/config
See also: http://www.mmbase.org/jira/browse/MMB-1623
Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- datatypes.xml 20 Nov 2007 14:22:27 -0000 1.62
+++ datatypes.xml 12 Mar 2008 16:04:23 -0000 1.63
@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mmbase.org/xmlns/datatypes
http://www.mmbase.org/xmlns/datatypes.xsd">
- <!-- @version $Id: datatypes.xml,v 1.62 2007/11/20 14:22:27 michiel Exp $ -->
+ <!-- @version $Id: datatypes.xml,v 1.63 2008/03/12 16:04:23 michiel Exp $ -->
<!--
schematic syntax of one datatype entry:
@@ -84,6 +84,20 @@
<class name="org.mmbase.datatypes.processors.LastModifier" />
</commitprocessor>
</specialization>
+ <specialization id="ip">
+ <description xml:lang="en">
+ A ready-only field, which contains the IP address of the of the last
user that changed the node to which the field belongs.
+ </description>
+ <unique value="false" />
+ <pattern enforce="never" value="\A[^\n\r]*\z" />
+ <setprocessor>
+ <class name="org.mmbase.datatypes.processors.Readonly" />
+ </setprocessor>
+ <commitprocessor>
+ <class name="org.mmbase.datatypes.processors.Ip" />
+ </commitprocessor>
+ </specialization>
+
<specialization id="creator">
<description xml:lang="en">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs