Changeset 1153

Show
Ignore:
Timestamp:
12/13/06 09:51:30
Author:
douglm
Message:

Fixes to ui navigation so it works again.

Add event now adds recurrences correctly

Fix to handle date valued recurrences correctly

Update limit to 50 years

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/configs/democal.options.xml

    r1093 r1153  
    5959 
    6060        <!-- Max number of years per recurring event --> 
    61         <maxYears>10</maxYears> 
     61        <maxYears>50</maxYears> 
    6262 
    6363        <userauthClass>org.bedework.calcore.hibernate.UserAuthUWDbImpl</userauthClass> 
  • trunk/config/configs/freebusy/democal.options.xml

    r1000 r1153  
    5454        <maxInstances>1000</maxInstances> 
    5555 
     56        <!-- Max number of years per recurring event --> 
     57        <maxYears>50</maxYears> 
     58 
    5659        <userauthClass>org.bedework.calcore.hibernate.UserAuthUWDbImpl</userauthClass> 
    5760        <mailerClass>org.bedework.mail.DummyMailer</mailerClass>