Changeset 1409

Show
Ignore:
Timestamp:
06/11/07 00:07:08
Author:
douglm
Message:

Further processing of the VVENUE component.

Schema changes to allow the saving of VVENUE components.
Changes are incomplete - need to allow editig and creation of vvenue in the ui.
Also some bugs are still present in the processing of this component.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/resources/xsl/default/default/errors.xsl

    r1399 r1409  
    162162      </xsl:when> 
    163163 
     164      <!-- icalendar translation errors --> 
     165      <xsl:when test="id='org.bedework.exception.ical.noguid'"> 
     166        An event must have a UID property. 
     167      </xsl:when> 
     168 
    164169      <!-- Validation errors mostly dealing with incorrect or missing field values 
    165170           that are explicitly under user control -->