Author: michiel
Date: 2010-06-15 16:55:12 +0200 (Tue, 15 Jun 2010)
New Revision: 42580

Modified:
   mmbase/trunk/bridge/src/main/config/datatypes.xml
Log:
made 'time' type backwards compatible again

Modified: mmbase/trunk/bridge/src/main/config/datatypes.xml
===================================================================
--- mmbase/trunk/bridge/src/main/config/datatypes.xml   2010-06-15 14:54:59 UTC 
(rev 42579)
+++ mmbase/trunk/bridge/src/main/config/datatypes.xml   2010-06-15 14:55:12 UTC 
(rev 42580)
@@ -499,11 +499,23 @@
         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" />
     </specialization>
 
+
     <specialization id="date">
       <description xml:lang="en">
         A date-time field that ignores the time part.

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

Reply via email to