Update of /var/cvs/contributions/calendar/config/builders/calendar
In directory james.mmbase.org:/tmp/cvs-serv32656/config/builders/calendar

Modified Files:
        calendar_items.xml 
Log Message:
don't enforce some things


See also: 
http://cvs.mmbase.org/viewcvs/contributions/calendar/config/builders/calendar


Index: calendar_items.xml
===================================================================
RCS file: 
/var/cvs/contributions/calendar/config/builders/calendar/calendar_items.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- calendar_items.xml  18 Sep 2006 11:12:40 -0000      1.4
+++ calendar_items.xml  24 Apr 2008 20:12:35 -0000      1.5
@@ -51,8 +51,8 @@
       </gui>
       <datatype xmlns="http://www.mmbase.org/xmlns/datatypes"; base="datetime">
         <default value="now" />
-        <minInclusive value="today - 1 year" />
-        <maxInclusive value="today + 100 year" />
+        <minInclusive value="today - 1 year"   enforce="never" />
+        <maxInclusive value="today + 100 year" enforce="never" />
       </datatype>
     </field>
     <field name="stop">
@@ -63,8 +63,8 @@
       </gui>
       <datatype xmlns="http://www.mmbase.org/xmlns/datatypes"; base="datetime">
         <default value="now + 1 hour" />
-        <minInclusive value="today - 1 year" />
-        <maxInclusive value="today + 100 year" />
+        <minInclusive value="today - 1 year"   enforce="never"/>
+        <maxInclusive value="today + 100 year" enforce="never"/>
       </datatype>
     </field>
     <field name="allday">
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to