Author: michiel
Date: 2010-06-15 16:54:59 +0200 (Tue, 15 Jun 2010)
New Revision: 42579

Modified:
   mmbase/branches/MMBase-1_9/core/src/main/config/datatypes.xml
Log:
made 'time' type backwards compatible again

Modified: mmbase/branches/MMBase-1_9/core/src/main/config/datatypes.xml
===================================================================
--- mmbase/branches/MMBase-1_9/core/src/main/config/datatypes.xml       
2010-06-15 14:35:43 UTC (rev 42578)
+++ mmbase/branches/MMBase-1_9/core/src/main/config/datatypes.xml       
2010-06-15 14:54:59 UTC (rev 42579)
@@ -499,6 +499,16 @@
         1970-01-01, but you can use this to indicate an hour of any day. 
Generic editors will not
         offer to edit the date parts of the date-time.
       </description>
+      <default value="100" />
+      <pattern value="HH:mm:ss" />
+    </specialization>
+
+    <specialization id="utctime">
+      <description xml:lang="en">
+        A date-time field that ignores the date part. Actually this is stored 
as a time on
+        1970-01-01, but you can use this to indicate an hour of any day. 
Generic editors will not
+        offer to edit the date parts of the date-time.
+      </description>
       <property name="timeZone" value="UTC" /><!-- The actual timezone is not 
relevant. Those are only relevant when dates are involved  [MMB-1958] -->
       <default value="100" />
       <pattern value="HH:mm:ss" />

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to